@designsystem-se/af 31.3.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/LICENSE +201 -0
- package/components/digi-badge-notification.d.ts +11 -0
- package/components/digi-badge-notification.js +6 -0
- package/components/digi-badge-status.d.ts +11 -0
- package/components/digi-badge-status.js +51 -0
- package/components/digi-bar-chart.d.ts +11 -0
- package/components/digi-bar-chart.js +1546 -0
- package/components/digi-button.d.ts +11 -0
- package/components/digi-button.js +6 -0
- package/components/digi-calendar-datepicker.d.ts +11 -0
- package/components/digi-calendar-datepicker.js +2598 -0
- package/components/digi-calendar-week-view.d.ts +11 -0
- package/components/digi-calendar-week-view.js +2329 -0
- package/components/digi-calendar.d.ts +11 -0
- package/components/digi-calendar.js +6 -0
- package/components/digi-card.d.ts +11 -0
- package/components/digi-card.js +64 -0
- package/components/digi-chart-line.d.ts +11 -0
- package/components/digi-chart-line.js +2360 -0
- package/components/digi-code-block.d.ts +11 -0
- package/components/digi-code-block.js +6 -0
- package/components/digi-code-example.d.ts +11 -0
- package/components/digi-code-example.js +228 -0
- package/components/digi-code.d.ts +11 -0
- package/components/digi-code.js +66 -0
- package/components/digi-context-menu.d.ts +11 -0
- package/components/digi-context-menu.js +184 -0
- package/components/digi-dialog.d.ts +11 -0
- package/components/digi-dialog.js +350 -0
- package/components/digi-expandable-accordion.d.ts +11 -0
- package/components/digi-expandable-accordion.js +203 -0
- package/components/digi-expandable-faq-item.d.ts +11 -0
- package/components/digi-expandable-faq-item.js +129 -0
- package/components/digi-expandable-faq.d.ts +11 -0
- package/components/digi-expandable-faq.js +83 -0
- package/components/digi-footer-card.d.ts +11 -0
- package/components/digi-footer-card.js +44 -0
- package/components/digi-footer.d.ts +11 -0
- package/components/digi-footer.js +114 -0
- package/components/digi-form-category-filter.d.ts +11 -0
- package/components/digi-form-category-filter.js +165 -0
- package/components/digi-form-checkbox.d.ts +11 -0
- package/components/digi-form-checkbox.js +6 -0
- package/components/digi-form-error-list.d.ts +11 -0
- package/components/digi-form-error-list.js +246 -0
- package/components/digi-form-fieldset.d.ts +11 -0
- package/components/digi-form-fieldset.js +6 -0
- package/components/digi-form-file-upload.d.ts +11 -0
- package/components/digi-form-file-upload.js +685 -0
- package/components/digi-form-filter.d.ts +11 -0
- package/components/digi-form-filter.js +302 -0
- package/components/digi-form-input-search.d.ts +11 -0
- package/components/digi-form-input-search.js +229 -0
- package/components/digi-form-input.d.ts +11 -0
- package/components/digi-form-input.js +6 -0
- package/components/digi-form-label.d.ts +11 -0
- package/components/digi-form-label.js +6 -0
- package/components/digi-form-radiobutton.d.ts +11 -0
- package/components/digi-form-radiobutton.js +6 -0
- package/components/digi-form-radiogroup.d.ts +11 -0
- package/components/digi-form-radiogroup.js +89 -0
- package/components/digi-form-receipt.d.ts +11 -0
- package/components/digi-form-receipt.js +151 -0
- package/components/digi-form-select-filter.d.ts +11 -0
- package/components/digi-form-select-filter.js +684 -0
- package/components/digi-form-select.d.ts +11 -0
- package/components/digi-form-select.js +6 -0
- package/components/digi-form-textarea.d.ts +11 -0
- package/components/digi-form-textarea.js +205 -0
- package/components/digi-form-validation-message.d.ts +11 -0
- package/components/digi-form-validation-message.js +6 -0
- package/components/digi-header-avatar.d.ts +11 -0
- package/components/digi-header-avatar.js +154 -0
- package/components/digi-header-navigation-item.d.ts +11 -0
- package/components/digi-header-navigation-item.js +42 -0
- package/components/digi-header-navigation.d.ts +11 -0
- package/components/digi-header-navigation.js +285 -0
- package/components/digi-header-notification.d.ts +11 -0
- package/components/digi-header-notification.js +38 -0
- package/components/digi-header.d.ts +11 -0
- package/components/digi-header.js +165 -0
- package/components/digi-icon-accessibility-deaf.d.ts +11 -0
- package/components/digi-icon-accessibility-deaf.js +49 -0
- package/components/digi-icon-accessibility-universal.d.ts +11 -0
- package/components/digi-icon-accessibility-universal.js +49 -0
- package/components/digi-icon-apple.d.ts +11 -0
- package/components/digi-icon-apple.js +49 -0
- package/components/digi-icon-archive-outline.d.ts +11 -0
- package/components/digi-icon-archive-outline.js +49 -0
- package/components/digi-icon-archive.d.ts +11 -0
- package/components/digi-icon-archive.js +49 -0
- package/components/digi-icon-arrow-back.d.ts +11 -0
- package/components/digi-icon-arrow-back.js +49 -0
- package/components/digi-icon-arrow-down.d.ts +11 -0
- package/components/digi-icon-arrow-down.js +49 -0
- package/components/digi-icon-arrow-left.d.ts +11 -0
- package/components/digi-icon-arrow-left.js +49 -0
- package/components/digi-icon-arrow-right.d.ts +11 -0
- package/components/digi-icon-arrow-right.js +6 -0
- package/components/digi-icon-arrow-sign-in.d.ts +11 -0
- package/components/digi-icon-arrow-sign-in.js +49 -0
- package/components/digi-icon-arrow-sign-out.d.ts +11 -0
- package/components/digi-icon-arrow-sign-out.js +49 -0
- package/components/digi-icon-arrow-up.d.ts +11 -0
- package/components/digi-icon-arrow-up.js +49 -0
- package/components/digi-icon-at.d.ts +11 -0
- package/components/digi-icon-at.js +49 -0
- package/components/digi-icon-bars.d.ts +11 -0
- package/components/digi-icon-bars.js +6 -0
- package/components/digi-icon-bell-filled.d.ts +11 -0
- package/components/digi-icon-bell-filled.js +49 -0
- package/components/digi-icon-bell.d.ts +11 -0
- package/components/digi-icon-bell.js +49 -0
- package/components/digi-icon-book.d.ts +11 -0
- package/components/digi-icon-book.js +49 -0
- package/components/digi-icon-bookmark-outline.d.ts +11 -0
- package/components/digi-icon-bookmark-outline.js +49 -0
- package/components/digi-icon-bookmark-solid.d.ts +11 -0
- package/components/digi-icon-bookmark-solid.js +49 -0
- package/components/digi-icon-bubble-ellipsis.d.ts +11 -0
- package/components/digi-icon-bubble-ellipsis.js +49 -0
- package/components/digi-icon-bubble.d.ts +11 -0
- package/components/digi-icon-bubble.js +49 -0
- package/components/digi-icon-building-outline.d.ts +11 -0
- package/components/digi-icon-building-outline.js +49 -0
- package/components/digi-icon-building-solid.d.ts +11 -0
- package/components/digi-icon-building-solid.js +49 -0
- package/components/digi-icon-bullseye.d.ts +11 -0
- package/components/digi-icon-bullseye.js +49 -0
- package/components/digi-icon-calculator-solid.d.ts +11 -0
- package/components/digi-icon-calculator-solid.js +49 -0
- package/components/digi-icon-calendar-alt-alert.d.ts +11 -0
- package/components/digi-icon-calendar-alt-alert.js +49 -0
- package/components/digi-icon-calendar-alt.d.ts +11 -0
- package/components/digi-icon-calendar-alt.js +6 -0
- package/components/digi-icon-calendar.d.ts +11 -0
- package/components/digi-icon-calendar.js +49 -0
- package/components/digi-icon-caret-circle-right.d.ts +11 -0
- package/components/digi-icon-caret-circle-right.js +49 -0
- package/components/digi-icon-caret-down.d.ts +11 -0
- package/components/digi-icon-caret-down.js +6 -0
- package/components/digi-icon-caret-left.d.ts +11 -0
- package/components/digi-icon-caret-left.js +49 -0
- package/components/digi-icon-caret-right.d.ts +11 -0
- package/components/digi-icon-caret-right.js +49 -0
- package/components/digi-icon-caret-up.d.ts +11 -0
- package/components/digi-icon-caret-up.js +6 -0
- package/components/digi-icon-chart.d.ts +11 -0
- package/components/digi-icon-chart.js +6 -0
- package/components/digi-icon-chat.d.ts +11 -0
- package/components/digi-icon-chat.js +49 -0
- package/components/digi-icon-check-circle-reg-alt.d.ts +11 -0
- package/components/digi-icon-check-circle-reg-alt.js +49 -0
- package/components/digi-icon-check-circle-solid.d.ts +11 -0
- package/components/digi-icon-check-circle-solid.js +49 -0
- package/components/digi-icon-check.d.ts +11 -0
- package/components/digi-icon-check.js +6 -0
- package/components/digi-icon-checklist.d.ts +11 -0
- package/components/digi-icon-checklist.js +49 -0
- package/components/digi-icon-chevron-down.d.ts +11 -0
- package/components/digi-icon-chevron-down.js +6 -0
- package/components/digi-icon-chevron-left.d.ts +11 -0
- package/components/digi-icon-chevron-left.js +6 -0
- package/components/digi-icon-chevron-right.d.ts +11 -0
- package/components/digi-icon-chevron-right.js +6 -0
- package/components/digi-icon-chevron-up.d.ts +11 -0
- package/components/digi-icon-chevron-up.js +6 -0
- package/components/digi-icon-clock.d.ts +11 -0
- package/components/digi-icon-clock.js +49 -0
- package/components/digi-icon-communication-play-solid.d.ts +11 -0
- package/components/digi-icon-communication-play-solid.js +49 -0
- package/components/digi-icon-compress-alt.d.ts +11 -0
- package/components/digi-icon-compress-alt.js +49 -0
- package/components/digi-icon-comunication-case.d.ts +11 -0
- package/components/digi-icon-comunication-case.js +49 -0
- package/components/digi-icon-comunication-flag.d.ts +11 -0
- package/components/digi-icon-comunication-flag.js +49 -0
- package/components/digi-icon-comunication-graduate.d.ts +11 -0
- package/components/digi-icon-comunication-graduate.js +49 -0
- package/components/digi-icon-comunication-play.d.ts +11 -0
- package/components/digi-icon-comunication-play.js +49 -0
- package/components/digi-icon-cooperation.d.ts +11 -0
- package/components/digi-icon-cooperation.js +49 -0
- package/components/digi-icon-copy.d.ts +11 -0
- package/components/digi-icon-copy.js +6 -0
- package/components/digi-icon-danger-outline.d.ts +11 -0
- package/components/digi-icon-danger-outline.js +49 -0
- package/components/digi-icon-download.d.ts +11 -0
- package/components/digi-icon-download.js +49 -0
- package/components/digi-icon-dxa.d.ts +11 -0
- package/components/digi-icon-dxa.js +49 -0
- package/components/digi-icon-edit.d.ts +11 -0
- package/components/digi-icon-edit.js +49 -0
- package/components/digi-icon-ellipsis.d.ts +11 -0
- package/components/digi-icon-ellipsis.js +49 -0
- package/components/digi-icon-envelope-filled.d.ts +11 -0
- package/components/digi-icon-envelope-filled.js +49 -0
- package/components/digi-icon-envelope.d.ts +11 -0
- package/components/digi-icon-envelope.js +49 -0
- package/components/digi-icon-exclamation-circle-filled.d.ts +11 -0
- package/components/digi-icon-exclamation-circle-filled.js +49 -0
- package/components/digi-icon-exclamation-triangle-filled.d.ts +11 -0
- package/components/digi-icon-exclamation-triangle-filled.js +49 -0
- package/components/digi-icon-exclamation-triangle-warning.d.ts +11 -0
- package/components/digi-icon-exclamation-triangle-warning.js +6 -0
- package/components/digi-icon-exclamation-triangle.d.ts +11 -0
- package/components/digi-icon-exclamation-triangle.js +49 -0
- package/components/digi-icon-expand-alt.d.ts +11 -0
- package/components/digi-icon-expand-alt.js +49 -0
- package/components/digi-icon-external-link-alt.d.ts +11 -0
- package/components/digi-icon-external-link-alt.js +6 -0
- package/components/digi-icon-eye-slash.d.ts +11 -0
- package/components/digi-icon-eye-slash.js +49 -0
- package/components/digi-icon-eye.d.ts +11 -0
- package/components/digi-icon-eye.js +49 -0
- package/components/digi-icon-facebook-square.d.ts +11 -0
- package/components/digi-icon-facebook-square.js +49 -0
- package/components/digi-icon-file-document.d.ts +11 -0
- package/components/digi-icon-file-document.js +49 -0
- package/components/digi-icon-file-excel.d.ts +11 -0
- package/components/digi-icon-file-excel.js +49 -0
- package/components/digi-icon-file-governing.d.ts +11 -0
- package/components/digi-icon-file-governing.js +49 -0
- package/components/digi-icon-file-pdf.d.ts +11 -0
- package/components/digi-icon-file-pdf.js +49 -0
- package/components/digi-icon-file-powerpoint.d.ts +11 -0
- package/components/digi-icon-file-powerpoint.js +49 -0
- package/components/digi-icon-file-word.d.ts +11 -0
- package/components/digi-icon-file-word.js +49 -0
- package/components/digi-icon-film.d.ts +11 -0
- package/components/digi-icon-film.js +49 -0
- package/components/digi-icon-filter.d.ts +11 -0
- package/components/digi-icon-filter.js +49 -0
- package/components/digi-icon-globe-filled.d.ts +11 -0
- package/components/digi-icon-globe-filled.js +49 -0
- package/components/digi-icon-globe.d.ts +11 -0
- package/components/digi-icon-globe.js +49 -0
- package/components/digi-icon-headphones.d.ts +11 -0
- package/components/digi-icon-headphones.js +49 -0
- package/components/digi-icon-heart-solid.d.ts +11 -0
- package/components/digi-icon-heart-solid.js +49 -0
- package/components/digi-icon-heart.d.ts +11 -0
- package/components/digi-icon-heart.js +49 -0
- package/components/digi-icon-history.d.ts +11 -0
- package/components/digi-icon-history.js +49 -0
- package/components/digi-icon-home.d.ts +11 -0
- package/components/digi-icon-home.js +49 -0
- package/components/digi-icon-image.d.ts +11 -0
- package/components/digi-icon-image.js +49 -0
- package/components/digi-icon-info-circle-solid.d.ts +11 -0
- package/components/digi-icon-info-circle-solid.js +49 -0
- package/components/digi-icon-input-select-marker.d.ts +11 -0
- package/components/digi-icon-input-select-marker.js +6 -0
- package/components/digi-icon-instagram.d.ts +11 -0
- package/components/digi-icon-instagram.js +49 -0
- package/components/digi-icon-job-suggestion.d.ts +11 -0
- package/components/digi-icon-job-suggestion.js +49 -0
- package/components/digi-icon-language-outline.d.ts +11 -0
- package/components/digi-icon-language-outline.js +6 -0
- package/components/digi-icon-language.d.ts +11 -0
- package/components/digi-icon-language.js +49 -0
- package/components/digi-icon-laptop-phone.d.ts +11 -0
- package/components/digi-icon-laptop-phone.js +49 -0
- package/components/digi-icon-lattlast.d.ts +11 -0
- package/components/digi-icon-lattlast.js +49 -0
- package/components/digi-icon-licence-bus.d.ts +11 -0
- package/components/digi-icon-licence-bus.js +49 -0
- package/components/digi-icon-licence-car.d.ts +11 -0
- package/components/digi-icon-licence-car.js +49 -0
- package/components/digi-icon-licence-motorcycle.d.ts +11 -0
- package/components/digi-icon-licence-motorcycle.js +49 -0
- package/components/digi-icon-licence-truck.d.ts +11 -0
- package/components/digi-icon-licence-truck.js +49 -0
- package/components/digi-icon-lightbulb.d.ts +11 -0
- package/components/digi-icon-lightbulb.js +49 -0
- package/components/digi-icon-linkedin-in.d.ts +11 -0
- package/components/digi-icon-linkedin-in.js +49 -0
- package/components/digi-icon-list-ul.d.ts +11 -0
- package/components/digi-icon-list-ul.js +6 -0
- package/components/digi-icon-lock.d.ts +11 -0
- package/components/digi-icon-lock.js +49 -0
- package/components/digi-icon-marker-filled.d.ts +11 -0
- package/components/digi-icon-marker-filled.js +49 -0
- package/components/digi-icon-marker.d.ts +11 -0
- package/components/digi-icon-marker.js +49 -0
- package/components/digi-icon-media-course.d.ts +11 -0
- package/components/digi-icon-media-course.js +49 -0
- package/components/digi-icon-media-podcast.d.ts +11 -0
- package/components/digi-icon-media-podcast.js +49 -0
- package/components/digi-icon-microphone-off.d.ts +11 -0
- package/components/digi-icon-microphone-off.js +49 -0
- package/components/digi-icon-microphone.d.ts +11 -0
- package/components/digi-icon-microphone.js +49 -0
- package/components/digi-icon-minus.d.ts +11 -0
- package/components/digi-icon-minus.js +6 -0
- package/components/digi-icon-move.d.ts +11 -0
- package/components/digi-icon-move.js +49 -0
- package/components/digi-icon-news.d.ts +11 -0
- package/components/digi-icon-news.js +6 -0
- package/components/digi-icon-notification-error.d.ts +11 -0
- package/components/digi-icon-notification-error.js +6 -0
- package/components/digi-icon-notification-info.d.ts +11 -0
- package/components/digi-icon-notification-info.js +6 -0
- package/components/digi-icon-notification-succes.d.ts +11 -0
- package/components/digi-icon-notification-succes.js +6 -0
- package/components/digi-icon-notification-warning.d.ts +11 -0
- package/components/digi-icon-notification-warning.js +6 -0
- package/components/digi-icon-online-computervideo.d.ts +11 -0
- package/components/digi-icon-online-computervideo.js +6 -0
- package/components/digi-icon-online-interview.d.ts +11 -0
- package/components/digi-icon-online-interview.js +49 -0
- package/components/digi-icon-online-meeting.d.ts +11 -0
- package/components/digi-icon-online-meeting.js +49 -0
- package/components/digi-icon-online-task.d.ts +11 -0
- package/components/digi-icon-online-task.js +49 -0
- package/components/digi-icon-online-video.d.ts +11 -0
- package/components/digi-icon-online-video.js +6 -0
- package/components/digi-icon-open-source.d.ts +11 -0
- package/components/digi-icon-open-source.js +49 -0
- package/components/digi-icon-palette.d.ts +11 -0
- package/components/digi-icon-palette.js +49 -0
- package/components/digi-icon-paperclip.d.ts +11 -0
- package/components/digi-icon-paperclip.js +6 -0
- package/components/digi-icon-pen.d.ts +11 -0
- package/components/digi-icon-pen.js +49 -0
- package/components/digi-icon-phone-hangup.d.ts +11 -0
- package/components/digi-icon-phone-hangup.js +49 -0
- package/components/digi-icon-phone.d.ts +11 -0
- package/components/digi-icon-phone.js +49 -0
- package/components/digi-icon-plus.d.ts +11 -0
- package/components/digi-icon-plus.js +6 -0
- package/components/digi-icon-pod.d.ts +11 -0
- package/components/digi-icon-pod.js +6 -0
- package/components/digi-icon-print.d.ts +11 -0
- package/components/digi-icon-print.js +49 -0
- package/components/digi-icon-read.d.ts +11 -0
- package/components/digi-icon-read.js +49 -0
- package/components/digi-icon-redo.d.ts +11 -0
- package/components/digi-icon-redo.js +49 -0
- package/components/digi-icon-screensharing-off.d.ts +11 -0
- package/components/digi-icon-screensharing-off.js +49 -0
- package/components/digi-icon-screensharing.d.ts +11 -0
- package/components/digi-icon-screensharing.js +49 -0
- package/components/digi-icon-search.d.ts +11 -0
- package/components/digi-icon-search.js +6 -0
- package/components/digi-icon-send-outline.d.ts +11 -0
- package/components/digi-icon-send-outline.js +49 -0
- package/components/digi-icon-send-solid.d.ts +11 -0
- package/components/digi-icon-send-solid.js +49 -0
- package/components/digi-icon-settings.d.ts +11 -0
- package/components/digi-icon-settings.js +49 -0
- package/components/digi-icon-share-alt.d.ts +11 -0
- package/components/digi-icon-share-alt.js +49 -0
- package/components/digi-icon-share-chain.d.ts +11 -0
- package/components/digi-icon-share-chain.js +49 -0
- package/components/digi-icon-sign.d.ts +11 -0
- package/components/digi-icon-sign.js +6 -0
- package/components/digi-icon-sliders-h.d.ts +11 -0
- package/components/digi-icon-sliders-h.js +49 -0
- package/components/digi-icon-sokkandidat.d.ts +11 -0
- package/components/digi-icon-sokkandidat.js +49 -0
- package/components/digi-icon-sort-down.d.ts +11 -0
- package/components/digi-icon-sort-down.js +49 -0
- package/components/digi-icon-sort-up.d.ts +11 -0
- package/components/digi-icon-sort-up.js +49 -0
- package/components/digi-icon-sort.d.ts +11 -0
- package/components/digi-icon-sort.js +49 -0
- package/components/digi-icon-spinner.d.ts +11 -0
- package/components/digi-icon-spinner.js +6 -0
- package/components/digi-icon-star-reg.d.ts +11 -0
- package/components/digi-icon-star-reg.js +49 -0
- package/components/digi-icon-star.d.ts +11 -0
- package/components/digi-icon-star.js +49 -0
- package/components/digi-icon-suitcase-outline.d.ts +11 -0
- package/components/digi-icon-suitcase-outline.js +49 -0
- package/components/digi-icon-suitcase-solid.d.ts +11 -0
- package/components/digi-icon-suitcase-solid.js +49 -0
- package/components/digi-icon-system-assistance.d.ts +11 -0
- package/components/digi-icon-system-assistance.js +49 -0
- package/components/digi-icon-table-column.d.ts +11 -0
- package/components/digi-icon-table-column.js +49 -0
- package/components/digi-icon-table-row.d.ts +11 -0
- package/components/digi-icon-table-row.js +49 -0
- package/components/digi-icon-table.d.ts +11 -0
- package/components/digi-icon-table.js +6 -0
- package/components/digi-icon-task-done.d.ts +11 -0
- package/components/digi-icon-task-done.js +49 -0
- package/components/digi-icon-toggle-off.d.ts +11 -0
- package/components/digi-icon-toggle-off.js +49 -0
- package/components/digi-icon-toggle-on.d.ts +11 -0
- package/components/digi-icon-toggle-on.js +49 -0
- package/components/digi-icon-trash.d.ts +11 -0
- package/components/digi-icon-trash.js +6 -0
- package/components/digi-icon-twitter.d.ts +11 -0
- package/components/digi-icon-twitter.js +49 -0
- package/components/digi-icon-tyck-till.d.ts +11 -0
- package/components/digi-icon-tyck-till.js +49 -0
- package/components/digi-icon-unlock.d.ts +11 -0
- package/components/digi-icon-unlock.js +49 -0
- package/components/digi-icon-update.d.ts +11 -0
- package/components/digi-icon-update.js +49 -0
- package/components/digi-icon-upload.d.ts +11 -0
- package/components/digi-icon-upload.js +49 -0
- package/components/digi-icon-user-alt.d.ts +11 -0
- package/components/digi-icon-user-alt.js +49 -0
- package/components/digi-icon-users-solid.d.ts +11 -0
- package/components/digi-icon-users-solid.js +49 -0
- package/components/digi-icon-validation-error.d.ts +11 -0
- package/components/digi-icon-validation-error.js +6 -0
- package/components/digi-icon-validation-success.d.ts +11 -0
- package/components/digi-icon-validation-success.js +6 -0
- package/components/digi-icon-validation-warning.d.ts +11 -0
- package/components/digi-icon-validation-warning.js +6 -0
- package/components/digi-icon-videocamera-off.d.ts +11 -0
- package/components/digi-icon-videocamera-off.js +49 -0
- package/components/digi-icon-videocamera.d.ts +11 -0
- package/components/digi-icon-videocamera.js +49 -0
- package/components/digi-icon-volume.d.ts +11 -0
- package/components/digi-icon-volume.js +6 -0
- package/components/digi-icon-web-tv.d.ts +11 -0
- package/components/digi-icon-web-tv.js +49 -0
- package/components/digi-icon-webinar.d.ts +11 -0
- package/components/digi-icon-webinar.js +6 -0
- package/components/digi-icon-wifi-signal0.d.ts +11 -0
- package/components/digi-icon-wifi-signal0.js +49 -0
- package/components/digi-icon-wifi-signal1.d.ts +11 -0
- package/components/digi-icon-wifi-signal1.js +49 -0
- package/components/digi-icon-wifi-signal2.d.ts +11 -0
- package/components/digi-icon-wifi-signal2.js +49 -0
- package/components/digi-icon-wifi-signal3.d.ts +11 -0
- package/components/digi-icon-wifi-signal3.js +49 -0
- package/components/digi-icon-window.d.ts +11 -0
- package/components/digi-icon-window.js +49 -0
- package/components/digi-icon-x-button-outline.d.ts +11 -0
- package/components/digi-icon-x-button-outline.js +6 -0
- package/components/digi-icon-x-button.d.ts +11 -0
- package/components/digi-icon-x-button.js +49 -0
- package/components/digi-icon-x.d.ts +11 -0
- package/components/digi-icon-x.js +6 -0
- package/components/digi-icon-youtube.d.ts +11 -0
- package/components/digi-icon-youtube.js +49 -0
- package/components/digi-icon.d.ts +11 -0
- package/components/digi-icon.js +477 -0
- package/components/digi-info-card-multi-container.d.ts +11 -0
- package/components/digi-info-card-multi-container.js +44 -0
- package/components/digi-info-card-multi.d.ts +11 -0
- package/components/digi-info-card-multi.js +145 -0
- package/components/digi-info-card.d.ts +11 -0
- package/components/digi-info-card.js +132 -0
- package/components/digi-layout-block.d.ts +11 -0
- package/components/digi-layout-block.js +6 -0
- package/components/digi-layout-columns.d.ts +11 -0
- package/components/digi-layout-columns.js +6 -0
- package/components/digi-layout-container.d.ts +11 -0
- package/components/digi-layout-container.js +6 -0
- package/components/digi-layout-media-object.d.ts +11 -0
- package/components/digi-layout-media-object.js +6 -0
- package/components/digi-link-button.d.ts +11 -0
- package/components/digi-link-button.js +97 -0
- package/components/digi-link-external.d.ts +11 -0
- package/components/digi-link-external.js +6 -0
- package/components/digi-link-internal.d.ts +11 -0
- package/components/digi-link-internal.js +6 -0
- package/components/digi-link.d.ts +11 -0
- package/components/digi-link.js +6 -0
- package/components/digi-list.d.ts +11 -0
- package/components/digi-list.js +102 -0
- package/components/digi-loader-skeleton.d.ts +11 -0
- package/components/digi-loader-skeleton.js +62 -0
- package/components/digi-loader-spinner.d.ts +11 -0
- package/components/digi-loader-spinner.js +53 -0
- package/components/digi-logo.d.ts +11 -0
- package/components/digi-logo.js +6 -0
- package/components/digi-media-figure.d.ts +11 -0
- package/components/digi-media-figure.js +46 -0
- package/components/digi-media-image.d.ts +11 -0
- package/components/digi-media-image.js +6 -0
- package/components/digi-navigation-breadcrumbs.d.ts +11 -0
- package/components/digi-navigation-breadcrumbs.js +87 -0
- package/components/digi-navigation-context-menu-item.d.ts +11 -0
- package/components/digi-navigation-context-menu-item.js +47 -0
- package/components/digi-navigation-context-menu.d.ts +11 -0
- package/components/digi-navigation-context-menu.js +6 -0
- package/components/digi-navigation-dropdown.d.ts +11 -0
- package/components/digi-navigation-dropdown.js +6 -0
- package/components/digi-navigation-pagination.d.ts +11 -0
- package/components/digi-navigation-pagination.js +271 -0
- package/components/digi-navigation-sidebar-button.d.ts +11 -0
- package/components/digi-navigation-sidebar-button.js +6 -0
- package/components/digi-navigation-sidebar.d.ts +11 -0
- package/components/digi-navigation-sidebar.js +360 -0
- package/components/digi-navigation-vertical-menu-item.d.ts +11 -0
- package/components/digi-navigation-vertical-menu-item.js +194 -0
- package/components/digi-navigation-vertical-menu.d.ts +11 -0
- package/components/digi-navigation-vertical-menu.js +197 -0
- package/components/digi-notification-alert.d.ts +11 -0
- package/components/digi-notification-alert.js +6 -0
- package/components/digi-notification-error-page.d.ts +11 -0
- package/components/digi-notification-error-page.js +440 -0
- package/components/digi-progress-circle.d.ts +11 -0
- package/components/digi-progress-circle.js +129 -0
- package/components/digi-progress-indicator.d.ts +11 -0
- package/components/digi-progress-indicator.js +199 -0
- package/components/digi-progress-list-item.d.ts +11 -0
- package/components/digi-progress-list-item.js +152 -0
- package/components/digi-progress-list.d.ts +11 -0
- package/components/digi-progress-list.js +147 -0
- package/components/digi-progressbar.d.ts +11 -0
- package/components/digi-progressbar.js +136 -0
- package/components/digi-quote-multi-container.d.ts +11 -0
- package/components/digi-quote-multi-container.js +39 -0
- package/components/digi-quote-single.d.ts +11 -0
- package/components/digi-quote-single.js +63 -0
- package/components/digi-quote.d.ts +11 -0
- package/components/digi-quote.js +139 -0
- package/components/digi-table.d.ts +11 -0
- package/components/digi-table.js +50 -0
- package/components/digi-tablist-panel.d.ts +11 -0
- package/components/digi-tablist-panel.js +39 -0
- package/components/digi-tablist.d.ts +11 -0
- package/components/digi-tablist.js +290 -0
- package/components/digi-tag-media.d.ts +11 -0
- package/components/digi-tag-media.js +6 -0
- package/components/digi-tag.d.ts +11 -0
- package/components/digi-tag.js +70 -0
- package/components/digi-tools-feedback-banner.d.ts +11 -0
- package/components/digi-tools-feedback-banner.js +164 -0
- package/components/digi-tools-feedback-rating.d.ts +11 -0
- package/components/digi-tools-feedback-rating.js +261 -0
- package/components/digi-tools-feedback.d.ts +11 -0
- package/components/digi-tools-feedback.js +179 -0
- package/components/digi-tools-languagepicker.d.ts +11 -0
- package/components/digi-tools-languagepicker.js +225 -0
- package/components/digi-typography-heading-jumbo.d.ts +11 -0
- package/components/digi-typography-heading-jumbo.js +52 -0
- package/components/digi-typography-meta.d.ts +11 -0
- package/components/digi-typography-meta.js +6 -0
- package/components/digi-typography-preamble.d.ts +11 -0
- package/components/digi-typography-preamble.js +33 -0
- package/components/digi-typography-time.d.ts +11 -0
- package/components/digi-typography-time.js +91 -0
- package/components/digi-typography.d.ts +11 -0
- package/components/digi-typography.js +6 -0
- package/components/digi-util-breakpoint-observer.d.ts +11 -0
- package/components/digi-util-breakpoint-observer.js +6 -0
- package/components/digi-util-detect-click-outside.d.ts +11 -0
- package/components/digi-util-detect-click-outside.js +50 -0
- package/components/digi-util-detect-focus-outside.d.ts +11 -0
- package/components/digi-util-detect-focus-outside.js +50 -0
- package/components/digi-util-intersection-observer.d.ts +11 -0
- package/components/digi-util-intersection-observer.js +6 -0
- package/components/digi-util-keydown-handler.d.ts +11 -0
- package/components/digi-util-keydown-handler.js +6 -0
- package/components/digi-util-keyup-handler.d.ts +11 -0
- package/components/digi-util-keyup-handler.js +96 -0
- package/components/digi-util-mutation-observer.d.ts +11 -0
- package/components/digi-util-mutation-observer.js +6 -0
- package/components/digi-util-resize-observer.d.ts +11 -0
- package/components/digi-util-resize-observer.js +6 -0
- package/components/index.d.ts +594 -0
- package/components/index.js +346 -0
- package/components/p-00d6ab21.js +8 -0
- package/components/p-037a5a1d.js +71 -0
- package/components/p-0451e593.js +52 -0
- package/components/p-0643b217.js +46 -0
- package/components/p-06625463.js +18 -0
- package/components/p-06f939ab.js +31 -0
- package/components/p-071659b8.js +46 -0
- package/components/p-07303cb5.js +23 -0
- package/components/p-09e0586b.js +165 -0
- package/components/p-0bc69e9b.js +46 -0
- package/components/p-0f3fbb1e.js +14 -0
- package/components/p-0f6c0360.js +8 -0
- package/components/p-17510ece.js +46 -0
- package/components/p-193267a8.js +57 -0
- package/components/p-1afbd5d9.js +103 -0
- package/components/p-1b51a94c.js +603 -0
- package/components/p-1b6bd776.js +58 -0
- package/components/p-1ead5d8e.js +46 -0
- package/components/p-1ee02c0b.js +137 -0
- package/components/p-1f68d501.js +18 -0
- package/components/p-224094ec.js +46 -0
- package/components/p-290d1746.js +13 -0
- package/components/p-2c789cac.js +46 -0
- package/components/p-2ce0989f.js +186 -0
- package/components/p-2d79a104.js +39 -0
- package/components/p-2ec32a3b.js +46 -0
- package/components/p-32456868.js +46 -0
- package/components/p-336eb016.js +60 -0
- package/components/p-35230ec3.js +79 -0
- package/components/p-399bd0ae.js +46 -0
- package/components/p-3b20ec86.js +13 -0
- package/components/p-3c2bb3be.js +93 -0
- package/components/p-3d453c8b.js +46 -0
- package/components/p-3e02e6a4.js +98 -0
- package/components/p-40657c82.js +8 -0
- package/components/p-42aa440f.js +91 -0
- package/components/p-430607cb.js +7 -0
- package/components/p-4775d757.js +43 -0
- package/components/p-484a1d6d.js +30 -0
- package/components/p-490d2653.js +23 -0
- package/components/p-49de5413.js +221 -0
- package/components/p-4a9697a8.js +7 -0
- package/components/p-510a98b8.js +46 -0
- package/components/p-517dd6a0.js +65 -0
- package/components/p-5ba6737a.js +8 -0
- package/components/p-5d21a361.js +19 -0
- package/components/p-5d309a3a.js +237 -0
- package/components/p-5ef808b0.js +46 -0
- package/components/p-5f8dc01a.js +14 -0
- package/components/p-62c7beb4.js +7 -0
- package/components/p-63296d6b.js +46 -0
- package/components/p-657067fe.js +70 -0
- package/components/p-688892ba.js +46 -0
- package/components/p-692534f1.js +96 -0
- package/components/p-6afc74b6.js +46 -0
- package/components/p-6c2ae1ce.js +46 -0
- package/components/p-6d2a8b7a.js +46 -0
- package/components/p-6e383896.js +25 -0
- package/components/p-6e970184.js +46 -0
- package/components/p-6ee85572.js +172 -0
- package/components/p-6f0a0969.js +47 -0
- package/components/p-717306ef.js +8 -0
- package/components/p-76b60057.js +46 -0
- package/components/p-77a93845.js +31 -0
- package/components/p-7933b555.js +8 -0
- package/components/p-7aacd45f.js +170 -0
- package/components/p-7e32c40b.js +11 -0
- package/components/p-7e5ad05a.js +19 -0
- package/components/p-8142cc73.js +19 -0
- package/components/p-814ca2ad.js +24 -0
- package/components/p-820e795b.js +11 -0
- package/components/p-85914c7f.js +9 -0
- package/components/p-8c0542dc.js +46 -0
- package/components/p-8c6c3d06.js +47 -0
- package/components/p-8cd2d6dd.js +13 -0
- package/components/p-8e3b0394.js +46 -0
- package/components/p-8fa816d6.js +8 -0
- package/components/p-900f6ab3.js +46 -0
- package/components/p-903b00e6.js +7 -0
- package/components/p-905ccb30.js +24 -0
- package/components/p-91245b2c.js +70 -0
- package/components/p-91cb9cd3.js +46 -0
- package/components/p-91f1460b.js +16 -0
- package/components/p-95d76cb0.js +46 -0
- package/components/p-95db5a30.js +7 -0
- package/components/p-9b0fe363.js +47 -0
- package/components/p-9c5a93d8.js +17 -0
- package/components/p-9dd1b2ec.js +46 -0
- package/components/p-9dd5d6c8.js +13 -0
- package/components/p-9e6f28f2.js +46 -0
- package/components/p-a37eff2b.js +46 -0
- package/components/p-a446e9ae.js +46 -0
- package/components/p-a4a001e1.js +23 -0
- package/components/p-a6ca40fc.js +7 -0
- package/components/p-a7b46971.js +325 -0
- package/components/p-ad9a707b.js +7 -0
- package/components/p-b0e88537.js +8 -0
- package/components/p-b7023e49.js +68 -0
- package/components/p-b7ddb31f.js +46 -0
- package/components/p-bb9a21e6.js +232 -0
- package/components/p-bc3d2778.js +8 -0
- package/components/p-bdbd71ce.js +46 -0
- package/components/p-bdd811bc.js +5 -0
- package/components/p-c2ee26cb.js +3723 -0
- package/components/p-c7456146.js +46 -0
- package/components/p-c7949525.js +865 -0
- package/components/p-c8429245.js +53 -0
- package/components/p-ccb24f10.js +165 -0
- package/components/p-cdcaf0eb.js +9 -0
- package/components/p-d14b9d0f.js +46 -0
- package/components/p-d1886fff.js +17 -0
- package/components/p-d2651556.js +88 -0
- package/components/p-d593f0d5.js +40 -0
- package/components/p-d7211fec.js +263 -0
- package/components/p-d74742b8.js +17 -0
- package/components/p-d84461c8.js +46 -0
- package/components/p-d8a98b3b.js +18 -0
- package/components/p-d8d71310.js +46 -0
- package/components/p-dcdffb3c.js +7 -0
- package/components/p-e22aa82c.js +144 -0
- package/components/p-e3754128.js +46 -0
- package/components/p-e3d2e899.js +51 -0
- package/components/p-e4a9f8f0.js +11 -0
- package/components/p-e9c9e33c.js +79 -0
- package/components/p-ee33960b.js +7 -0
- package/components/p-ee88e3f1.js +8 -0
- package/components/p-f08f59ca.js +132 -0
- package/components/p-f124fce4.js +2049 -0
- package/components/p-f25f9ca8.js +2431 -0
- package/components/p-f2a6768b.js +8 -0
- package/components/p-f40f4b2a.js +18 -0
- package/components/p-f4248a7e.js +7 -0
- package/components/p-f447b984.js +16 -0
- package/components/p-f57119ac.js +39 -0
- package/components/p-f600576a.js +42 -0
- package/components/p-fa160c0e.js +46 -0
- package/components/p-fae3992e.js +46 -0
- package/components/p-fd4e8161.js +72 -0
- package/components/p-ffe5c0e8.js +9 -0
- package/custom-elements.json +8345 -0
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/badge-notification-shape.enum-ff802554.js +8 -0
- package/dist/cjs/badge-status-variation.enum-0a5adc21.js +23 -0
- package/dist/cjs/bar-chart-variation.enum-a4e866b6.js +7 -0
- package/dist/cjs/button-size.enum-7921c01e.js +8 -0
- package/dist/cjs/button-type.enum-406723db.js +8 -0
- package/dist/cjs/button-variation.enum-bc521499.js +9 -0
- package/dist/cjs/calendar-week-view-heading-level.enum-fd0c841b.js +11 -0
- package/dist/cjs/card-footer-border.enum-143982da.js +19 -0
- package/dist/cjs/code-example-variation.enum-c6557727.js +27 -0
- package/dist/cjs/code-variation.enum-c4a4e6fd.js +19 -0
- package/dist/cjs/detectClickOutside.util-3e764eb3.js +9 -0
- package/dist/cjs/detectClosest.util-85b3507b.js +7 -0
- package/dist/cjs/detectFocusOutside.util-03c62976.js +9 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +25 -0
- package/dist/cjs/digi-badge-notification.cjs.entry.js +63 -0
- package/dist/cjs/digi-badge-status.cjs.entry.js +32 -0
- package/dist/cjs/digi-bar-chart.cjs.entry.js +1484 -0
- package/dist/cjs/digi-button.cjs.entry.js +130 -0
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2477 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +2276 -0
- package/dist/cjs/digi-calendar_2.cjs.entry.js +474 -0
- package/dist/cjs/digi-card.cjs.entry.js +40 -0
- package/dist/cjs/digi-chart-line.cjs.entry.js +2311 -0
- package/dist/cjs/digi-code-block_3.cjs.entry.js +229 -0
- package/dist/cjs/digi-code-example.cjs.entry.js +166 -0
- package/dist/cjs/digi-code.cjs.entry.js +45 -0
- package/dist/cjs/digi-context-menu.cjs.entry.js +132 -0
- package/dist/cjs/digi-dialog.cjs.entry.js +302 -0
- package/dist/cjs/digi-expandable-accordion.cjs.entry.js +156 -0
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +95 -0
- package/dist/cjs/digi-expandable-faq.cjs.entry.js +64 -0
- package/dist/cjs/digi-footer-card.cjs.entry.js +29 -0
- package/dist/cjs/digi-footer.cjs.entry.js +82 -0
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +128 -0
- package/dist/cjs/digi-form-error-list.cjs.entry.js +147 -0
- package/dist/cjs/digi-form-file-upload_13.cjs.entry.js +943 -0
- package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
- package/dist/cjs/digi-form-input-search.cjs.entry.js +144 -0
- package/dist/cjs/digi-form-input.cjs.entry.js +157 -0
- package/dist/cjs/digi-form-radiogroup.cjs.entry.js +62 -0
- package/dist/cjs/digi-form-receipt.cjs.entry.js +121 -0
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +576 -0
- package/dist/cjs/digi-form-select_2.cjs.entry.js +176 -0
- package/dist/cjs/digi-form-textarea.cjs.entry.js +133 -0
- package/dist/cjs/digi-header-avatar.cjs.entry.js +114 -0
- package/dist/cjs/digi-header-navigation-item.cjs.entry.js +27 -0
- package/dist/cjs/digi-header-navigation.cjs.entry.js +230 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +103 -0
- package/dist/cjs/digi-icon-accessibility-deaf.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-apple.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-archive-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-archive.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-back.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-left.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-sign-in.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-sign-out.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-arrow-up.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-at.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bars.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bell.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-book.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bookmark-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bookmark-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bubble-ellipsis.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bubble.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-building-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-building-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-bullseye.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-calculator-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-calendar-alt-alert.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-calendar.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-caret-circle-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-caret-down_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-caret-left.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-caret-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chart_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-chat.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check-circle-reg-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check-circle-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-check.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-checklist.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-left.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-right.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-up.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-clock.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-communication-play-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-compress-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-case.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-flag.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-graduate.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-comunication-play.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-cooperation.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-danger-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-download.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-dxa.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-edit.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-ellipsis.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-envelope-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-envelope.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-exclamation-circle-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-exclamation-triangle-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-exclamation-triangle-warning.cjs.entry.js +31 -0
- package/dist/cjs/digi-icon-exclamation-triangle.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-expand-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +63 -0
- package/dist/cjs/digi-icon-eye-slash.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-eye.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-facebook-square.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-document.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-excel.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-governing.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-pdf.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-powerpoint.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-file-word.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-film.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-filter.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-globe-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-globe.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-headphones.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-heart-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-heart.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-history.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-home.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-image.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-info-circle-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-instagram.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-job-suggestion.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-language-outline_4.cjs.entry.js +339 -0
- package/dist/cjs/digi-icon-language.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-laptop-phone.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-lattlast.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-bus.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-car.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-motorcycle.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-licence-truck.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-lightbulb.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-linkedin-in.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
- package/dist/cjs/digi-icon-lock.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-marker-filled.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-marker.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-media-course.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-media-podcast.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-microphone-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-microphone.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-move.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-notification-error_5.cjs.entry.js +120 -0
- package/dist/cjs/digi-icon-online-interview.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-online-meeting.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-online-task.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-open-source.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-palette.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-pen.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-phone-hangup.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-phone.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-print.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-read.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-redo.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-screensharing-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-screensharing.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-search.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-send-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-send-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-settings.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-share-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-share-chain.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sliders-h.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sokkandidat.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sort-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sort-up.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-sort.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-star-reg.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-star.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-suitcase-outline.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-suitcase-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-system-assistance.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-table-column.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-table-row.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-task-done.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-toggle-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-toggle-on.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-twitter.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-tyck-till.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-unlock.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-update.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-upload.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-user-alt.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-users-solid.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-videocamera-off.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-videocamera.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-web-tv.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal0.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal1.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal2.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-wifi-signal3.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-window.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-x-button.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-x.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-youtube.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon.cjs.entry.js +452 -0
- package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +22 -0
- package/dist/cjs/digi-info-card-multi.cjs.entry.js +58 -0
- package/dist/cjs/digi-info-card.cjs.entry.js +79 -0
- package/dist/cjs/digi-layout-block.cjs.entry.js +47 -0
- package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
- package/dist/cjs/digi-link-button.cjs.entry.js +69 -0
- package/dist/cjs/digi-link-internal.cjs.entry.js +40 -0
- package/dist/cjs/digi-link.cjs.entry.js +78 -0
- package/dist/cjs/digi-list.cjs.entry.js +67 -0
- package/dist/cjs/digi-loader-skeleton.cjs.entry.js +45 -0
- package/dist/cjs/digi-loader-spinner.cjs.entry.js +31 -0
- package/dist/cjs/digi-logo_2.cjs.entry.js +64 -0
- package/dist/cjs/digi-media-figure.cjs.entry.js +30 -0
- package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
- package/dist/cjs/digi-navigation-breadcrumbs.cjs.entry.js +60 -0
- package/dist/cjs/digi-navigation-context-menu-item.cjs.entry.js +28 -0
- package/dist/cjs/digi-navigation-dropdown.cjs.entry.js +188 -0
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +216 -0
- package/dist/cjs/digi-navigation-sidebar.cjs.entry.js +299 -0
- package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +150 -0
- package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +177 -0
- package/dist/cjs/digi-notification-alert.cjs.entry.js +120 -0
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +398 -0
- package/dist/cjs/digi-progress-circle.cjs.entry.js +85 -0
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +133 -0
- package/dist/cjs/digi-progress-list-item.cjs.entry.js +107 -0
- package/dist/cjs/digi-progress-list.cjs.entry.js +115 -0
- package/dist/cjs/digi-progressbar.cjs.entry.js +102 -0
- package/dist/cjs/digi-quote-multi-container.cjs.entry.js +23 -0
- package/dist/cjs/digi-quote-single.cjs.entry.js +33 -0
- package/dist/cjs/digi-quote.cjs.entry.js +104 -0
- package/dist/cjs/digi-table.cjs.entry.js +33 -0
- package/dist/cjs/digi-tablist-panel.cjs.entry.js +23 -0
- package/dist/cjs/digi-tablist.cjs.entry.js +227 -0
- package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
- package/dist/cjs/digi-tag.cjs.entry.js +40 -0
- package/dist/cjs/digi-tools-feedback-banner.cjs.entry.js +103 -0
- package/dist/cjs/digi-tools-feedback-rating.cjs.entry.js +183 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +135 -0
- package/dist/cjs/digi-tools-languagepicker.cjs.entry.js +127 -0
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +34 -0
- package/dist/cjs/digi-typography-meta.cjs.entry.js +27 -0
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
- package/dist/cjs/digi-typography-time.cjs.entry.js +70 -0
- package/dist/cjs/digi-util-detect-click-outside.cjs.entry.js +36 -0
- package/dist/cjs/digi-util-detect-focus-outside.cjs.entry.js +36 -0
- package/dist/cjs/digi-util-keydown-handler.cjs.entry.js +83 -0
- package/dist/cjs/digi-util-keyup-handler.cjs.entry.js +83 -0
- package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +64 -0
- package/dist/cjs/digi-util-resize-observer.cjs.entry.js +42 -0
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
- package/dist/cjs/expandable-faq-variation.enum-af923f49.js +18 -0
- package/dist/cjs/footer-card-variation.enum-99555edc.js +8 -0
- package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +19 -0
- package/dist/cjs/form-input-search-variation.enum-c50239bc.js +8 -0
- package/dist/cjs/form-input-type.enum-9c8ee12a.js +25 -0
- package/dist/cjs/form-input-variation.enum-c750520c.js +29 -0
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
- package/dist/cjs/form-textarea-variation.enum-9c90d40f.js +17 -0
- package/dist/cjs/index-ac8e01b4.js +884 -0
- package/dist/cjs/index-cad91a90.js +66 -0
- package/dist/cjs/index-cfa8e9be.js +3186 -0
- package/dist/cjs/index-e8333bcc.js +174 -0
- package/dist/cjs/index.cjs.js +905 -0
- package/dist/cjs/info-card-multi-type.enum-14746572.js +8 -0
- package/dist/cjs/info-card-variation.enum-64cef637.js +24 -0
- package/dist/cjs/keyboardHandler.util-d8600adb.js +67 -0
- package/dist/cjs/layout-block-container.enum-52ae6994.js +8 -0
- package/dist/cjs/layout-block-variation.enum-f6102119.js +11 -0
- package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
- package/dist/cjs/layout-media-object-alignment.enum-81c8e205.js +9 -0
- package/dist/cjs/linear-ac0c97a7.js +3738 -0
- package/dist/cjs/link-button-variation.enum-6c51aa80.js +16 -0
- package/dist/cjs/link-external-variation.enum-4865305c.js +7 -0
- package/dist/cjs/link-internal-variation.enum-96d004ec.js +7 -0
- package/dist/cjs/link-variation.enum-e6d243b1.js +7 -0
- package/dist/cjs/list-type.enum-aea4d012.js +8 -0
- package/dist/cjs/loader-skeleton-variation.enum-d52ba55e.js +11 -0
- package/dist/cjs/loader-spinner-size.enum-db2973f0.js +8 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/logger.util-fdafc086.js +53 -0
- package/dist/cjs/logo-variation.enum-607fadb4.js +13 -0
- package/dist/cjs/media-figure-alignment.enum-3885aba5.js +8 -0
- package/dist/cjs/navigation-context-menu-horizontal-position.enum-71b76501.js +7 -0
- package/dist/cjs/navigation-context-menu-item-type.enum-9b8142ad.js +7 -0
- package/dist/cjs/navigation-sidebar-variation.enum-1c0c3064.js +42 -0
- package/dist/cjs/navigation-tablist.types-f042f1bd.js +12 -0
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
- package/dist/cjs/prism-git-df985529.js +2433 -0
- package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +13 -0
- package/dist/cjs/progress-list-item-variation.enum-90e4c874.js +31 -0
- package/dist/cjs/progress-list-variation.enum-06d5ce27.js +31 -0
- package/dist/cjs/progressbar-variation.enum-aff9fa80.js +13 -0
- package/dist/cjs/quote-image-inner-position.enum-e64e7a6d.js +30 -0
- package/dist/cjs/quote-single-variation.enum-53f94dbc.js +8 -0
- package/dist/cjs/randomIdGenerator.util-e7f4b6de.js +11 -0
- package/dist/cjs/table-variation.enum-25df2ad7.js +14 -0
- package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
- package/dist/cjs/tag-size.enum-0a6be639.js +8 -0
- package/dist/cjs/text-ca7e238b.js +93 -0
- package/dist/cjs/tools-feedback-banner-type.enum-de373ba0.js +17 -0
- package/dist/cjs/tools-feedback-rating-variation.enum-2f71e84d.js +25 -0
- package/dist/cjs/tools-feedback-variation.enum-4547e1e3.js +254 -0
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
- package/dist/cjs/typography-meta-variation.enum-13ac3538.js +7 -0
- package/dist/cjs/typography-time-variation.enum-bce1d87e.js +8 -0
- package/dist/cjs/typography-variation.enum-9b2f695f.js +50 -0
- package/dist/cjs/util-breakpoint-observer-breakpoints.enum-e96d3a84.js +9 -0
- package/dist/collection/collection-manifest.json +290 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification-shape.enum.js +6 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification-type.enum.js +5 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification.css +314 -0
- package/dist/collection/components/_badge/badge-notification/badge-notification.js +126 -0
- package/dist/collection/components/_badge/badge-status/badge-status-size.enum.js +5 -0
- package/dist/collection/components/_badge/badge-status/badge-status-type.enum.js +9 -0
- package/dist/collection/components/_badge/badge-status/badge-status-variation.enum.js +5 -0
- package/dist/collection/components/_badge/badge-status/badge-status.css +393 -0
- package/dist/collection/components/_badge/badge-status/badge-status.js +177 -0
- package/dist/collection/components/_button/button/button-size.enum.js +6 -0
- package/dist/collection/components/_button/button/button-type.enum.js +6 -0
- package/dist/collection/components/_button/button/button-variation.enum.js +7 -0
- package/dist/collection/components/_button/button/button.css +696 -0
- package/dist/collection/components/_button/button/button.js +729 -0
- package/dist/collection/components/_calendar/calendar/calendar.css +543 -0
- package/dist/collection/components/_calendar/calendar/calendar.js +819 -0
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker-validation.enum.js +7 -0
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +346 -0
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.js +814 -0
- package/dist/collection/components/_calendar/week-view/calendar-week-view-heading-level.enum.js +9 -0
- package/dist/collection/components/_calendar/week-view/calendar-week-view.css +662 -0
- package/dist/collection/components/_calendar/week-view/calendar-week-view.js +378 -0
- package/dist/collection/components/_card/card/card-border-radius.enum.js +5 -0
- package/dist/collection/components/_card/card/card-border.enum.js +5 -0
- package/dist/collection/components/_card/card/card-footer-border.enum.js +5 -0
- package/dist/collection/components/_card/card/card-shadow.enum.js +5 -0
- package/dist/collection/components/_card/card/card.css +47 -0
- package/dist/collection/components/_card/card/card.js +143 -0
- package/dist/collection/components/_chart/bar-chart/bar-chart-variation.enum.js +5 -0
- package/dist/collection/components/_chart/bar-chart/bar-chart.css +89 -0
- package/dist/collection/components/_chart/bar-chart/bar-chart.js +1518 -0
- package/dist/collection/components/_chart/chart-line/chart-line-data.interface.js +1 -0
- package/dist/collection/components/_chart/chart-line/chart-line-series.interface.js +1 -0
- package/dist/collection/components/_chart/chart-line/chart-line.css +149 -0
- package/dist/collection/components/_chart/chart-line/chart-line.js +1707 -0
- package/dist/collection/components/_code/code/code-language.enum.js +11 -0
- package/dist/collection/components/_code/code/code-variation.enum.js +5 -0
- package/dist/collection/components/_code/code/code.css +261 -0
- package/dist/collection/components/_code/code/code.js +170 -0
- package/dist/collection/components/_code/code-block/code-block-language.enum.js +13 -0
- package/dist/collection/components/_code/code-block/code-block-variation.enum.js +5 -0
- package/dist/collection/components/_code/code-block/code-block.css +324 -0
- package/dist/collection/components/_code/code-block/code-block.js +203 -0
- package/dist/collection/components/_code/code-example/code-example-language.enum.js +13 -0
- package/dist/collection/components/_code/code-example/code-example-variation.enum.js +5 -0
- package/dist/collection/components/_code/code-example/code-example.css +460 -0
- package/dist/collection/components/_code/code-example/code-example.js +344 -0
- package/dist/collection/components/_dialog/dialog/dialog-heading-level.enum.js +9 -0
- package/dist/collection/components/_dialog/dialog/dialog-size.enum.js +6 -0
- package/dist/collection/components/_dialog/dialog/dialog-variation.enum.js +5 -0
- package/dist/collection/components/_dialog/dialog/dialog.css +418 -0
- package/dist/collection/components/_dialog/dialog/dialog.js +575 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-header-level.enum.js +9 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-toggle-type.enum.js +5 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion-variation.enum.js +5 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion.css +439 -0
- package/dist/collection/components/_expandable/expandable-accordion/expandable-accordion.js +335 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq-heading-level.enum.js +9 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq-variation.enum.js +6 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq.css +3 -0
- package/dist/collection/components/_expandable/expandable-faq/expandable-faq.js +160 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item-heading-level.enum.js +9 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item-variation.enum.js +6 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +370 -0
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.js +282 -0
- package/dist/collection/components/_footer/footer/footer-variation.enum.js +5 -0
- package/dist/collection/components/_footer/footer/footer.css +115 -0
- package/dist/collection/components/_footer/footer/footer.js +73 -0
- package/dist/collection/components/_footer/footer-card/footer-card-variation.enum.js +6 -0
- package/dist/collection/components/_footer/footer-card/footer-card.css +86 -0
- package/dist/collection/components/_footer/footer-card/footer-card.js +71 -0
- package/dist/collection/components/_form/form-category-filter/form-category-filter.css +28 -0
- package/dist/collection/components/_form/form-category-filter/form-category-filter.interfaces.js +1 -0
- package/dist/collection/components/_form/form-category-filter/form-category-filter.js +349 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox-layout.enum.js +5 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox-validation.enum.js +5 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +452 -0
- package/dist/collection/components/_form/form-checkbox/form-checkbox.js +768 -0
- package/dist/collection/components/_form/form-error-list/form-error-list-heading-level.enum.js +9 -0
- package/dist/collection/components/_form/form-error-list/form-error-list.css +22 -0
- package/dist/collection/components/_form/form-error-list/form-error-list.js +320 -0
- package/dist/collection/components/_form/form-fieldset/form-fieldset.css +31 -0
- package/dist/collection/components/_form/form-fieldset/form-fieldset.js +122 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-error-messages.type.js +1 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-heading-level.enum.js +9 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-validation.enum.js +5 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +748 -0
- package/dist/collection/components/_form/form-file-upload/form-file-upload.js +1293 -0
- package/dist/collection/components/_form/form-filter/form-filter.css +433 -0
- package/dist/collection/components/_form/form-filter/form-filter.js +720 -0
- package/dist/collection/components/_form/form-filter/form-filter.types.js +9 -0
- package/dist/collection/components/_form/form-input/form-input-button-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-input/form-input-mode.enum.js +12 -0
- package/dist/collection/components/_form/form-input/form-input-type.enum.js +17 -0
- package/dist/collection/components/_form/form-input/form-input-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-input/form-input-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-input/form-input.css +379 -0
- package/dist/collection/components/_form/form-input/form-input.js +1092 -0
- package/dist/collection/components/_form/form-input-search/form-input-search-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-input-search/form-input-search.css +12 -0
- package/dist/collection/components/_form/form-input-search/form-input-search.js +889 -0
- package/dist/collection/components/_form/form-label/form-label.css +25 -0
- package/dist/collection/components/_form/form-label/form-label.js +275 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton-layout.enum.js +5 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton-validation.enum.js +4 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton.css +405 -0
- package/dist/collection/components/_form/form-radiobutton/form-radiobutton.js +636 -0
- package/dist/collection/components/_form/form-radiogroup/form-radiogroup.css +2 -0
- package/dist/collection/components/_form/form-radiogroup/form-radiogroup.js +171 -0
- package/dist/collection/components/_form/form-receipt/check-icon.svg +22 -0
- package/dist/collection/components/_form/form-receipt/form-receipt-heading-level.enum.js +9 -0
- package/dist/collection/components/_form/form-receipt/form-receipt-type.enum.js +5 -0
- package/dist/collection/components/_form/form-receipt/form-receipt-variation.enum.js +5 -0
- package/dist/collection/components/_form/form-receipt/form-receipt.css +358 -0
- package/dist/collection/components/_form/form-receipt/form-receipt.js +195 -0
- package/dist/collection/components/_form/form-select/form-select-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-select/form-select-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-select/form-select.css +409 -0
- package/dist/collection/components/_form/form-select/form-select.js +731 -0
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +709 -0
- package/dist/collection/components/_form/form-select-filter/form-select-filter.interface.js +1 -0
- package/dist/collection/components/_form/form-select-filter/form-select-filter.js +1283 -0
- package/dist/collection/components/_form/form-select-filter/form-select-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-textarea/form-textarea-validation.enum.js +7 -0
- package/dist/collection/components/_form/form-textarea/form-textarea-variation.enum.js +7 -0
- package/dist/collection/components/_form/form-textarea/form-textarea.css +362 -0
- package/dist/collection/components/_form/form-textarea/form-textarea.js +800 -0
- package/dist/collection/components/_form/form-validation-message/form-validation-message-variation.enum.js +6 -0
- package/dist/collection/components/_form/form-validation-message/form-validation-message.css +40 -0
- package/dist/collection/components/_form/form-validation-message/form-validation-message.js +79 -0
- package/dist/collection/components/_header/header/header-center-content-width.enum.js +6 -0
- package/dist/collection/components/_header/header/header.css +323 -0
- package/dist/collection/components/_header/header/header.js +201 -0
- package/dist/collection/components/_header/header-avatar/avatars/avatars.js +14 -0
- package/dist/collection/components/_header/header-avatar/avatars/types.js +2 -0
- package/dist/collection/components/_header/header-avatar/header-avatar.css +311 -0
- package/dist/collection/components/_header/header-avatar/header-avatar.js +351 -0
- package/dist/collection/components/_header/header-navigation/header-navigation.css +354 -0
- package/dist/collection/components/_header/header-navigation/header-navigation.js +471 -0
- package/dist/collection/components/_header/header-navigation-item/header-navigation-item.css +329 -0
- package/dist/collection/components/_header/header-navigation-item/header-navigation-item.js +58 -0
- package/dist/collection/components/_header/header-notification/header-notification.css +326 -0
- package/dist/collection/components/_header/header-notification/header-notification.js +54 -0
- package/dist/collection/components/_icon/icon/icon.css +20 -0
- package/dist/collection/components/_icon/icon/icon.js +182 -0
- package/dist/collection/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.css +20 -0
- package/dist/collection/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.js +128 -0
- package/dist/collection/components/_icon/icon-accessibility-universal/icon-accessibility-universal.css +20 -0
- package/dist/collection/components/_icon/icon-accessibility-universal/icon-accessibility-universal.js +128 -0
- package/dist/collection/components/_icon/icon-apple/icon-apple.css +20 -0
- package/dist/collection/components/_icon/icon-apple/icon-apple.js +128 -0
- package/dist/collection/components/_icon/icon-archive/icon-archive.css +20 -0
- package/dist/collection/components/_icon/icon-archive/icon-archive.js +128 -0
- package/dist/collection/components/_icon/icon-archive-outline/icon-archive-outline.css +20 -0
- package/dist/collection/components/_icon/icon-archive-outline/icon-archive-outline.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-back/icon-arrow-back.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-back/icon-arrow-back.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-down/icon-arrow-down.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-down/icon-arrow-down.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-left/icon-arrow-left.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-left/icon-arrow-left.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-right/icon-arrow-right.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-right/icon-arrow-right.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.js +128 -0
- package/dist/collection/components/_icon/icon-arrow-up/icon-arrow-up.css +20 -0
- package/dist/collection/components/_icon/icon-arrow-up/icon-arrow-up.js +128 -0
- package/dist/collection/components/_icon/icon-at/icon-at.css +20 -0
- package/dist/collection/components/_icon/icon-at/icon-at.js +128 -0
- package/dist/collection/components/_icon/icon-bars/icon-bars.css +20 -0
- package/dist/collection/components/_icon/icon-bars/icon-bars.js +128 -0
- package/dist/collection/components/_icon/icon-bell/icon-bell.css +20 -0
- package/dist/collection/components/_icon/icon-bell/icon-bell.js +128 -0
- package/dist/collection/components/_icon/icon-bell-filled/icon-bell-filled.css +20 -0
- package/dist/collection/components/_icon/icon-bell-filled/icon-bell-filled.js +128 -0
- package/dist/collection/components/_icon/icon-book/icon-book.css +20 -0
- package/dist/collection/components/_icon/icon-book/icon-book.js +128 -0
- package/dist/collection/components/_icon/icon-bookmark-outline/icon-bookmark-outline.css +20 -0
- package/dist/collection/components/_icon/icon-bookmark-outline/icon-bookmark-outline.js +128 -0
- package/dist/collection/components/_icon/icon-bookmark-solid/icon-bookmark-solid.css +20 -0
- package/dist/collection/components/_icon/icon-bookmark-solid/icon-bookmark-solid.js +128 -0
- package/dist/collection/components/_icon/icon-bubble/icon-bubble.css +20 -0
- package/dist/collection/components/_icon/icon-bubble/icon-bubble.js +128 -0
- package/dist/collection/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.css +20 -0
- package/dist/collection/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.js +128 -0
- package/dist/collection/components/_icon/icon-building-outline/icon-building-outline.css +20 -0
- package/dist/collection/components/_icon/icon-building-outline/icon-building-outline.js +128 -0
- package/dist/collection/components/_icon/icon-building-solid/icon-building-solid.css +20 -0
- package/dist/collection/components/_icon/icon-building-solid/icon-building-solid.js +128 -0
- package/dist/collection/components/_icon/icon-bullseye/icon-bullseye.css +20 -0
- package/dist/collection/components/_icon/icon-bullseye/icon-bullseye.js +128 -0
- package/dist/collection/components/_icon/icon-calculator-solid/icon-calculator-solid.css +20 -0
- package/dist/collection/components/_icon/icon-calculator-solid/icon-calculator-solid.js +128 -0
- package/dist/collection/components/_icon/icon-calendar/icon-calendar.css +20 -0
- package/dist/collection/components/_icon/icon-calendar/icon-calendar.js +128 -0
- package/dist/collection/components/_icon/icon-calendar-alt/icon-calendar-alt.css +20 -0
- package/dist/collection/components/_icon/icon-calendar-alt/icon-calendar-alt.js +128 -0
- package/dist/collection/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.css +20 -0
- package/dist/collection/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.js +128 -0
- package/dist/collection/components/_icon/icon-caret-circle-right/icon-caret-circle-right.css +20 -0
- package/dist/collection/components/_icon/icon-caret-circle-right/icon-caret-circle-right.js +128 -0
- package/dist/collection/components/_icon/icon-caret-down/icon-caret-down.css +20 -0
- package/dist/collection/components/_icon/icon-caret-down/icon-caret-down.js +128 -0
- package/dist/collection/components/_icon/icon-caret-left/icon-caret-left.css +20 -0
- package/dist/collection/components/_icon/icon-caret-left/icon-caret-left.js +128 -0
- package/dist/collection/components/_icon/icon-caret-right/icon-caret-right.css +20 -0
- package/dist/collection/components/_icon/icon-caret-right/icon-caret-right.js +128 -0
- package/dist/collection/components/_icon/icon-caret-up/icon-caret-up.css +20 -0
- package/dist/collection/components/_icon/icon-caret-up/icon-caret-up.js +128 -0
- package/dist/collection/components/_icon/icon-chart/icon-chart.css +20 -0
- package/dist/collection/components/_icon/icon-chart/icon-chart.js +128 -0
- package/dist/collection/components/_icon/icon-chat/icon-chat.css +20 -0
- package/dist/collection/components/_icon/icon-chat/icon-chat.js +128 -0
- package/dist/collection/components/_icon/icon-check/icon-check.css +20 -0
- package/dist/collection/components/_icon/icon-check/icon-check.js +128 -0
- package/dist/collection/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.css +20 -0
- package/dist/collection/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.js +128 -0
- package/dist/collection/components/_icon/icon-check-circle-solid/icon-check-circle-solid.css +20 -0
- package/dist/collection/components/_icon/icon-check-circle-solid/icon-check-circle-solid.js +128 -0
- package/dist/collection/components/_icon/icon-checklist/icon-checklist.css +20 -0
- package/dist/collection/components/_icon/icon-checklist/icon-checklist.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-down/icon-chevron-down.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-down/icon-chevron-down.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-left/icon-chevron-left.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-left/icon-chevron-left.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-right/icon-chevron-right.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-right/icon-chevron-right.js +128 -0
- package/dist/collection/components/_icon/icon-chevron-up/icon-chevron-up.css +20 -0
- package/dist/collection/components/_icon/icon-chevron-up/icon-chevron-up.js +128 -0
- package/dist/collection/components/_icon/icon-clock/icon-clock.css +20 -0
- package/dist/collection/components/_icon/icon-clock/icon-clock.js +128 -0
- package/dist/collection/components/_icon/icon-communication-play-solid/icon-communication-play-solid.css +20 -0
- package/dist/collection/components/_icon/icon-communication-play-solid/icon-communication-play-solid.js +128 -0
- package/dist/collection/components/_icon/icon-compress-alt/icon-compress-alt.css +20 -0
- package/dist/collection/components/_icon/icon-compress-alt/icon-compress-alt.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-case/icon-comunication-case.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-case/icon-comunication-case.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-flag/icon-comunication-flag.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-flag/icon-comunication-flag.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-graduate/icon-comunication-graduate.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-graduate/icon-comunication-graduate.js +128 -0
- package/dist/collection/components/_icon/icon-comunication-play/icon-comunication-play.css +20 -0
- package/dist/collection/components/_icon/icon-comunication-play/icon-comunication-play.js +128 -0
- package/dist/collection/components/_icon/icon-cooperation/icon-cooperation.css +20 -0
- package/dist/collection/components/_icon/icon-cooperation/icon-cooperation.js +128 -0
- package/dist/collection/components/_icon/icon-copy/icon-copy.css +20 -0
- package/dist/collection/components/_icon/icon-copy/icon-copy.js +128 -0
- package/dist/collection/components/_icon/icon-danger-outline/icon-danger-outline.css +20 -0
- package/dist/collection/components/_icon/icon-danger-outline/icon-danger-outline.js +128 -0
- package/dist/collection/components/_icon/icon-download/icon-download.css +20 -0
- package/dist/collection/components/_icon/icon-download/icon-download.js +128 -0
- package/dist/collection/components/_icon/icon-dxa/icon-dxa.css +20 -0
- package/dist/collection/components/_icon/icon-dxa/icon-dxa.js +128 -0
- package/dist/collection/components/_icon/icon-edit/icon-edit.css +20 -0
- package/dist/collection/components/_icon/icon-edit/icon-edit.js +128 -0
- package/dist/collection/components/_icon/icon-ellipsis/icon-ellipsis.css +20 -0
- package/dist/collection/components/_icon/icon-ellipsis/icon-ellipsis.js +128 -0
- package/dist/collection/components/_icon/icon-envelope/icon-envelope.css +20 -0
- package/dist/collection/components/_icon/icon-envelope/icon-envelope.js +128 -0
- package/dist/collection/components/_icon/icon-envelope-filled/icon-envelope-filled.css +20 -0
- package/dist/collection/components/_icon/icon-envelope-filled/icon-envelope-filled.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.css +20 -0
- package/dist/collection/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.css +20 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.css +20 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.js +128 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.css +26 -0
- package/dist/collection/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.js +129 -0
- package/dist/collection/components/_icon/icon-expand-alt/icon-expand-alt.css +20 -0
- package/dist/collection/components/_icon/icon-expand-alt/icon-expand-alt.js +128 -0
- package/dist/collection/components/_icon/icon-external-link-alt/icon-external-link-alt.css +20 -0
- package/dist/collection/components/_icon/icon-external-link-alt/icon-external-link-alt.js +128 -0
- package/dist/collection/components/_icon/icon-eye/icon-eye.css +20 -0
- package/dist/collection/components/_icon/icon-eye/icon-eye.js +128 -0
- package/dist/collection/components/_icon/icon-eye-slash/icon-eye-slash.css +20 -0
- package/dist/collection/components/_icon/icon-eye-slash/icon-eye-slash.js +128 -0
- package/dist/collection/components/_icon/icon-facebook-square/icon-facebook-square.css +20 -0
- package/dist/collection/components/_icon/icon-facebook-square/icon-facebook-square.js +128 -0
- package/dist/collection/components/_icon/icon-file-document/icon-file-document.css +20 -0
- package/dist/collection/components/_icon/icon-file-document/icon-file-document.js +128 -0
- package/dist/collection/components/_icon/icon-file-excel/icon-file-excel.css +20 -0
- package/dist/collection/components/_icon/icon-file-excel/icon-file-excel.js +128 -0
- package/dist/collection/components/_icon/icon-file-governing/icon-file-governing.css +20 -0
- package/dist/collection/components/_icon/icon-file-governing/icon-file-governing.js +128 -0
- package/dist/collection/components/_icon/icon-file-pdf/icon-file-pdf.css +20 -0
- package/dist/collection/components/_icon/icon-file-pdf/icon-file-pdf.js +128 -0
- package/dist/collection/components/_icon/icon-file-powerpoint/icon-file-powerpoint.css +20 -0
- package/dist/collection/components/_icon/icon-file-powerpoint/icon-file-powerpoint.js +128 -0
- package/dist/collection/components/_icon/icon-file-word/icon-file-word.css +20 -0
- package/dist/collection/components/_icon/icon-file-word/icon-file-word.js +128 -0
- package/dist/collection/components/_icon/icon-film/icon-film.css +20 -0
- package/dist/collection/components/_icon/icon-film/icon-film.js +128 -0
- package/dist/collection/components/_icon/icon-filter/icon-filter.css +20 -0
- package/dist/collection/components/_icon/icon-filter/icon-filter.js +128 -0
- package/dist/collection/components/_icon/icon-globe/icon-globe.css +20 -0
- package/dist/collection/components/_icon/icon-globe/icon-globe.js +128 -0
- package/dist/collection/components/_icon/icon-globe-filled/icon-globe-filled.css +20 -0
- package/dist/collection/components/_icon/icon-globe-filled/icon-globe-filled.js +128 -0
- package/dist/collection/components/_icon/icon-headphones/icon-headphones.css +20 -0
- package/dist/collection/components/_icon/icon-headphones/icon-headphones.js +128 -0
- package/dist/collection/components/_icon/icon-heart/icon-heart.css +20 -0
- package/dist/collection/components/_icon/icon-heart/icon-heart.js +128 -0
- package/dist/collection/components/_icon/icon-heart-solid/icon-heart-solid.css +20 -0
- package/dist/collection/components/_icon/icon-heart-solid/icon-heart-solid.js +128 -0
- package/dist/collection/components/_icon/icon-history/icon-history.css +20 -0
- package/dist/collection/components/_icon/icon-history/icon-history.js +128 -0
- package/dist/collection/components/_icon/icon-home/icon-home.css +20 -0
- package/dist/collection/components/_icon/icon-home/icon-home.js +128 -0
- package/dist/collection/components/_icon/icon-image/icon-image.css +20 -0
- package/dist/collection/components/_icon/icon-image/icon-image.js +128 -0
- package/dist/collection/components/_icon/icon-info-circle-solid/icon-info-circle-solid.css +20 -0
- package/dist/collection/components/_icon/icon-info-circle-solid/icon-info-circle-solid.js +128 -0
- package/dist/collection/components/_icon/icon-input-select-marker/icon-input-select-marker.css +20 -0
- package/dist/collection/components/_icon/icon-input-select-marker/icon-input-select-marker.js +128 -0
- package/dist/collection/components/_icon/icon-instagram/icon-instagram.css +20 -0
- package/dist/collection/components/_icon/icon-instagram/icon-instagram.js +128 -0
- package/dist/collection/components/_icon/icon-job-suggestion/icon-job-suggestion.css +20 -0
- package/dist/collection/components/_icon/icon-job-suggestion/icon-job-suggestion.js +128 -0
- package/dist/collection/components/_icon/icon-language/icon-language.css +20 -0
- package/dist/collection/components/_icon/icon-language/icon-language.js +128 -0
- package/dist/collection/components/_icon/icon-language-outline/icon-language-outline.css +20 -0
- package/dist/collection/components/_icon/icon-language-outline/icon-language-outline.js +128 -0
- package/dist/collection/components/_icon/icon-laptop-phone/icon-laptop-phone.css +20 -0
- package/dist/collection/components/_icon/icon-laptop-phone/icon-laptop-phone.js +128 -0
- package/dist/collection/components/_icon/icon-lattlast/icon-lattlast.css +20 -0
- package/dist/collection/components/_icon/icon-lattlast/icon-lattlast.js +128 -0
- package/dist/collection/components/_icon/icon-licence-bus/icon-licence-bus.css +20 -0
- package/dist/collection/components/_icon/icon-licence-bus/icon-licence-bus.js +128 -0
- package/dist/collection/components/_icon/icon-licence-car/icon-licence-car.css +20 -0
- package/dist/collection/components/_icon/icon-licence-car/icon-licence-car.js +128 -0
- package/dist/collection/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.css +20 -0
- package/dist/collection/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.js +128 -0
- package/dist/collection/components/_icon/icon-licence-truck/icon-licence-truck.css +20 -0
- package/dist/collection/components/_icon/icon-licence-truck/icon-licence-truck.js +128 -0
- package/dist/collection/components/_icon/icon-lightbulb/icon-lightbulb.css +20 -0
- package/dist/collection/components/_icon/icon-lightbulb/icon-lightbulb.js +128 -0
- package/dist/collection/components/_icon/icon-linkedin-in/icon-linkedin-in.css +20 -0
- package/dist/collection/components/_icon/icon-linkedin-in/icon-linkedin-in.js +128 -0
- package/dist/collection/components/_icon/icon-list-ul/icon-list-ul.css +20 -0
- package/dist/collection/components/_icon/icon-list-ul/icon-list-ul.js +128 -0
- package/dist/collection/components/_icon/icon-lock/icon-lock.css +20 -0
- package/dist/collection/components/_icon/icon-lock/icon-lock.js +128 -0
- package/dist/collection/components/_icon/icon-marker/icon-marker.css +20 -0
- package/dist/collection/components/_icon/icon-marker/icon-marker.js +128 -0
- package/dist/collection/components/_icon/icon-marker-filled/icon-marker-filled.css +20 -0
- package/dist/collection/components/_icon/icon-marker-filled/icon-marker-filled.js +128 -0
- package/dist/collection/components/_icon/icon-media-course/icon-media-course.css +20 -0
- package/dist/collection/components/_icon/icon-media-course/icon-media-course.js +128 -0
- package/dist/collection/components/_icon/icon-media-podcast/icon-media-podcast.css +20 -0
- package/dist/collection/components/_icon/icon-media-podcast/icon-media-podcast.js +128 -0
- package/dist/collection/components/_icon/icon-microphone/icon-microphone.css +20 -0
- package/dist/collection/components/_icon/icon-microphone/icon-microphone.js +128 -0
- package/dist/collection/components/_icon/icon-microphone-off/icon-microphone-off.css +20 -0
- package/dist/collection/components/_icon/icon-microphone-off/icon-microphone-off.js +128 -0
- package/dist/collection/components/_icon/icon-minus/icon-minus.css +20 -0
- package/dist/collection/components/_icon/icon-minus/icon-minus.js +128 -0
- package/dist/collection/components/_icon/icon-move/icon-move.css +20 -0
- package/dist/collection/components/_icon/icon-move/icon-move.js +128 -0
- package/dist/collection/components/_icon/icon-news/icon-news.css +20 -0
- package/dist/collection/components/_icon/icon-news/icon-news.js +128 -0
- package/dist/collection/components/_icon/icon-notification-error/icon-notification-error.css +20 -0
- package/dist/collection/components/_icon/icon-notification-error/icon-notification-error.js +128 -0
- package/dist/collection/components/_icon/icon-notification-info/icon-notification-info.css +20 -0
- package/dist/collection/components/_icon/icon-notification-info/icon-notification-info.js +128 -0
- package/dist/collection/components/_icon/icon-notification-succes/icon-notification-succes.css +20 -0
- package/dist/collection/components/_icon/icon-notification-succes/icon-notification-succes.js +128 -0
- package/dist/collection/components/_icon/icon-notification-warning/icon-notification-warning.css +20 -0
- package/dist/collection/components/_icon/icon-notification-warning/icon-notification-warning.js +128 -0
- package/dist/collection/components/_icon/icon-online-computervideo/icon-online-computervideo.css +20 -0
- package/dist/collection/components/_icon/icon-online-computervideo/icon-online-computervideo.js +128 -0
- package/dist/collection/components/_icon/icon-online-interview/icon-online-interview.css +20 -0
- package/dist/collection/components/_icon/icon-online-interview/icon-online-interview.js +128 -0
- package/dist/collection/components/_icon/icon-online-meeting/icon-online-meeting.css +20 -0
- package/dist/collection/components/_icon/icon-online-meeting/icon-online-meeting.js +128 -0
- package/dist/collection/components/_icon/icon-online-task/icon-online-task.css +20 -0
- package/dist/collection/components/_icon/icon-online-task/icon-online-task.js +128 -0
- package/dist/collection/components/_icon/icon-online-video/icon-online-video.css +20 -0
- package/dist/collection/components/_icon/icon-online-video/icon-online-video.js +128 -0
- package/dist/collection/components/_icon/icon-open-source/icon-open-source.css +20 -0
- package/dist/collection/components/_icon/icon-open-source/icon-open-source.js +128 -0
- package/dist/collection/components/_icon/icon-palette/icon-palette.css +20 -0
- package/dist/collection/components/_icon/icon-palette/icon-palette.js +128 -0
- package/dist/collection/components/_icon/icon-paperclip/icon-paperclip.css +20 -0
- package/dist/collection/components/_icon/icon-paperclip/icon-paperclip.js +128 -0
- package/dist/collection/components/_icon/icon-pen/icon-pen.css +20 -0
- package/dist/collection/components/_icon/icon-pen/icon-pen.js +128 -0
- package/dist/collection/components/_icon/icon-phone/icon-phone.css +20 -0
- package/dist/collection/components/_icon/icon-phone/icon-phone.js +128 -0
- package/dist/collection/components/_icon/icon-phone-hangup/icon-phone-hangup.css +20 -0
- package/dist/collection/components/_icon/icon-phone-hangup/icon-phone-hangup.js +128 -0
- package/dist/collection/components/_icon/icon-plus/icon-plus.css +20 -0
- package/dist/collection/components/_icon/icon-plus/icon-plus.js +128 -0
- package/dist/collection/components/_icon/icon-pod/icon-pod.css +20 -0
- package/dist/collection/components/_icon/icon-pod/icon-pod.js +128 -0
- package/dist/collection/components/_icon/icon-print/icon-print.css +20 -0
- package/dist/collection/components/_icon/icon-print/icon-print.js +128 -0
- package/dist/collection/components/_icon/icon-read/icon-read.css +20 -0
- package/dist/collection/components/_icon/icon-read/icon-read.js +128 -0
- package/dist/collection/components/_icon/icon-redo/icon-redo.css +20 -0
- package/dist/collection/components/_icon/icon-redo/icon-redo.js +128 -0
- package/dist/collection/components/_icon/icon-screensharing/icon-screensharing.css +20 -0
- package/dist/collection/components/_icon/icon-screensharing/icon-screensharing.js +128 -0
- package/dist/collection/components/_icon/icon-screensharing-off/icon-screensharing-off.css +20 -0
- package/dist/collection/components/_icon/icon-screensharing-off/icon-screensharing-off.js +128 -0
- package/dist/collection/components/_icon/icon-search/icon-search.css +20 -0
- package/dist/collection/components/_icon/icon-search/icon-search.js +128 -0
- package/dist/collection/components/_icon/icon-send-outline/icon-send-outline.css +20 -0
- package/dist/collection/components/_icon/icon-send-outline/icon-send-outline.js +128 -0
- package/dist/collection/components/_icon/icon-send-solid/icon-send-solid.css +20 -0
- package/dist/collection/components/_icon/icon-send-solid/icon-send-solid.js +128 -0
- package/dist/collection/components/_icon/icon-settings/icon-settings.css +20 -0
- package/dist/collection/components/_icon/icon-settings/icon-settings.js +128 -0
- package/dist/collection/components/_icon/icon-share-alt/icon-share-alt.css +20 -0
- package/dist/collection/components/_icon/icon-share-alt/icon-share-alt.js +128 -0
- package/dist/collection/components/_icon/icon-share-chain/icon-share-chain.css +20 -0
- package/dist/collection/components/_icon/icon-share-chain/icon-share-chain.js +128 -0
- package/dist/collection/components/_icon/icon-sign/icon-sign.css +20 -0
- package/dist/collection/components/_icon/icon-sign/icon-sign.js +128 -0
- package/dist/collection/components/_icon/icon-sliders-h/icon-sliders-h.css +20 -0
- package/dist/collection/components/_icon/icon-sliders-h/icon-sliders-h.js +128 -0
- package/dist/collection/components/_icon/icon-sokkandidat/icon-sokkandidat.css +20 -0
- package/dist/collection/components/_icon/icon-sokkandidat/icon-sokkandidat.js +128 -0
- package/dist/collection/components/_icon/icon-sort/icon-sort.css +20 -0
- package/dist/collection/components/_icon/icon-sort/icon-sort.js +128 -0
- package/dist/collection/components/_icon/icon-sort-down/icon-sort-down.css +20 -0
- package/dist/collection/components/_icon/icon-sort-down/icon-sort-down.js +128 -0
- package/dist/collection/components/_icon/icon-sort-up/icon-sort-up.css +20 -0
- package/dist/collection/components/_icon/icon-sort-up/icon-sort-up.js +128 -0
- package/dist/collection/components/_icon/icon-spinner/icon-spinner.css +20 -0
- package/dist/collection/components/_icon/icon-spinner/icon-spinner.js +129 -0
- package/dist/collection/components/_icon/icon-star/icon-star.css +20 -0
- package/dist/collection/components/_icon/icon-star/icon-star.js +128 -0
- package/dist/collection/components/_icon/icon-star-reg/icon-star-reg.css +20 -0
- package/dist/collection/components/_icon/icon-star-reg/icon-star-reg.js +128 -0
- package/dist/collection/components/_icon/icon-suitcase-outline/icon-suitcase-outline.css +20 -0
- package/dist/collection/components/_icon/icon-suitcase-outline/icon-suitcase-outline.js +128 -0
- package/dist/collection/components/_icon/icon-suitcase-solid/icon-suitcase-solid.css +20 -0
- package/dist/collection/components/_icon/icon-suitcase-solid/icon-suitcase-solid.js +128 -0
- package/dist/collection/components/_icon/icon-system-assistance/icon-system-assistance.css +20 -0
- package/dist/collection/components/_icon/icon-system-assistance/icon-system-assistance.js +128 -0
- package/dist/collection/components/_icon/icon-table/icon-table.css +20 -0
- package/dist/collection/components/_icon/icon-table/icon-table.js +128 -0
- package/dist/collection/components/_icon/icon-table-column/icon-table-column.css +20 -0
- package/dist/collection/components/_icon/icon-table-column/icon-table-column.js +128 -0
- package/dist/collection/components/_icon/icon-table-row/icon-table-row.css +20 -0
- package/dist/collection/components/_icon/icon-table-row/icon-table-row.js +128 -0
- package/dist/collection/components/_icon/icon-task-done/icon-task-done.css +20 -0
- package/dist/collection/components/_icon/icon-task-done/icon-task-done.js +128 -0
- package/dist/collection/components/_icon/icon-toggle-off/icon-toggle-off.css +20 -0
- package/dist/collection/components/_icon/icon-toggle-off/icon-toggle-off.js +128 -0
- package/dist/collection/components/_icon/icon-toggle-on/icon-toggle-on.css +20 -0
- package/dist/collection/components/_icon/icon-toggle-on/icon-toggle-on.js +128 -0
- package/dist/collection/components/_icon/icon-trash/icon-trash.css +20 -0
- package/dist/collection/components/_icon/icon-trash/icon-trash.js +128 -0
- package/dist/collection/components/_icon/icon-twitter/icon-twitter.css +20 -0
- package/dist/collection/components/_icon/icon-twitter/icon-twitter.js +128 -0
- package/dist/collection/components/_icon/icon-tyck-till/icon-tyck-till.css +20 -0
- package/dist/collection/components/_icon/icon-tyck-till/icon-tyck-till.js +128 -0
- package/dist/collection/components/_icon/icon-unlock/icon-unlock.css +20 -0
- package/dist/collection/components/_icon/icon-unlock/icon-unlock.js +128 -0
- package/dist/collection/components/_icon/icon-update/icon-update.css +20 -0
- package/dist/collection/components/_icon/icon-update/icon-update.js +128 -0
- package/dist/collection/components/_icon/icon-upload/icon-upload.css +20 -0
- package/dist/collection/components/_icon/icon-upload/icon-upload.js +128 -0
- package/dist/collection/components/_icon/icon-user-alt/icon-user-alt.css +20 -0
- package/dist/collection/components/_icon/icon-user-alt/icon-user-alt.js +128 -0
- package/dist/collection/components/_icon/icon-users-solid/icon-users-solid.css +20 -0
- package/dist/collection/components/_icon/icon-users-solid/icon-users-solid.js +128 -0
- package/dist/collection/components/_icon/icon-validation-error/icon-validation-error.css +20 -0
- package/dist/collection/components/_icon/icon-validation-error/icon-validation-error.js +128 -0
- package/dist/collection/components/_icon/icon-validation-success/icon-validation-success.css +20 -0
- package/dist/collection/components/_icon/icon-validation-success/icon-validation-success.js +128 -0
- package/dist/collection/components/_icon/icon-validation-warning/icon-validation-warning.css +20 -0
- package/dist/collection/components/_icon/icon-validation-warning/icon-validation-warning.js +128 -0
- package/dist/collection/components/_icon/icon-videocamera/icon-videocamera.css +20 -0
- package/dist/collection/components/_icon/icon-videocamera/icon-videocamera.js +128 -0
- package/dist/collection/components/_icon/icon-videocamera-off/icon-videocamera-off.css +20 -0
- package/dist/collection/components/_icon/icon-videocamera-off/icon-videocamera-off.js +128 -0
- package/dist/collection/components/_icon/icon-volume/icon-volume.css +20 -0
- package/dist/collection/components/_icon/icon-volume/icon-volume.js +128 -0
- package/dist/collection/components/_icon/icon-web-tv/icon-web-tv.css +20 -0
- package/dist/collection/components/_icon/icon-web-tv/icon-web-tv.js +128 -0
- package/dist/collection/components/_icon/icon-webinar/icon-webinar.css +20 -0
- package/dist/collection/components/_icon/icon-webinar/icon-webinar.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal0/icon-wifi-signal0.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal0/icon-wifi-signal0.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal1/icon-wifi-signal1.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal1/icon-wifi-signal1.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal2/icon-wifi-signal2.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal2/icon-wifi-signal2.js +128 -0
- package/dist/collection/components/_icon/icon-wifi-signal3/icon-wifi-signal3.css +20 -0
- package/dist/collection/components/_icon/icon-wifi-signal3/icon-wifi-signal3.js +128 -0
- package/dist/collection/components/_icon/icon-window/icon-window.css +20 -0
- package/dist/collection/components/_icon/icon-window/icon-window.js +128 -0
- package/dist/collection/components/_icon/icon-x/icon-x.css +20 -0
- package/dist/collection/components/_icon/icon-x/icon-x.js +128 -0
- package/dist/collection/components/_icon/icon-x-button/icon-x-button.css +20 -0
- package/dist/collection/components/_icon/icon-x-button/icon-x-button.js +128 -0
- package/dist/collection/components/_icon/icon-x-button-outline/icon-x-button-outline.css +20 -0
- package/dist/collection/components/_icon/icon-x-button-outline/icon-x-button-outline.js +128 -0
- package/dist/collection/components/_icon/icon-youtube/icon-youtube.css +20 -0
- package/dist/collection/components/_icon/icon-youtube/icon-youtube.js +128 -0
- package/dist/collection/components/_info-card/info-card/info-card-border-position.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card/info-card-heading-level.enum.js +9 -0
- package/dist/collection/components/_info-card/info-card/info-card-size.enum.js +4 -0
- package/dist/collection/components/_info-card/info-card/info-card-type.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card/info-card-variation.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card/info-card.css +107 -0
- package/dist/collection/components/_info-card/info-card/info-card.js +379 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi-heading-level.enum.js +9 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi-type.enum.js +6 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi-variation.enum.js +5 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +143 -0
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.js +317 -0
- package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container-heading-level.enum.js +9 -0
- package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container.css +18 -0
- package/dist/collection/components/_info-card/info-card-multi-container/info-card-multi-container.js +82 -0
- package/dist/collection/components/_layout/layout-block/layout-block-container.enum.js +6 -0
- package/dist/collection/components/_layout/layout-block/layout-block-variation.enum.js +9 -0
- package/dist/collection/components/_layout/layout-block/layout-block.css +36 -0
- package/dist/collection/components/_layout/layout-block/layout-block.js +191 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns-column-gap.enum.js +5 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns-element.enum.js +6 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns-variation.enum.js +8 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns.css +41 -0
- package/dist/collection/components/_layout/layout-columns/layout-columns.js +132 -0
- package/dist/collection/components/_layout/layout-container/layout-container-max-width.enum.js +5 -0
- package/dist/collection/components/_layout/layout-container/layout-container-variation.enum.js +6 -0
- package/dist/collection/components/_layout/layout-container/layout-container.css +335 -0
- package/dist/collection/components/_layout/layout-container/layout-container.js +218 -0
- package/dist/collection/components/_layout/layout-media-object/layout-media-object-alignment.enum.js +7 -0
- package/dist/collection/components/_layout/layout-media-object/layout-media-object.css +29 -0
- package/dist/collection/components/_layout/layout-media-object/layout-media-object.js +67 -0
- package/dist/collection/components/_link/link/link-variation.enum.js +5 -0
- package/dist/collection/components/_link/link/link.css +368 -0
- package/dist/collection/components/_link/link/link.js +372 -0
- package/dist/collection/components/_link/link-button/link-button-size.enum.js +6 -0
- package/dist/collection/components/_link/link-button/link-button-variation.enum.js +7 -0
- package/dist/collection/components/_link/link-button/link-button.css +473 -0
- package/dist/collection/components/_link/link-button/link-button.js +283 -0
- package/dist/collection/components/_link/link-external/link-external-variation.enum.js +5 -0
- package/dist/collection/components/_link/link-external/link-external.css +59 -0
- package/dist/collection/components/_link/link-external/link-external.js +216 -0
- package/dist/collection/components/_link/link-internal/link-internal-variation.enum.js +5 -0
- package/dist/collection/components/_link/link-internal/link-internal.css +334 -0
- package/dist/collection/components/_link/link-internal/link-internal.js +241 -0
- package/dist/collection/components/_list/list/list-type.enum.js +6 -0
- package/dist/collection/components/_list/list/list.css +308 -0
- package/dist/collection/components/_list/list/list.js +114 -0
- package/dist/collection/components/_loader/loader-skeleton/loader-skeleton-variation.enum.js +9 -0
- package/dist/collection/components/_loader/loader-skeleton/loader-skeleton.css +101 -0
- package/dist/collection/components/_loader/loader-skeleton/loader-skeleton.js +112 -0
- package/dist/collection/components/_loader/loader-spinner/loader-spinner-size.enum.js +6 -0
- package/dist/collection/components/_loader/loader-spinner/loader-spinner.css +63 -0
- package/dist/collection/components/_loader/loader-spinner/loader-spinner.js +91 -0
- package/dist/collection/components/_logo/logo/logo-color.enum.js +5 -0
- package/dist/collection/components/_logo/logo/logo-variation.enum.js +5 -0
- package/dist/collection/components/_logo/logo/logo.css +419 -0
- package/dist/collection/components/_logo/logo/logo.js +230 -0
- package/dist/collection/components/_media/media-figure/media-figure-alignment.enum.js +6 -0
- package/dist/collection/components/_media/media-figure/media-figure.css +15 -0
- package/dist/collection/components/_media/media-figure/media-figure.js +91 -0
- package/dist/collection/components/_media/media-image/media-image.css +59 -0
- package/dist/collection/components/_media/media-image/media-image.js +358 -0
- package/dist/collection/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.css +326 -0
- package/dist/collection/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.js +165 -0
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +532 -0
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.js +451 -0
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.types.js +1 -0
- package/dist/collection/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item-type.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item.js +147 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu-horizontal-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.css +296 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.interface.js +1 -0
- package/dist/collection/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.js +563 -0
- package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.css +319 -0
- package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.js +539 -0
- package/dist/collection/components/_navigation/navigation-dropdown/navigation-dropdown.types.js +1 -0
- package/dist/collection/components/_navigation/navigation-pagination/navigation-pagination.css +170 -0
- package/dist/collection/components/_navigation/navigation-pagination/navigation-pagination.js +422 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-close-button-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-heading-level.enum.js +9 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-variation.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-position.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar-variation.enum.js +6 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar.css +278 -0
- package/dist/collection/components/_navigation/navigation-sidebar/navigation-sidebar.js +867 -0
- package/dist/collection/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.css +9 -0
- package/dist/collection/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.js +129 -0
- package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.css +417 -0
- package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.js +466 -0
- package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.types.js +10 -0
- package/dist/collection/components/_navigation/navigation-tablist-panel/tablist-panel.js +64 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-active-indicator-size.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-variation.enum.js +5 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.css +502 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.js +356 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +579 -0
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.js +397 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert-heading-level.enum.js +9 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert-size.enum.js +6 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert-variation.enum.js +7 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert.css +446 -0
- package/dist/collection/components/_notification/notification-alert/notification-alert.js +325 -0
- package/dist/collection/components/_notification/notification-error-page/illustrations/illustrations.js +39 -0
- package/dist/collection/components/_notification/notification-error-page/illustrations/types.js +2 -0
- package/dist/collection/components/_notification/notification-error-page/notification-error-page-httpstatus.enum.js +10 -0
- package/dist/collection/components/_notification/notification-error-page/notification-error-page.css +388 -0
- package/dist/collection/components/_notification/notification-error-page/notification-error-page.js +239 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle-role.enum.js +5 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle.css +515 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle.js +423 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator-role.enum.js +5 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator-variation.enum.js +5 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +574 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.js +510 -0
- package/dist/collection/components/_progress/progress-list/progress-list-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-list/progress-list-status.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list/progress-list-type.enum.js +5 -0
- package/dist/collection/components/_progress/progress-list/progress-list-variation.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list/progress-list.css +38 -0
- package/dist/collection/components/_progress/progress-list/progress-list.js +415 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-status.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-type.enum.js +5 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item-variation.enum.js +6 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item.css +503 -0
- package/dist/collection/components/_progress/progress-list-item/progress-list-item.js +465 -0
- package/dist/collection/components/_progress/progressbar/progressbar-role.enum.js +5 -0
- package/dist/collection/components/_progress/progressbar/progressbar-variation.enum.js +5 -0
- package/dist/collection/components/_progress/progressbar/progressbar.css +441 -0
- package/dist/collection/components/_progress/progressbar/progressbar.js +303 -0
- package/dist/collection/components/_quote/quote/quote-image-inner-position.enum.js +6 -0
- package/dist/collection/components/_quote/quote/quote-image-position.enum.js +7 -0
- package/dist/collection/components/_quote/quote/quote-type.enum.js +5 -0
- package/dist/collection/components/_quote/quote/quote-variation.enum.js +7 -0
- package/dist/collection/components/_quote/quote/quote.css +480 -0
- package/dist/collection/components/_quote/quote/quote.js +329 -0
- package/dist/collection/components/_quote/quote-multi-container/quote-multi-container-heading-level.enum.js +9 -0
- package/dist/collection/components/_quote/quote-multi-container/quote-multi-container.css +26 -0
- package/dist/collection/components/_quote/quote-multi-container/quote-multi-container.js +86 -0
- package/dist/collection/components/_quote/quote-single/quote-single-variation.enum.js +6 -0
- package/dist/collection/components/_quote/quote-single/quote.css +324 -0
- package/dist/collection/components/_quote/quote-single/quote.js +141 -0
- package/dist/collection/components/_table/table/table-size.enum.js +5 -0
- package/dist/collection/components/_table/table/table-variation.enum.js +6 -0
- package/dist/collection/components/_table/table/table.css +91 -0
- package/dist/collection/components/_table/table/table.js +125 -0
- package/dist/collection/components/_tag/tag/tag-size.enum.js +6 -0
- package/dist/collection/components/_tag/tag/tag.css +12 -0
- package/dist/collection/components/_tag/tag/tag.js +163 -0
- package/dist/collection/components/_tag/tag-media/tag-media-icon.enum.js +9 -0
- package/dist/collection/components/_tag/tag-media/tag-media.css +54 -0
- package/dist/collection/components/_tag/tag-media/tag-media.js +108 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback-heading-level.enum.js +9 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback-type.enum.js +5 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback-variation.enum.js +5 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +417 -0
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.js +378 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner-heading-level.enum.js +9 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner-type.enum.js +5 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner.css +325 -0
- package/dist/collection/components/_tools/tools-feedback-banner/tools-feedback-banner.js +255 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum.js +9 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum.js +6 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating-variation.enum.js +6 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating.css +428 -0
- package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating.js +721 -0
- package/dist/collection/components/_tools/tools-languagepicker/tools-languagepicker.css +535 -0
- package/dist/collection/components/_tools/tools-languagepicker/tools-languagepicker.js +518 -0
- package/dist/collection/components/_typography/typography/typography-variation.enum.js +5 -0
- package/dist/collection/components/_typography/typography/typography.css +794 -0
- package/dist/collection/components/_typography/typography/typography.js +90 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum.js +9 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum.js +5 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo.css +300 -0
- package/dist/collection/components/_typography/typography-heading-jumbo/typography-heading-jumbo.js +156 -0
- package/dist/collection/components/_typography/typography-meta/typography-meta-variation.enum.js +5 -0
- package/dist/collection/components/_typography/typography-meta/typography-meta.css +34 -0
- package/dist/collection/components/_typography/typography-meta/typography-meta.js +67 -0
- package/dist/collection/components/_typography/typography-preamble/typography-preamble.css +14 -0
- package/dist/collection/components/_typography/typography-preamble/typography-preamble.js +22 -0
- package/dist/collection/components/_typography/typography-time/typography-time-variation.enum.js +6 -0
- package/dist/collection/components/_typography/typography-time/typography-time.js +160 -0
- package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer-breakpoints.enum.js +7 -0
- package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer.css +303 -0
- package/dist/collection/components/_util/util-breakpoint-observer/util-breakpoint-observer.js +141 -0
- package/dist/collection/components/_util/util-detect-click-outside/util-detect-click-outside.js +117 -0
- package/dist/collection/components/_util/util-detect-focus-outside/util-detect-focus-outside.js +118 -0
- package/dist/collection/components/_util/util-intersection-observer/util-intersection-observer.js +176 -0
- package/dist/collection/components/_util/util-keydown-handler/util-keydown-handler.js +356 -0
- package/dist/collection/components/_util/util-keyup-handler/util-keyup-handler.js +356 -0
- package/dist/collection/components/_util/util-mutation-observer/util-mutation-observer.js +141 -0
- package/dist/collection/components/_util/util-resize-observer/util-resize-observer.css +3 -0
- package/dist/collection/components/_util/util-resize-observer/util-resize-observer.js +72 -0
- package/dist/collection/design-tokens/.gitkeep +0 -0
- package/dist/collection/design-tokens/components/_badge-notification.variables.scss +13 -0
- package/dist/collection/design-tokens/components/_badge-status.variables.scss +42 -0
- package/dist/collection/design-tokens/components/_button.variables.scss +206 -0
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +31 -0
- package/dist/collection/design-tokens/components/_calendar-week-view.variables.scss +83 -0
- package/dist/collection/design-tokens/components/_calendar.variables.scss +93 -0
- package/dist/collection/design-tokens/components/_chart-line.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_code-block.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_code-example.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_code.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_dialog.variables.scss +69 -0
- package/dist/collection/design-tokens/components/_expandable-accordion.variables.scss +28 -0
- package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +33 -0
- package/dist/collection/design-tokens/components/_footer-card.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_footer.variables.scss +25 -0
- package/dist/collection/design-tokens/components/_form-category-filter.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +47 -0
- package/dist/collection/design-tokens/components/_form-error-list.variables.scss +14 -0
- package/dist/collection/design-tokens/components/_form-fieldset.variables.scss +20 -0
- package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +111 -0
- package/dist/collection/design-tokens/components/_form-filter.variables.scss +64 -0
- package/dist/collection/design-tokens/components/_form-input-search.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_form-input.variables.scss +42 -0
- package/dist/collection/design-tokens/components/_form-radiobutton.variables.scss +45 -0
- package/dist/collection/design-tokens/components/_form-radiogroup.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_form-receipt.variables.scss +30 -0
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +178 -0
- package/dist/collection/design-tokens/components/_form-select.variables.scss +73 -0
- package/dist/collection/design-tokens/components/_form-textarea.variables.scss +43 -0
- package/dist/collection/design-tokens/components/_form-validation-message.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_header-avatar.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_header-navigation.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_header-notification.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_header.variables.scss +17 -0
- package/dist/collection/design-tokens/components/_icon-chart.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-exclamation-triangle-warning.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_icon-move.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-share-chain.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-table-column.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-table-row.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon-table.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_icon.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +35 -0
- package/dist/collection/design-tokens/components/_info-card.variables.scss +28 -0
- package/dist/collection/design-tokens/components/_layout-block.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_layout-columns.variables.scss +13 -0
- package/dist/collection/design-tokens/components/_layout-container.variables.scss +15 -0
- package/dist/collection/design-tokens/components/_layout-media-object.variables.scss +11 -0
- package/dist/collection/design-tokens/components/_link-button.variables.scss +77 -0
- package/dist/collection/design-tokens/components/_link-external.variables.scss +34 -0
- package/dist/collection/design-tokens/components/_link-internal.variables.scss +34 -0
- package/dist/collection/design-tokens/components/_link.variables.scss +36 -0
- package/dist/collection/design-tokens/components/_list.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_loader-skeleton.variables.scss +32 -0
- package/dist/collection/design-tokens/components/_loader-spinner.variables.scss +18 -0
- package/dist/collection/design-tokens/components/_logo.variables.scss +68 -0
- package/dist/collection/design-tokens/components/_navigation-breadcrumbs.variables.scss +35 -0
- package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +112 -0
- package/dist/collection/design-tokens/components/_navigation-pagination.variables.scss +56 -0
- package/dist/collection/design-tokens/components/_navigation-sidebar-button.variables.scss +7 -0
- package/dist/collection/design-tokens/components/_navigation-sidebar.variables.scss +55 -0
- package/dist/collection/design-tokens/components/_navigation-tablist.variables.scss +28 -0
- package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +96 -0
- package/dist/collection/design-tokens/components/_navigation-vertical-menu.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_notification-alert.variables.scss +57 -0
- package/dist/collection/design-tokens/components/_notification-error-page.variables.scss +18 -0
- package/dist/collection/design-tokens/components/_progress-circle.variables.scss +43 -0
- package/dist/collection/design-tokens/components/_progress-indicator.variables.scss +84 -0
- package/dist/collection/design-tokens/components/_progress-list-item.variables.scss +27 -0
- package/dist/collection/design-tokens/components/_progress-list.variables.scss +21 -0
- package/dist/collection/design-tokens/components/_progressbar.variables.scss +55 -0
- package/dist/collection/design-tokens/components/_quote-quote-multi-container.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_quote-single.variables.scss +14 -0
- package/dist/collection/design-tokens/components/_quote.variables.scss +12 -0
- package/dist/collection/design-tokens/components/_table.variables.scss +42 -0
- package/dist/collection/design-tokens/components/_tag-media.variables.scss +27 -0
- package/dist/collection/design-tokens/components/_tag.variables.scss +9 -0
- package/dist/collection/design-tokens/components/_tools-feedback-rating.variables.scss +5 -0
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +17 -0
- package/dist/collection/design-tokens/components/_tools-languagepicker.variables.scss +65 -0
- package/dist/collection/design-tokens/components/_typography-meta.variables.scss +16 -0
- package/dist/collection/design-tokens/components/_typography.variables.scss +41 -0
- package/dist/collection/design-tokens/components/bar-chart.variables.scss +4 -0
- package/dist/collection/design-tokens/components/card.variables.scss +23 -0
- package/dist/collection/design-tokens/components/header-navigation-item.variables.scss +18 -0
- package/dist/collection/design-tokens/css/variables.css +1721 -0
- package/dist/collection/design-tokens/scss/variables.scss +1718 -0
- package/dist/collection/design-tokens/styleguide/web.json +35248 -0
- package/dist/collection/design-tokens/styleguide/web.scss +1718 -0
- package/dist/collection/enums.js +138 -0
- package/dist/collection/fonts/package.json +5 -0
- package/dist/collection/fonts/project.json +13 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-300.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-300.woff2 +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-600.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-600.woff2 +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-700.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-700.woff2 +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-regular.woff +0 -0
- package/dist/collection/fonts/src/assets/fonts/open-sans-regular.woff2 +0 -0
- package/dist/collection/fonts/src/fonts.css +44 -0
- package/dist/collection/fonts/src/fonts.scss +46 -0
- package/dist/collection/global/icon/icon.js +257 -0
- package/dist/collection/global/icon/types.js +2 -0
- package/dist/collection/global/utils/detectClickOutside/detectClickOutside.util.js +4 -0
- package/dist/collection/global/utils/detectClickOutside/index.js +1 -0
- package/dist/collection/global/utils/detectClosest/detectClosest.util.js +3 -0
- package/dist/collection/global/utils/detectClosest/index.js +1 -0
- package/dist/collection/global/utils/detectFocusOutside/detectFocusOutside.util.js +4 -0
- package/dist/collection/global/utils/detectFocusOutside/index.js +1 -0
- package/dist/collection/global/utils/keyboardHandler/index.js +2 -0
- package/dist/collection/global/utils/keyboardHandler/keyCode.enum.js +16 -0
- package/dist/collection/global/utils/keyboardHandler/keyboardHandler.util.js +47 -0
- package/dist/collection/global/utils/logger/LoggerSource.enum.js +5 -0
- package/dist/collection/global/utils/logger/LoggerType.enum.js +7 -0
- package/dist/collection/global/utils/logger/index.js +3 -0
- package/dist/collection/global/utils/logger/logger.util.js +37 -0
- package/dist/collection/global/utils/randomIdGenerator/index.js +1 -0
- package/dist/collection/global/utils/randomIdGenerator/randomIdGenerator.util.js +7 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/interfaces.js +8 -0
- package/dist/collection/styles/package.json +5 -0
- package/dist/collection/styles/project.json +12 -0
- package/dist/collection/styles/src/_reset.scss +191 -0
- package/dist/collection/styles/src/digi-styles.scss +2 -0
- package/dist/collection/styles/src/digi-styles.utilities.scss +5 -0
- package/dist/collection/styles/src/functions/_forwards.scss +1 -0
- package/dist/collection/styles/src/functions/_rem.scss +10 -0
- package/dist/collection/styles/src/mixins/_a11y--sr-only.scss +13 -0
- package/dist/collection/styles/src/mixins/_base--reset.scss +195 -0
- package/dist/collection/styles/src/mixins/_focus.scss +11 -0
- package/dist/collection/styles/src/mixins/_forwards.scss +4 -0
- package/dist/collection/styles/src/mixins/_util.scss +256 -0
- package/dist/collection/text/index.js +1 -0
- package/dist/collection/text/locale/sv/text.js +89 -0
- package/dist/digi-arbetsformedlingen/design-tokens/.gitkeep +0 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-notification.variables.scss +13 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-status.variables.scss +42 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +206 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +31 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-week-view.variables.scss +83 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +93 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_chart-line.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_code-block.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_code-example.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_code.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +69 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-accordion.variables.scss +28 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +33 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_footer-card.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_footer.variables.scss +25 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-category-filter.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +47 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-error-list.variables.scss +14 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-fieldset.variables.scss +20 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +111 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +64 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-input-search.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-input.variables.scss +42 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-radiobutton.variables.scss +45 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-radiogroup.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-receipt.variables.scss +30 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +178 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +73 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-textarea.variables.scss +43 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-validation-message.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header-avatar.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header-navigation.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header-notification.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_header.variables.scss +17 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-chart.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-exclamation-triangle-warning.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-move.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-share-chain.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table-column.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table-row.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon-table.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_icon.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +35 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +28 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-block.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-columns.variables.scss +13 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-container.variables.scss +15 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_layout-media-object.variables.scss +11 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +77 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-external.variables.scss +34 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-internal.variables.scss +34 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link.variables.scss +36 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_list.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_loader-skeleton.variables.scss +32 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_loader-spinner.variables.scss +18 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +68 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-breadcrumbs.variables.scss +35 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +112 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-pagination.variables.scss +56 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-sidebar-button.variables.scss +7 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-sidebar.variables.scss +55 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-tablist.variables.scss +28 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +96 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-alert.variables.scss +57 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-error-page.variables.scss +18 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-circle.variables.scss +43 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-indicator.variables.scss +84 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-list-item.variables.scss +27 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-list.variables.scss +21 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progressbar.variables.scss +55 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote-quote-multi-container.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote-single.variables.scss +14 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +12 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_table.variables.scss +42 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tag-media.variables.scss +27 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tag.variables.scss +9 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback-rating.variables.scss +5 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +17 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-languagepicker.variables.scss +65 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_typography-meta.variables.scss +16 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_typography.variables.scss +41 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/bar-chart.variables.scss +4 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/card.variables.scss +23 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/header-navigation-item.variables.scss +18 -0
- package/dist/digi-arbetsformedlingen/design-tokens/css/variables.css +1721 -0
- package/dist/digi-arbetsformedlingen/design-tokens/scss/variables.scss +1718 -0
- package/dist/digi-arbetsformedlingen/design-tokens/styleguide/web.json +35248 -0
- package/dist/digi-arbetsformedlingen/design-tokens/styleguide/web.scss +1718 -0
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +2 -0
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -0
- package/dist/digi-arbetsformedlingen/fonts/package.json +5 -0
- package/dist/digi-arbetsformedlingen/fonts/project.json +13 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-300.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-300.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-600.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-600.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-700.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-700.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-regular.woff +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/assets/fonts/open-sans-regular.woff2 +0 -0
- package/dist/digi-arbetsformedlingen/fonts/src/fonts.css +44 -0
- package/dist/digi-arbetsformedlingen/fonts/src/fonts.scss +46 -0
- package/dist/digi-arbetsformedlingen/index.esm.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0027bdee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-00d6ab21.js +1 -0
- package/dist/digi-arbetsformedlingen/p-014cdae1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-041da6a8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-058d1027.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-059d72cb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06612234.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06906d4f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06cf14d1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-06f939ab.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0747ab93.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07ae5043.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0961b00e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0b24ea57.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0c689a69.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0e250b24.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0eac1bee.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0f3fbb1e.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0fe47e7e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-10c98abf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-12155fa9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-121fd0f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-14ef3a2b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1516b8fb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-163b5be5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-164ca51f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-16a3e46b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-16a6538a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-16f04ebd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-176ff0a5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-17d6e5e2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-181f5884.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-18dbe97f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-18e822ea.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-19264ca2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1a20dd60.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1c9f40d3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1d825386.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1e71b93b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1ea13e3a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f1d7d1b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f68d501.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1fe19842.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1ff3397f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-210dca34.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21718068.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21d3ad3e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21eb286a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-23083872.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-240a0fd6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-24e9cd4a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-26582082.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-26795b0d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-27a933f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-27f0c1ee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-29029457.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-290d1746.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a82ead7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a952b45.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2af2b7bd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2af9b440.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2b614ecc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2c29c2d4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2c9c4b42.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-31209f5b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-318dde2f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-33cd79f9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3404097d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-35a9474f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-35cf4444.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-36d3ee99.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-39439f7c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b3f0655.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b8babee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3c6e1cbc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3fecb869.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-40657c82.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4267ca8f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-42aa440f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-42ae2acf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-430607cb.js +1 -0
- package/dist/digi-arbetsformedlingen/p-484a1d6d.js +1 -0
- package/dist/digi-arbetsformedlingen/p-486092da.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4867a665.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-486e9de8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4a9697a8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4b3c3a13.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4b49313e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4c03d770.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4c6b9991.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4ce9b4ce.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4dc35d6b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4df96e4c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4e6f5896.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4e9b1820.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4ef42d4d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-517dd6a0.js +1 -0
- package/dist/digi-arbetsformedlingen/p-51a68e64.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-53959d1f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55c6db25.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-581f1a70.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-58b8ea5a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-59022952.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5a602122.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5ba35f2b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5ba6737a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5be66175.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5c68ee0e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5c710bcb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5d21a361.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5dfbcb6d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5e9e93f5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5effe466.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5fee8837.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-608e1928.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-60cf8634.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-612805a2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-613a935c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-62812f62.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-62c7beb4.js +1 -0
- package/dist/digi-arbetsformedlingen/p-63136a87.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-63fde127.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-65e3874d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-67a69bb7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-68c8def2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6a28f896.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6aaa3467.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6b927e38.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6bd27542.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6c068f76.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6e383896.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6ff164fd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-70739466.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-717306ef.js +1 -0
- package/dist/digi-arbetsformedlingen/p-71c0989c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-745d66a1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-759ab96d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-775e50cf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-77a93845.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7830e192.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7975d958.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7c3f04a0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7ce58482.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7d37ed3a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7dd19783.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e32c40b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e3e94f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e5ad05a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7ed8dc9d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8142cc73.js +1 -0
- package/dist/digi-arbetsformedlingen/p-814ca2ad.js +1 -0
- package/dist/digi-arbetsformedlingen/p-820e795b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-838b6bcf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-83c812ba.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8410cb10.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-84c79dba.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-85914c7f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-877876f2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-879cdd10.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-87c1f5c7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-896efc6e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8a018b31.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8be436aa.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8cd2b348.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8cd2d6dd.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d1c7f27.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8e28cca1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8e32a6b6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8f9e4c2c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8fa816d6.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8fd82e32.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-911e9465.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91a13287.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91d1344c.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91f1460b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-91f5625d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9306e6a9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-93d5ad7f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-95278d49.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-95aca1fa.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-95db5a30.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9a9f7124.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9b74cbf2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9c311186.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9c5a93d8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9cae94f4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9d7fc1a4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9eb53072.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a0362a23.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a0a5b6fe.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a29a52f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a399093e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a39f86c9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a48f6110.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a4a001e1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a6ca40fc.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a76fb329.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ab23fceb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ab450552.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-acde0ae5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ad6ea742.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ad9a707b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ae87a6cb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b0e88537.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b190f91b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b1ad34d1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b270e8d0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b34f34a9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b4022c44.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b6057ecf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b70b266c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b89d63df.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bc3d2778.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bc5eee65.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bce8a67c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bdd811bc.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bdfddce3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-be911ea9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c028e7ce.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c2cc52f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c2ee26cb.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c358a422.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c4445a09.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7b076ab.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7bcb369.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c803a314.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c9cebe33.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-caf07185.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cdcaf0eb.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cf3ce3c5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d08e24ef.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d4eb5182.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d51fb2f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d6c9651a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d74742b8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d7f8bd8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d7fe7184.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d8b31a6c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d8def1e7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d91f2dfb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-da8a4ea6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dbdcda64.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dc3ef0cc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dcb25fc2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dcdffb3c.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dd19b69d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dd36b4df.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-de4c4238.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-debb55cd.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ded9f8e3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-dee2396a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-df64aa40.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e0a14032.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e1255160.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e157e1d7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e1e773a1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e20cd7a1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e30b1b5d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e31d2831.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e35cae7b.js +2 -0
- package/dist/digi-arbetsformedlingen/p-e38b77b4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e3d2e899.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e3ef2da7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e413232a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e4a9f8f0.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e51a11ec.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e5600031.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e79f0918.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e7b41257.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e7fe33f1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e9e7e0e4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ecef7e7a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ed2e5841.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ed7e3985.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee33960b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee9589e6.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f08d6b86.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f22abb8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f25f9ca8.js +9 -0
- package/dist/digi-arbetsformedlingen/p-f2a6768b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f39b42fe.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f3d741fc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f4248a7e.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f4bcda35.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f600576a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f73aeb82.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f84e2c7d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f8e68405.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f92f2ef6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f9f12a74.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fa00fe1d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fb14c7c9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fb2fc8f8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fc04eda1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fc183d72.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fc3332a3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fd5964d2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fdd6d003.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fe64ac0a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ff309ff5.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ff8efa1b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ffe5c0e8.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/package.json +5 -0
- package/dist/digi-arbetsformedlingen/styles/project.json +12 -0
- package/dist/digi-arbetsformedlingen/styles/src/_reset.scss +191 -0
- package/dist/digi-arbetsformedlingen/styles/src/digi-styles.scss +2 -0
- package/dist/digi-arbetsformedlingen/styles/src/digi-styles.utilities.scss +5 -0
- package/dist/digi-arbetsformedlingen/styles/src/functions/_forwards.scss +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/functions/_rem.scss +10 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_a11y--sr-only.scss +13 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_base--reset.scss +195 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_focus.scss +11 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_forwards.scss +4 -0
- package/dist/digi-arbetsformedlingen/styles/src/mixins/_util.scss +256 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/badge-notification-shape.enum-e15a6245.js +8 -0
- package/dist/esm/badge-status-variation.enum-8d6370ff.js +23 -0
- package/dist/esm/bar-chart-variation.enum-97c0b47f.js +7 -0
- package/dist/esm/button-size.enum-2dcd673f.js +8 -0
- package/dist/esm/button-type.enum-5250ae0b.js +8 -0
- package/dist/esm/button-variation.enum-94fffdd6.js +9 -0
- package/dist/esm/calendar-week-view-heading-level.enum-6774297c.js +11 -0
- package/dist/esm/card-footer-border.enum-eed26243.js +19 -0
- package/dist/esm/code-example-variation.enum-e9f9fced.js +27 -0
- package/dist/esm/code-variation.enum-1eee7c7a.js +19 -0
- package/dist/esm/detectClickOutside.util-72594957.js +7 -0
- package/dist/esm/detectClosest.util-58a7504f.js +5 -0
- package/dist/esm/detectFocusOutside.util-a8676bee.js +7 -0
- package/dist/esm/digi-arbetsformedlingen.js +20 -0
- package/dist/esm/digi-badge-notification.entry.js +59 -0
- package/dist/esm/digi-badge-status.entry.js +28 -0
- package/dist/esm/digi-bar-chart.entry.js +1480 -0
- package/dist/esm/digi-button.entry.js +126 -0
- package/dist/esm/digi-calendar-datepicker.entry.js +2473 -0
- package/dist/esm/digi-calendar-week-view.entry.js +2272 -0
- package/dist/esm/digi-calendar_2.entry.js +469 -0
- package/dist/esm/digi-card.entry.js +36 -0
- package/dist/esm/digi-chart-line.entry.js +2307 -0
- package/dist/esm/digi-code-block_3.entry.js +223 -0
- package/dist/esm/digi-code-example.entry.js +162 -0
- package/dist/esm/digi-code.entry.js +41 -0
- package/dist/esm/digi-context-menu.entry.js +128 -0
- package/dist/esm/digi-dialog.entry.js +298 -0
- package/dist/esm/digi-expandable-accordion.entry.js +152 -0
- package/dist/esm/digi-expandable-faq-item.entry.js +91 -0
- package/dist/esm/digi-expandable-faq.entry.js +60 -0
- package/dist/esm/digi-footer-card.entry.js +25 -0
- package/dist/esm/digi-footer.entry.js +78 -0
- package/dist/esm/digi-form-category-filter.entry.js +117 -0
- package/dist/esm/digi-form-checkbox.entry.js +124 -0
- package/dist/esm/digi-form-error-list.entry.js +143 -0
- package/dist/esm/digi-form-file-upload_13.entry.js +927 -0
- package/dist/esm/digi-form-filter.entry.js +244 -0
- package/dist/esm/digi-form-input-search.entry.js +140 -0
- package/dist/esm/digi-form-input.entry.js +153 -0
- package/dist/esm/digi-form-radiogroup.entry.js +58 -0
- package/dist/esm/digi-form-receipt.entry.js +117 -0
- package/dist/esm/digi-form-select-filter.entry.js +572 -0
- package/dist/esm/digi-form-select_2.entry.js +171 -0
- package/dist/esm/digi-form-textarea.entry.js +129 -0
- package/dist/esm/digi-header-avatar.entry.js +110 -0
- package/dist/esm/digi-header-navigation-item.entry.js +23 -0
- package/dist/esm/digi-header-navigation.entry.js +226 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +99 -0
- package/dist/esm/digi-icon-accessibility-deaf.entry.js +26 -0
- package/dist/esm/digi-icon-accessibility-universal.entry.js +26 -0
- package/dist/esm/digi-icon-apple.entry.js +26 -0
- package/dist/esm/digi-icon-archive-outline.entry.js +26 -0
- package/dist/esm/digi-icon-archive.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-back.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-down.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-left.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-right.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-sign-in.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-sign-out.entry.js +26 -0
- package/dist/esm/digi-icon-arrow-up.entry.js +26 -0
- package/dist/esm/digi-icon-at.entry.js +26 -0
- package/dist/esm/digi-icon-bars.entry.js +26 -0
- package/dist/esm/digi-icon-bell-filled.entry.js +26 -0
- package/dist/esm/digi-icon-bell.entry.js +26 -0
- package/dist/esm/digi-icon-book.entry.js +26 -0
- package/dist/esm/digi-icon-bookmark-outline.entry.js +26 -0
- package/dist/esm/digi-icon-bookmark-solid.entry.js +26 -0
- package/dist/esm/digi-icon-bubble-ellipsis.entry.js +26 -0
- package/dist/esm/digi-icon-bubble.entry.js +26 -0
- package/dist/esm/digi-icon-building-outline.entry.js +26 -0
- package/dist/esm/digi-icon-building-solid.entry.js +26 -0
- package/dist/esm/digi-icon-bullseye.entry.js +26 -0
- package/dist/esm/digi-icon-calculator-solid.entry.js +26 -0
- package/dist/esm/digi-icon-calendar-alt-alert.entry.js +26 -0
- package/dist/esm/digi-icon-calendar.entry.js +26 -0
- package/dist/esm/digi-icon-caret-circle-right.entry.js +26 -0
- package/dist/esm/digi-icon-caret-down_2.entry.js +48 -0
- package/dist/esm/digi-icon-caret-left.entry.js +26 -0
- package/dist/esm/digi-icon-caret-right.entry.js +26 -0
- package/dist/esm/digi-icon-chart_2.entry.js +48 -0
- package/dist/esm/digi-icon-chat.entry.js +26 -0
- package/dist/esm/digi-icon-check-circle-reg-alt.entry.js +26 -0
- package/dist/esm/digi-icon-check-circle-solid.entry.js +26 -0
- package/dist/esm/digi-icon-check.entry.js +26 -0
- package/dist/esm/digi-icon-checklist.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-left.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-right.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-up.entry.js +26 -0
- package/dist/esm/digi-icon-clock.entry.js +26 -0
- package/dist/esm/digi-icon-communication-play-solid.entry.js +26 -0
- package/dist/esm/digi-icon-compress-alt.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-case.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-flag.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-graduate.entry.js +26 -0
- package/dist/esm/digi-icon-comunication-play.entry.js +26 -0
- package/dist/esm/digi-icon-cooperation.entry.js +26 -0
- package/dist/esm/digi-icon-copy.entry.js +26 -0
- package/dist/esm/digi-icon-danger-outline.entry.js +26 -0
- package/dist/esm/digi-icon-download.entry.js +26 -0
- package/dist/esm/digi-icon-dxa.entry.js +26 -0
- package/dist/esm/digi-icon-edit.entry.js +26 -0
- package/dist/esm/digi-icon-ellipsis.entry.js +26 -0
- package/dist/esm/digi-icon-envelope-filled.entry.js +26 -0
- package/dist/esm/digi-icon-envelope.entry.js +26 -0
- package/dist/esm/digi-icon-exclamation-circle-filled.entry.js +26 -0
- package/dist/esm/digi-icon-exclamation-triangle-filled.entry.js +26 -0
- package/dist/esm/digi-icon-exclamation-triangle-warning.entry.js +27 -0
- package/dist/esm/digi-icon-exclamation-triangle.entry.js +26 -0
- package/dist/esm/digi-icon-expand-alt.entry.js +26 -0
- package/dist/esm/digi-icon-external-link-alt_2.entry.js +58 -0
- package/dist/esm/digi-icon-eye-slash.entry.js +26 -0
- package/dist/esm/digi-icon-eye.entry.js +26 -0
- package/dist/esm/digi-icon-facebook-square.entry.js +26 -0
- package/dist/esm/digi-icon-file-document.entry.js +26 -0
- package/dist/esm/digi-icon-file-excel.entry.js +26 -0
- package/dist/esm/digi-icon-file-governing.entry.js +26 -0
- package/dist/esm/digi-icon-file-pdf.entry.js +26 -0
- package/dist/esm/digi-icon-file-powerpoint.entry.js +26 -0
- package/dist/esm/digi-icon-file-word.entry.js +26 -0
- package/dist/esm/digi-icon-film.entry.js +26 -0
- package/dist/esm/digi-icon-filter.entry.js +26 -0
- package/dist/esm/digi-icon-globe-filled.entry.js +26 -0
- package/dist/esm/digi-icon-globe.entry.js +26 -0
- package/dist/esm/digi-icon-headphones.entry.js +26 -0
- package/dist/esm/digi-icon-heart-solid.entry.js +26 -0
- package/dist/esm/digi-icon-heart.entry.js +26 -0
- package/dist/esm/digi-icon-history.entry.js +26 -0
- package/dist/esm/digi-icon-home.entry.js +26 -0
- package/dist/esm/digi-icon-image.entry.js +26 -0
- package/dist/esm/digi-icon-info-circle-solid.entry.js +26 -0
- package/dist/esm/digi-icon-instagram.entry.js +26 -0
- package/dist/esm/digi-icon-job-suggestion.entry.js +26 -0
- package/dist/esm/digi-icon-language-outline_4.entry.js +332 -0
- package/dist/esm/digi-icon-language.entry.js +26 -0
- package/dist/esm/digi-icon-laptop-phone.entry.js +26 -0
- package/dist/esm/digi-icon-lattlast.entry.js +26 -0
- package/dist/esm/digi-icon-licence-bus.entry.js +26 -0
- package/dist/esm/digi-icon-licence-car.entry.js +26 -0
- package/dist/esm/digi-icon-licence-motorcycle.entry.js +26 -0
- package/dist/esm/digi-icon-licence-truck.entry.js +26 -0
- package/dist/esm/digi-icon-lightbulb.entry.js +26 -0
- package/dist/esm/digi-icon-linkedin-in.entry.js +26 -0
- package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
- package/dist/esm/digi-icon-lock.entry.js +26 -0
- package/dist/esm/digi-icon-marker-filled.entry.js +26 -0
- package/dist/esm/digi-icon-marker.entry.js +26 -0
- package/dist/esm/digi-icon-media-course.entry.js +26 -0
- package/dist/esm/digi-icon-media-podcast.entry.js +26 -0
- package/dist/esm/digi-icon-microphone-off.entry.js +26 -0
- package/dist/esm/digi-icon-microphone.entry.js +26 -0
- package/dist/esm/digi-icon-minus_2.entry.js +48 -0
- package/dist/esm/digi-icon-move.entry.js +26 -0
- package/dist/esm/digi-icon-notification-error_5.entry.js +112 -0
- package/dist/esm/digi-icon-online-interview.entry.js +26 -0
- package/dist/esm/digi-icon-online-meeting.entry.js +26 -0
- package/dist/esm/digi-icon-online-task.entry.js +26 -0
- package/dist/esm/digi-icon-open-source.entry.js +26 -0
- package/dist/esm/digi-icon-palette.entry.js +26 -0
- package/dist/esm/digi-icon-pen.entry.js +26 -0
- package/dist/esm/digi-icon-phone-hangup.entry.js +26 -0
- package/dist/esm/digi-icon-phone.entry.js +26 -0
- package/dist/esm/digi-icon-print.entry.js +26 -0
- package/dist/esm/digi-icon-read.entry.js +26 -0
- package/dist/esm/digi-icon-redo.entry.js +26 -0
- package/dist/esm/digi-icon-screensharing-off.entry.js +26 -0
- package/dist/esm/digi-icon-screensharing.entry.js +26 -0
- package/dist/esm/digi-icon-search.entry.js +26 -0
- package/dist/esm/digi-icon-send-outline.entry.js +26 -0
- package/dist/esm/digi-icon-send-solid.entry.js +26 -0
- package/dist/esm/digi-icon-settings.entry.js +26 -0
- package/dist/esm/digi-icon-share-alt.entry.js +26 -0
- package/dist/esm/digi-icon-share-chain.entry.js +26 -0
- package/dist/esm/digi-icon-sliders-h.entry.js +26 -0
- package/dist/esm/digi-icon-sokkandidat.entry.js +26 -0
- package/dist/esm/digi-icon-sort-down.entry.js +26 -0
- package/dist/esm/digi-icon-sort-up.entry.js +26 -0
- package/dist/esm/digi-icon-sort.entry.js +26 -0
- package/dist/esm/digi-icon-star-reg.entry.js +26 -0
- package/dist/esm/digi-icon-star.entry.js +26 -0
- package/dist/esm/digi-icon-suitcase-outline.entry.js +26 -0
- package/dist/esm/digi-icon-suitcase-solid.entry.js +26 -0
- package/dist/esm/digi-icon-system-assistance.entry.js +26 -0
- package/dist/esm/digi-icon-table-column.entry.js +26 -0
- package/dist/esm/digi-icon-table-row.entry.js +26 -0
- package/dist/esm/digi-icon-task-done.entry.js +26 -0
- package/dist/esm/digi-icon-toggle-off.entry.js +26 -0
- package/dist/esm/digi-icon-toggle-on.entry.js +26 -0
- package/dist/esm/digi-icon-twitter.entry.js +26 -0
- package/dist/esm/digi-icon-tyck-till.entry.js +26 -0
- package/dist/esm/digi-icon-unlock.entry.js +26 -0
- package/dist/esm/digi-icon-update.entry.js +26 -0
- package/dist/esm/digi-icon-upload.entry.js +26 -0
- package/dist/esm/digi-icon-user-alt.entry.js +26 -0
- package/dist/esm/digi-icon-users-solid.entry.js +26 -0
- package/dist/esm/digi-icon-videocamera-off.entry.js +26 -0
- package/dist/esm/digi-icon-videocamera.entry.js +26 -0
- package/dist/esm/digi-icon-web-tv.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal0.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal1.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal2.entry.js +26 -0
- package/dist/esm/digi-icon-wifi-signal3.entry.js +26 -0
- package/dist/esm/digi-icon-window.entry.js +26 -0
- package/dist/esm/digi-icon-x-button.entry.js +26 -0
- package/dist/esm/digi-icon-x.entry.js +26 -0
- package/dist/esm/digi-icon-youtube.entry.js +26 -0
- package/dist/esm/digi-icon.entry.js +448 -0
- package/dist/esm/digi-info-card-multi-container.entry.js +18 -0
- package/dist/esm/digi-info-card-multi.entry.js +54 -0
- package/dist/esm/digi-info-card.entry.js +75 -0
- package/dist/esm/digi-layout-block.entry.js +43 -0
- package/dist/esm/digi-layout-columns.entry.js +29 -0
- package/dist/esm/digi-link-button.entry.js +65 -0
- package/dist/esm/digi-link-internal.entry.js +36 -0
- package/dist/esm/digi-link.entry.js +74 -0
- package/dist/esm/digi-list.entry.js +63 -0
- package/dist/esm/digi-loader-skeleton.entry.js +41 -0
- package/dist/esm/digi-loader-spinner.entry.js +27 -0
- package/dist/esm/digi-logo_2.entry.js +59 -0
- package/dist/esm/digi-media-figure.entry.js +26 -0
- package/dist/esm/digi-media-image_2.entry.js +162 -0
- package/dist/esm/digi-navigation-breadcrumbs.entry.js +56 -0
- package/dist/esm/digi-navigation-context-menu-item.entry.js +24 -0
- package/dist/esm/digi-navigation-dropdown.entry.js +184 -0
- package/dist/esm/digi-navigation-pagination.entry.js +212 -0
- package/dist/esm/digi-navigation-sidebar.entry.js +295 -0
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +146 -0
- package/dist/esm/digi-navigation-vertical-menu.entry.js +173 -0
- package/dist/esm/digi-notification-alert.entry.js +116 -0
- package/dist/esm/digi-notification-error-page.entry.js +394 -0
- package/dist/esm/digi-progress-circle.entry.js +81 -0
- package/dist/esm/digi-progress-indicator.entry.js +129 -0
- package/dist/esm/digi-progress-list-item.entry.js +103 -0
- package/dist/esm/digi-progress-list.entry.js +111 -0
- package/dist/esm/digi-progressbar.entry.js +98 -0
- package/dist/esm/digi-quote-multi-container.entry.js +19 -0
- package/dist/esm/digi-quote-single.entry.js +29 -0
- package/dist/esm/digi-quote.entry.js +100 -0
- package/dist/esm/digi-table.entry.js +29 -0
- package/dist/esm/digi-tablist-panel.entry.js +19 -0
- package/dist/esm/digi-tablist.entry.js +223 -0
- package/dist/esm/digi-tag-media.entry.js +43 -0
- package/dist/esm/digi-tag.entry.js +36 -0
- package/dist/esm/digi-tools-feedback-banner.entry.js +99 -0
- package/dist/esm/digi-tools-feedback-rating.entry.js +179 -0
- package/dist/esm/digi-tools-feedback.entry.js +131 -0
- package/dist/esm/digi-tools-languagepicker.entry.js +123 -0
- package/dist/esm/digi-typography-heading-jumbo.entry.js +30 -0
- package/dist/esm/digi-typography-meta.entry.js +23 -0
- package/dist/esm/digi-typography-preamble.entry.js +16 -0
- package/dist/esm/digi-typography-time.entry.js +66 -0
- package/dist/esm/digi-util-detect-click-outside.entry.js +32 -0
- package/dist/esm/digi-util-detect-focus-outside.entry.js +32 -0
- package/dist/esm/digi-util-keydown-handler.entry.js +79 -0
- package/dist/esm/digi-util-keyup-handler.entry.js +79 -0
- package/dist/esm/digi-util-mutation-observer.entry.js +60 -0
- package/dist/esm/digi-util-resize-observer.entry.js +38 -0
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
- package/dist/esm/expandable-faq-variation.enum-6934c367.js +18 -0
- package/dist/esm/footer-card-variation.enum-cc732148.js +8 -0
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +19 -0
- package/dist/esm/form-input-search-variation.enum-f9d669f2.js +8 -0
- package/dist/esm/form-input-type.enum-3da3db27.js +25 -0
- package/dist/esm/form-input-variation.enum-64d9450f.js +29 -0
- package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
- package/dist/esm/form-textarea-variation.enum-05017e8e.js +17 -0
- package/dist/esm/index-2fce392f.js +865 -0
- package/dist/esm/index-5b6c95c6.js +63 -0
- package/dist/esm/index-8685f88d.js +170 -0
- package/dist/esm/index-8e318bb2.js +3156 -0
- package/dist/esm/index.js +68 -0
- package/dist/esm/info-card-multi-type.enum-07ee124f.js +8 -0
- package/dist/esm/info-card-variation.enum-2ccc52c1.js +24 -0
- package/dist/esm/keyboardHandler.util-383c0054.js +65 -0
- package/dist/esm/layout-block-container.enum-29d52ee9.js +8 -0
- package/dist/esm/layout-block-variation.enum-b7a20db4.js +11 -0
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
- package/dist/esm/layout-media-object-alignment.enum-305b86b6.js +9 -0
- package/dist/esm/linear-ef018ffb.js +3723 -0
- package/dist/esm/link-button-variation.enum-b7f1d571.js +16 -0
- package/dist/esm/link-external-variation.enum-d1f7f1cf.js +7 -0
- package/dist/esm/link-internal-variation.enum-feaa9ebd.js +7 -0
- package/dist/esm/link-variation.enum-3e259c8a.js +7 -0
- package/dist/esm/list-type.enum-fbb331ad.js +8 -0
- package/dist/esm/loader-skeleton-variation.enum-f9f867b4.js +11 -0
- package/dist/esm/loader-spinner-size.enum-0b246fa0.js +8 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/logger.util-ede3c48a.js +51 -0
- package/dist/esm/logo-variation.enum-5b68b79f.js +13 -0
- package/dist/esm/media-figure-alignment.enum-a1d36567.js +8 -0
- package/dist/esm/navigation-context-menu-horizontal-position.enum-e5ed22c2.js +7 -0
- package/dist/esm/navigation-context-menu-item-type.enum-d5434f5a.js +7 -0
- package/dist/esm/navigation-sidebar-variation.enum-8fead764.js +42 -0
- package/dist/esm/navigation-tablist.types-61def4f1.js +12 -0
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
- package/dist/esm/prism-git-92a0d5cd.js +2431 -0
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +13 -0
- package/dist/esm/progress-list-item-variation.enum-384b9a3a.js +31 -0
- package/dist/esm/progress-list-variation.enum-300bd89d.js +31 -0
- package/dist/esm/progressbar-variation.enum-40adaab4.js +13 -0
- package/dist/esm/quote-image-inner-position.enum-8e9b1e65.js +30 -0
- package/dist/esm/quote-single-variation.enum-be92a9f7.js +8 -0
- package/dist/esm/randomIdGenerator.util-56406f2e.js +9 -0
- package/dist/esm/table-variation.enum-dd9366b6.js +14 -0
- package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
- package/dist/esm/tag-size.enum-1e1bcf94.js +8 -0
- package/dist/esm/text-ee5498fa.js +91 -0
- package/dist/esm/tools-feedback-banner-type.enum-74b4e580.js +17 -0
- package/dist/esm/tools-feedback-rating-variation.enum-29058ff2.js +25 -0
- package/dist/esm/tools-feedback-variation.enum-92d10df2.js +254 -0
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
- package/dist/esm/typography-meta-variation.enum-1f7c2878.js +7 -0
- package/dist/esm/typography-time-variation.enum-34c830ef.js +8 -0
- package/dist/esm/typography-variation.enum-90aa6767.js +50 -0
- package/dist/esm/util-breakpoint-observer-breakpoints.enum-6d004731.js +9 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/types/components/_badge/badge-notification/badge-notification-shape.enum.d.ts +5 -0
- package/dist/types/components/_badge/badge-notification/badge-notification-type.enum.d.ts +4 -0
- package/dist/types/components/_badge/badge-notification/badge-notification.d.ts +29 -0
- package/dist/types/components/_badge/badge-status/badge-status-size.enum.d.ts +4 -0
- package/dist/types/components/_badge/badge-status/badge-status-type.enum.d.ts +8 -0
- package/dist/types/components/_badge/badge-status/badge-status-variation.enum.d.ts +4 -0
- package/dist/types/components/_badge/badge-status/badge-status.d.ts +42 -0
- package/dist/types/components/_button/button/button-size.enum.d.ts +5 -0
- package/dist/types/components/_button/button/button-type.enum.d.ts +5 -0
- package/dist/types/components/_button/button/button-variation.enum.d.ts +6 -0
- package/dist/types/components/_button/button/button.d.ts +165 -0
- package/dist/types/components/_calendar/calendar/calendar.d.ts +155 -0
- package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker-validation.enum.d.ts +6 -0
- package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker.d.ts +147 -0
- package/dist/types/components/_calendar/week-view/calendar-week-view-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_calendar/week-view/calendar-week-view.d.ts +67 -0
- package/dist/types/components/_card/card/card-border-radius.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card-border.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card-footer-border.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card-shadow.enum.d.ts +4 -0
- package/dist/types/components/_card/card/card.d.ts +37 -0
- package/dist/types/components/_chart/bar-chart/bar-chart-variation.enum.d.ts +4 -0
- package/dist/types/components/_chart/bar-chart/bar-chart.d.ts +118 -0
- package/dist/types/components/_chart/chart-line/chart-line-data.interface.d.ts +23 -0
- package/dist/types/components/_chart/chart-line/chart-line-series.interface.d.ts +5 -0
- package/dist/types/components/_chart/chart-line/chart-line.d.ts +124 -0
- package/dist/types/components/_code/code/code-language.enum.d.ts +10 -0
- package/dist/types/components/_code/code/code-variation.enum.d.ts +4 -0
- package/dist/types/components/_code/code/code.d.ts +42 -0
- package/dist/types/components/_code/code-block/code-block-language.enum.d.ts +12 -0
- package/dist/types/components/_code/code-block/code-block-variation.enum.d.ts +4 -0
- package/dist/types/components/_code/code-block/code-block.d.ts +48 -0
- package/dist/types/components/_code/code-example/code-example-language.enum.d.ts +12 -0
- package/dist/types/components/_code/code-example/code-example-variation.enum.d.ts +4 -0
- package/dist/types/components/_code/code-example/code-example.d.ts +85 -0
- package/dist/types/components/_dialog/dialog/dialog-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_dialog/dialog/dialog-size.enum.d.ts +5 -0
- package/dist/types/components/_dialog/dialog/dialog-variation.enum.d.ts +4 -0
- package/dist/types/components/_dialog/dialog/dialog.d.ts +123 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-header-level.enum.d.ts +8 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-toggle-type.enum.d.ts +4 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion-variation.enum.d.ts +4 -0
- package/dist/types/components/_expandable/expandable-accordion/expandable-accordion.d.ts +69 -0
- package/dist/types/components/_expandable/expandable-faq/expandable-faq-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_expandable/expandable-faq/expandable-faq-variation.enum.d.ts +5 -0
- package/dist/types/components/_expandable/expandable-faq/expandable-faq.d.ts +33 -0
- package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item-variation.enum.d.ts +5 -0
- package/dist/types/components/_expandable/expandable-faq-item/expandable-faq-item.d.ts +60 -0
- package/dist/types/components/_footer/footer/footer-variation.enum.d.ts +4 -0
- package/dist/types/components/_footer/footer/footer.d.ts +25 -0
- package/dist/types/components/_footer/footer-card/footer-card-variation.enum.d.ts +5 -0
- package/dist/types/components/_footer/footer-card/footer-card.d.ts +24 -0
- package/dist/types/components/_form/form-category-filter/form-category-filter.d.ts +63 -0
- package/dist/types/components/_form/form-category-filter/form-category-filter.interfaces.d.ts +5 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox-layout.enum.d.ts +4 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox-validation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-checkbox/form-checkbox.d.ts +177 -0
- package/dist/types/components/_form/form-error-list/form-error-list-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_form/form-error-list/form-error-list.d.ts +69 -0
- package/dist/types/components/_form/form-fieldset/form-fieldset.d.ts +27 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-error-messages.type.d.ts +4 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-validation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-file-upload/form-file-upload.d.ts +226 -0
- package/dist/types/components/_form/form-filter/form-filter.d.ts +143 -0
- package/dist/types/components/_form/form-filter/form-filter.types.d.ts +26 -0
- package/dist/types/components/_form/form-input/form-input-button-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-input/form-input-mode.enum.d.ts +11 -0
- package/dist/types/components/_form/form-input/form-input-type.enum.d.ts +16 -0
- package/dist/types/components/_form/form-input/form-input-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-input/form-input-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-input/form-input.d.ts +254 -0
- package/dist/types/components/_form/form-input-search/form-input-search-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-input-search/form-input-search.d.ts +204 -0
- package/dist/types/components/_form/form-label/form-label.d.ts +56 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton-layout.enum.d.ts +4 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton-validation.enum.d.ts +3 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-radiobutton/form-radiobutton.d.ts +149 -0
- package/dist/types/components/_form/form-radiogroup/form-radiogroup.d.ts +39 -0
- package/dist/types/components/_form/form-receipt/form-receipt-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_form/form-receipt/form-receipt-type.enum.d.ts +4 -0
- package/dist/types/components/_form/form-receipt/form-receipt-variation.enum.d.ts +4 -0
- package/dist/types/components/_form/form-receipt/form-receipt.d.ts +49 -0
- package/dist/types/components/_form/form-select/form-select-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-select/form-select-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-select/form-select.d.ts +160 -0
- package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +240 -0
- package/dist/types/components/_form/form-select-filter/form-select-filter.interface.d.ts +7 -0
- package/dist/types/components/_form/form-select-filter/form-select-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-textarea/form-textarea-validation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-textarea/form-textarea-variation.enum.d.ts +6 -0
- package/dist/types/components/_form/form-textarea/form-textarea.d.ts +191 -0
- package/dist/types/components/_form/form-validation-message/form-validation-message-variation.enum.d.ts +5 -0
- package/dist/types/components/_form/form-validation-message/form-validation-message.d.ts +23 -0
- package/dist/types/components/_header/header/header-center-content-width.enum.d.ts +5 -0
- package/dist/types/components/_header/header/header.d.ts +39 -0
- package/dist/types/components/_header/header-avatar/avatars/avatars.d.ts +15 -0
- package/dist/types/components/_header/header-avatar/avatars/types.d.ts +1 -0
- package/dist/types/components/_header/header-avatar/header-avatar.d.ts +74 -0
- package/dist/types/components/_header/header-navigation/header-navigation.d.ts +104 -0
- package/dist/types/components/_header/header-navigation-item/header-navigation-item.d.ts +17 -0
- package/dist/types/components/_header/header-notification/header-notification.d.ts +13 -0
- package/dist/types/components/_icon/icon/icon.d.ts +35 -0
- package/dist/types/components/_icon/icon-accessibility-deaf/icon-accessibility-deaf.d.ts +24 -0
- package/dist/types/components/_icon/icon-accessibility-universal/icon-accessibility-universal.d.ts +24 -0
- package/dist/types/components/_icon/icon-apple/icon-apple.d.ts +24 -0
- package/dist/types/components/_icon/icon-archive/icon-archive.d.ts +24 -0
- package/dist/types/components/_icon/icon-archive-outline/icon-archive-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-back/icon-arrow-back.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-down/icon-arrow-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-left/icon-arrow-left.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-right/icon-arrow-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-sign-in/icon-arrow-sign-in.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-sign-out/icon-arrow-sign-out.d.ts +24 -0
- package/dist/types/components/_icon/icon-arrow-up/icon-arrow-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-at/icon-at.d.ts +24 -0
- package/dist/types/components/_icon/icon-bars/icon-bars.d.ts +24 -0
- package/dist/types/components/_icon/icon-bell/icon-bell.d.ts +24 -0
- package/dist/types/components/_icon/icon-bell-filled/icon-bell-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-book/icon-book.d.ts +24 -0
- package/dist/types/components/_icon/icon-bookmark-outline/icon-bookmark-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-bookmark-solid/icon-bookmark-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-bubble/icon-bubble.d.ts +24 -0
- package/dist/types/components/_icon/icon-bubble-ellipsis/icon-bubble-ellipsis.d.ts +24 -0
- package/dist/types/components/_icon/icon-building-outline/icon-building-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-building-solid/icon-building-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-bullseye/icon-bullseye.d.ts +24 -0
- package/dist/types/components/_icon/icon-calculator-solid/icon-calculator-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-calendar/icon-calendar.d.ts +24 -0
- package/dist/types/components/_icon/icon-calendar-alt/icon-calendar-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-calendar-alt-alert/icon-calendar-alt-alert.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-circle-right/icon-caret-circle-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-down/icon-caret-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-left/icon-caret-left.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-right/icon-caret-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-caret-up/icon-caret-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-chart/icon-chart.d.ts +24 -0
- package/dist/types/components/_icon/icon-chat/icon-chat.d.ts +24 -0
- package/dist/types/components/_icon/icon-check/icon-check.d.ts +24 -0
- package/dist/types/components/_icon/icon-check-circle-reg-alt/icon-check-circle-reg-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-check-circle-solid/icon-check-circle-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-checklist/icon-checklist.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-down/icon-chevron-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-left/icon-chevron-left.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-right/icon-chevron-right.d.ts +24 -0
- package/dist/types/components/_icon/icon-chevron-up/icon-chevron-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-clock/icon-clock.d.ts +24 -0
- package/dist/types/components/_icon/icon-communication-play-solid/icon-communication-play-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-compress-alt/icon-compress-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-case/icon-comunication-case.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-flag/icon-comunication-flag.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-graduate/icon-comunication-graduate.d.ts +24 -0
- package/dist/types/components/_icon/icon-comunication-play/icon-comunication-play.d.ts +24 -0
- package/dist/types/components/_icon/icon-cooperation/icon-cooperation.d.ts +24 -0
- package/dist/types/components/_icon/icon-copy/icon-copy.d.ts +24 -0
- package/dist/types/components/_icon/icon-danger-outline/icon-danger-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-download/icon-download.d.ts +24 -0
- package/dist/types/components/_icon/icon-dxa/icon-dxa.d.ts +24 -0
- package/dist/types/components/_icon/icon-edit/icon-edit.d.ts +24 -0
- package/dist/types/components/_icon/icon-ellipsis/icon-ellipsis.d.ts +24 -0
- package/dist/types/components/_icon/icon-envelope/icon-envelope.d.ts +24 -0
- package/dist/types/components/_icon/icon-envelope-filled/icon-envelope-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-circle-filled/icon-exclamation-circle-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-triangle/icon-exclamation-triangle.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-triangle-filled/icon-exclamation-triangle-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-exclamation-triangle-warning/icon-exclamation-triangle-warning.d.ts +25 -0
- package/dist/types/components/_icon/icon-expand-alt/icon-expand-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-external-link-alt/icon-external-link-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-eye/icon-eye.d.ts +24 -0
- package/dist/types/components/_icon/icon-eye-slash/icon-eye-slash.d.ts +24 -0
- package/dist/types/components/_icon/icon-facebook-square/icon-facebook-square.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-document/icon-file-document.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-excel/icon-file-excel.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-governing/icon-file-governing.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-pdf/icon-file-pdf.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-powerpoint/icon-file-powerpoint.d.ts +24 -0
- package/dist/types/components/_icon/icon-file-word/icon-file-word.d.ts +24 -0
- package/dist/types/components/_icon/icon-film/icon-film.d.ts +24 -0
- package/dist/types/components/_icon/icon-filter/icon-filter.d.ts +24 -0
- package/dist/types/components/_icon/icon-globe/icon-globe.d.ts +24 -0
- package/dist/types/components/_icon/icon-globe-filled/icon-globe-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-headphones/icon-headphones.d.ts +24 -0
- package/dist/types/components/_icon/icon-heart/icon-heart.d.ts +24 -0
- package/dist/types/components/_icon/icon-heart-solid/icon-heart-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-history/icon-history.d.ts +24 -0
- package/dist/types/components/_icon/icon-home/icon-home.d.ts +24 -0
- package/dist/types/components/_icon/icon-image/icon-image.d.ts +24 -0
- package/dist/types/components/_icon/icon-info-circle-solid/icon-info-circle-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-input-select-marker/icon-input-select-marker.d.ts +24 -0
- package/dist/types/components/_icon/icon-instagram/icon-instagram.d.ts +24 -0
- package/dist/types/components/_icon/icon-job-suggestion/icon-job-suggestion.d.ts +24 -0
- package/dist/types/components/_icon/icon-language/icon-language.d.ts +24 -0
- package/dist/types/components/_icon/icon-language-outline/icon-language-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-laptop-phone/icon-laptop-phone.d.ts +24 -0
- package/dist/types/components/_icon/icon-lattlast/icon-lattlast.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-bus/icon-licence-bus.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-car/icon-licence-car.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-motorcycle/icon-licence-motorcycle.d.ts +24 -0
- package/dist/types/components/_icon/icon-licence-truck/icon-licence-truck.d.ts +24 -0
- package/dist/types/components/_icon/icon-lightbulb/icon-lightbulb.d.ts +24 -0
- package/dist/types/components/_icon/icon-linkedin-in/icon-linkedin-in.d.ts +24 -0
- package/dist/types/components/_icon/icon-list-ul/icon-list-ul.d.ts +24 -0
- package/dist/types/components/_icon/icon-lock/icon-lock.d.ts +24 -0
- package/dist/types/components/_icon/icon-marker/icon-marker.d.ts +24 -0
- package/dist/types/components/_icon/icon-marker-filled/icon-marker-filled.d.ts +24 -0
- package/dist/types/components/_icon/icon-media-course/icon-media-course.d.ts +24 -0
- package/dist/types/components/_icon/icon-media-podcast/icon-media-podcast.d.ts +24 -0
- package/dist/types/components/_icon/icon-microphone/icon-microphone.d.ts +24 -0
- package/dist/types/components/_icon/icon-microphone-off/icon-microphone-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-minus/icon-minus.d.ts +24 -0
- package/dist/types/components/_icon/icon-move/icon-move.d.ts +24 -0
- package/dist/types/components/_icon/icon-news/icon-news.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-error/icon-notification-error.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-info/icon-notification-info.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-succes/icon-notification-succes.d.ts +24 -0
- package/dist/types/components/_icon/icon-notification-warning/icon-notification-warning.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-computervideo/icon-online-computervideo.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-interview/icon-online-interview.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-meeting/icon-online-meeting.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-task/icon-online-task.d.ts +24 -0
- package/dist/types/components/_icon/icon-online-video/icon-online-video.d.ts +24 -0
- package/dist/types/components/_icon/icon-open-source/icon-open-source.d.ts +24 -0
- package/dist/types/components/_icon/icon-palette/icon-palette.d.ts +24 -0
- package/dist/types/components/_icon/icon-paperclip/icon-paperclip.d.ts +24 -0
- package/dist/types/components/_icon/icon-pen/icon-pen.d.ts +24 -0
- package/dist/types/components/_icon/icon-phone/icon-phone.d.ts +24 -0
- package/dist/types/components/_icon/icon-phone-hangup/icon-phone-hangup.d.ts +24 -0
- package/dist/types/components/_icon/icon-plus/icon-plus.d.ts +24 -0
- package/dist/types/components/_icon/icon-pod/icon-pod.d.ts +24 -0
- package/dist/types/components/_icon/icon-print/icon-print.d.ts +24 -0
- package/dist/types/components/_icon/icon-read/icon-read.d.ts +24 -0
- package/dist/types/components/_icon/icon-redo/icon-redo.d.ts +24 -0
- package/dist/types/components/_icon/icon-screensharing/icon-screensharing.d.ts +24 -0
- package/dist/types/components/_icon/icon-screensharing-off/icon-screensharing-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-search/icon-search.d.ts +24 -0
- package/dist/types/components/_icon/icon-send-outline/icon-send-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-send-solid/icon-send-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-settings/icon-settings.d.ts +24 -0
- package/dist/types/components/_icon/icon-share-alt/icon-share-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-share-chain/icon-share-chain.d.ts +24 -0
- package/dist/types/components/_icon/icon-sign/icon-sign.d.ts +24 -0
- package/dist/types/components/_icon/icon-sliders-h/icon-sliders-h.d.ts +24 -0
- package/dist/types/components/_icon/icon-sokkandidat/icon-sokkandidat.d.ts +24 -0
- package/dist/types/components/_icon/icon-sort/icon-sort.d.ts +24 -0
- package/dist/types/components/_icon/icon-sort-down/icon-sort-down.d.ts +24 -0
- package/dist/types/components/_icon/icon-sort-up/icon-sort-up.d.ts +24 -0
- package/dist/types/components/_icon/icon-spinner/icon-spinner.d.ts +25 -0
- package/dist/types/components/_icon/icon-star/icon-star.d.ts +24 -0
- package/dist/types/components/_icon/icon-star-reg/icon-star-reg.d.ts +24 -0
- package/dist/types/components/_icon/icon-suitcase-outline/icon-suitcase-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-suitcase-solid/icon-suitcase-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-system-assistance/icon-system-assistance.d.ts +24 -0
- package/dist/types/components/_icon/icon-table/icon-table.d.ts +24 -0
- package/dist/types/components/_icon/icon-table-column/icon-table-column.d.ts +24 -0
- package/dist/types/components/_icon/icon-table-row/icon-table-row.d.ts +24 -0
- package/dist/types/components/_icon/icon-task-done/icon-task-done.d.ts +24 -0
- package/dist/types/components/_icon/icon-toggle-off/icon-toggle-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-toggle-on/icon-toggle-on.d.ts +24 -0
- package/dist/types/components/_icon/icon-trash/icon-trash.d.ts +24 -0
- package/dist/types/components/_icon/icon-twitter/icon-twitter.d.ts +24 -0
- package/dist/types/components/_icon/icon-tyck-till/icon-tyck-till.d.ts +24 -0
- package/dist/types/components/_icon/icon-unlock/icon-unlock.d.ts +24 -0
- package/dist/types/components/_icon/icon-update/icon-update.d.ts +24 -0
- package/dist/types/components/_icon/icon-upload/icon-upload.d.ts +24 -0
- package/dist/types/components/_icon/icon-user-alt/icon-user-alt.d.ts +24 -0
- package/dist/types/components/_icon/icon-users-solid/icon-users-solid.d.ts +24 -0
- package/dist/types/components/_icon/icon-validation-error/icon-validation-error.d.ts +24 -0
- package/dist/types/components/_icon/icon-validation-success/icon-validation-success.d.ts +24 -0
- package/dist/types/components/_icon/icon-validation-warning/icon-validation-warning.d.ts +24 -0
- package/dist/types/components/_icon/icon-videocamera/icon-videocamera.d.ts +24 -0
- package/dist/types/components/_icon/icon-videocamera-off/icon-videocamera-off.d.ts +24 -0
- package/dist/types/components/_icon/icon-volume/icon-volume.d.ts +24 -0
- package/dist/types/components/_icon/icon-web-tv/icon-web-tv.d.ts +24 -0
- package/dist/types/components/_icon/icon-webinar/icon-webinar.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal0/icon-wifi-signal0.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal1/icon-wifi-signal1.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal2/icon-wifi-signal2.d.ts +24 -0
- package/dist/types/components/_icon/icon-wifi-signal3/icon-wifi-signal3.d.ts +24 -0
- package/dist/types/components/_icon/icon-window/icon-window.d.ts +24 -0
- package/dist/types/components/_icon/icon-x/icon-x.d.ts +24 -0
- package/dist/types/components/_icon/icon-x-button/icon-x-button.d.ts +24 -0
- package/dist/types/components/_icon/icon-x-button-outline/icon-x-button-outline.d.ts +24 -0
- package/dist/types/components/_icon/icon-youtube/icon-youtube.d.ts +24 -0
- package/dist/types/components/_info-card/info-card/info-card-border-position.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card/info-card-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_info-card/info-card/info-card-size.enum.d.ts +3 -0
- package/dist/types/components/_info-card/info-card/info-card-type.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card/info-card-variation.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card/info-card.d.ts +91 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi-type.enum.d.ts +5 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi-variation.enum.d.ts +4 -0
- package/dist/types/components/_info-card/info-card-multi/info-card-multi.d.ts +76 -0
- package/dist/types/components/_info-card/info-card-multi-container/info-card-multi-container-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_info-card/info-card-multi-container/info-card-multi-container.d.ts +20 -0
- package/dist/types/components/_layout/layout-block/layout-block-container.enum.d.ts +5 -0
- package/dist/types/components/_layout/layout-block/layout-block-variation.enum.d.ts +8 -0
- package/dist/types/components/_layout/layout-block/layout-block.d.ts +48 -0
- package/dist/types/components/_layout/layout-columns/layout-columns-column-gap.enum.d.ts +4 -0
- package/dist/types/components/_layout/layout-columns/layout-columns-element.enum.d.ts +5 -0
- package/dist/types/components/_layout/layout-columns/layout-columns-variation.enum.d.ts +7 -0
- package/dist/types/components/_layout/layout-columns/layout-columns.d.ts +35 -0
- package/dist/types/components/_layout/layout-container/layout-container-max-width.enum.d.ts +4 -0
- package/dist/types/components/_layout/layout-container/layout-container-variation.enum.d.ts +5 -0
- package/dist/types/components/_layout/layout-container/layout-container.d.ts +64 -0
- package/dist/types/components/_layout/layout-media-object/layout-media-object-alignment.enum.d.ts +6 -0
- package/dist/types/components/_layout/layout-media-object/layout-media-object.d.ts +19 -0
- package/dist/types/components/_link/link/link-variation.enum.d.ts +4 -0
- package/dist/types/components/_link/link/link.d.ts +88 -0
- package/dist/types/components/_link/link-button/link-button-size.enum.d.ts +5 -0
- package/dist/types/components/_link/link-button/link-button-variation.enum.d.ts +6 -0
- package/dist/types/components/_link/link-button/link-button.d.ts +75 -0
- package/dist/types/components/_link/link-external/link-external-variation.enum.d.ts +4 -0
- package/dist/types/components/_link/link-external/link-external.d.ts +54 -0
- package/dist/types/components/_link/link-internal/link-internal-variation.enum.d.ts +4 -0
- package/dist/types/components/_link/link-internal/link-internal.d.ts +60 -0
- package/dist/types/components/_list/list/list-type.enum.d.ts +5 -0
- package/dist/types/components/_list/list/list.d.ts +30 -0
- package/dist/types/components/_loader/loader-skeleton/loader-skeleton-variation.enum.d.ts +8 -0
- package/dist/types/components/_loader/loader-skeleton/loader-skeleton.d.ts +31 -0
- package/dist/types/components/_loader/loader-spinner/loader-spinner-size.enum.d.ts +5 -0
- package/dist/types/components/_loader/loader-spinner/loader-spinner.d.ts +26 -0
- package/dist/types/components/_logo/logo/logo-color.enum.d.ts +4 -0
- package/dist/types/components/_logo/logo/logo-variation.enum.d.ts +4 -0
- package/dist/types/components/_logo/logo/logo.d.ts +56 -0
- package/dist/types/components/_media/media-figure/media-figure-alignment.enum.d.ts +5 -0
- package/dist/types/components/_media/media-figure/media-figure.d.ts +25 -0
- package/dist/types/components/_media/media-image/media-image.d.ts +90 -0
- package/dist/types/components/_navigation/navigation-breadcrumbs/navigation-breadcrumbs.d.ts +37 -0
- package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.d.ts +64 -0
- package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.types.d.ts +11 -0
- package/dist/types/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item-type.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-context-menu-item-legacy/navigation-context-menu-item.d.ts +37 -0
- package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu-horizontal-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.d.ts +109 -0
- package/dist/types/components/_navigation/navigation-context-menu-legacy/navigation-context-menu.interface.d.ts +9 -0
- package/dist/types/components/_navigation/navigation-dropdown/navigation-dropdown.d.ts +44 -0
- package/dist/types/components/_navigation/navigation-dropdown/navigation-dropdown.types.d.ts +18 -0
- package/dist/types/components/_navigation/navigation-pagination/navigation-pagination.d.ts +82 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-close-button-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-mobile-variation.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-position.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar-variation.enum.d.ts +5 -0
- package/dist/types/components/_navigation/navigation-sidebar/navigation-sidebar.d.ts +192 -0
- package/dist/types/components/_navigation/navigation-sidebar-button/navigation-sidebar-button.d.ts +29 -0
- package/dist/types/components/_navigation/navigation-tablist/navigation-tablist.d.ts +81 -0
- package/dist/types/components/_navigation/navigation-tablist/navigation-tablist.types.d.ts +15 -0
- package/dist/types/components/_navigation/navigation-tablist-panel/tablist-panel.d.ts +11 -0
- package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-active-indicator-size.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu-variation.enum.d.ts +4 -0
- package/dist/types/components/_navigation/navigation-vertical-menu/navigation-vertical-menu.d.ts +59 -0
- package/dist/types/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.d.ts +88 -0
- package/dist/types/components/_notification/notification-alert/notification-alert-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_notification/notification-alert/notification-alert-size.enum.d.ts +5 -0
- package/dist/types/components/_notification/notification-alert/notification-alert-variation.enum.d.ts +6 -0
- package/dist/types/components/_notification/notification-alert/notification-alert.d.ts +76 -0
- package/dist/types/components/_notification/notification-error-page/illustrations/illustrations.d.ts +24 -0
- package/dist/types/components/_notification/notification-error-page/illustrations/types.d.ts +1 -0
- package/dist/types/components/_notification/notification-error-page/notification-error-page-httpstatus.enum.d.ts +9 -0
- package/dist/types/components/_notification/notification-error-page/notification-error-page.d.ts +44 -0
- package/dist/types/components/_progress/progress-circle/progress-circle-role.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-circle/progress-circle.d.ts +94 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator-role.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator-variation.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator.d.ts +107 -0
- package/dist/types/components/_progress/progress-list/progress-list-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-list/progress-list-status.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list/progress-list-type.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-list/progress-list-variation.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list/progress-list.d.ts +79 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-status.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-type.enum.d.ts +4 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item-variation.enum.d.ts +5 -0
- package/dist/types/components/_progress/progress-list-item/progress-list-item.d.ts +91 -0
- package/dist/types/components/_progress/progressbar/progressbar-role.enum.d.ts +4 -0
- package/dist/types/components/_progress/progressbar/progressbar-variation.enum.d.ts +4 -0
- package/dist/types/components/_progress/progressbar/progressbar.d.ts +72 -0
- package/dist/types/components/_quote/quote/quote-image-inner-position.enum.d.ts +5 -0
- package/dist/types/components/_quote/quote/quote-image-position.enum.d.ts +6 -0
- package/dist/types/components/_quote/quote/quote-type.enum.d.ts +4 -0
- package/dist/types/components/_quote/quote/quote-variation.enum.d.ts +6 -0
- package/dist/types/components/_quote/quote/quote.d.ts +74 -0
- package/dist/types/components/_quote/quote-multi-container/quote-multi-container-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_quote/quote-multi-container/quote-multi-container.d.ts +25 -0
- package/dist/types/components/_quote/quote-single/quote-single-variation.enum.d.ts +5 -0
- package/dist/types/components/_quote/quote-single/quote.d.ts +40 -0
- package/dist/types/components/_table/table/table-size.enum.d.ts +4 -0
- package/dist/types/components/_table/table/table-variation.enum.d.ts +5 -0
- package/dist/types/components/_table/table/table.d.ts +33 -0
- package/dist/types/components/_tag/tag/tag-size.enum.d.ts +5 -0
- package/dist/types/components/_tag/tag/tag.d.ts +35 -0
- package/dist/types/components/_tag/tag-media/tag-media-icon.enum.d.ts +8 -0
- package/dist/types/components/_tag/tag-media/tag-media.d.ts +23 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback-type.enum.d.ts +4 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback-variation.enum.d.ts +4 -0
- package/dist/types/components/_tools/tools-feedback/tools-feedback.d.ts +93 -0
- package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner-type.enum.d.ts +4 -0
- package/dist/types/components/_tools/tools-feedback-banner/tools-feedback-banner.d.ts +64 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum.d.ts +5 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating-variation.enum.d.ts +5 -0
- package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating.d.ts +186 -0
- package/dist/types/components/_tools/tools-languagepicker/tools-languagepicker.d.ts +117 -0
- package/dist/types/components/_typography/typography/typography-variation.enum.d.ts +4 -0
- package/dist/types/components/_typography/typography/typography.d.ts +25 -0
- package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum.d.ts +8 -0
- package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum.d.ts +4 -0
- package/dist/types/components/_typography/typography-heading-jumbo/typography-heading-jumbo.d.ts +36 -0
- package/dist/types/components/_typography/typography-meta/typography-meta-variation.enum.d.ts +4 -0
- package/dist/types/components/_typography/typography-meta/typography-meta.d.ts +19 -0
- package/dist/types/components/_typography/typography-preamble/typography-preamble.d.ts +7 -0
- package/dist/types/components/_typography/typography-time/typography-time-variation.enum.d.ts +5 -0
- package/dist/types/components/_typography/typography-time/typography-time.d.ts +30 -0
- package/dist/types/components/_util/util-breakpoint-observer/util-breakpoint-observer-breakpoints.enum.d.ts +6 -0
- package/dist/types/components/_util/util-breakpoint-observer/util-breakpoint-observer.d.ts +41 -0
- package/dist/types/components/_util/util-detect-click-outside/util-detect-click-outside.d.ts +27 -0
- package/dist/types/components/_util/util-detect-focus-outside/util-detect-focus-outside.d.ts +28 -0
- package/dist/types/components/_util/util-intersection-observer/util-intersection-observer.d.ts +46 -0
- package/dist/types/components/_util/util-keydown-handler/util-keydown-handler.d.ts +70 -0
- package/dist/types/components/_util/util-keyup-handler/util-keyup-handler.d.ts +70 -0
- package/dist/types/components/_util/util-mutation-observer/util-mutation-observer.d.ts +34 -0
- package/dist/types/components/_util/util-resize-observer/util-resize-observer.d.ts +21 -0
- package/dist/types/components.d.ts +21361 -0
- package/dist/types/enums.d.ts +138 -0
- package/dist/types/global/icon/icon.d.ts +184 -0
- package/dist/types/global/icon/types.d.ts +1 -0
- package/dist/types/global/utils/detectClickOutside/detectClickOutside.util.d.ts +1 -0
- package/dist/types/global/utils/detectClickOutside/index.d.ts +1 -0
- package/dist/types/global/utils/detectClosest/detectClosest.util.d.ts +1 -0
- package/dist/types/global/utils/detectClosest/index.d.ts +1 -0
- package/dist/types/global/utils/detectFocusOutside/detectFocusOutside.util.d.ts +1 -0
- package/dist/types/global/utils/detectFocusOutside/index.d.ts +1 -0
- package/dist/types/global/utils/keyboardHandler/index.d.ts +2 -0
- package/dist/types/global/utils/keyboardHandler/keyCode.enum.d.ts +15 -0
- package/dist/types/global/utils/keyboardHandler/keyboardHandler.util.d.ts +2 -0
- package/dist/types/global/utils/logger/LoggerSource.enum.d.ts +4 -0
- package/dist/types/global/utils/logger/LoggerType.enum.d.ts +6 -0
- package/dist/types/global/utils/logger/index.d.ts +3 -0
- package/dist/types/global/utils/logger/logger.util.d.ts +9 -0
- package/dist/types/global/utils/randomIdGenerator/index.d.ts +1 -0
- package/dist/types/global/utils/randomIdGenerator/randomIdGenerator.util.d.ts +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/interfaces.d.ts +8 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -0
- package/dist/types/text/index.d.ts +1 -0
- package/dist/types/text/locale/sv/text.d.ts +83 -0
- package/hydrate/index.d.ts +242 -0
- package/hydrate/index.js +53500 -0
- package/hydrate/index.mjs +53492 -0
- package/hydrate/package.json +12 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +40 -0
|
@@ -0,0 +1,3156 @@
|
|
|
1
|
+
const NAMESPACE = 'digi-arbetsformedlingen';
|
|
2
|
+
const BUILD = /* digi-arbetsformedlingen */ { allRenderFn: false, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: true, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: true, 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: false, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: true, 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: false, 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 };
|
|
3
|
+
|
|
4
|
+
/*
|
|
5
|
+
Stencil Client Platform v4.23.0 | MIT Licensed | https://stenciljs.com
|
|
6
|
+
*/
|
|
7
|
+
var __defProp = Object.defineProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var hostRefs = /* @__PURE__ */ new WeakMap();
|
|
13
|
+
var getHostRef = (ref) => hostRefs.get(ref);
|
|
14
|
+
var registerInstance = (lazyInstance, hostRef) => hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
|
15
|
+
var registerHost = (hostElement, cmpMeta) => {
|
|
16
|
+
const hostRef = {
|
|
17
|
+
$flags$: 0,
|
|
18
|
+
$hostElement$: hostElement,
|
|
19
|
+
$cmpMeta$: cmpMeta,
|
|
20
|
+
$instanceValues$: /* @__PURE__ */ new Map()
|
|
21
|
+
};
|
|
22
|
+
{
|
|
23
|
+
hostRef.$onInstancePromise$ = new Promise((r) => hostRef.$onInstanceResolve$ = r);
|
|
24
|
+
}
|
|
25
|
+
{
|
|
26
|
+
hostRef.$onReadyPromise$ = new Promise((r) => hostRef.$onReadyResolve$ = r);
|
|
27
|
+
hostElement["s-p"] = [];
|
|
28
|
+
hostElement["s-rc"] = [];
|
|
29
|
+
}
|
|
30
|
+
return hostRefs.set(hostElement, hostRef);
|
|
31
|
+
};
|
|
32
|
+
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
33
|
+
var consoleError = (e, el) => (0, console.error)(e, el);
|
|
34
|
+
|
|
35
|
+
// src/client/client-load-module.ts
|
|
36
|
+
var cmpModules = /* @__PURE__ */ new Map();
|
|
37
|
+
var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
38
|
+
const exportName = cmpMeta.$tagName$.replace(/-/g, "_");
|
|
39
|
+
const bundleId = cmpMeta.$lazyBundleId$;
|
|
40
|
+
if (!bundleId) {
|
|
41
|
+
return void 0;
|
|
42
|
+
}
|
|
43
|
+
const module = cmpModules.get(bundleId) ;
|
|
44
|
+
if (module) {
|
|
45
|
+
return module[exportName];
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
if (!hmrVersionId || !BUILD.hotModuleReplacement) {
|
|
49
|
+
const processMod = importedModule => {
|
|
50
|
+
cmpModules.set(bundleId, importedModule);
|
|
51
|
+
return importedModule[exportName];
|
|
52
|
+
}
|
|
53
|
+
switch(bundleId) {
|
|
54
|
+
|
|
55
|
+
case 'digi-form-file-upload_13':
|
|
56
|
+
return import(
|
|
57
|
+
/* webpackMode: "lazy" */
|
|
58
|
+
'./digi-form-file-upload_13.entry.js').then(processMod, consoleError);
|
|
59
|
+
case 'digi-badge-status':
|
|
60
|
+
return import(
|
|
61
|
+
/* webpackMode: "lazy" */
|
|
62
|
+
'./digi-badge-status.entry.js').then(processMod, consoleError);
|
|
63
|
+
case 'digi-bar-chart':
|
|
64
|
+
return import(
|
|
65
|
+
/* webpackMode: "lazy" */
|
|
66
|
+
'./digi-bar-chart.entry.js').then(processMod, consoleError);
|
|
67
|
+
case 'digi-calendar-datepicker':
|
|
68
|
+
return import(
|
|
69
|
+
/* webpackMode: "lazy" */
|
|
70
|
+
'./digi-calendar-datepicker.entry.js').then(processMod, consoleError);
|
|
71
|
+
case 'digi-calendar-week-view':
|
|
72
|
+
return import(
|
|
73
|
+
/* webpackMode: "lazy" */
|
|
74
|
+
'./digi-calendar-week-view.entry.js').then(processMod, consoleError);
|
|
75
|
+
case 'digi-card':
|
|
76
|
+
return import(
|
|
77
|
+
/* webpackMode: "lazy" */
|
|
78
|
+
'./digi-card.entry.js').then(processMod, consoleError);
|
|
79
|
+
case 'digi-chart-line':
|
|
80
|
+
return import(
|
|
81
|
+
/* webpackMode: "lazy" */
|
|
82
|
+
'./digi-chart-line.entry.js').then(processMod, consoleError);
|
|
83
|
+
case 'digi-code':
|
|
84
|
+
return import(
|
|
85
|
+
/* webpackMode: "lazy" */
|
|
86
|
+
'./digi-code.entry.js').then(processMod, consoleError);
|
|
87
|
+
case 'digi-code-example':
|
|
88
|
+
return import(
|
|
89
|
+
/* webpackMode: "lazy" */
|
|
90
|
+
'./digi-code-example.entry.js').then(processMod, consoleError);
|
|
91
|
+
case 'digi-context-menu':
|
|
92
|
+
return import(
|
|
93
|
+
/* webpackMode: "lazy" */
|
|
94
|
+
'./digi-context-menu.entry.js').then(processMod, consoleError);
|
|
95
|
+
case 'digi-dialog':
|
|
96
|
+
return import(
|
|
97
|
+
/* webpackMode: "lazy" */
|
|
98
|
+
'./digi-dialog.entry.js').then(processMod, consoleError);
|
|
99
|
+
case 'digi-expandable-accordion':
|
|
100
|
+
return import(
|
|
101
|
+
/* webpackMode: "lazy" */
|
|
102
|
+
'./digi-expandable-accordion.entry.js').then(processMod, consoleError);
|
|
103
|
+
case 'digi-expandable-faq':
|
|
104
|
+
return import(
|
|
105
|
+
/* webpackMode: "lazy" */
|
|
106
|
+
'./digi-expandable-faq.entry.js').then(processMod, consoleError);
|
|
107
|
+
case 'digi-expandable-faq-item':
|
|
108
|
+
return import(
|
|
109
|
+
/* webpackMode: "lazy" */
|
|
110
|
+
'./digi-expandable-faq-item.entry.js').then(processMod, consoleError);
|
|
111
|
+
case 'digi-footer':
|
|
112
|
+
return import(
|
|
113
|
+
/* webpackMode: "lazy" */
|
|
114
|
+
'./digi-footer.entry.js').then(processMod, consoleError);
|
|
115
|
+
case 'digi-footer-card':
|
|
116
|
+
return import(
|
|
117
|
+
/* webpackMode: "lazy" */
|
|
118
|
+
'./digi-footer-card.entry.js').then(processMod, consoleError);
|
|
119
|
+
case 'digi-form-category-filter':
|
|
120
|
+
return import(
|
|
121
|
+
/* webpackMode: "lazy" */
|
|
122
|
+
'./digi-form-category-filter.entry.js').then(processMod, consoleError);
|
|
123
|
+
case 'digi-form-error-list':
|
|
124
|
+
return import(
|
|
125
|
+
/* webpackMode: "lazy" */
|
|
126
|
+
'./digi-form-error-list.entry.js').then(processMod, consoleError);
|
|
127
|
+
case 'digi-form-filter':
|
|
128
|
+
return import(
|
|
129
|
+
/* webpackMode: "lazy" */
|
|
130
|
+
'./digi-form-filter.entry.js').then(processMod, consoleError);
|
|
131
|
+
case 'digi-form-input-search':
|
|
132
|
+
return import(
|
|
133
|
+
/* webpackMode: "lazy" */
|
|
134
|
+
'./digi-form-input-search.entry.js').then(processMod, consoleError);
|
|
135
|
+
case 'digi-form-radiogroup':
|
|
136
|
+
return import(
|
|
137
|
+
/* webpackMode: "lazy" */
|
|
138
|
+
'./digi-form-radiogroup.entry.js').then(processMod, consoleError);
|
|
139
|
+
case 'digi-form-receipt':
|
|
140
|
+
return import(
|
|
141
|
+
/* webpackMode: "lazy" */
|
|
142
|
+
'./digi-form-receipt.entry.js').then(processMod, consoleError);
|
|
143
|
+
case 'digi-form-select-filter':
|
|
144
|
+
return import(
|
|
145
|
+
/* webpackMode: "lazy" */
|
|
146
|
+
'./digi-form-select-filter.entry.js').then(processMod, consoleError);
|
|
147
|
+
case 'digi-form-textarea':
|
|
148
|
+
return import(
|
|
149
|
+
/* webpackMode: "lazy" */
|
|
150
|
+
'./digi-form-textarea.entry.js').then(processMod, consoleError);
|
|
151
|
+
case 'digi-header':
|
|
152
|
+
return import(
|
|
153
|
+
/* webpackMode: "lazy" */
|
|
154
|
+
'./digi-header.entry.js').then(processMod, consoleError);
|
|
155
|
+
case 'digi-header-avatar':
|
|
156
|
+
return import(
|
|
157
|
+
/* webpackMode: "lazy" */
|
|
158
|
+
'./digi-header-avatar.entry.js').then(processMod, consoleError);
|
|
159
|
+
case 'digi-header-navigation':
|
|
160
|
+
return import(
|
|
161
|
+
/* webpackMode: "lazy" */
|
|
162
|
+
'./digi-header-navigation.entry.js').then(processMod, consoleError);
|
|
163
|
+
case 'digi-header-navigation-item':
|
|
164
|
+
return import(
|
|
165
|
+
/* webpackMode: "lazy" */
|
|
166
|
+
'./digi-header-navigation-item.entry.js').then(processMod, consoleError);
|
|
167
|
+
case 'digi-header-notification':
|
|
168
|
+
return import(
|
|
169
|
+
/* webpackMode: "lazy" */
|
|
170
|
+
'./digi-header-notification.entry.js').then(processMod, consoleError);
|
|
171
|
+
case 'digi-icon':
|
|
172
|
+
return import(
|
|
173
|
+
/* webpackMode: "lazy" */
|
|
174
|
+
'./digi-icon.entry.js').then(processMod, consoleError);
|
|
175
|
+
case 'digi-icon-accessibility-deaf':
|
|
176
|
+
return import(
|
|
177
|
+
/* webpackMode: "lazy" */
|
|
178
|
+
'./digi-icon-accessibility-deaf.entry.js').then(processMod, consoleError);
|
|
179
|
+
case 'digi-icon-accessibility-universal':
|
|
180
|
+
return import(
|
|
181
|
+
/* webpackMode: "lazy" */
|
|
182
|
+
'./digi-icon-accessibility-universal.entry.js').then(processMod, consoleError);
|
|
183
|
+
case 'digi-icon-apple':
|
|
184
|
+
return import(
|
|
185
|
+
/* webpackMode: "lazy" */
|
|
186
|
+
'./digi-icon-apple.entry.js').then(processMod, consoleError);
|
|
187
|
+
case 'digi-icon-archive':
|
|
188
|
+
return import(
|
|
189
|
+
/* webpackMode: "lazy" */
|
|
190
|
+
'./digi-icon-archive.entry.js').then(processMod, consoleError);
|
|
191
|
+
case 'digi-icon-archive-outline':
|
|
192
|
+
return import(
|
|
193
|
+
/* webpackMode: "lazy" */
|
|
194
|
+
'./digi-icon-archive-outline.entry.js').then(processMod, consoleError);
|
|
195
|
+
case 'digi-icon-arrow-back':
|
|
196
|
+
return import(
|
|
197
|
+
/* webpackMode: "lazy" */
|
|
198
|
+
'./digi-icon-arrow-back.entry.js').then(processMod, consoleError);
|
|
199
|
+
case 'digi-icon-arrow-down':
|
|
200
|
+
return import(
|
|
201
|
+
/* webpackMode: "lazy" */
|
|
202
|
+
'./digi-icon-arrow-down.entry.js').then(processMod, consoleError);
|
|
203
|
+
case 'digi-icon-arrow-left':
|
|
204
|
+
return import(
|
|
205
|
+
/* webpackMode: "lazy" */
|
|
206
|
+
'./digi-icon-arrow-left.entry.js').then(processMod, consoleError);
|
|
207
|
+
case 'digi-icon-arrow-sign-in':
|
|
208
|
+
return import(
|
|
209
|
+
/* webpackMode: "lazy" */
|
|
210
|
+
'./digi-icon-arrow-sign-in.entry.js').then(processMod, consoleError);
|
|
211
|
+
case 'digi-icon-arrow-sign-out':
|
|
212
|
+
return import(
|
|
213
|
+
/* webpackMode: "lazy" */
|
|
214
|
+
'./digi-icon-arrow-sign-out.entry.js').then(processMod, consoleError);
|
|
215
|
+
case 'digi-icon-arrow-up':
|
|
216
|
+
return import(
|
|
217
|
+
/* webpackMode: "lazy" */
|
|
218
|
+
'./digi-icon-arrow-up.entry.js').then(processMod, consoleError);
|
|
219
|
+
case 'digi-icon-at':
|
|
220
|
+
return import(
|
|
221
|
+
/* webpackMode: "lazy" */
|
|
222
|
+
'./digi-icon-at.entry.js').then(processMod, consoleError);
|
|
223
|
+
case 'digi-icon-bell':
|
|
224
|
+
return import(
|
|
225
|
+
/* webpackMode: "lazy" */
|
|
226
|
+
'./digi-icon-bell.entry.js').then(processMod, consoleError);
|
|
227
|
+
case 'digi-icon-bell-filled':
|
|
228
|
+
return import(
|
|
229
|
+
/* webpackMode: "lazy" */
|
|
230
|
+
'./digi-icon-bell-filled.entry.js').then(processMod, consoleError);
|
|
231
|
+
case 'digi-icon-book':
|
|
232
|
+
return import(
|
|
233
|
+
/* webpackMode: "lazy" */
|
|
234
|
+
'./digi-icon-book.entry.js').then(processMod, consoleError);
|
|
235
|
+
case 'digi-icon-bookmark-outline':
|
|
236
|
+
return import(
|
|
237
|
+
/* webpackMode: "lazy" */
|
|
238
|
+
'./digi-icon-bookmark-outline.entry.js').then(processMod, consoleError);
|
|
239
|
+
case 'digi-icon-bookmark-solid':
|
|
240
|
+
return import(
|
|
241
|
+
/* webpackMode: "lazy" */
|
|
242
|
+
'./digi-icon-bookmark-solid.entry.js').then(processMod, consoleError);
|
|
243
|
+
case 'digi-icon-bubble':
|
|
244
|
+
return import(
|
|
245
|
+
/* webpackMode: "lazy" */
|
|
246
|
+
'./digi-icon-bubble.entry.js').then(processMod, consoleError);
|
|
247
|
+
case 'digi-icon-bubble-ellipsis':
|
|
248
|
+
return import(
|
|
249
|
+
/* webpackMode: "lazy" */
|
|
250
|
+
'./digi-icon-bubble-ellipsis.entry.js').then(processMod, consoleError);
|
|
251
|
+
case 'digi-icon-building-outline':
|
|
252
|
+
return import(
|
|
253
|
+
/* webpackMode: "lazy" */
|
|
254
|
+
'./digi-icon-building-outline.entry.js').then(processMod, consoleError);
|
|
255
|
+
case 'digi-icon-building-solid':
|
|
256
|
+
return import(
|
|
257
|
+
/* webpackMode: "lazy" */
|
|
258
|
+
'./digi-icon-building-solid.entry.js').then(processMod, consoleError);
|
|
259
|
+
case 'digi-icon-bullseye':
|
|
260
|
+
return import(
|
|
261
|
+
/* webpackMode: "lazy" */
|
|
262
|
+
'./digi-icon-bullseye.entry.js').then(processMod, consoleError);
|
|
263
|
+
case 'digi-icon-calculator-solid':
|
|
264
|
+
return import(
|
|
265
|
+
/* webpackMode: "lazy" */
|
|
266
|
+
'./digi-icon-calculator-solid.entry.js').then(processMod, consoleError);
|
|
267
|
+
case 'digi-icon-calendar':
|
|
268
|
+
return import(
|
|
269
|
+
/* webpackMode: "lazy" */
|
|
270
|
+
'./digi-icon-calendar.entry.js').then(processMod, consoleError);
|
|
271
|
+
case 'digi-icon-calendar-alt-alert':
|
|
272
|
+
return import(
|
|
273
|
+
/* webpackMode: "lazy" */
|
|
274
|
+
'./digi-icon-calendar-alt-alert.entry.js').then(processMod, consoleError);
|
|
275
|
+
case 'digi-icon-caret-circle-right':
|
|
276
|
+
return import(
|
|
277
|
+
/* webpackMode: "lazy" */
|
|
278
|
+
'./digi-icon-caret-circle-right.entry.js').then(processMod, consoleError);
|
|
279
|
+
case 'digi-icon-caret-left':
|
|
280
|
+
return import(
|
|
281
|
+
/* webpackMode: "lazy" */
|
|
282
|
+
'./digi-icon-caret-left.entry.js').then(processMod, consoleError);
|
|
283
|
+
case 'digi-icon-caret-right':
|
|
284
|
+
return import(
|
|
285
|
+
/* webpackMode: "lazy" */
|
|
286
|
+
'./digi-icon-caret-right.entry.js').then(processMod, consoleError);
|
|
287
|
+
case 'digi-icon-chat':
|
|
288
|
+
return import(
|
|
289
|
+
/* webpackMode: "lazy" */
|
|
290
|
+
'./digi-icon-chat.entry.js').then(processMod, consoleError);
|
|
291
|
+
case 'digi-icon-check-circle-reg-alt':
|
|
292
|
+
return import(
|
|
293
|
+
/* webpackMode: "lazy" */
|
|
294
|
+
'./digi-icon-check-circle-reg-alt.entry.js').then(processMod, consoleError);
|
|
295
|
+
case 'digi-icon-check-circle-solid':
|
|
296
|
+
return import(
|
|
297
|
+
/* webpackMode: "lazy" */
|
|
298
|
+
'./digi-icon-check-circle-solid.entry.js').then(processMod, consoleError);
|
|
299
|
+
case 'digi-icon-checklist':
|
|
300
|
+
return import(
|
|
301
|
+
/* webpackMode: "lazy" */
|
|
302
|
+
'./digi-icon-checklist.entry.js').then(processMod, consoleError);
|
|
303
|
+
case 'digi-icon-clock':
|
|
304
|
+
return import(
|
|
305
|
+
/* webpackMode: "lazy" */
|
|
306
|
+
'./digi-icon-clock.entry.js').then(processMod, consoleError);
|
|
307
|
+
case 'digi-icon-communication-play-solid':
|
|
308
|
+
return import(
|
|
309
|
+
/* webpackMode: "lazy" */
|
|
310
|
+
'./digi-icon-communication-play-solid.entry.js').then(processMod, consoleError);
|
|
311
|
+
case 'digi-icon-compress-alt':
|
|
312
|
+
return import(
|
|
313
|
+
/* webpackMode: "lazy" */
|
|
314
|
+
'./digi-icon-compress-alt.entry.js').then(processMod, consoleError);
|
|
315
|
+
case 'digi-icon-comunication-case':
|
|
316
|
+
return import(
|
|
317
|
+
/* webpackMode: "lazy" */
|
|
318
|
+
'./digi-icon-comunication-case.entry.js').then(processMod, consoleError);
|
|
319
|
+
case 'digi-icon-comunication-flag':
|
|
320
|
+
return import(
|
|
321
|
+
/* webpackMode: "lazy" */
|
|
322
|
+
'./digi-icon-comunication-flag.entry.js').then(processMod, consoleError);
|
|
323
|
+
case 'digi-icon-comunication-graduate':
|
|
324
|
+
return import(
|
|
325
|
+
/* webpackMode: "lazy" */
|
|
326
|
+
'./digi-icon-comunication-graduate.entry.js').then(processMod, consoleError);
|
|
327
|
+
case 'digi-icon-comunication-play':
|
|
328
|
+
return import(
|
|
329
|
+
/* webpackMode: "lazy" */
|
|
330
|
+
'./digi-icon-comunication-play.entry.js').then(processMod, consoleError);
|
|
331
|
+
case 'digi-icon-cooperation':
|
|
332
|
+
return import(
|
|
333
|
+
/* webpackMode: "lazy" */
|
|
334
|
+
'./digi-icon-cooperation.entry.js').then(processMod, consoleError);
|
|
335
|
+
case 'digi-icon-danger-outline':
|
|
336
|
+
return import(
|
|
337
|
+
/* webpackMode: "lazy" */
|
|
338
|
+
'./digi-icon-danger-outline.entry.js').then(processMod, consoleError);
|
|
339
|
+
case 'digi-icon-download':
|
|
340
|
+
return import(
|
|
341
|
+
/* webpackMode: "lazy" */
|
|
342
|
+
'./digi-icon-download.entry.js').then(processMod, consoleError);
|
|
343
|
+
case 'digi-icon-dxa':
|
|
344
|
+
return import(
|
|
345
|
+
/* webpackMode: "lazy" */
|
|
346
|
+
'./digi-icon-dxa.entry.js').then(processMod, consoleError);
|
|
347
|
+
case 'digi-icon-edit':
|
|
348
|
+
return import(
|
|
349
|
+
/* webpackMode: "lazy" */
|
|
350
|
+
'./digi-icon-edit.entry.js').then(processMod, consoleError);
|
|
351
|
+
case 'digi-icon-ellipsis':
|
|
352
|
+
return import(
|
|
353
|
+
/* webpackMode: "lazy" */
|
|
354
|
+
'./digi-icon-ellipsis.entry.js').then(processMod, consoleError);
|
|
355
|
+
case 'digi-icon-envelope':
|
|
356
|
+
return import(
|
|
357
|
+
/* webpackMode: "lazy" */
|
|
358
|
+
'./digi-icon-envelope.entry.js').then(processMod, consoleError);
|
|
359
|
+
case 'digi-icon-envelope-filled':
|
|
360
|
+
return import(
|
|
361
|
+
/* webpackMode: "lazy" */
|
|
362
|
+
'./digi-icon-envelope-filled.entry.js').then(processMod, consoleError);
|
|
363
|
+
case 'digi-icon-exclamation-circle-filled':
|
|
364
|
+
return import(
|
|
365
|
+
/* webpackMode: "lazy" */
|
|
366
|
+
'./digi-icon-exclamation-circle-filled.entry.js').then(processMod, consoleError);
|
|
367
|
+
case 'digi-icon-exclamation-triangle':
|
|
368
|
+
return import(
|
|
369
|
+
/* webpackMode: "lazy" */
|
|
370
|
+
'./digi-icon-exclamation-triangle.entry.js').then(processMod, consoleError);
|
|
371
|
+
case 'digi-icon-exclamation-triangle-filled':
|
|
372
|
+
return import(
|
|
373
|
+
/* webpackMode: "lazy" */
|
|
374
|
+
'./digi-icon-exclamation-triangle-filled.entry.js').then(processMod, consoleError);
|
|
375
|
+
case 'digi-icon-expand-alt':
|
|
376
|
+
return import(
|
|
377
|
+
/* webpackMode: "lazy" */
|
|
378
|
+
'./digi-icon-expand-alt.entry.js').then(processMod, consoleError);
|
|
379
|
+
case 'digi-icon-eye':
|
|
380
|
+
return import(
|
|
381
|
+
/* webpackMode: "lazy" */
|
|
382
|
+
'./digi-icon-eye.entry.js').then(processMod, consoleError);
|
|
383
|
+
case 'digi-icon-eye-slash':
|
|
384
|
+
return import(
|
|
385
|
+
/* webpackMode: "lazy" */
|
|
386
|
+
'./digi-icon-eye-slash.entry.js').then(processMod, consoleError);
|
|
387
|
+
case 'digi-icon-facebook-square':
|
|
388
|
+
return import(
|
|
389
|
+
/* webpackMode: "lazy" */
|
|
390
|
+
'./digi-icon-facebook-square.entry.js').then(processMod, consoleError);
|
|
391
|
+
case 'digi-icon-file-document':
|
|
392
|
+
return import(
|
|
393
|
+
/* webpackMode: "lazy" */
|
|
394
|
+
'./digi-icon-file-document.entry.js').then(processMod, consoleError);
|
|
395
|
+
case 'digi-icon-file-excel':
|
|
396
|
+
return import(
|
|
397
|
+
/* webpackMode: "lazy" */
|
|
398
|
+
'./digi-icon-file-excel.entry.js').then(processMod, consoleError);
|
|
399
|
+
case 'digi-icon-file-governing':
|
|
400
|
+
return import(
|
|
401
|
+
/* webpackMode: "lazy" */
|
|
402
|
+
'./digi-icon-file-governing.entry.js').then(processMod, consoleError);
|
|
403
|
+
case 'digi-icon-file-pdf':
|
|
404
|
+
return import(
|
|
405
|
+
/* webpackMode: "lazy" */
|
|
406
|
+
'./digi-icon-file-pdf.entry.js').then(processMod, consoleError);
|
|
407
|
+
case 'digi-icon-file-powerpoint':
|
|
408
|
+
return import(
|
|
409
|
+
/* webpackMode: "lazy" */
|
|
410
|
+
'./digi-icon-file-powerpoint.entry.js').then(processMod, consoleError);
|
|
411
|
+
case 'digi-icon-file-word':
|
|
412
|
+
return import(
|
|
413
|
+
/* webpackMode: "lazy" */
|
|
414
|
+
'./digi-icon-file-word.entry.js').then(processMod, consoleError);
|
|
415
|
+
case 'digi-icon-film':
|
|
416
|
+
return import(
|
|
417
|
+
/* webpackMode: "lazy" */
|
|
418
|
+
'./digi-icon-film.entry.js').then(processMod, consoleError);
|
|
419
|
+
case 'digi-icon-filter':
|
|
420
|
+
return import(
|
|
421
|
+
/* webpackMode: "lazy" */
|
|
422
|
+
'./digi-icon-filter.entry.js').then(processMod, consoleError);
|
|
423
|
+
case 'digi-icon-globe':
|
|
424
|
+
return import(
|
|
425
|
+
/* webpackMode: "lazy" */
|
|
426
|
+
'./digi-icon-globe.entry.js').then(processMod, consoleError);
|
|
427
|
+
case 'digi-icon-globe-filled':
|
|
428
|
+
return import(
|
|
429
|
+
/* webpackMode: "lazy" */
|
|
430
|
+
'./digi-icon-globe-filled.entry.js').then(processMod, consoleError);
|
|
431
|
+
case 'digi-icon-headphones':
|
|
432
|
+
return import(
|
|
433
|
+
/* webpackMode: "lazy" */
|
|
434
|
+
'./digi-icon-headphones.entry.js').then(processMod, consoleError);
|
|
435
|
+
case 'digi-icon-heart':
|
|
436
|
+
return import(
|
|
437
|
+
/* webpackMode: "lazy" */
|
|
438
|
+
'./digi-icon-heart.entry.js').then(processMod, consoleError);
|
|
439
|
+
case 'digi-icon-heart-solid':
|
|
440
|
+
return import(
|
|
441
|
+
/* webpackMode: "lazy" */
|
|
442
|
+
'./digi-icon-heart-solid.entry.js').then(processMod, consoleError);
|
|
443
|
+
case 'digi-icon-history':
|
|
444
|
+
return import(
|
|
445
|
+
/* webpackMode: "lazy" */
|
|
446
|
+
'./digi-icon-history.entry.js').then(processMod, consoleError);
|
|
447
|
+
case 'digi-icon-home':
|
|
448
|
+
return import(
|
|
449
|
+
/* webpackMode: "lazy" */
|
|
450
|
+
'./digi-icon-home.entry.js').then(processMod, consoleError);
|
|
451
|
+
case 'digi-icon-image':
|
|
452
|
+
return import(
|
|
453
|
+
/* webpackMode: "lazy" */
|
|
454
|
+
'./digi-icon-image.entry.js').then(processMod, consoleError);
|
|
455
|
+
case 'digi-icon-info-circle-solid':
|
|
456
|
+
return import(
|
|
457
|
+
/* webpackMode: "lazy" */
|
|
458
|
+
'./digi-icon-info-circle-solid.entry.js').then(processMod, consoleError);
|
|
459
|
+
case 'digi-icon-instagram':
|
|
460
|
+
return import(
|
|
461
|
+
/* webpackMode: "lazy" */
|
|
462
|
+
'./digi-icon-instagram.entry.js').then(processMod, consoleError);
|
|
463
|
+
case 'digi-icon-job-suggestion':
|
|
464
|
+
return import(
|
|
465
|
+
/* webpackMode: "lazy" */
|
|
466
|
+
'./digi-icon-job-suggestion.entry.js').then(processMod, consoleError);
|
|
467
|
+
case 'digi-icon-language':
|
|
468
|
+
return import(
|
|
469
|
+
/* webpackMode: "lazy" */
|
|
470
|
+
'./digi-icon-language.entry.js').then(processMod, consoleError);
|
|
471
|
+
case 'digi-icon-laptop-phone':
|
|
472
|
+
return import(
|
|
473
|
+
/* webpackMode: "lazy" */
|
|
474
|
+
'./digi-icon-laptop-phone.entry.js').then(processMod, consoleError);
|
|
475
|
+
case 'digi-icon-lattlast':
|
|
476
|
+
return import(
|
|
477
|
+
/* webpackMode: "lazy" */
|
|
478
|
+
'./digi-icon-lattlast.entry.js').then(processMod, consoleError);
|
|
479
|
+
case 'digi-icon-licence-bus':
|
|
480
|
+
return import(
|
|
481
|
+
/* webpackMode: "lazy" */
|
|
482
|
+
'./digi-icon-licence-bus.entry.js').then(processMod, consoleError);
|
|
483
|
+
case 'digi-icon-licence-car':
|
|
484
|
+
return import(
|
|
485
|
+
/* webpackMode: "lazy" */
|
|
486
|
+
'./digi-icon-licence-car.entry.js').then(processMod, consoleError);
|
|
487
|
+
case 'digi-icon-licence-motorcycle':
|
|
488
|
+
return import(
|
|
489
|
+
/* webpackMode: "lazy" */
|
|
490
|
+
'./digi-icon-licence-motorcycle.entry.js').then(processMod, consoleError);
|
|
491
|
+
case 'digi-icon-licence-truck':
|
|
492
|
+
return import(
|
|
493
|
+
/* webpackMode: "lazy" */
|
|
494
|
+
'./digi-icon-licence-truck.entry.js').then(processMod, consoleError);
|
|
495
|
+
case 'digi-icon-lightbulb':
|
|
496
|
+
return import(
|
|
497
|
+
/* webpackMode: "lazy" */
|
|
498
|
+
'./digi-icon-lightbulb.entry.js').then(processMod, consoleError);
|
|
499
|
+
case 'digi-icon-linkedin-in':
|
|
500
|
+
return import(
|
|
501
|
+
/* webpackMode: "lazy" */
|
|
502
|
+
'./digi-icon-linkedin-in.entry.js').then(processMod, consoleError);
|
|
503
|
+
case 'digi-icon-lock':
|
|
504
|
+
return import(
|
|
505
|
+
/* webpackMode: "lazy" */
|
|
506
|
+
'./digi-icon-lock.entry.js').then(processMod, consoleError);
|
|
507
|
+
case 'digi-icon-marker':
|
|
508
|
+
return import(
|
|
509
|
+
/* webpackMode: "lazy" */
|
|
510
|
+
'./digi-icon-marker.entry.js').then(processMod, consoleError);
|
|
511
|
+
case 'digi-icon-marker-filled':
|
|
512
|
+
return import(
|
|
513
|
+
/* webpackMode: "lazy" */
|
|
514
|
+
'./digi-icon-marker-filled.entry.js').then(processMod, consoleError);
|
|
515
|
+
case 'digi-icon-media-course':
|
|
516
|
+
return import(
|
|
517
|
+
/* webpackMode: "lazy" */
|
|
518
|
+
'./digi-icon-media-course.entry.js').then(processMod, consoleError);
|
|
519
|
+
case 'digi-icon-media-podcast':
|
|
520
|
+
return import(
|
|
521
|
+
/* webpackMode: "lazy" */
|
|
522
|
+
'./digi-icon-media-podcast.entry.js').then(processMod, consoleError);
|
|
523
|
+
case 'digi-icon-microphone':
|
|
524
|
+
return import(
|
|
525
|
+
/* webpackMode: "lazy" */
|
|
526
|
+
'./digi-icon-microphone.entry.js').then(processMod, consoleError);
|
|
527
|
+
case 'digi-icon-microphone-off':
|
|
528
|
+
return import(
|
|
529
|
+
/* webpackMode: "lazy" */
|
|
530
|
+
'./digi-icon-microphone-off.entry.js').then(processMod, consoleError);
|
|
531
|
+
case 'digi-icon-move':
|
|
532
|
+
return import(
|
|
533
|
+
/* webpackMode: "lazy" */
|
|
534
|
+
'./digi-icon-move.entry.js').then(processMod, consoleError);
|
|
535
|
+
case 'digi-icon-online-interview':
|
|
536
|
+
return import(
|
|
537
|
+
/* webpackMode: "lazy" */
|
|
538
|
+
'./digi-icon-online-interview.entry.js').then(processMod, consoleError);
|
|
539
|
+
case 'digi-icon-online-meeting':
|
|
540
|
+
return import(
|
|
541
|
+
/* webpackMode: "lazy" */
|
|
542
|
+
'./digi-icon-online-meeting.entry.js').then(processMod, consoleError);
|
|
543
|
+
case 'digi-icon-online-task':
|
|
544
|
+
return import(
|
|
545
|
+
/* webpackMode: "lazy" */
|
|
546
|
+
'./digi-icon-online-task.entry.js').then(processMod, consoleError);
|
|
547
|
+
case 'digi-icon-open-source':
|
|
548
|
+
return import(
|
|
549
|
+
/* webpackMode: "lazy" */
|
|
550
|
+
'./digi-icon-open-source.entry.js').then(processMod, consoleError);
|
|
551
|
+
case 'digi-icon-palette':
|
|
552
|
+
return import(
|
|
553
|
+
/* webpackMode: "lazy" */
|
|
554
|
+
'./digi-icon-palette.entry.js').then(processMod, consoleError);
|
|
555
|
+
case 'digi-icon-pen':
|
|
556
|
+
return import(
|
|
557
|
+
/* webpackMode: "lazy" */
|
|
558
|
+
'./digi-icon-pen.entry.js').then(processMod, consoleError);
|
|
559
|
+
case 'digi-icon-phone':
|
|
560
|
+
return import(
|
|
561
|
+
/* webpackMode: "lazy" */
|
|
562
|
+
'./digi-icon-phone.entry.js').then(processMod, consoleError);
|
|
563
|
+
case 'digi-icon-phone-hangup':
|
|
564
|
+
return import(
|
|
565
|
+
/* webpackMode: "lazy" */
|
|
566
|
+
'./digi-icon-phone-hangup.entry.js').then(processMod, consoleError);
|
|
567
|
+
case 'digi-icon-print':
|
|
568
|
+
return import(
|
|
569
|
+
/* webpackMode: "lazy" */
|
|
570
|
+
'./digi-icon-print.entry.js').then(processMod, consoleError);
|
|
571
|
+
case 'digi-icon-read':
|
|
572
|
+
return import(
|
|
573
|
+
/* webpackMode: "lazy" */
|
|
574
|
+
'./digi-icon-read.entry.js').then(processMod, consoleError);
|
|
575
|
+
case 'digi-icon-redo':
|
|
576
|
+
return import(
|
|
577
|
+
/* webpackMode: "lazy" */
|
|
578
|
+
'./digi-icon-redo.entry.js').then(processMod, consoleError);
|
|
579
|
+
case 'digi-icon-screensharing':
|
|
580
|
+
return import(
|
|
581
|
+
/* webpackMode: "lazy" */
|
|
582
|
+
'./digi-icon-screensharing.entry.js').then(processMod, consoleError);
|
|
583
|
+
case 'digi-icon-screensharing-off':
|
|
584
|
+
return import(
|
|
585
|
+
/* webpackMode: "lazy" */
|
|
586
|
+
'./digi-icon-screensharing-off.entry.js').then(processMod, consoleError);
|
|
587
|
+
case 'digi-icon-send-outline':
|
|
588
|
+
return import(
|
|
589
|
+
/* webpackMode: "lazy" */
|
|
590
|
+
'./digi-icon-send-outline.entry.js').then(processMod, consoleError);
|
|
591
|
+
case 'digi-icon-send-solid':
|
|
592
|
+
return import(
|
|
593
|
+
/* webpackMode: "lazy" */
|
|
594
|
+
'./digi-icon-send-solid.entry.js').then(processMod, consoleError);
|
|
595
|
+
case 'digi-icon-settings':
|
|
596
|
+
return import(
|
|
597
|
+
/* webpackMode: "lazy" */
|
|
598
|
+
'./digi-icon-settings.entry.js').then(processMod, consoleError);
|
|
599
|
+
case 'digi-icon-share-alt':
|
|
600
|
+
return import(
|
|
601
|
+
/* webpackMode: "lazy" */
|
|
602
|
+
'./digi-icon-share-alt.entry.js').then(processMod, consoleError);
|
|
603
|
+
case 'digi-icon-share-chain':
|
|
604
|
+
return import(
|
|
605
|
+
/* webpackMode: "lazy" */
|
|
606
|
+
'./digi-icon-share-chain.entry.js').then(processMod, consoleError);
|
|
607
|
+
case 'digi-icon-sliders-h':
|
|
608
|
+
return import(
|
|
609
|
+
/* webpackMode: "lazy" */
|
|
610
|
+
'./digi-icon-sliders-h.entry.js').then(processMod, consoleError);
|
|
611
|
+
case 'digi-icon-sokkandidat':
|
|
612
|
+
return import(
|
|
613
|
+
/* webpackMode: "lazy" */
|
|
614
|
+
'./digi-icon-sokkandidat.entry.js').then(processMod, consoleError);
|
|
615
|
+
case 'digi-icon-sort':
|
|
616
|
+
return import(
|
|
617
|
+
/* webpackMode: "lazy" */
|
|
618
|
+
'./digi-icon-sort.entry.js').then(processMod, consoleError);
|
|
619
|
+
case 'digi-icon-sort-down':
|
|
620
|
+
return import(
|
|
621
|
+
/* webpackMode: "lazy" */
|
|
622
|
+
'./digi-icon-sort-down.entry.js').then(processMod, consoleError);
|
|
623
|
+
case 'digi-icon-sort-up':
|
|
624
|
+
return import(
|
|
625
|
+
/* webpackMode: "lazy" */
|
|
626
|
+
'./digi-icon-sort-up.entry.js').then(processMod, consoleError);
|
|
627
|
+
case 'digi-icon-star':
|
|
628
|
+
return import(
|
|
629
|
+
/* webpackMode: "lazy" */
|
|
630
|
+
'./digi-icon-star.entry.js').then(processMod, consoleError);
|
|
631
|
+
case 'digi-icon-star-reg':
|
|
632
|
+
return import(
|
|
633
|
+
/* webpackMode: "lazy" */
|
|
634
|
+
'./digi-icon-star-reg.entry.js').then(processMod, consoleError);
|
|
635
|
+
case 'digi-icon-suitcase-outline':
|
|
636
|
+
return import(
|
|
637
|
+
/* webpackMode: "lazy" */
|
|
638
|
+
'./digi-icon-suitcase-outline.entry.js').then(processMod, consoleError);
|
|
639
|
+
case 'digi-icon-suitcase-solid':
|
|
640
|
+
return import(
|
|
641
|
+
/* webpackMode: "lazy" */
|
|
642
|
+
'./digi-icon-suitcase-solid.entry.js').then(processMod, consoleError);
|
|
643
|
+
case 'digi-icon-system-assistance':
|
|
644
|
+
return import(
|
|
645
|
+
/* webpackMode: "lazy" */
|
|
646
|
+
'./digi-icon-system-assistance.entry.js').then(processMod, consoleError);
|
|
647
|
+
case 'digi-icon-table-column':
|
|
648
|
+
return import(
|
|
649
|
+
/* webpackMode: "lazy" */
|
|
650
|
+
'./digi-icon-table-column.entry.js').then(processMod, consoleError);
|
|
651
|
+
case 'digi-icon-table-row':
|
|
652
|
+
return import(
|
|
653
|
+
/* webpackMode: "lazy" */
|
|
654
|
+
'./digi-icon-table-row.entry.js').then(processMod, consoleError);
|
|
655
|
+
case 'digi-icon-task-done':
|
|
656
|
+
return import(
|
|
657
|
+
/* webpackMode: "lazy" */
|
|
658
|
+
'./digi-icon-task-done.entry.js').then(processMod, consoleError);
|
|
659
|
+
case 'digi-icon-toggle-off':
|
|
660
|
+
return import(
|
|
661
|
+
/* webpackMode: "lazy" */
|
|
662
|
+
'./digi-icon-toggle-off.entry.js').then(processMod, consoleError);
|
|
663
|
+
case 'digi-icon-toggle-on':
|
|
664
|
+
return import(
|
|
665
|
+
/* webpackMode: "lazy" */
|
|
666
|
+
'./digi-icon-toggle-on.entry.js').then(processMod, consoleError);
|
|
667
|
+
case 'digi-icon-twitter':
|
|
668
|
+
return import(
|
|
669
|
+
/* webpackMode: "lazy" */
|
|
670
|
+
'./digi-icon-twitter.entry.js').then(processMod, consoleError);
|
|
671
|
+
case 'digi-icon-tyck-till':
|
|
672
|
+
return import(
|
|
673
|
+
/* webpackMode: "lazy" */
|
|
674
|
+
'./digi-icon-tyck-till.entry.js').then(processMod, consoleError);
|
|
675
|
+
case 'digi-icon-unlock':
|
|
676
|
+
return import(
|
|
677
|
+
/* webpackMode: "lazy" */
|
|
678
|
+
'./digi-icon-unlock.entry.js').then(processMod, consoleError);
|
|
679
|
+
case 'digi-icon-update':
|
|
680
|
+
return import(
|
|
681
|
+
/* webpackMode: "lazy" */
|
|
682
|
+
'./digi-icon-update.entry.js').then(processMod, consoleError);
|
|
683
|
+
case 'digi-icon-upload':
|
|
684
|
+
return import(
|
|
685
|
+
/* webpackMode: "lazy" */
|
|
686
|
+
'./digi-icon-upload.entry.js').then(processMod, consoleError);
|
|
687
|
+
case 'digi-icon-user-alt':
|
|
688
|
+
return import(
|
|
689
|
+
/* webpackMode: "lazy" */
|
|
690
|
+
'./digi-icon-user-alt.entry.js').then(processMod, consoleError);
|
|
691
|
+
case 'digi-icon-users-solid':
|
|
692
|
+
return import(
|
|
693
|
+
/* webpackMode: "lazy" */
|
|
694
|
+
'./digi-icon-users-solid.entry.js').then(processMod, consoleError);
|
|
695
|
+
case 'digi-icon-videocamera':
|
|
696
|
+
return import(
|
|
697
|
+
/* webpackMode: "lazy" */
|
|
698
|
+
'./digi-icon-videocamera.entry.js').then(processMod, consoleError);
|
|
699
|
+
case 'digi-icon-videocamera-off':
|
|
700
|
+
return import(
|
|
701
|
+
/* webpackMode: "lazy" */
|
|
702
|
+
'./digi-icon-videocamera-off.entry.js').then(processMod, consoleError);
|
|
703
|
+
case 'digi-icon-web-tv':
|
|
704
|
+
return import(
|
|
705
|
+
/* webpackMode: "lazy" */
|
|
706
|
+
'./digi-icon-web-tv.entry.js').then(processMod, consoleError);
|
|
707
|
+
case 'digi-icon-wifi-signal0':
|
|
708
|
+
return import(
|
|
709
|
+
/* webpackMode: "lazy" */
|
|
710
|
+
'./digi-icon-wifi-signal0.entry.js').then(processMod, consoleError);
|
|
711
|
+
case 'digi-icon-wifi-signal1':
|
|
712
|
+
return import(
|
|
713
|
+
/* webpackMode: "lazy" */
|
|
714
|
+
'./digi-icon-wifi-signal1.entry.js').then(processMod, consoleError);
|
|
715
|
+
case 'digi-icon-wifi-signal2':
|
|
716
|
+
return import(
|
|
717
|
+
/* webpackMode: "lazy" */
|
|
718
|
+
'./digi-icon-wifi-signal2.entry.js').then(processMod, consoleError);
|
|
719
|
+
case 'digi-icon-wifi-signal3':
|
|
720
|
+
return import(
|
|
721
|
+
/* webpackMode: "lazy" */
|
|
722
|
+
'./digi-icon-wifi-signal3.entry.js').then(processMod, consoleError);
|
|
723
|
+
case 'digi-icon-window':
|
|
724
|
+
return import(
|
|
725
|
+
/* webpackMode: "lazy" */
|
|
726
|
+
'./digi-icon-window.entry.js').then(processMod, consoleError);
|
|
727
|
+
case 'digi-icon-x-button':
|
|
728
|
+
return import(
|
|
729
|
+
/* webpackMode: "lazy" */
|
|
730
|
+
'./digi-icon-x-button.entry.js').then(processMod, consoleError);
|
|
731
|
+
case 'digi-icon-youtube':
|
|
732
|
+
return import(
|
|
733
|
+
/* webpackMode: "lazy" */
|
|
734
|
+
'./digi-icon-youtube.entry.js').then(processMod, consoleError);
|
|
735
|
+
case 'digi-info-card':
|
|
736
|
+
return import(
|
|
737
|
+
/* webpackMode: "lazy" */
|
|
738
|
+
'./digi-info-card.entry.js').then(processMod, consoleError);
|
|
739
|
+
case 'digi-info-card-multi':
|
|
740
|
+
return import(
|
|
741
|
+
/* webpackMode: "lazy" */
|
|
742
|
+
'./digi-info-card-multi.entry.js').then(processMod, consoleError);
|
|
743
|
+
case 'digi-info-card-multi-container':
|
|
744
|
+
return import(
|
|
745
|
+
/* webpackMode: "lazy" */
|
|
746
|
+
'./digi-info-card-multi-container.entry.js').then(processMod, consoleError);
|
|
747
|
+
case 'digi-link-button':
|
|
748
|
+
return import(
|
|
749
|
+
/* webpackMode: "lazy" */
|
|
750
|
+
'./digi-link-button.entry.js').then(processMod, consoleError);
|
|
751
|
+
case 'digi-list':
|
|
752
|
+
return import(
|
|
753
|
+
/* webpackMode: "lazy" */
|
|
754
|
+
'./digi-list.entry.js').then(processMod, consoleError);
|
|
755
|
+
case 'digi-loader-skeleton':
|
|
756
|
+
return import(
|
|
757
|
+
/* webpackMode: "lazy" */
|
|
758
|
+
'./digi-loader-skeleton.entry.js').then(processMod, consoleError);
|
|
759
|
+
case 'digi-loader-spinner':
|
|
760
|
+
return import(
|
|
761
|
+
/* webpackMode: "lazy" */
|
|
762
|
+
'./digi-loader-spinner.entry.js').then(processMod, consoleError);
|
|
763
|
+
case 'digi-media-figure':
|
|
764
|
+
return import(
|
|
765
|
+
/* webpackMode: "lazy" */
|
|
766
|
+
'./digi-media-figure.entry.js').then(processMod, consoleError);
|
|
767
|
+
case 'digi-navigation-breadcrumbs':
|
|
768
|
+
return import(
|
|
769
|
+
/* webpackMode: "lazy" */
|
|
770
|
+
'./digi-navigation-breadcrumbs.entry.js').then(processMod, consoleError);
|
|
771
|
+
case 'digi-navigation-context-menu-item':
|
|
772
|
+
return import(
|
|
773
|
+
/* webpackMode: "lazy" */
|
|
774
|
+
'./digi-navigation-context-menu-item.entry.js').then(processMod, consoleError);
|
|
775
|
+
case 'digi-navigation-pagination':
|
|
776
|
+
return import(
|
|
777
|
+
/* webpackMode: "lazy" */
|
|
778
|
+
'./digi-navigation-pagination.entry.js').then(processMod, consoleError);
|
|
779
|
+
case 'digi-navigation-sidebar':
|
|
780
|
+
return import(
|
|
781
|
+
/* webpackMode: "lazy" */
|
|
782
|
+
'./digi-navigation-sidebar.entry.js').then(processMod, consoleError);
|
|
783
|
+
case 'digi-navigation-vertical-menu':
|
|
784
|
+
return import(
|
|
785
|
+
/* webpackMode: "lazy" */
|
|
786
|
+
'./digi-navigation-vertical-menu.entry.js').then(processMod, consoleError);
|
|
787
|
+
case 'digi-navigation-vertical-menu-item':
|
|
788
|
+
return import(
|
|
789
|
+
/* webpackMode: "lazy" */
|
|
790
|
+
'./digi-navigation-vertical-menu-item.entry.js').then(processMod, consoleError);
|
|
791
|
+
case 'digi-notification-error-page':
|
|
792
|
+
return import(
|
|
793
|
+
/* webpackMode: "lazy" */
|
|
794
|
+
'./digi-notification-error-page.entry.js').then(processMod, consoleError);
|
|
795
|
+
case 'digi-progress-circle':
|
|
796
|
+
return import(
|
|
797
|
+
/* webpackMode: "lazy" */
|
|
798
|
+
'./digi-progress-circle.entry.js').then(processMod, consoleError);
|
|
799
|
+
case 'digi-progress-indicator':
|
|
800
|
+
return import(
|
|
801
|
+
/* webpackMode: "lazy" */
|
|
802
|
+
'./digi-progress-indicator.entry.js').then(processMod, consoleError);
|
|
803
|
+
case 'digi-progress-list':
|
|
804
|
+
return import(
|
|
805
|
+
/* webpackMode: "lazy" */
|
|
806
|
+
'./digi-progress-list.entry.js').then(processMod, consoleError);
|
|
807
|
+
case 'digi-progress-list-item':
|
|
808
|
+
return import(
|
|
809
|
+
/* webpackMode: "lazy" */
|
|
810
|
+
'./digi-progress-list-item.entry.js').then(processMod, consoleError);
|
|
811
|
+
case 'digi-progressbar':
|
|
812
|
+
return import(
|
|
813
|
+
/* webpackMode: "lazy" */
|
|
814
|
+
'./digi-progressbar.entry.js').then(processMod, consoleError);
|
|
815
|
+
case 'digi-quote':
|
|
816
|
+
return import(
|
|
817
|
+
/* webpackMode: "lazy" */
|
|
818
|
+
'./digi-quote.entry.js').then(processMod, consoleError);
|
|
819
|
+
case 'digi-quote-multi-container':
|
|
820
|
+
return import(
|
|
821
|
+
/* webpackMode: "lazy" */
|
|
822
|
+
'./digi-quote-multi-container.entry.js').then(processMod, consoleError);
|
|
823
|
+
case 'digi-quote-single':
|
|
824
|
+
return import(
|
|
825
|
+
/* webpackMode: "lazy" */
|
|
826
|
+
'./digi-quote-single.entry.js').then(processMod, consoleError);
|
|
827
|
+
case 'digi-table':
|
|
828
|
+
return import(
|
|
829
|
+
/* webpackMode: "lazy" */
|
|
830
|
+
'./digi-table.entry.js').then(processMod, consoleError);
|
|
831
|
+
case 'digi-tablist':
|
|
832
|
+
return import(
|
|
833
|
+
/* webpackMode: "lazy" */
|
|
834
|
+
'./digi-tablist.entry.js').then(processMod, consoleError);
|
|
835
|
+
case 'digi-tablist-panel':
|
|
836
|
+
return import(
|
|
837
|
+
/* webpackMode: "lazy" */
|
|
838
|
+
'./digi-tablist-panel.entry.js').then(processMod, consoleError);
|
|
839
|
+
case 'digi-tag':
|
|
840
|
+
return import(
|
|
841
|
+
/* webpackMode: "lazy" */
|
|
842
|
+
'./digi-tag.entry.js').then(processMod, consoleError);
|
|
843
|
+
case 'digi-tools-feedback':
|
|
844
|
+
return import(
|
|
845
|
+
/* webpackMode: "lazy" */
|
|
846
|
+
'./digi-tools-feedback.entry.js').then(processMod, consoleError);
|
|
847
|
+
case 'digi-tools-feedback-banner':
|
|
848
|
+
return import(
|
|
849
|
+
/* webpackMode: "lazy" */
|
|
850
|
+
'./digi-tools-feedback-banner.entry.js').then(processMod, consoleError);
|
|
851
|
+
case 'digi-tools-feedback-rating':
|
|
852
|
+
return import(
|
|
853
|
+
/* webpackMode: "lazy" */
|
|
854
|
+
'./digi-tools-feedback-rating.entry.js').then(processMod, consoleError);
|
|
855
|
+
case 'digi-tools-languagepicker':
|
|
856
|
+
return import(
|
|
857
|
+
/* webpackMode: "lazy" */
|
|
858
|
+
'./digi-tools-languagepicker.entry.js').then(processMod, consoleError);
|
|
859
|
+
case 'digi-typography-heading-jumbo':
|
|
860
|
+
return import(
|
|
861
|
+
/* webpackMode: "lazy" */
|
|
862
|
+
'./digi-typography-heading-jumbo.entry.js').then(processMod, consoleError);
|
|
863
|
+
case 'digi-typography-preamble':
|
|
864
|
+
return import(
|
|
865
|
+
/* webpackMode: "lazy" */
|
|
866
|
+
'./digi-typography-preamble.entry.js').then(processMod, consoleError);
|
|
867
|
+
case 'digi-typography-time':
|
|
868
|
+
return import(
|
|
869
|
+
/* webpackMode: "lazy" */
|
|
870
|
+
'./digi-typography-time.entry.js').then(processMod, consoleError);
|
|
871
|
+
case 'digi-util-detect-click-outside':
|
|
872
|
+
return import(
|
|
873
|
+
/* webpackMode: "lazy" */
|
|
874
|
+
'./digi-util-detect-click-outside.entry.js').then(processMod, consoleError);
|
|
875
|
+
case 'digi-util-detect-focus-outside':
|
|
876
|
+
return import(
|
|
877
|
+
/* webpackMode: "lazy" */
|
|
878
|
+
'./digi-util-detect-focus-outside.entry.js').then(processMod, consoleError);
|
|
879
|
+
case 'digi-util-keyup-handler':
|
|
880
|
+
return import(
|
|
881
|
+
/* webpackMode: "lazy" */
|
|
882
|
+
'./digi-util-keyup-handler.entry.js').then(processMod, consoleError);
|
|
883
|
+
case 'digi-badge-notification':
|
|
884
|
+
return import(
|
|
885
|
+
/* webpackMode: "lazy" */
|
|
886
|
+
'./digi-badge-notification.entry.js').then(processMod, consoleError);
|
|
887
|
+
case 'digi-calendar_2':
|
|
888
|
+
return import(
|
|
889
|
+
/* webpackMode: "lazy" */
|
|
890
|
+
'./digi-calendar_2.entry.js').then(processMod, consoleError);
|
|
891
|
+
case 'digi-code-block_3':
|
|
892
|
+
return import(
|
|
893
|
+
/* webpackMode: "lazy" */
|
|
894
|
+
'./digi-code-block_3.entry.js').then(processMod, consoleError);
|
|
895
|
+
case 'digi-form-checkbox':
|
|
896
|
+
return import(
|
|
897
|
+
/* webpackMode: "lazy" */
|
|
898
|
+
'./digi-form-checkbox.entry.js').then(processMod, consoleError);
|
|
899
|
+
case 'digi-icon-arrow-right':
|
|
900
|
+
return import(
|
|
901
|
+
/* webpackMode: "lazy" */
|
|
902
|
+
'./digi-icon-arrow-right.entry.js').then(processMod, consoleError);
|
|
903
|
+
case 'digi-icon-caret-down_2':
|
|
904
|
+
return import(
|
|
905
|
+
/* webpackMode: "lazy" */
|
|
906
|
+
'./digi-icon-caret-down_2.entry.js').then(processMod, consoleError);
|
|
907
|
+
case 'digi-icon-chevron-up':
|
|
908
|
+
return import(
|
|
909
|
+
/* webpackMode: "lazy" */
|
|
910
|
+
'./digi-icon-chevron-up.entry.js').then(processMod, consoleError);
|
|
911
|
+
case 'digi-icon-exclamation-triangle-warning':
|
|
912
|
+
return import(
|
|
913
|
+
/* webpackMode: "lazy" */
|
|
914
|
+
'./digi-icon-exclamation-triangle-warning.entry.js').then(processMod, consoleError);
|
|
915
|
+
case 'digi-icon-language-outline_4':
|
|
916
|
+
return import(
|
|
917
|
+
/* webpackMode: "lazy" */
|
|
918
|
+
'./digi-icon-language-outline_4.entry.js').then(processMod, consoleError);
|
|
919
|
+
case 'digi-icon-search':
|
|
920
|
+
return import(
|
|
921
|
+
/* webpackMode: "lazy" */
|
|
922
|
+
'./digi-icon-search.entry.js').then(processMod, consoleError);
|
|
923
|
+
case 'digi-layout-columns':
|
|
924
|
+
return import(
|
|
925
|
+
/* webpackMode: "lazy" */
|
|
926
|
+
'./digi-layout-columns.entry.js').then(processMod, consoleError);
|
|
927
|
+
case 'digi-logo_2':
|
|
928
|
+
return import(
|
|
929
|
+
/* webpackMode: "lazy" */
|
|
930
|
+
'./digi-logo_2.entry.js').then(processMod, consoleError);
|
|
931
|
+
case 'digi-navigation-dropdown':
|
|
932
|
+
return import(
|
|
933
|
+
/* webpackMode: "lazy" */
|
|
934
|
+
'./digi-navigation-dropdown.entry.js').then(processMod, consoleError);
|
|
935
|
+
case 'digi-notification-alert':
|
|
936
|
+
return import(
|
|
937
|
+
/* webpackMode: "lazy" */
|
|
938
|
+
'./digi-notification-alert.entry.js').then(processMod, consoleError);
|
|
939
|
+
case 'digi-tag-media':
|
|
940
|
+
return import(
|
|
941
|
+
/* webpackMode: "lazy" */
|
|
942
|
+
'./digi-tag-media.entry.js').then(processMod, consoleError);
|
|
943
|
+
case 'digi-typography-meta':
|
|
944
|
+
return import(
|
|
945
|
+
/* webpackMode: "lazy" */
|
|
946
|
+
'./digi-typography-meta.entry.js').then(processMod, consoleError);
|
|
947
|
+
case 'digi-util-resize-observer':
|
|
948
|
+
return import(
|
|
949
|
+
/* webpackMode: "lazy" */
|
|
950
|
+
'./digi-util-resize-observer.entry.js').then(processMod, consoleError);
|
|
951
|
+
case 'digi-form-select_2':
|
|
952
|
+
return import(
|
|
953
|
+
/* webpackMode: "lazy" */
|
|
954
|
+
'./digi-form-select_2.entry.js').then(processMod, consoleError);
|
|
955
|
+
case 'digi-icon-bars':
|
|
956
|
+
return import(
|
|
957
|
+
/* webpackMode: "lazy" */
|
|
958
|
+
'./digi-icon-bars.entry.js').then(processMod, consoleError);
|
|
959
|
+
case 'digi-icon-chart_2':
|
|
960
|
+
return import(
|
|
961
|
+
/* webpackMode: "lazy" */
|
|
962
|
+
'./digi-icon-chart_2.entry.js').then(processMod, consoleError);
|
|
963
|
+
case 'digi-icon-copy':
|
|
964
|
+
return import(
|
|
965
|
+
/* webpackMode: "lazy" */
|
|
966
|
+
'./digi-icon-copy.entry.js').then(processMod, consoleError);
|
|
967
|
+
case 'digi-icon-list-ul_6':
|
|
968
|
+
return import(
|
|
969
|
+
/* webpackMode: "lazy" */
|
|
970
|
+
'./digi-icon-list-ul_6.entry.js').then(processMod, consoleError);
|
|
971
|
+
case 'digi-icon-minus_2':
|
|
972
|
+
return import(
|
|
973
|
+
/* webpackMode: "lazy" */
|
|
974
|
+
'./digi-icon-minus_2.entry.js').then(processMod, consoleError);
|
|
975
|
+
case 'digi-icon-notification-error_5':
|
|
976
|
+
return import(
|
|
977
|
+
/* webpackMode: "lazy" */
|
|
978
|
+
'./digi-icon-notification-error_5.entry.js').then(processMod, consoleError);
|
|
979
|
+
case 'digi-icon-external-link-alt_2':
|
|
980
|
+
return import(
|
|
981
|
+
/* webpackMode: "lazy" */
|
|
982
|
+
'./digi-icon-external-link-alt_2.entry.js').then(processMod, consoleError);
|
|
983
|
+
case 'digi-link-internal':
|
|
984
|
+
return import(
|
|
985
|
+
/* webpackMode: "lazy" */
|
|
986
|
+
'./digi-link-internal.entry.js').then(processMod, consoleError);
|
|
987
|
+
case 'digi-media-image_2':
|
|
988
|
+
return import(
|
|
989
|
+
/* webpackMode: "lazy" */
|
|
990
|
+
'./digi-media-image_2.entry.js').then(processMod, consoleError);
|
|
991
|
+
case 'digi-form-input':
|
|
992
|
+
return import(
|
|
993
|
+
/* webpackMode: "lazy" */
|
|
994
|
+
'./digi-form-input.entry.js').then(processMod, consoleError);
|
|
995
|
+
case 'digi-icon-chevron-left':
|
|
996
|
+
return import(
|
|
997
|
+
/* webpackMode: "lazy" */
|
|
998
|
+
'./digi-icon-chevron-left.entry.js').then(processMod, consoleError);
|
|
999
|
+
case 'digi-layout-block':
|
|
1000
|
+
return import(
|
|
1001
|
+
/* webpackMode: "lazy" */
|
|
1002
|
+
'./digi-layout-block.entry.js').then(processMod, consoleError);
|
|
1003
|
+
case 'digi-link':
|
|
1004
|
+
return import(
|
|
1005
|
+
/* webpackMode: "lazy" */
|
|
1006
|
+
'./digi-link.entry.js').then(processMod, consoleError);
|
|
1007
|
+
case 'digi-icon-check':
|
|
1008
|
+
return import(
|
|
1009
|
+
/* webpackMode: "lazy" */
|
|
1010
|
+
'./digi-icon-check.entry.js').then(processMod, consoleError);
|
|
1011
|
+
case 'digi-icon-x':
|
|
1012
|
+
return import(
|
|
1013
|
+
/* webpackMode: "lazy" */
|
|
1014
|
+
'./digi-icon-x.entry.js').then(processMod, consoleError);
|
|
1015
|
+
case 'digi-util-keydown-handler':
|
|
1016
|
+
return import(
|
|
1017
|
+
/* webpackMode: "lazy" */
|
|
1018
|
+
'./digi-util-keydown-handler.entry.js').then(processMod, consoleError);
|
|
1019
|
+
case 'digi-icon-chevron-down':
|
|
1020
|
+
return import(
|
|
1021
|
+
/* webpackMode: "lazy" */
|
|
1022
|
+
'./digi-icon-chevron-down.entry.js').then(processMod, consoleError);
|
|
1023
|
+
case 'digi-icon-chevron-right':
|
|
1024
|
+
return import(
|
|
1025
|
+
/* webpackMode: "lazy" */
|
|
1026
|
+
'./digi-icon-chevron-right.entry.js').then(processMod, consoleError);
|
|
1027
|
+
case 'digi-util-mutation-observer':
|
|
1028
|
+
return import(
|
|
1029
|
+
/* webpackMode: "lazy" */
|
|
1030
|
+
'./digi-util-mutation-observer.entry.js').then(processMod, consoleError);
|
|
1031
|
+
case 'digi-button':
|
|
1032
|
+
return import(
|
|
1033
|
+
/* webpackMode: "lazy" */
|
|
1034
|
+
'./digi-button.entry.js').then(processMod, consoleError);
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
return import(
|
|
1038
|
+
/* @vite-ignore */
|
|
1039
|
+
/* webpackInclude: /\.entry\.js$/ */
|
|
1040
|
+
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
1041
|
+
/* webpackMode: "lazy" */
|
|
1042
|
+
`./${bundleId}.entry.js${""}`
|
|
1043
|
+
).then((importedModule) => {
|
|
1044
|
+
{
|
|
1045
|
+
cmpModules.set(bundleId, importedModule);
|
|
1046
|
+
}
|
|
1047
|
+
return importedModule[exportName];
|
|
1048
|
+
}, consoleError);
|
|
1049
|
+
};
|
|
1050
|
+
|
|
1051
|
+
// src/client/client-style.ts
|
|
1052
|
+
var styles = /* @__PURE__ */ new Map();
|
|
1053
|
+
|
|
1054
|
+
// src/runtime/runtime-constants.ts
|
|
1055
|
+
var CONTENT_REF_ID = "r";
|
|
1056
|
+
var ORG_LOCATION_ID = "o";
|
|
1057
|
+
var SLOT_NODE_ID = "s";
|
|
1058
|
+
var TEXT_NODE_ID = "t";
|
|
1059
|
+
var COMMENT_NODE_ID = "c";
|
|
1060
|
+
var HYDRATE_ID = "s-id";
|
|
1061
|
+
var HYDRATED_STYLE_ID = "sty-id";
|
|
1062
|
+
var HYDRATE_CHILD_ID = "c-id";
|
|
1063
|
+
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
|
1064
|
+
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
1065
|
+
var XLINK_NS = "http://www.w3.org/1999/xlink";
|
|
1066
|
+
var win = typeof window !== "undefined" ? window : {};
|
|
1067
|
+
var doc = win.document || { head: {} };
|
|
1068
|
+
var plt = {
|
|
1069
|
+
$flags$: 0,
|
|
1070
|
+
$resourcesUrl$: "",
|
|
1071
|
+
jmp: (h2) => h2(),
|
|
1072
|
+
raf: (h2) => requestAnimationFrame(h2),
|
|
1073
|
+
ael: (el, eventName, listener, opts) => el.addEventListener(eventName, listener, opts),
|
|
1074
|
+
rel: (el, eventName, listener, opts) => el.removeEventListener(eventName, listener, opts),
|
|
1075
|
+
ce: (eventName, opts) => new CustomEvent(eventName, opts)
|
|
1076
|
+
};
|
|
1077
|
+
var supportsListenerOptions = /* @__PURE__ */ (() => {
|
|
1078
|
+
let supportsListenerOptions2 = false;
|
|
1079
|
+
try {
|
|
1080
|
+
doc.addEventListener(
|
|
1081
|
+
"e",
|
|
1082
|
+
null,
|
|
1083
|
+
Object.defineProperty({}, "passive", {
|
|
1084
|
+
get() {
|
|
1085
|
+
supportsListenerOptions2 = true;
|
|
1086
|
+
}
|
|
1087
|
+
})
|
|
1088
|
+
);
|
|
1089
|
+
} catch (e) {
|
|
1090
|
+
}
|
|
1091
|
+
return supportsListenerOptions2;
|
|
1092
|
+
})();
|
|
1093
|
+
var promiseResolve = (v) => Promise.resolve(v);
|
|
1094
|
+
var supportsConstructableStylesheets = /* @__PURE__ */ (() => {
|
|
1095
|
+
try {
|
|
1096
|
+
new CSSStyleSheet();
|
|
1097
|
+
return typeof new CSSStyleSheet().replaceSync === "function";
|
|
1098
|
+
} catch (e) {
|
|
1099
|
+
}
|
|
1100
|
+
return false;
|
|
1101
|
+
})() ;
|
|
1102
|
+
var queuePending = false;
|
|
1103
|
+
var queueDomReads = [];
|
|
1104
|
+
var queueDomWrites = [];
|
|
1105
|
+
var queueTask = (queue, write) => (cb) => {
|
|
1106
|
+
queue.push(cb);
|
|
1107
|
+
if (!queuePending) {
|
|
1108
|
+
queuePending = true;
|
|
1109
|
+
if (write && plt.$flags$ & 4 /* queueSync */) {
|
|
1110
|
+
nextTick(flush);
|
|
1111
|
+
} else {
|
|
1112
|
+
plt.raf(flush);
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
};
|
|
1116
|
+
var consume = (queue) => {
|
|
1117
|
+
for (let i2 = 0; i2 < queue.length; i2++) {
|
|
1118
|
+
try {
|
|
1119
|
+
queue[i2](performance.now());
|
|
1120
|
+
} catch (e) {
|
|
1121
|
+
consoleError(e);
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
queue.length = 0;
|
|
1125
|
+
};
|
|
1126
|
+
var flush = () => {
|
|
1127
|
+
consume(queueDomReads);
|
|
1128
|
+
{
|
|
1129
|
+
consume(queueDomWrites);
|
|
1130
|
+
if (queuePending = queueDomReads.length > 0) {
|
|
1131
|
+
plt.raf(flush);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
};
|
|
1135
|
+
var nextTick = (cb) => promiseResolve().then(cb);
|
|
1136
|
+
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
|
|
1137
|
+
|
|
1138
|
+
// src/utils/constants.ts
|
|
1139
|
+
var EMPTY_OBJ = {};
|
|
1140
|
+
var SVG_NS = "http://www.w3.org/2000/svg";
|
|
1141
|
+
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
|
1142
|
+
|
|
1143
|
+
// src/utils/helpers.ts
|
|
1144
|
+
var isDef = (v) => v != null;
|
|
1145
|
+
var isComplexType = (o) => {
|
|
1146
|
+
o = typeof o;
|
|
1147
|
+
return o === "object" || o === "function";
|
|
1148
|
+
};
|
|
1149
|
+
|
|
1150
|
+
// src/utils/query-nonce-meta-tag-content.ts
|
|
1151
|
+
function queryNonceMetaTagContent(doc2) {
|
|
1152
|
+
var _a, _b, _c;
|
|
1153
|
+
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;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
// src/utils/result.ts
|
|
1157
|
+
var result_exports = {};
|
|
1158
|
+
__export(result_exports, {
|
|
1159
|
+
err: () => err,
|
|
1160
|
+
map: () => map,
|
|
1161
|
+
ok: () => ok,
|
|
1162
|
+
unwrap: () => unwrap,
|
|
1163
|
+
unwrapErr: () => unwrapErr
|
|
1164
|
+
});
|
|
1165
|
+
var ok = (value) => ({
|
|
1166
|
+
isOk: true,
|
|
1167
|
+
isErr: false,
|
|
1168
|
+
value
|
|
1169
|
+
});
|
|
1170
|
+
var err = (value) => ({
|
|
1171
|
+
isOk: false,
|
|
1172
|
+
isErr: true,
|
|
1173
|
+
value
|
|
1174
|
+
});
|
|
1175
|
+
function map(result, fn) {
|
|
1176
|
+
if (result.isOk) {
|
|
1177
|
+
const val = fn(result.value);
|
|
1178
|
+
if (val instanceof Promise) {
|
|
1179
|
+
return val.then((newVal) => ok(newVal));
|
|
1180
|
+
} else {
|
|
1181
|
+
return ok(val);
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
if (result.isErr) {
|
|
1185
|
+
const value = result.value;
|
|
1186
|
+
return err(value);
|
|
1187
|
+
}
|
|
1188
|
+
throw "should never get here";
|
|
1189
|
+
}
|
|
1190
|
+
var unwrap = (result) => {
|
|
1191
|
+
if (result.isOk) {
|
|
1192
|
+
return result.value;
|
|
1193
|
+
} else {
|
|
1194
|
+
throw result.value;
|
|
1195
|
+
}
|
|
1196
|
+
};
|
|
1197
|
+
var unwrapErr = (result) => {
|
|
1198
|
+
if (result.isErr) {
|
|
1199
|
+
return result.value;
|
|
1200
|
+
} else {
|
|
1201
|
+
throw result.value;
|
|
1202
|
+
}
|
|
1203
|
+
};
|
|
1204
|
+
var h = (nodeName, vnodeData, ...children) => {
|
|
1205
|
+
let child = null;
|
|
1206
|
+
let key = null;
|
|
1207
|
+
let slotName = null;
|
|
1208
|
+
let simple = false;
|
|
1209
|
+
let lastSimple = false;
|
|
1210
|
+
const vNodeChildren = [];
|
|
1211
|
+
const walk = (c) => {
|
|
1212
|
+
for (let i2 = 0; i2 < c.length; i2++) {
|
|
1213
|
+
child = c[i2];
|
|
1214
|
+
if (Array.isArray(child)) {
|
|
1215
|
+
walk(child);
|
|
1216
|
+
} else if (child != null && typeof child !== "boolean") {
|
|
1217
|
+
if (simple = typeof nodeName !== "function" && !isComplexType(child)) {
|
|
1218
|
+
child = String(child);
|
|
1219
|
+
}
|
|
1220
|
+
if (simple && lastSimple) {
|
|
1221
|
+
vNodeChildren[vNodeChildren.length - 1].$text$ += child;
|
|
1222
|
+
} else {
|
|
1223
|
+
vNodeChildren.push(simple ? newVNode(null, child) : child);
|
|
1224
|
+
}
|
|
1225
|
+
lastSimple = simple;
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
};
|
|
1229
|
+
walk(children);
|
|
1230
|
+
if (vnodeData) {
|
|
1231
|
+
if (vnodeData.key) {
|
|
1232
|
+
key = vnodeData.key;
|
|
1233
|
+
}
|
|
1234
|
+
if (vnodeData.name) {
|
|
1235
|
+
slotName = vnodeData.name;
|
|
1236
|
+
}
|
|
1237
|
+
{
|
|
1238
|
+
const classData = vnodeData.className || vnodeData.class;
|
|
1239
|
+
if (classData) {
|
|
1240
|
+
vnodeData.class = typeof classData !== "object" ? classData : Object.keys(classData).filter((k) => classData[k]).join(" ");
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
if (typeof nodeName === "function") {
|
|
1245
|
+
return nodeName(
|
|
1246
|
+
vnodeData === null ? {} : vnodeData,
|
|
1247
|
+
vNodeChildren,
|
|
1248
|
+
vdomFnUtils
|
|
1249
|
+
);
|
|
1250
|
+
}
|
|
1251
|
+
const vnode = newVNode(nodeName, null);
|
|
1252
|
+
vnode.$attrs$ = vnodeData;
|
|
1253
|
+
if (vNodeChildren.length > 0) {
|
|
1254
|
+
vnode.$children$ = vNodeChildren;
|
|
1255
|
+
}
|
|
1256
|
+
{
|
|
1257
|
+
vnode.$key$ = key;
|
|
1258
|
+
}
|
|
1259
|
+
{
|
|
1260
|
+
vnode.$name$ = slotName;
|
|
1261
|
+
}
|
|
1262
|
+
return vnode;
|
|
1263
|
+
};
|
|
1264
|
+
var newVNode = (tag, text) => {
|
|
1265
|
+
const vnode = {
|
|
1266
|
+
$flags$: 0,
|
|
1267
|
+
$tag$: tag,
|
|
1268
|
+
$text$: text,
|
|
1269
|
+
$elm$: null,
|
|
1270
|
+
$children$: null
|
|
1271
|
+
};
|
|
1272
|
+
{
|
|
1273
|
+
vnode.$attrs$ = null;
|
|
1274
|
+
}
|
|
1275
|
+
{
|
|
1276
|
+
vnode.$key$ = null;
|
|
1277
|
+
}
|
|
1278
|
+
{
|
|
1279
|
+
vnode.$name$ = null;
|
|
1280
|
+
}
|
|
1281
|
+
return vnode;
|
|
1282
|
+
};
|
|
1283
|
+
var Host = {};
|
|
1284
|
+
var isHost = (node) => node && node.$tag$ === Host;
|
|
1285
|
+
var vdomFnUtils = {
|
|
1286
|
+
forEach: (children, cb) => children.map(convertToPublic).forEach(cb),
|
|
1287
|
+
map: (children, cb) => children.map(convertToPublic).map(cb).map(convertToPrivate)
|
|
1288
|
+
};
|
|
1289
|
+
var convertToPublic = (node) => ({
|
|
1290
|
+
vattrs: node.$attrs$,
|
|
1291
|
+
vchildren: node.$children$,
|
|
1292
|
+
vkey: node.$key$,
|
|
1293
|
+
vname: node.$name$,
|
|
1294
|
+
vtag: node.$tag$,
|
|
1295
|
+
vtext: node.$text$
|
|
1296
|
+
});
|
|
1297
|
+
var convertToPrivate = (node) => {
|
|
1298
|
+
if (typeof node.vtag === "function") {
|
|
1299
|
+
const vnodeData = { ...node.vattrs };
|
|
1300
|
+
if (node.vkey) {
|
|
1301
|
+
vnodeData.key = node.vkey;
|
|
1302
|
+
}
|
|
1303
|
+
if (node.vname) {
|
|
1304
|
+
vnodeData.name = node.vname;
|
|
1305
|
+
}
|
|
1306
|
+
return h(node.vtag, vnodeData, ...node.vchildren || []);
|
|
1307
|
+
}
|
|
1308
|
+
const vnode = newVNode(node.vtag, node.vtext);
|
|
1309
|
+
vnode.$attrs$ = node.vattrs;
|
|
1310
|
+
vnode.$children$ = node.vchildren;
|
|
1311
|
+
vnode.$key$ = node.vkey;
|
|
1312
|
+
vnode.$name$ = node.vname;
|
|
1313
|
+
return vnode;
|
|
1314
|
+
};
|
|
1315
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
1316
|
+
if (oldValue !== newValue) {
|
|
1317
|
+
let isProp = isMemberInElement(elm, memberName);
|
|
1318
|
+
let ln = memberName.toLowerCase();
|
|
1319
|
+
if (memberName === "class") {
|
|
1320
|
+
const classList = elm.classList;
|
|
1321
|
+
const oldClasses = parseClassList(oldValue);
|
|
1322
|
+
const newClasses = parseClassList(newValue);
|
|
1323
|
+
if (elm["s-si"] && newClasses.indexOf(elm["s-si"]) < 0) {
|
|
1324
|
+
newClasses.push(elm["s-si"]);
|
|
1325
|
+
}
|
|
1326
|
+
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
1327
|
+
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
1328
|
+
} else if (memberName === "style") {
|
|
1329
|
+
{
|
|
1330
|
+
for (const prop in oldValue) {
|
|
1331
|
+
if (!newValue || newValue[prop] == null) {
|
|
1332
|
+
if (prop.includes("-")) {
|
|
1333
|
+
elm.style.removeProperty(prop);
|
|
1334
|
+
} else {
|
|
1335
|
+
elm.style[prop] = "";
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
for (const prop in newValue) {
|
|
1341
|
+
if (!oldValue || newValue[prop] !== oldValue[prop]) {
|
|
1342
|
+
if (prop.includes("-")) {
|
|
1343
|
+
elm.style.setProperty(prop, newValue[prop]);
|
|
1344
|
+
} else {
|
|
1345
|
+
elm.style[prop] = newValue[prop];
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
} else if (memberName === "key") ; else if (memberName === "ref") {
|
|
1350
|
+
if (newValue) {
|
|
1351
|
+
newValue(elm);
|
|
1352
|
+
}
|
|
1353
|
+
} else if ((!isProp ) && memberName[0] === "o" && memberName[1] === "n") {
|
|
1354
|
+
if (memberName[2] === "-") {
|
|
1355
|
+
memberName = memberName.slice(3);
|
|
1356
|
+
} else if (isMemberInElement(win, ln)) {
|
|
1357
|
+
memberName = ln.slice(2);
|
|
1358
|
+
} else {
|
|
1359
|
+
memberName = ln[2] + memberName.slice(3);
|
|
1360
|
+
}
|
|
1361
|
+
if (oldValue || newValue) {
|
|
1362
|
+
const capture = memberName.endsWith(CAPTURE_EVENT_SUFFIX);
|
|
1363
|
+
memberName = memberName.replace(CAPTURE_EVENT_REGEX, "");
|
|
1364
|
+
if (oldValue) {
|
|
1365
|
+
plt.rel(elm, memberName, oldValue, capture);
|
|
1366
|
+
}
|
|
1367
|
+
if (newValue) {
|
|
1368
|
+
plt.ael(elm, memberName, newValue, capture);
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1371
|
+
} else {
|
|
1372
|
+
const isComplex = isComplexType(newValue);
|
|
1373
|
+
if ((isProp || isComplex && newValue !== null) && !isSvg) {
|
|
1374
|
+
try {
|
|
1375
|
+
if (!elm.tagName.includes("-")) {
|
|
1376
|
+
const n = newValue == null ? "" : newValue;
|
|
1377
|
+
if (memberName === "list") {
|
|
1378
|
+
isProp = false;
|
|
1379
|
+
} else if (oldValue == null || elm[memberName] != n) {
|
|
1380
|
+
if (typeof elm.__lookupSetter__(memberName) === "function") {
|
|
1381
|
+
elm[memberName] = n;
|
|
1382
|
+
} else {
|
|
1383
|
+
elm.setAttribute(memberName, n);
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
} else {
|
|
1387
|
+
elm[memberName] = newValue;
|
|
1388
|
+
}
|
|
1389
|
+
} catch (e) {
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
let xlink = false;
|
|
1393
|
+
{
|
|
1394
|
+
if (ln !== (ln = ln.replace(/^xlink\:?/, ""))) {
|
|
1395
|
+
memberName = ln;
|
|
1396
|
+
xlink = true;
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
if (newValue == null || newValue === false) {
|
|
1400
|
+
if (newValue !== false || elm.getAttribute(memberName) === "") {
|
|
1401
|
+
if (xlink) {
|
|
1402
|
+
elm.removeAttributeNS(XLINK_NS, memberName);
|
|
1403
|
+
} else {
|
|
1404
|
+
elm.removeAttribute(memberName);
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
} else if ((!isProp || flags & 4 /* isHost */ || isSvg) && !isComplex) {
|
|
1408
|
+
newValue = newValue === true ? "" : newValue;
|
|
1409
|
+
if (xlink) {
|
|
1410
|
+
elm.setAttributeNS(XLINK_NS, memberName, newValue);
|
|
1411
|
+
} else {
|
|
1412
|
+
elm.setAttribute(memberName, newValue);
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
};
|
|
1418
|
+
var parseClassListRegex = /\s/;
|
|
1419
|
+
var parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);
|
|
1420
|
+
var CAPTURE_EVENT_SUFFIX = "Capture";
|
|
1421
|
+
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
|
1422
|
+
|
|
1423
|
+
// src/runtime/vdom/update-element.ts
|
|
1424
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2) => {
|
|
1425
|
+
const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
1426
|
+
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || EMPTY_OBJ;
|
|
1427
|
+
const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;
|
|
1428
|
+
{
|
|
1429
|
+
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
1430
|
+
if (!(memberName in newVnodeAttrs)) {
|
|
1431
|
+
setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
1436
|
+
setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);
|
|
1437
|
+
}
|
|
1438
|
+
};
|
|
1439
|
+
function sortedAttrNames(attrNames) {
|
|
1440
|
+
return attrNames.includes("ref") ? (
|
|
1441
|
+
// we need to sort these to ensure that `'ref'` is the last attr
|
|
1442
|
+
[...attrNames.filter((attr) => attr !== "ref"), "ref"]
|
|
1443
|
+
) : (
|
|
1444
|
+
// no need to sort, return the original array
|
|
1445
|
+
attrNames
|
|
1446
|
+
);
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
// src/runtime/vdom/vdom-render.ts
|
|
1450
|
+
var scopeId;
|
|
1451
|
+
var contentRef;
|
|
1452
|
+
var hostTagName;
|
|
1453
|
+
var useNativeShadowDom = false;
|
|
1454
|
+
var checkSlotFallbackVisibility = false;
|
|
1455
|
+
var checkSlotRelocate = false;
|
|
1456
|
+
var isSvgMode = false;
|
|
1457
|
+
var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
1458
|
+
var _a;
|
|
1459
|
+
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
1460
|
+
let i2 = 0;
|
|
1461
|
+
let elm;
|
|
1462
|
+
let childNode;
|
|
1463
|
+
let oldVNode;
|
|
1464
|
+
if (!useNativeShadowDom) {
|
|
1465
|
+
checkSlotRelocate = true;
|
|
1466
|
+
if (newVNode2.$tag$ === "slot") {
|
|
1467
|
+
if (scopeId) {
|
|
1468
|
+
parentElm.classList.add(scopeId + "-s");
|
|
1469
|
+
}
|
|
1470
|
+
newVNode2.$flags$ |= newVNode2.$children$ ? (
|
|
1471
|
+
// slot element has fallback content
|
|
1472
|
+
// still create an element that "mocks" the slot element
|
|
1473
|
+
2 /* isSlotFallback */
|
|
1474
|
+
) : (
|
|
1475
|
+
// slot element does not have fallback content
|
|
1476
|
+
// create an html comment we'll use to always reference
|
|
1477
|
+
// where actual slot content should sit next to
|
|
1478
|
+
1 /* isSlotReference */
|
|
1479
|
+
);
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
if (newVNode2.$text$ !== null) {
|
|
1483
|
+
elm = newVNode2.$elm$ = doc.createTextNode(newVNode2.$text$);
|
|
1484
|
+
} else if (newVNode2.$flags$ & 1 /* isSlotReference */) {
|
|
1485
|
+
elm = newVNode2.$elm$ = doc.createTextNode("");
|
|
1486
|
+
} else {
|
|
1487
|
+
if (!isSvgMode) {
|
|
1488
|
+
isSvgMode = newVNode2.$tag$ === "svg";
|
|
1489
|
+
}
|
|
1490
|
+
elm = newVNode2.$elm$ = doc.createElementNS(
|
|
1491
|
+
isSvgMode ? SVG_NS : HTML_NS,
|
|
1492
|
+
!useNativeShadowDom && BUILD.slotRelocation && newVNode2.$flags$ & 2 /* isSlotFallback */ ? "slot-fb" : newVNode2.$tag$
|
|
1493
|
+
) ;
|
|
1494
|
+
if (isSvgMode && newVNode2.$tag$ === "foreignObject") {
|
|
1495
|
+
isSvgMode = false;
|
|
1496
|
+
}
|
|
1497
|
+
{
|
|
1498
|
+
updateElement(null, newVNode2, isSvgMode);
|
|
1499
|
+
}
|
|
1500
|
+
const rootNode = elm.getRootNode();
|
|
1501
|
+
const isElementWithinShadowRoot = !rootNode.querySelector("body");
|
|
1502
|
+
if (!isElementWithinShadowRoot && BUILD.scoped && isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
1503
|
+
elm.classList.add(elm["s-si"] = scopeId);
|
|
1504
|
+
}
|
|
1505
|
+
{
|
|
1506
|
+
updateElementScopeIds(elm, parentElm);
|
|
1507
|
+
}
|
|
1508
|
+
if (newVNode2.$children$) {
|
|
1509
|
+
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
1510
|
+
childNode = createElm(oldParentVNode, newVNode2, i2, elm);
|
|
1511
|
+
if (childNode) {
|
|
1512
|
+
elm.appendChild(childNode);
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
{
|
|
1517
|
+
if (newVNode2.$tag$ === "svg") {
|
|
1518
|
+
isSvgMode = false;
|
|
1519
|
+
} else if (elm.tagName === "foreignObject") {
|
|
1520
|
+
isSvgMode = true;
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
}
|
|
1524
|
+
elm["s-hn"] = hostTagName;
|
|
1525
|
+
{
|
|
1526
|
+
if (newVNode2.$flags$ & (2 /* isSlotFallback */ | 1 /* isSlotReference */)) {
|
|
1527
|
+
elm["s-sr"] = true;
|
|
1528
|
+
elm["s-cr"] = contentRef;
|
|
1529
|
+
elm["s-sn"] = newVNode2.$name$ || "";
|
|
1530
|
+
elm["s-rf"] = (_a = newVNode2.$attrs$) == null ? void 0 : _a.ref;
|
|
1531
|
+
oldVNode = oldParentVNode && oldParentVNode.$children$ && oldParentVNode.$children$[childIndex];
|
|
1532
|
+
if (oldVNode && oldVNode.$tag$ === newVNode2.$tag$ && oldParentVNode.$elm$) {
|
|
1533
|
+
{
|
|
1534
|
+
putBackInOriginalLocation(oldParentVNode.$elm$, false);
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
}
|
|
1539
|
+
return elm;
|
|
1540
|
+
};
|
|
1541
|
+
var putBackInOriginalLocation = (parentElm, recursive) => {
|
|
1542
|
+
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
|
1543
|
+
const oldSlotChildNodes = Array.from(parentElm.__childNodes || parentElm.childNodes);
|
|
1544
|
+
if (parentElm["s-sr"] && BUILD.experimentalSlotFixes) {
|
|
1545
|
+
let node = parentElm;
|
|
1546
|
+
while (node = node.nextSibling) {
|
|
1547
|
+
if (node && node["s-sn"] === parentElm["s-sn"] && node["s-sh"] === hostTagName) {
|
|
1548
|
+
oldSlotChildNodes.push(node);
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
for (let i2 = oldSlotChildNodes.length - 1; i2 >= 0; i2--) {
|
|
1553
|
+
const childNode = oldSlotChildNodes[i2];
|
|
1554
|
+
if (childNode["s-hn"] !== hostTagName && childNode["s-ol"]) {
|
|
1555
|
+
insertBefore(parentReferenceNode(childNode), childNode, referenceNode(childNode));
|
|
1556
|
+
childNode["s-ol"].remove();
|
|
1557
|
+
childNode["s-ol"] = void 0;
|
|
1558
|
+
childNode["s-sh"] = void 0;
|
|
1559
|
+
checkSlotRelocate = true;
|
|
1560
|
+
}
|
|
1561
|
+
if (recursive) {
|
|
1562
|
+
putBackInOriginalLocation(childNode, recursive);
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
|
1566
|
+
};
|
|
1567
|
+
var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
|
|
1568
|
+
let containerElm = parentElm["s-cr"] && parentElm["s-cr"].parentNode || parentElm;
|
|
1569
|
+
let childNode;
|
|
1570
|
+
if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
|
|
1571
|
+
containerElm = containerElm.shadowRoot;
|
|
1572
|
+
}
|
|
1573
|
+
for (; startIdx <= endIdx; ++startIdx) {
|
|
1574
|
+
if (vnodes[startIdx]) {
|
|
1575
|
+
childNode = createElm(null, parentVNode, startIdx, parentElm);
|
|
1576
|
+
if (childNode) {
|
|
1577
|
+
vnodes[startIdx].$elm$ = childNode;
|
|
1578
|
+
insertBefore(containerElm, childNode, referenceNode(before) );
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
1582
|
+
};
|
|
1583
|
+
var removeVnodes = (vnodes, startIdx, endIdx) => {
|
|
1584
|
+
for (let index = startIdx; index <= endIdx; ++index) {
|
|
1585
|
+
const vnode = vnodes[index];
|
|
1586
|
+
if (vnode) {
|
|
1587
|
+
const elm = vnode.$elm$;
|
|
1588
|
+
nullifyVNodeRefs(vnode);
|
|
1589
|
+
if (elm) {
|
|
1590
|
+
{
|
|
1591
|
+
checkSlotFallbackVisibility = true;
|
|
1592
|
+
if (elm["s-ol"]) {
|
|
1593
|
+
elm["s-ol"].remove();
|
|
1594
|
+
} else {
|
|
1595
|
+
putBackInOriginalLocation(elm, true);
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
elm.remove();
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
}
|
|
1602
|
+
};
|
|
1603
|
+
var updateChildren = (parentElm, oldCh, newVNode2, newCh, isInitialRender = false) => {
|
|
1604
|
+
let oldStartIdx = 0;
|
|
1605
|
+
let newStartIdx = 0;
|
|
1606
|
+
let idxInOld = 0;
|
|
1607
|
+
let i2 = 0;
|
|
1608
|
+
let oldEndIdx = oldCh.length - 1;
|
|
1609
|
+
let oldStartVnode = oldCh[0];
|
|
1610
|
+
let oldEndVnode = oldCh[oldEndIdx];
|
|
1611
|
+
let newEndIdx = newCh.length - 1;
|
|
1612
|
+
let newStartVnode = newCh[0];
|
|
1613
|
+
let newEndVnode = newCh[newEndIdx];
|
|
1614
|
+
let node;
|
|
1615
|
+
let elmToMove;
|
|
1616
|
+
while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) {
|
|
1617
|
+
if (oldStartVnode == null) {
|
|
1618
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
|
1619
|
+
} else if (oldEndVnode == null) {
|
|
1620
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
|
1621
|
+
} else if (newStartVnode == null) {
|
|
1622
|
+
newStartVnode = newCh[++newStartIdx];
|
|
1623
|
+
} else if (newEndVnode == null) {
|
|
1624
|
+
newEndVnode = newCh[--newEndIdx];
|
|
1625
|
+
} else if (isSameVnode(oldStartVnode, newStartVnode, isInitialRender)) {
|
|
1626
|
+
patch(oldStartVnode, newStartVnode, isInitialRender);
|
|
1627
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
|
1628
|
+
newStartVnode = newCh[++newStartIdx];
|
|
1629
|
+
} else if (isSameVnode(oldEndVnode, newEndVnode, isInitialRender)) {
|
|
1630
|
+
patch(oldEndVnode, newEndVnode, isInitialRender);
|
|
1631
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
|
1632
|
+
newEndVnode = newCh[--newEndIdx];
|
|
1633
|
+
} else if (isSameVnode(oldStartVnode, newEndVnode, isInitialRender)) {
|
|
1634
|
+
if ((oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot")) {
|
|
1635
|
+
putBackInOriginalLocation(oldStartVnode.$elm$.parentNode, false);
|
|
1636
|
+
}
|
|
1637
|
+
patch(oldStartVnode, newEndVnode, isInitialRender);
|
|
1638
|
+
insertBefore(parentElm, oldStartVnode.$elm$, oldEndVnode.$elm$.nextSibling);
|
|
1639
|
+
oldStartVnode = oldCh[++oldStartIdx];
|
|
1640
|
+
newEndVnode = newCh[--newEndIdx];
|
|
1641
|
+
} else if (isSameVnode(oldEndVnode, newStartVnode, isInitialRender)) {
|
|
1642
|
+
if ((oldStartVnode.$tag$ === "slot" || newEndVnode.$tag$ === "slot")) {
|
|
1643
|
+
putBackInOriginalLocation(oldEndVnode.$elm$.parentNode, false);
|
|
1644
|
+
}
|
|
1645
|
+
patch(oldEndVnode, newStartVnode, isInitialRender);
|
|
1646
|
+
insertBefore(parentElm, oldEndVnode.$elm$, oldStartVnode.$elm$);
|
|
1647
|
+
oldEndVnode = oldCh[--oldEndIdx];
|
|
1648
|
+
newStartVnode = newCh[++newStartIdx];
|
|
1649
|
+
} else {
|
|
1650
|
+
idxInOld = -1;
|
|
1651
|
+
{
|
|
1652
|
+
for (i2 = oldStartIdx; i2 <= oldEndIdx; ++i2) {
|
|
1653
|
+
if (oldCh[i2] && oldCh[i2].$key$ !== null && oldCh[i2].$key$ === newStartVnode.$key$) {
|
|
1654
|
+
idxInOld = i2;
|
|
1655
|
+
break;
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
if (idxInOld >= 0) {
|
|
1660
|
+
elmToMove = oldCh[idxInOld];
|
|
1661
|
+
if (elmToMove.$tag$ !== newStartVnode.$tag$) {
|
|
1662
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, idxInOld, parentElm);
|
|
1663
|
+
} else {
|
|
1664
|
+
patch(elmToMove, newStartVnode, isInitialRender);
|
|
1665
|
+
oldCh[idxInOld] = void 0;
|
|
1666
|
+
node = elmToMove.$elm$;
|
|
1667
|
+
}
|
|
1668
|
+
newStartVnode = newCh[++newStartIdx];
|
|
1669
|
+
} else {
|
|
1670
|
+
node = createElm(oldCh && oldCh[newStartIdx], newVNode2, newStartIdx, parentElm);
|
|
1671
|
+
newStartVnode = newCh[++newStartIdx];
|
|
1672
|
+
}
|
|
1673
|
+
if (node) {
|
|
1674
|
+
{
|
|
1675
|
+
insertBefore(parentReferenceNode(oldStartVnode.$elm$), node, referenceNode(oldStartVnode.$elm$));
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
}
|
|
1680
|
+
if (oldStartIdx > oldEndIdx) {
|
|
1681
|
+
addVnodes(
|
|
1682
|
+
parentElm,
|
|
1683
|
+
newCh[newEndIdx + 1] == null ? null : newCh[newEndIdx + 1].$elm$,
|
|
1684
|
+
newVNode2,
|
|
1685
|
+
newCh,
|
|
1686
|
+
newStartIdx,
|
|
1687
|
+
newEndIdx
|
|
1688
|
+
);
|
|
1689
|
+
} else if (newStartIdx > newEndIdx) {
|
|
1690
|
+
removeVnodes(oldCh, oldStartIdx, oldEndIdx);
|
|
1691
|
+
}
|
|
1692
|
+
};
|
|
1693
|
+
var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
1694
|
+
if (leftVNode.$tag$ === rightVNode.$tag$) {
|
|
1695
|
+
if (leftVNode.$tag$ === "slot") {
|
|
1696
|
+
if (
|
|
1697
|
+
// The component gets hydrated and no VDOM has been initialized.
|
|
1698
|
+
// Here the comparison can't happen as $name$ property is not set for `leftNode`.
|
|
1699
|
+
"$nodeId$" in leftVNode && isInitialRender && // `leftNode` is not from type HTMLComment which would cause many
|
|
1700
|
+
// hydration comments to be removed
|
|
1701
|
+
leftVNode.$elm$.nodeType !== 8
|
|
1702
|
+
) {
|
|
1703
|
+
return false;
|
|
1704
|
+
}
|
|
1705
|
+
return leftVNode.$name$ === rightVNode.$name$;
|
|
1706
|
+
}
|
|
1707
|
+
if (!isInitialRender) {
|
|
1708
|
+
return leftVNode.$key$ === rightVNode.$key$;
|
|
1709
|
+
}
|
|
1710
|
+
return true;
|
|
1711
|
+
}
|
|
1712
|
+
return false;
|
|
1713
|
+
};
|
|
1714
|
+
var referenceNode = (node) => {
|
|
1715
|
+
return node && node["s-ol"] || node;
|
|
1716
|
+
};
|
|
1717
|
+
var parentReferenceNode = (node) => (node["s-ol"] ? node["s-ol"] : node).parentNode;
|
|
1718
|
+
var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
1719
|
+
const elm = newVNode2.$elm$ = oldVNode.$elm$;
|
|
1720
|
+
const oldChildren = oldVNode.$children$;
|
|
1721
|
+
const newChildren = newVNode2.$children$;
|
|
1722
|
+
const tag = newVNode2.$tag$;
|
|
1723
|
+
const text = newVNode2.$text$;
|
|
1724
|
+
let defaultHolder;
|
|
1725
|
+
if (text === null) {
|
|
1726
|
+
{
|
|
1727
|
+
isSvgMode = tag === "svg" ? true : tag === "foreignObject" ? false : isSvgMode;
|
|
1728
|
+
}
|
|
1729
|
+
{
|
|
1730
|
+
if (tag === "slot" && !useNativeShadowDom) ; else {
|
|
1731
|
+
updateElement(oldVNode, newVNode2, isSvgMode);
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
if (oldChildren !== null && newChildren !== null) {
|
|
1735
|
+
updateChildren(elm, oldChildren, newVNode2, newChildren, isInitialRender);
|
|
1736
|
+
} else if (newChildren !== null) {
|
|
1737
|
+
if (oldVNode.$text$ !== null) {
|
|
1738
|
+
elm.textContent = "";
|
|
1739
|
+
}
|
|
1740
|
+
addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
|
|
1741
|
+
} else if (
|
|
1742
|
+
// don't do this on initial render as it can cause non-hydrated content to be removed
|
|
1743
|
+
!isInitialRender && BUILD.updatable && oldChildren !== null
|
|
1744
|
+
) {
|
|
1745
|
+
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
1746
|
+
}
|
|
1747
|
+
if (isSvgMode && tag === "svg") {
|
|
1748
|
+
isSvgMode = false;
|
|
1749
|
+
}
|
|
1750
|
+
} else if ((defaultHolder = elm["s-cr"])) {
|
|
1751
|
+
defaultHolder.parentNode.textContent = text;
|
|
1752
|
+
} else if (oldVNode.$text$ !== text) {
|
|
1753
|
+
elm.data = text;
|
|
1754
|
+
}
|
|
1755
|
+
};
|
|
1756
|
+
var updateFallbackSlotVisibility = (elm) => {
|
|
1757
|
+
const childNodes = elm.__childNodes || elm.childNodes;
|
|
1758
|
+
for (const childNode of childNodes) {
|
|
1759
|
+
if (childNode.nodeType === 1 /* ElementNode */) {
|
|
1760
|
+
if (childNode["s-sr"]) {
|
|
1761
|
+
const slotName = childNode["s-sn"];
|
|
1762
|
+
childNode.hidden = false;
|
|
1763
|
+
for (const siblingNode of childNodes) {
|
|
1764
|
+
if (siblingNode !== childNode) {
|
|
1765
|
+
if (siblingNode["s-hn"] !== childNode["s-hn"] || slotName !== "") {
|
|
1766
|
+
if (siblingNode.nodeType === 1 /* ElementNode */ && (slotName === siblingNode.getAttribute("slot") || slotName === siblingNode["s-sn"]) || siblingNode.nodeType === 3 /* TextNode */ && slotName === siblingNode["s-sn"]) {
|
|
1767
|
+
childNode.hidden = true;
|
|
1768
|
+
break;
|
|
1769
|
+
}
|
|
1770
|
+
} else if (slotName === siblingNode["s-sn"]) {
|
|
1771
|
+
if (siblingNode.nodeType === 1 /* ElementNode */ || siblingNode.nodeType === 3 /* TextNode */ && siblingNode.textContent.trim() !== "") {
|
|
1772
|
+
childNode.hidden = true;
|
|
1773
|
+
break;
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
updateFallbackSlotVisibility(childNode);
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
};
|
|
1783
|
+
var relocateNodes = [];
|
|
1784
|
+
var markSlotContentForRelocation = (elm) => {
|
|
1785
|
+
let node;
|
|
1786
|
+
let hostContentNodes;
|
|
1787
|
+
let j;
|
|
1788
|
+
const children = elm.__childNodes || elm.childNodes;
|
|
1789
|
+
for (const childNode of children) {
|
|
1790
|
+
if (childNode["s-sr"] && (node = childNode["s-cr"]) && node.parentNode) {
|
|
1791
|
+
hostContentNodes = node.parentNode.__childNodes || node.parentNode.childNodes;
|
|
1792
|
+
const slotName = childNode["s-sn"];
|
|
1793
|
+
for (j = hostContentNodes.length - 1; j >= 0; j--) {
|
|
1794
|
+
node = hostContentNodes[j];
|
|
1795
|
+
if (!node["s-cn"] && !node["s-nr"] && node["s-hn"] !== childNode["s-hn"] && (!BUILD.experimentalSlotFixes )) {
|
|
1796
|
+
if (isNodeLocatedInSlot(node, slotName)) {
|
|
1797
|
+
let relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
|
|
1798
|
+
checkSlotFallbackVisibility = true;
|
|
1799
|
+
node["s-sn"] = node["s-sn"] || slotName;
|
|
1800
|
+
if (relocateNodeData) {
|
|
1801
|
+
relocateNodeData.$nodeToRelocate$["s-sh"] = childNode["s-hn"];
|
|
1802
|
+
relocateNodeData.$slotRefNode$ = childNode;
|
|
1803
|
+
} else {
|
|
1804
|
+
node["s-sh"] = childNode["s-hn"];
|
|
1805
|
+
relocateNodes.push({
|
|
1806
|
+
$slotRefNode$: childNode,
|
|
1807
|
+
$nodeToRelocate$: node
|
|
1808
|
+
});
|
|
1809
|
+
}
|
|
1810
|
+
if (node["s-sr"]) {
|
|
1811
|
+
relocateNodes.map((relocateNode) => {
|
|
1812
|
+
if (isNodeLocatedInSlot(relocateNode.$nodeToRelocate$, node["s-sn"])) {
|
|
1813
|
+
relocateNodeData = relocateNodes.find((r) => r.$nodeToRelocate$ === node);
|
|
1814
|
+
if (relocateNodeData && !relocateNode.$slotRefNode$) {
|
|
1815
|
+
relocateNode.$slotRefNode$ = relocateNodeData.$slotRefNode$;
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
});
|
|
1819
|
+
}
|
|
1820
|
+
} else if (!relocateNodes.some((r) => r.$nodeToRelocate$ === node)) {
|
|
1821
|
+
relocateNodes.push({
|
|
1822
|
+
$nodeToRelocate$: node
|
|
1823
|
+
});
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
if (childNode.nodeType === 1 /* ElementNode */) {
|
|
1829
|
+
markSlotContentForRelocation(childNode);
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
};
|
|
1833
|
+
var isNodeLocatedInSlot = (nodeToRelocate, slotName) => {
|
|
1834
|
+
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
|
1835
|
+
if (nodeToRelocate.getAttribute("slot") === null && slotName === "") {
|
|
1836
|
+
return true;
|
|
1837
|
+
}
|
|
1838
|
+
if (nodeToRelocate.getAttribute("slot") === slotName) {
|
|
1839
|
+
return true;
|
|
1840
|
+
}
|
|
1841
|
+
return false;
|
|
1842
|
+
}
|
|
1843
|
+
if (nodeToRelocate["s-sn"] === slotName) {
|
|
1844
|
+
return true;
|
|
1845
|
+
}
|
|
1846
|
+
return slotName === "";
|
|
1847
|
+
};
|
|
1848
|
+
var nullifyVNodeRefs = (vNode) => {
|
|
1849
|
+
{
|
|
1850
|
+
vNode.$attrs$ && vNode.$attrs$.ref && vNode.$attrs$.ref(null);
|
|
1851
|
+
vNode.$children$ && vNode.$children$.map(nullifyVNodeRefs);
|
|
1852
|
+
}
|
|
1853
|
+
};
|
|
1854
|
+
var insertBefore = (parent, newNode, reference) => {
|
|
1855
|
+
const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
1856
|
+
{
|
|
1857
|
+
updateElementScopeIds(newNode, parent);
|
|
1858
|
+
}
|
|
1859
|
+
return inserted;
|
|
1860
|
+
};
|
|
1861
|
+
var findScopeIds = (element) => {
|
|
1862
|
+
const scopeIds = [];
|
|
1863
|
+
if (element) {
|
|
1864
|
+
scopeIds.push(
|
|
1865
|
+
...element["s-scs"] || [],
|
|
1866
|
+
element["s-si"],
|
|
1867
|
+
element["s-sc"],
|
|
1868
|
+
...findScopeIds(element.parentElement)
|
|
1869
|
+
);
|
|
1870
|
+
}
|
|
1871
|
+
return scopeIds;
|
|
1872
|
+
};
|
|
1873
|
+
var updateElementScopeIds = (element, parent, iterateChildNodes = false) => {
|
|
1874
|
+
var _a;
|
|
1875
|
+
if (element && parent && element.nodeType === 1 /* ElementNode */) {
|
|
1876
|
+
const scopeIds = new Set(findScopeIds(parent).filter(Boolean));
|
|
1877
|
+
if (scopeIds.size) {
|
|
1878
|
+
(_a = element.classList) == null ? void 0 : _a.add(...element["s-scs"] = Array.from(scopeIds));
|
|
1879
|
+
if (element["s-ol"] || iterateChildNodes) {
|
|
1880
|
+
for (const childNode of Array.from(element.__childNodes || element.childNodes)) {
|
|
1881
|
+
updateElementScopeIds(childNode, element, true);
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
};
|
|
1887
|
+
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
1888
|
+
var _a, _b, _c, _d;
|
|
1889
|
+
const hostElm = hostRef.$hostElement$;
|
|
1890
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
|
1891
|
+
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
|
1892
|
+
const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
|
|
1893
|
+
hostTagName = hostElm.tagName;
|
|
1894
|
+
if (isInitialLoad && rootVnode.$attrs$) {
|
|
1895
|
+
for (const key of Object.keys(rootVnode.$attrs$)) {
|
|
1896
|
+
if (hostElm.hasAttribute(key) && !["key", "ref", "style", "class"].includes(key)) {
|
|
1897
|
+
rootVnode.$attrs$[key] = hostElm[key];
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
rootVnode.$tag$ = null;
|
|
1902
|
+
rootVnode.$flags$ |= 4 /* isHost */;
|
|
1903
|
+
hostRef.$vnode$ = rootVnode;
|
|
1904
|
+
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
|
1905
|
+
{
|
|
1906
|
+
scopeId = hostElm["s-sc"];
|
|
1907
|
+
}
|
|
1908
|
+
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
|
1909
|
+
{
|
|
1910
|
+
contentRef = hostElm["s-cr"];
|
|
1911
|
+
checkSlotFallbackVisibility = false;
|
|
1912
|
+
}
|
|
1913
|
+
patch(oldVNode, rootVnode, isInitialLoad);
|
|
1914
|
+
{
|
|
1915
|
+
plt.$flags$ |= 1 /* isTmpDisconnected */;
|
|
1916
|
+
if (checkSlotRelocate) {
|
|
1917
|
+
markSlotContentForRelocation(rootVnode.$elm$);
|
|
1918
|
+
for (const relocateData of relocateNodes) {
|
|
1919
|
+
const nodeToRelocate = relocateData.$nodeToRelocate$;
|
|
1920
|
+
if (!nodeToRelocate["s-ol"]) {
|
|
1921
|
+
const orgLocationNode = doc.createTextNode("");
|
|
1922
|
+
orgLocationNode["s-nr"] = nodeToRelocate;
|
|
1923
|
+
insertBefore(nodeToRelocate.parentNode, nodeToRelocate["s-ol"] = orgLocationNode, nodeToRelocate);
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
for (const relocateData of relocateNodes) {
|
|
1927
|
+
const nodeToRelocate = relocateData.$nodeToRelocate$;
|
|
1928
|
+
const slotRefNode = relocateData.$slotRefNode$;
|
|
1929
|
+
if (slotRefNode) {
|
|
1930
|
+
const parentNodeRef = slotRefNode.parentNode;
|
|
1931
|
+
let insertBeforeNode = slotRefNode.nextSibling;
|
|
1932
|
+
{
|
|
1933
|
+
let orgLocationNode = (_a = nodeToRelocate["s-ol"]) == null ? void 0 : _a.previousSibling;
|
|
1934
|
+
while (orgLocationNode) {
|
|
1935
|
+
let refNode = (_b = orgLocationNode["s-nr"]) != null ? _b : null;
|
|
1936
|
+
if (refNode && refNode["s-sn"] === nodeToRelocate["s-sn"] && parentNodeRef === refNode.parentNode) {
|
|
1937
|
+
refNode = refNode.nextSibling;
|
|
1938
|
+
while (refNode === nodeToRelocate || (refNode == null ? void 0 : refNode["s-sr"])) {
|
|
1939
|
+
refNode = refNode == null ? void 0 : refNode.nextSibling;
|
|
1940
|
+
}
|
|
1941
|
+
if (!refNode || !refNode["s-nr"]) {
|
|
1942
|
+
insertBeforeNode = refNode;
|
|
1943
|
+
break;
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
orgLocationNode = orgLocationNode.previousSibling;
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
if (!insertBeforeNode && parentNodeRef !== nodeToRelocate.parentNode || nodeToRelocate.nextSibling !== insertBeforeNode) {
|
|
1950
|
+
if (nodeToRelocate !== insertBeforeNode) {
|
|
1951
|
+
if (!nodeToRelocate["s-hn"] && nodeToRelocate["s-ol"]) {
|
|
1952
|
+
nodeToRelocate["s-hn"] = nodeToRelocate["s-ol"].parentNode.nodeName;
|
|
1953
|
+
}
|
|
1954
|
+
insertBefore(parentNodeRef, nodeToRelocate, insertBeforeNode);
|
|
1955
|
+
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
|
1956
|
+
nodeToRelocate.hidden = (_c = nodeToRelocate["s-ih"]) != null ? _c : false;
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
nodeToRelocate && typeof slotRefNode["s-rf"] === "function" && slotRefNode["s-rf"](nodeToRelocate);
|
|
1961
|
+
} else {
|
|
1962
|
+
if (nodeToRelocate.nodeType === 1 /* ElementNode */) {
|
|
1963
|
+
if (isInitialLoad) {
|
|
1964
|
+
nodeToRelocate["s-ih"] = (_d = nodeToRelocate.hidden) != null ? _d : false;
|
|
1965
|
+
}
|
|
1966
|
+
nodeToRelocate.hidden = true;
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
1971
|
+
if (checkSlotFallbackVisibility) {
|
|
1972
|
+
updateFallbackSlotVisibility(rootVnode.$elm$);
|
|
1973
|
+
}
|
|
1974
|
+
plt.$flags$ &= ~1 /* isTmpDisconnected */;
|
|
1975
|
+
relocateNodes.length = 0;
|
|
1976
|
+
}
|
|
1977
|
+
contentRef = void 0;
|
|
1978
|
+
};
|
|
1979
|
+
var addSlotRelocateNode = (newChild, slotNode, prepend, position) => {
|
|
1980
|
+
let slottedNodeLocation;
|
|
1981
|
+
if (newChild["s-ol"] && newChild["s-ol"].isConnected) {
|
|
1982
|
+
slottedNodeLocation = newChild["s-ol"];
|
|
1983
|
+
} else {
|
|
1984
|
+
slottedNodeLocation = document.createTextNode("");
|
|
1985
|
+
slottedNodeLocation["s-nr"] = newChild;
|
|
1986
|
+
}
|
|
1987
|
+
if (!slotNode["s-cr"] || !slotNode["s-cr"].parentNode) return;
|
|
1988
|
+
const parent = slotNode["s-cr"].parentNode;
|
|
1989
|
+
const appendMethod = prepend ? parent.__prepend || parent.prepend : parent.__appendChild || parent.appendChild;
|
|
1990
|
+
if (typeof position !== "undefined") {
|
|
1991
|
+
{
|
|
1992
|
+
slottedNodeLocation["s-oo"] = position;
|
|
1993
|
+
const childNodes = parent.__childNodes || parent.childNodes;
|
|
1994
|
+
const slotRelocateNodes = [slottedNodeLocation];
|
|
1995
|
+
childNodes.forEach((n) => {
|
|
1996
|
+
if (n["s-nr"]) slotRelocateNodes.push(n);
|
|
1997
|
+
});
|
|
1998
|
+
slotRelocateNodes.sort((a, b) => {
|
|
1999
|
+
if (!a["s-oo"] || a["s-oo"] < b["s-oo"]) return -1;
|
|
2000
|
+
else if (!b["s-oo"] || b["s-oo"] < a["s-oo"]) return 1;
|
|
2001
|
+
return 0;
|
|
2002
|
+
});
|
|
2003
|
+
slotRelocateNodes.forEach((n) => appendMethod.call(parent, n));
|
|
2004
|
+
}
|
|
2005
|
+
} else {
|
|
2006
|
+
appendMethod.call(parent, slottedNodeLocation);
|
|
2007
|
+
}
|
|
2008
|
+
newChild["s-ol"] = slottedNodeLocation;
|
|
2009
|
+
newChild["s-sh"] = slotNode["s-hn"];
|
|
2010
|
+
};
|
|
2011
|
+
var createTime = (fnName, tagName = "") => {
|
|
2012
|
+
{
|
|
2013
|
+
return () => {
|
|
2014
|
+
return;
|
|
2015
|
+
};
|
|
2016
|
+
}
|
|
2017
|
+
};
|
|
2018
|
+
var uniqueTime = (key, measureText) => {
|
|
2019
|
+
{
|
|
2020
|
+
return () => {
|
|
2021
|
+
return;
|
|
2022
|
+
};
|
|
2023
|
+
}
|
|
2024
|
+
};
|
|
2025
|
+
|
|
2026
|
+
// src/runtime/client-hydrate.ts
|
|
2027
|
+
var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
|
|
2028
|
+
const endHydrate = createTime("hydrateClient", tagName);
|
|
2029
|
+
const shadowRoot = hostElm.shadowRoot;
|
|
2030
|
+
const childRenderNodes = [];
|
|
2031
|
+
const slotNodes = [];
|
|
2032
|
+
const slottedNodes = [];
|
|
2033
|
+
const shadowRootNodes = shadowRoot ? [] : null;
|
|
2034
|
+
const vnode = newVNode(tagName, null);
|
|
2035
|
+
vnode.$elm$ = hostElm;
|
|
2036
|
+
if (!plt.$orgLocNodes$) {
|
|
2037
|
+
initializeDocumentHydrate(doc.body, plt.$orgLocNodes$ = /* @__PURE__ */ new Map());
|
|
2038
|
+
}
|
|
2039
|
+
hostElm[HYDRATE_ID] = hostId;
|
|
2040
|
+
hostElm.removeAttribute(HYDRATE_ID);
|
|
2041
|
+
hostRef.$vnode$ = clientHydrate(
|
|
2042
|
+
vnode,
|
|
2043
|
+
childRenderNodes,
|
|
2044
|
+
slotNodes,
|
|
2045
|
+
shadowRootNodes,
|
|
2046
|
+
hostElm,
|
|
2047
|
+
hostElm,
|
|
2048
|
+
hostId,
|
|
2049
|
+
slottedNodes
|
|
2050
|
+
);
|
|
2051
|
+
let crIndex = 0;
|
|
2052
|
+
const crLength = childRenderNodes.length;
|
|
2053
|
+
let childRenderNode;
|
|
2054
|
+
for (crIndex; crIndex < crLength; crIndex++) {
|
|
2055
|
+
childRenderNode = childRenderNodes[crIndex];
|
|
2056
|
+
const orgLocationId = childRenderNode.$hostId$ + "." + childRenderNode.$nodeId$;
|
|
2057
|
+
const orgLocationNode = plt.$orgLocNodes$.get(orgLocationId);
|
|
2058
|
+
const node = childRenderNode.$elm$;
|
|
2059
|
+
if (!shadowRoot) {
|
|
2060
|
+
node["s-hn"] = tagName.toUpperCase();
|
|
2061
|
+
if (childRenderNode.$tag$ === "slot") {
|
|
2062
|
+
node["s-cr"] = hostElm["s-cr"];
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
if (orgLocationNode && orgLocationNode.isConnected) {
|
|
2066
|
+
if (shadowRoot && orgLocationNode["s-en"] === "") {
|
|
2067
|
+
orgLocationNode.parentNode.insertBefore(node, orgLocationNode.nextSibling);
|
|
2068
|
+
}
|
|
2069
|
+
orgLocationNode.parentNode.removeChild(orgLocationNode);
|
|
2070
|
+
if (!shadowRoot) {
|
|
2071
|
+
node["s-oo"] = parseInt(childRenderNode.$nodeId$);
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
plt.$orgLocNodes$.delete(orgLocationId);
|
|
2075
|
+
}
|
|
2076
|
+
const hosts = [];
|
|
2077
|
+
let snIndex = 0;
|
|
2078
|
+
const snLen = slottedNodes.length;
|
|
2079
|
+
let slotGroup;
|
|
2080
|
+
let snGroupIdx;
|
|
2081
|
+
let snGroupLen;
|
|
2082
|
+
let slottedItem;
|
|
2083
|
+
for (snIndex; snIndex < snLen; snIndex++) {
|
|
2084
|
+
slotGroup = slottedNodes[snIndex];
|
|
2085
|
+
if (!slotGroup || !slotGroup.length) continue;
|
|
2086
|
+
snGroupLen = slotGroup.length;
|
|
2087
|
+
snGroupIdx = 0;
|
|
2088
|
+
for (snGroupIdx; snGroupIdx < snGroupLen; snGroupIdx++) {
|
|
2089
|
+
slottedItem = slotGroup[snGroupIdx];
|
|
2090
|
+
if (!hosts[slottedItem.hostId]) {
|
|
2091
|
+
hosts[slottedItem.hostId] = plt.$orgLocNodes$.get(slottedItem.hostId);
|
|
2092
|
+
}
|
|
2093
|
+
if (!hosts[slottedItem.hostId]) continue;
|
|
2094
|
+
const hostEle = hosts[slottedItem.hostId];
|
|
2095
|
+
if (!hostEle.shadowRoot || !shadowRoot) {
|
|
2096
|
+
slottedItem.slot["s-cr"] = hostEle["s-cr"];
|
|
2097
|
+
if (!slottedItem.slot["s-cr"] && hostEle.shadowRoot) {
|
|
2098
|
+
slottedItem.slot["s-cr"] = hostEle;
|
|
2099
|
+
} else {
|
|
2100
|
+
const hostChildren = hostEle.__childNodes || hostEle.childNodes;
|
|
2101
|
+
slottedItem.slot["s-cr"] = hostChildren[0];
|
|
2102
|
+
}
|
|
2103
|
+
addSlotRelocateNode(slottedItem.node, slottedItem.slot, false, slottedItem.node["s-oo"]);
|
|
2104
|
+
}
|
|
2105
|
+
if (hostEle.shadowRoot && slottedItem.node.parentElement !== hostEle) {
|
|
2106
|
+
hostEle.appendChild(slottedItem.node);
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
if (shadowRoot) {
|
|
2111
|
+
let rnIdex = 0;
|
|
2112
|
+
const rnLen = shadowRootNodes.length;
|
|
2113
|
+
for (rnIdex; rnIdex < rnLen; rnIdex++) {
|
|
2114
|
+
shadowRoot.appendChild(shadowRootNodes[rnIdex]);
|
|
2115
|
+
}
|
|
2116
|
+
Array.from(hostElm.childNodes).forEach((node) => {
|
|
2117
|
+
if (node.nodeType === 8 /* CommentNode */ && typeof node["s-sn"] !== "string") {
|
|
2118
|
+
node.parentNode.removeChild(node);
|
|
2119
|
+
}
|
|
2120
|
+
});
|
|
2121
|
+
}
|
|
2122
|
+
hostRef.$hostElement$ = hostElm;
|
|
2123
|
+
endHydrate();
|
|
2124
|
+
};
|
|
2125
|
+
var clientHydrate = (parentVNode, childRenderNodes, slotNodes, shadowRootNodes, hostElm, node, hostId, slottedNodes = []) => {
|
|
2126
|
+
let childNodeType;
|
|
2127
|
+
let childIdSplt;
|
|
2128
|
+
let childVNode;
|
|
2129
|
+
let i2;
|
|
2130
|
+
const scopeId2 = hostElm["s-sc"];
|
|
2131
|
+
if (node.nodeType === 1 /* ElementNode */) {
|
|
2132
|
+
childNodeType = node.getAttribute(HYDRATE_CHILD_ID);
|
|
2133
|
+
if (childNodeType) {
|
|
2134
|
+
childIdSplt = childNodeType.split(".");
|
|
2135
|
+
if (childIdSplt[0] === hostId || childIdSplt[0] === "0") {
|
|
2136
|
+
childVNode = createSimpleVNode({
|
|
2137
|
+
$flags$: 0,
|
|
2138
|
+
$hostId$: childIdSplt[0],
|
|
2139
|
+
$nodeId$: childIdSplt[1],
|
|
2140
|
+
$depth$: childIdSplt[2],
|
|
2141
|
+
$index$: childIdSplt[3],
|
|
2142
|
+
$tag$: node.tagName.toLowerCase(),
|
|
2143
|
+
$elm$: node,
|
|
2144
|
+
// If we don't add the initial classes to the VNode, the first `vdom-render.ts` reconciliation will fail:
|
|
2145
|
+
// client side changes before componentDidLoad will be ignored, `set-accessor.ts` will just take the element's initial classes
|
|
2146
|
+
$attrs$: { class: node.className }
|
|
2147
|
+
});
|
|
2148
|
+
childRenderNodes.push(childVNode);
|
|
2149
|
+
node.removeAttribute(HYDRATE_CHILD_ID);
|
|
2150
|
+
if (!parentVNode.$children$) {
|
|
2151
|
+
parentVNode.$children$ = [];
|
|
2152
|
+
}
|
|
2153
|
+
const slotName = childVNode.$elm$.getAttribute("s-sn");
|
|
2154
|
+
if (typeof slotName === "string") {
|
|
2155
|
+
if (childVNode.$tag$ === "slot-fb") {
|
|
2156
|
+
addSlot(
|
|
2157
|
+
slotName,
|
|
2158
|
+
childIdSplt[2],
|
|
2159
|
+
childVNode,
|
|
2160
|
+
node,
|
|
2161
|
+
parentVNode,
|
|
2162
|
+
childRenderNodes,
|
|
2163
|
+
slotNodes,
|
|
2164
|
+
shadowRootNodes,
|
|
2165
|
+
slottedNodes
|
|
2166
|
+
);
|
|
2167
|
+
}
|
|
2168
|
+
childVNode.$elm$["s-sn"] = slotName;
|
|
2169
|
+
childVNode.$elm$.removeAttribute("s-sn");
|
|
2170
|
+
}
|
|
2171
|
+
if (childVNode.$index$ !== void 0) {
|
|
2172
|
+
parentVNode.$children$[childVNode.$index$] = childVNode;
|
|
2173
|
+
}
|
|
2174
|
+
if (scopeId2) node["s-si"] = scopeId2;
|
|
2175
|
+
parentVNode = childVNode;
|
|
2176
|
+
if (shadowRootNodes && childVNode.$depth$ === "0") {
|
|
2177
|
+
shadowRootNodes[childVNode.$index$] = childVNode.$elm$;
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
}
|
|
2181
|
+
if (node.shadowRoot) {
|
|
2182
|
+
for (i2 = node.shadowRoot.childNodes.length - 1; i2 >= 0; i2--) {
|
|
2183
|
+
clientHydrate(
|
|
2184
|
+
parentVNode,
|
|
2185
|
+
childRenderNodes,
|
|
2186
|
+
slotNodes,
|
|
2187
|
+
shadowRootNodes,
|
|
2188
|
+
hostElm,
|
|
2189
|
+
node.shadowRoot.childNodes[i2],
|
|
2190
|
+
hostId,
|
|
2191
|
+
slottedNodes
|
|
2192
|
+
);
|
|
2193
|
+
}
|
|
2194
|
+
}
|
|
2195
|
+
const nonShadowNodes = node.__childNodes || node.childNodes;
|
|
2196
|
+
for (i2 = nonShadowNodes.length - 1; i2 >= 0; i2--) {
|
|
2197
|
+
clientHydrate(
|
|
2198
|
+
parentVNode,
|
|
2199
|
+
childRenderNodes,
|
|
2200
|
+
slotNodes,
|
|
2201
|
+
shadowRootNodes,
|
|
2202
|
+
hostElm,
|
|
2203
|
+
nonShadowNodes[i2],
|
|
2204
|
+
hostId,
|
|
2205
|
+
slottedNodes
|
|
2206
|
+
);
|
|
2207
|
+
}
|
|
2208
|
+
} else if (node.nodeType === 8 /* CommentNode */) {
|
|
2209
|
+
childIdSplt = node.nodeValue.split(".");
|
|
2210
|
+
if (childIdSplt[1] === hostId || childIdSplt[1] === "0") {
|
|
2211
|
+
childNodeType = childIdSplt[0];
|
|
2212
|
+
childVNode = createSimpleVNode({
|
|
2213
|
+
$hostId$: childIdSplt[1],
|
|
2214
|
+
$nodeId$: childIdSplt[2],
|
|
2215
|
+
$depth$: childIdSplt[3],
|
|
2216
|
+
$index$: childIdSplt[4] || "0",
|
|
2217
|
+
$elm$: node,
|
|
2218
|
+
$attrs$: null,
|
|
2219
|
+
$children$: null,
|
|
2220
|
+
$key$: null,
|
|
2221
|
+
$name$: null,
|
|
2222
|
+
$tag$: null,
|
|
2223
|
+
$text$: null
|
|
2224
|
+
});
|
|
2225
|
+
if (childNodeType === TEXT_NODE_ID) {
|
|
2226
|
+
childVNode.$elm$ = node.nextSibling;
|
|
2227
|
+
if (childVNode.$elm$ && childVNode.$elm$.nodeType === 3 /* TextNode */) {
|
|
2228
|
+
childVNode.$text$ = childVNode.$elm$.textContent;
|
|
2229
|
+
childRenderNodes.push(childVNode);
|
|
2230
|
+
node.remove();
|
|
2231
|
+
if (hostId === childVNode.$hostId$) {
|
|
2232
|
+
if (!parentVNode.$children$) {
|
|
2233
|
+
parentVNode.$children$ = [];
|
|
2234
|
+
}
|
|
2235
|
+
parentVNode.$children$[childVNode.$index$] = childVNode;
|
|
2236
|
+
}
|
|
2237
|
+
if (shadowRootNodes && childVNode.$depth$ === "0") {
|
|
2238
|
+
shadowRootNodes[childVNode.$index$] = childVNode.$elm$;
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
2241
|
+
} else if (childNodeType === COMMENT_NODE_ID) {
|
|
2242
|
+
childVNode.$elm$ = node.nextSibling;
|
|
2243
|
+
if (childVNode.$elm$ && childVNode.$elm$.nodeType === 8 /* CommentNode */) {
|
|
2244
|
+
childRenderNodes.push(childVNode);
|
|
2245
|
+
node.remove();
|
|
2246
|
+
}
|
|
2247
|
+
} else if (childVNode.$hostId$ === hostId) {
|
|
2248
|
+
if (childNodeType === SLOT_NODE_ID) {
|
|
2249
|
+
childVNode.$tag$ = "slot";
|
|
2250
|
+
const slotName = node["s-sn"] = childVNode.$name$ = childIdSplt[5] || "";
|
|
2251
|
+
addSlot(
|
|
2252
|
+
slotName,
|
|
2253
|
+
childIdSplt[2],
|
|
2254
|
+
childVNode,
|
|
2255
|
+
node,
|
|
2256
|
+
parentVNode,
|
|
2257
|
+
childRenderNodes,
|
|
2258
|
+
slotNodes,
|
|
2259
|
+
shadowRootNodes,
|
|
2260
|
+
slottedNodes
|
|
2261
|
+
);
|
|
2262
|
+
} else if (childNodeType === CONTENT_REF_ID) {
|
|
2263
|
+
if (shadowRootNodes) {
|
|
2264
|
+
node.remove();
|
|
2265
|
+
} else {
|
|
2266
|
+
hostElm["s-cr"] = node;
|
|
2267
|
+
node["s-cn"] = true;
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
} else if (parentVNode && parentVNode.$tag$ === "style") {
|
|
2273
|
+
const vnode = newVNode(null, node.textContent);
|
|
2274
|
+
vnode.$elm$ = node;
|
|
2275
|
+
vnode.$index$ = "0";
|
|
2276
|
+
parentVNode.$children$ = [vnode];
|
|
2277
|
+
}
|
|
2278
|
+
return parentVNode;
|
|
2279
|
+
};
|
|
2280
|
+
var initializeDocumentHydrate = (node, orgLocNodes) => {
|
|
2281
|
+
if (node.nodeType === 1 /* ElementNode */) {
|
|
2282
|
+
const componentId = node[HYDRATE_ID] || node.getAttribute(HYDRATE_ID);
|
|
2283
|
+
if (componentId) {
|
|
2284
|
+
orgLocNodes.set(componentId, node);
|
|
2285
|
+
}
|
|
2286
|
+
let i2 = 0;
|
|
2287
|
+
if (node.shadowRoot) {
|
|
2288
|
+
for (; i2 < node.shadowRoot.childNodes.length; i2++) {
|
|
2289
|
+
initializeDocumentHydrate(node.shadowRoot.childNodes[i2], orgLocNodes);
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
const nonShadowNodes = node.__childNodes || node.childNodes;
|
|
2293
|
+
for (i2 = 0; i2 < nonShadowNodes.length; i2++) {
|
|
2294
|
+
initializeDocumentHydrate(nonShadowNodes[i2], orgLocNodes);
|
|
2295
|
+
}
|
|
2296
|
+
} else if (node.nodeType === 8 /* CommentNode */) {
|
|
2297
|
+
const childIdSplt = node.nodeValue.split(".");
|
|
2298
|
+
if (childIdSplt[0] === ORG_LOCATION_ID) {
|
|
2299
|
+
orgLocNodes.set(childIdSplt[1] + "." + childIdSplt[2], node);
|
|
2300
|
+
node.nodeValue = "";
|
|
2301
|
+
node["s-en"] = childIdSplt[3];
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
};
|
|
2305
|
+
var createSimpleVNode = (vnode) => {
|
|
2306
|
+
const defaultVNode = {
|
|
2307
|
+
$flags$: 0,
|
|
2308
|
+
$hostId$: null,
|
|
2309
|
+
$nodeId$: null,
|
|
2310
|
+
$depth$: null,
|
|
2311
|
+
$index$: "0",
|
|
2312
|
+
$elm$: null,
|
|
2313
|
+
$attrs$: null,
|
|
2314
|
+
$children$: null,
|
|
2315
|
+
$key$: null,
|
|
2316
|
+
$name$: null,
|
|
2317
|
+
$tag$: null,
|
|
2318
|
+
$text$: null
|
|
2319
|
+
};
|
|
2320
|
+
return { ...defaultVNode, ...vnode };
|
|
2321
|
+
};
|
|
2322
|
+
function addSlot(slotName, slotId, childVNode, node, parentVNode, childRenderNodes, slotNodes, shadowRootNodes, slottedNodes) {
|
|
2323
|
+
node["s-sr"] = true;
|
|
2324
|
+
const parentNodeId = (parentVNode == null ? void 0 : parentVNode.$elm$) ? parentVNode.$elm$["s-id"] || parentVNode.$elm$.getAttribute("s-id") : "";
|
|
2325
|
+
if (shadowRootNodes) {
|
|
2326
|
+
const slot = childVNode.$elm$ = doc.createElement(childVNode.$tag$);
|
|
2327
|
+
if (childVNode.$name$) {
|
|
2328
|
+
childVNode.$elm$.setAttribute("name", slotName);
|
|
2329
|
+
}
|
|
2330
|
+
if (parentNodeId && parentNodeId !== childVNode.$hostId$) {
|
|
2331
|
+
parentVNode.$elm$.insertBefore(slot, parentVNode.$elm$.children[0]);
|
|
2332
|
+
} else {
|
|
2333
|
+
node.parentNode.insertBefore(childVNode.$elm$, node);
|
|
2334
|
+
}
|
|
2335
|
+
addSlottedNodes(slottedNodes, slotId, slotName, node, childVNode.$hostId$);
|
|
2336
|
+
node.remove();
|
|
2337
|
+
if (childVNode.$depth$ === "0") {
|
|
2338
|
+
shadowRootNodes[childVNode.$index$] = childVNode.$elm$;
|
|
2339
|
+
}
|
|
2340
|
+
} else {
|
|
2341
|
+
const slot = childVNode.$elm$;
|
|
2342
|
+
const shouldMove = parentNodeId && parentNodeId !== childVNode.$hostId$ && parentVNode.$elm$.shadowRoot;
|
|
2343
|
+
addSlottedNodes(slottedNodes, slotId, slotName, node, shouldMove ? parentNodeId : childVNode.$hostId$);
|
|
2344
|
+
if (shouldMove) {
|
|
2345
|
+
parentVNode.$elm$.insertBefore(slot, parentVNode.$elm$.children[0]);
|
|
2346
|
+
}
|
|
2347
|
+
childRenderNodes.push(childVNode);
|
|
2348
|
+
}
|
|
2349
|
+
slotNodes.push(childVNode);
|
|
2350
|
+
if (!parentVNode.$children$) {
|
|
2351
|
+
parentVNode.$children$ = [];
|
|
2352
|
+
}
|
|
2353
|
+
parentVNode.$children$[childVNode.$index$] = childVNode;
|
|
2354
|
+
}
|
|
2355
|
+
var addSlottedNodes = (slottedNodes, slotNodeId, slotName, slotNode, hostId) => {
|
|
2356
|
+
let slottedNode = slotNode.nextSibling;
|
|
2357
|
+
slottedNodes[slotNodeId] = slottedNodes[slotNodeId] || [];
|
|
2358
|
+
while (slottedNode && ((slottedNode["getAttribute"] && slottedNode.getAttribute("slot") || slottedNode["s-sn"]) === slotName || slotName === "" && !slottedNode["s-sn"] && (slottedNode.nodeType === 8 /* CommentNode */ && slottedNode.nodeValue.indexOf(".") !== 1 || slottedNode.nodeType === 3 /* TextNode */))) {
|
|
2359
|
+
slottedNode["s-sn"] = slotName;
|
|
2360
|
+
slottedNodes[slotNodeId].push({ slot: slotNode, node: slottedNode, hostId });
|
|
2361
|
+
slottedNode = slottedNode.nextSibling;
|
|
2362
|
+
}
|
|
2363
|
+
};
|
|
2364
|
+
var parsePropertyValue = (propValue, propType) => {
|
|
2365
|
+
if (propValue != null && !isComplexType(propValue)) {
|
|
2366
|
+
if (propType & 4 /* Boolean */) {
|
|
2367
|
+
return propValue === "false" ? false : propValue === "" || !!propValue;
|
|
2368
|
+
}
|
|
2369
|
+
if (propType & 2 /* Number */) {
|
|
2370
|
+
return parseFloat(propValue);
|
|
2371
|
+
}
|
|
2372
|
+
if (propType & 1 /* String */) {
|
|
2373
|
+
return String(propValue);
|
|
2374
|
+
}
|
|
2375
|
+
return propValue;
|
|
2376
|
+
}
|
|
2377
|
+
return propValue;
|
|
2378
|
+
};
|
|
2379
|
+
var getElement = (ref) => getHostRef(ref).$hostElement$ ;
|
|
2380
|
+
|
|
2381
|
+
// src/runtime/event-emitter.ts
|
|
2382
|
+
var createEvent = (ref, name, flags) => {
|
|
2383
|
+
const elm = getElement(ref);
|
|
2384
|
+
return {
|
|
2385
|
+
emit: (detail) => {
|
|
2386
|
+
return emitEvent(elm, name, {
|
|
2387
|
+
bubbles: !!(flags & 4 /* Bubbles */),
|
|
2388
|
+
composed: !!(flags & 2 /* Composed */),
|
|
2389
|
+
cancelable: !!(flags & 1 /* Cancellable */),
|
|
2390
|
+
detail
|
|
2391
|
+
});
|
|
2392
|
+
}
|
|
2393
|
+
};
|
|
2394
|
+
};
|
|
2395
|
+
var emitEvent = (elm, name, opts) => {
|
|
2396
|
+
const ev = plt.ce(name, opts);
|
|
2397
|
+
elm.dispatchEvent(ev);
|
|
2398
|
+
return ev;
|
|
2399
|
+
};
|
|
2400
|
+
var rootAppliedStyles = /* @__PURE__ */ new WeakMap();
|
|
2401
|
+
var registerStyle = (scopeId2, cssText, allowCS) => {
|
|
2402
|
+
let style = styles.get(scopeId2);
|
|
2403
|
+
if (supportsConstructableStylesheets && allowCS) {
|
|
2404
|
+
style = style || new CSSStyleSheet();
|
|
2405
|
+
if (typeof style === "string") {
|
|
2406
|
+
style = cssText;
|
|
2407
|
+
} else {
|
|
2408
|
+
style.replaceSync(cssText);
|
|
2409
|
+
}
|
|
2410
|
+
} else {
|
|
2411
|
+
style = cssText;
|
|
2412
|
+
}
|
|
2413
|
+
styles.set(scopeId2, style);
|
|
2414
|
+
};
|
|
2415
|
+
var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
2416
|
+
var _a;
|
|
2417
|
+
const scopeId2 = getScopeId(cmpMeta);
|
|
2418
|
+
const style = styles.get(scopeId2);
|
|
2419
|
+
styleContainerNode = styleContainerNode.nodeType === 11 /* DocumentFragment */ ? styleContainerNode : doc;
|
|
2420
|
+
if (style) {
|
|
2421
|
+
if (typeof style === "string") {
|
|
2422
|
+
styleContainerNode = styleContainerNode.head || styleContainerNode;
|
|
2423
|
+
let appliedStyles = rootAppliedStyles.get(styleContainerNode);
|
|
2424
|
+
let styleElm;
|
|
2425
|
+
if (!appliedStyles) {
|
|
2426
|
+
rootAppliedStyles.set(styleContainerNode, appliedStyles = /* @__PURE__ */ new Set());
|
|
2427
|
+
}
|
|
2428
|
+
if (!appliedStyles.has(scopeId2)) {
|
|
2429
|
+
if (styleContainerNode.host && (styleElm = styleContainerNode.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`))) {
|
|
2430
|
+
styleElm.innerHTML = style;
|
|
2431
|
+
} else {
|
|
2432
|
+
styleElm = doc.createElement("style");
|
|
2433
|
+
styleElm.innerHTML = style;
|
|
2434
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
2435
|
+
if (nonce != null) {
|
|
2436
|
+
styleElm.setAttribute("nonce", nonce);
|
|
2437
|
+
}
|
|
2438
|
+
if (!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */)) {
|
|
2439
|
+
if (styleContainerNode.nodeName === "HEAD") {
|
|
2440
|
+
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
2441
|
+
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
2442
|
+
styleContainerNode.insertBefore(styleElm, referenceNode2);
|
|
2443
|
+
} else if ("host" in styleContainerNode) {
|
|
2444
|
+
if (supportsConstructableStylesheets) {
|
|
2445
|
+
const stylesheet = new CSSStyleSheet();
|
|
2446
|
+
stylesheet.replaceSync(style);
|
|
2447
|
+
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
|
2448
|
+
} else {
|
|
2449
|
+
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
2450
|
+
if (existingStyleContainer) {
|
|
2451
|
+
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
|
2452
|
+
} else {
|
|
2453
|
+
styleContainerNode.prepend(styleElm);
|
|
2454
|
+
}
|
|
2455
|
+
}
|
|
2456
|
+
} else {
|
|
2457
|
+
styleContainerNode.append(styleElm);
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */ && styleContainerNode.nodeName !== "HEAD") {
|
|
2461
|
+
styleContainerNode.insertBefore(styleElm, null);
|
|
2462
|
+
}
|
|
2463
|
+
}
|
|
2464
|
+
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
2465
|
+
styleElm.innerHTML += SLOT_FB_CSS;
|
|
2466
|
+
}
|
|
2467
|
+
if (appliedStyles) {
|
|
2468
|
+
appliedStyles.add(scopeId2);
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
} else if (!styleContainerNode.adoptedStyleSheets.includes(style)) {
|
|
2472
|
+
styleContainerNode.adoptedStyleSheets = [...styleContainerNode.adoptedStyleSheets, style];
|
|
2473
|
+
}
|
|
2474
|
+
}
|
|
2475
|
+
return scopeId2;
|
|
2476
|
+
};
|
|
2477
|
+
var attachStyles = (hostRef) => {
|
|
2478
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
|
2479
|
+
const elm = hostRef.$hostElement$;
|
|
2480
|
+
const flags = cmpMeta.$flags$;
|
|
2481
|
+
const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
|
|
2482
|
+
const scopeId2 = addStyle(
|
|
2483
|
+
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
2484
|
+
cmpMeta);
|
|
2485
|
+
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
2486
|
+
elm["s-sc"] = scopeId2;
|
|
2487
|
+
elm.classList.add(scopeId2 + "-h");
|
|
2488
|
+
if (flags & 2 /* scopedCssEncapsulation */) {
|
|
2489
|
+
elm.classList.add(scopeId2 + "-s");
|
|
2490
|
+
}
|
|
2491
|
+
}
|
|
2492
|
+
endAttachStyles();
|
|
2493
|
+
};
|
|
2494
|
+
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
2495
|
+
|
|
2496
|
+
// src/runtime/update-component.ts
|
|
2497
|
+
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
2498
|
+
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
|
2499
|
+
ancestorComponent["s-p"].push(new Promise((r) => hostRef.$onRenderResolve$ = r));
|
|
2500
|
+
}
|
|
2501
|
+
};
|
|
2502
|
+
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
|
2503
|
+
{
|
|
2504
|
+
hostRef.$flags$ |= 16 /* isQueuedForUpdate */;
|
|
2505
|
+
}
|
|
2506
|
+
if (hostRef.$flags$ & 4 /* isWaitingForChildren */) {
|
|
2507
|
+
hostRef.$flags$ |= 512 /* needsRerender */;
|
|
2508
|
+
return;
|
|
2509
|
+
}
|
|
2510
|
+
attachToAncestor(hostRef, hostRef.$ancestorComponent$);
|
|
2511
|
+
const dispatch = () => dispatchHooks(hostRef, isInitialLoad);
|
|
2512
|
+
return writeTask(dispatch) ;
|
|
2513
|
+
};
|
|
2514
|
+
var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
2515
|
+
const elm = hostRef.$hostElement$;
|
|
2516
|
+
const endSchedule = createTime("scheduleUpdate", hostRef.$cmpMeta$.$tagName$);
|
|
2517
|
+
const instance = hostRef.$lazyInstance$ ;
|
|
2518
|
+
if (!instance) {
|
|
2519
|
+
throw new Error(
|
|
2520
|
+
`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`
|
|
2521
|
+
);
|
|
2522
|
+
}
|
|
2523
|
+
let maybePromise;
|
|
2524
|
+
if (isInitialLoad) {
|
|
2525
|
+
{
|
|
2526
|
+
hostRef.$flags$ |= 256 /* isListenReady */;
|
|
2527
|
+
if (hostRef.$queuedListeners$) {
|
|
2528
|
+
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
|
|
2529
|
+
hostRef.$queuedListeners$ = void 0;
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
{
|
|
2533
|
+
maybePromise = safeCall(instance, "componentWillLoad");
|
|
2534
|
+
}
|
|
2535
|
+
} else {
|
|
2536
|
+
{
|
|
2537
|
+
maybePromise = safeCall(instance, "componentWillUpdate");
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
endSchedule();
|
|
2541
|
+
return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
|
|
2542
|
+
};
|
|
2543
|
+
var enqueue = (maybePromise, fn) => isPromisey(maybePromise) ? maybePromise.then(fn).catch((err2) => {
|
|
2544
|
+
console.error(err2);
|
|
2545
|
+
fn();
|
|
2546
|
+
}) : fn();
|
|
2547
|
+
var isPromisey = (maybePromise) => maybePromise instanceof Promise || maybePromise && maybePromise.then && typeof maybePromise.then === "function";
|
|
2548
|
+
var updateComponent = async (hostRef, instance, isInitialLoad) => {
|
|
2549
|
+
var _a;
|
|
2550
|
+
const elm = hostRef.$hostElement$;
|
|
2551
|
+
const endUpdate = createTime("update", hostRef.$cmpMeta$.$tagName$);
|
|
2552
|
+
const rc = elm["s-rc"];
|
|
2553
|
+
if (isInitialLoad) {
|
|
2554
|
+
attachStyles(hostRef);
|
|
2555
|
+
}
|
|
2556
|
+
const endRender = createTime("render", hostRef.$cmpMeta$.$tagName$);
|
|
2557
|
+
{
|
|
2558
|
+
callRender(hostRef, instance, elm, isInitialLoad);
|
|
2559
|
+
}
|
|
2560
|
+
if (rc) {
|
|
2561
|
+
rc.map((cb) => cb());
|
|
2562
|
+
elm["s-rc"] = void 0;
|
|
2563
|
+
}
|
|
2564
|
+
endRender();
|
|
2565
|
+
endUpdate();
|
|
2566
|
+
{
|
|
2567
|
+
const childrenPromises = (_a = elm["s-p"]) != null ? _a : [];
|
|
2568
|
+
const postUpdate = () => postUpdateComponent(hostRef);
|
|
2569
|
+
if (childrenPromises.length === 0) {
|
|
2570
|
+
postUpdate();
|
|
2571
|
+
} else {
|
|
2572
|
+
Promise.all(childrenPromises).then(postUpdate);
|
|
2573
|
+
hostRef.$flags$ |= 4 /* isWaitingForChildren */;
|
|
2574
|
+
childrenPromises.length = 0;
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
};
|
|
2578
|
+
var callRender = (hostRef, instance, elm, isInitialLoad) => {
|
|
2579
|
+
try {
|
|
2580
|
+
instance = instance.render && instance.render();
|
|
2581
|
+
{
|
|
2582
|
+
hostRef.$flags$ &= ~16 /* isQueuedForUpdate */;
|
|
2583
|
+
}
|
|
2584
|
+
{
|
|
2585
|
+
hostRef.$flags$ |= 2 /* hasRendered */;
|
|
2586
|
+
}
|
|
2587
|
+
{
|
|
2588
|
+
{
|
|
2589
|
+
{
|
|
2590
|
+
renderVdom(hostRef, instance, isInitialLoad);
|
|
2591
|
+
}
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
} catch (e) {
|
|
2595
|
+
consoleError(e, hostRef.$hostElement$);
|
|
2596
|
+
}
|
|
2597
|
+
return null;
|
|
2598
|
+
};
|
|
2599
|
+
var postUpdateComponent = (hostRef) => {
|
|
2600
|
+
const tagName = hostRef.$cmpMeta$.$tagName$;
|
|
2601
|
+
const elm = hostRef.$hostElement$;
|
|
2602
|
+
const endPostUpdate = createTime("postUpdate", tagName);
|
|
2603
|
+
const instance = hostRef.$lazyInstance$ ;
|
|
2604
|
+
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
2605
|
+
{
|
|
2606
|
+
safeCall(instance, "componentDidRender");
|
|
2607
|
+
}
|
|
2608
|
+
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
2609
|
+
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
2610
|
+
{
|
|
2611
|
+
addHydratedFlag(elm);
|
|
2612
|
+
}
|
|
2613
|
+
{
|
|
2614
|
+
safeCall(instance, "componentDidLoad");
|
|
2615
|
+
}
|
|
2616
|
+
endPostUpdate();
|
|
2617
|
+
{
|
|
2618
|
+
hostRef.$onReadyResolve$(elm);
|
|
2619
|
+
if (!ancestorComponent) {
|
|
2620
|
+
appDidLoad();
|
|
2621
|
+
}
|
|
2622
|
+
}
|
|
2623
|
+
} else {
|
|
2624
|
+
{
|
|
2625
|
+
safeCall(instance, "componentDidUpdate");
|
|
2626
|
+
}
|
|
2627
|
+
endPostUpdate();
|
|
2628
|
+
}
|
|
2629
|
+
{
|
|
2630
|
+
hostRef.$onInstanceResolve$(elm);
|
|
2631
|
+
}
|
|
2632
|
+
{
|
|
2633
|
+
if (hostRef.$onRenderResolve$) {
|
|
2634
|
+
hostRef.$onRenderResolve$();
|
|
2635
|
+
hostRef.$onRenderResolve$ = void 0;
|
|
2636
|
+
}
|
|
2637
|
+
if (hostRef.$flags$ & 512 /* needsRerender */) {
|
|
2638
|
+
nextTick(() => scheduleUpdate(hostRef, false));
|
|
2639
|
+
}
|
|
2640
|
+
hostRef.$flags$ &= ~(4 /* isWaitingForChildren */ | 512 /* needsRerender */);
|
|
2641
|
+
}
|
|
2642
|
+
};
|
|
2643
|
+
var appDidLoad = (who) => {
|
|
2644
|
+
{
|
|
2645
|
+
addHydratedFlag(doc.documentElement);
|
|
2646
|
+
}
|
|
2647
|
+
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
2648
|
+
};
|
|
2649
|
+
var safeCall = (instance, method, arg) => {
|
|
2650
|
+
if (instance && instance[method]) {
|
|
2651
|
+
try {
|
|
2652
|
+
return instance[method](arg);
|
|
2653
|
+
} catch (e) {
|
|
2654
|
+
consoleError(e);
|
|
2655
|
+
}
|
|
2656
|
+
}
|
|
2657
|
+
return void 0;
|
|
2658
|
+
};
|
|
2659
|
+
var addHydratedFlag = (elm) => {
|
|
2660
|
+
var _a;
|
|
2661
|
+
return elm.classList.add((_a = BUILD.hydratedSelectorName) != null ? _a : "hydrated") ;
|
|
2662
|
+
};
|
|
2663
|
+
|
|
2664
|
+
// src/runtime/set-value.ts
|
|
2665
|
+
var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
|
|
2666
|
+
var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
2667
|
+
const hostRef = getHostRef(ref);
|
|
2668
|
+
if (!hostRef) {
|
|
2669
|
+
throw new Error(
|
|
2670
|
+
`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).`
|
|
2671
|
+
);
|
|
2672
|
+
}
|
|
2673
|
+
const elm = hostRef.$hostElement$ ;
|
|
2674
|
+
const oldVal = hostRef.$instanceValues$.get(propName);
|
|
2675
|
+
const flags = hostRef.$flags$;
|
|
2676
|
+
const instance = hostRef.$lazyInstance$ ;
|
|
2677
|
+
newVal = parsePropertyValue(newVal, cmpMeta.$members$[propName][0]);
|
|
2678
|
+
const areBothNaN = Number.isNaN(oldVal) && Number.isNaN(newVal);
|
|
2679
|
+
const didValueChange = newVal !== oldVal && !areBothNaN;
|
|
2680
|
+
if ((!(flags & 8 /* isConstructingInstance */) || oldVal === void 0) && didValueChange) {
|
|
2681
|
+
hostRef.$instanceValues$.set(propName, newVal);
|
|
2682
|
+
if (instance) {
|
|
2683
|
+
if (cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {
|
|
2684
|
+
const watchMethods = cmpMeta.$watchers$[propName];
|
|
2685
|
+
if (watchMethods) {
|
|
2686
|
+
watchMethods.map((watchMethodName) => {
|
|
2687
|
+
try {
|
|
2688
|
+
instance[watchMethodName](newVal, oldVal, propName);
|
|
2689
|
+
} catch (e) {
|
|
2690
|
+
consoleError(e, elm);
|
|
2691
|
+
}
|
|
2692
|
+
});
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
|
2696
|
+
scheduleUpdate(hostRef, false);
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
2700
|
+
};
|
|
2701
|
+
|
|
2702
|
+
// src/runtime/proxy-component.ts
|
|
2703
|
+
var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
2704
|
+
var _a, _b;
|
|
2705
|
+
const prototype = Cstr.prototype;
|
|
2706
|
+
if (cmpMeta.$members$ || (cmpMeta.$watchers$ || Cstr.watchers)) {
|
|
2707
|
+
if (Cstr.watchers && !cmpMeta.$watchers$) {
|
|
2708
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
|
2709
|
+
}
|
|
2710
|
+
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
2711
|
+
members.map(([memberName, [memberFlags]]) => {
|
|
2712
|
+
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
|
2713
|
+
if ((memberFlags & 2048 /* Getter */) === 0) {
|
|
2714
|
+
Object.defineProperty(prototype, memberName, {
|
|
2715
|
+
get() {
|
|
2716
|
+
return getValue(this, memberName);
|
|
2717
|
+
},
|
|
2718
|
+
set(newValue) {
|
|
2719
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
2720
|
+
},
|
|
2721
|
+
configurable: true,
|
|
2722
|
+
enumerable: true
|
|
2723
|
+
});
|
|
2724
|
+
} else if (flags & 1 /* isElementConstructor */ && memberFlags & 2048 /* Getter */) {
|
|
2725
|
+
{
|
|
2726
|
+
Object.defineProperty(prototype, memberName, {
|
|
2727
|
+
get() {
|
|
2728
|
+
const ref = getHostRef(this);
|
|
2729
|
+
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
2730
|
+
if (!instance) return;
|
|
2731
|
+
return instance[memberName];
|
|
2732
|
+
},
|
|
2733
|
+
configurable: true,
|
|
2734
|
+
enumerable: true
|
|
2735
|
+
});
|
|
2736
|
+
}
|
|
2737
|
+
if (memberFlags & 4096 /* Setter */) {
|
|
2738
|
+
const origSetter = Object.getOwnPropertyDescriptor(prototype, memberName).set;
|
|
2739
|
+
Object.defineProperty(prototype, memberName, {
|
|
2740
|
+
set(newValue) {
|
|
2741
|
+
const ref = getHostRef(this);
|
|
2742
|
+
if (origSetter) {
|
|
2743
|
+
const currentValue = ref.$hostElement$[memberName];
|
|
2744
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
2745
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
2746
|
+
}
|
|
2747
|
+
origSetter.apply(this, [parsePropertyValue(newValue, cmpMeta.$members$[memberName][0])]);
|
|
2748
|
+
setValue(this, memberName, ref.$hostElement$[memberName], cmpMeta);
|
|
2749
|
+
return;
|
|
2750
|
+
}
|
|
2751
|
+
if (!ref) return;
|
|
2752
|
+
const setterSetVal = () => {
|
|
2753
|
+
const currentValue = ref.$lazyInstance$[memberName];
|
|
2754
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
2755
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
2756
|
+
}
|
|
2757
|
+
ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, cmpMeta.$members$[memberName][0]);
|
|
2758
|
+
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
2759
|
+
};
|
|
2760
|
+
if (ref.$lazyInstance$) {
|
|
2761
|
+
setterSetVal();
|
|
2762
|
+
} else {
|
|
2763
|
+
ref.$onReadyPromise$.then(() => setterSetVal());
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
});
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
} else if (flags & 1 /* isElementConstructor */ && memberFlags & 64 /* Method */) {
|
|
2770
|
+
Object.defineProperty(prototype, memberName, {
|
|
2771
|
+
value(...args) {
|
|
2772
|
+
var _a2;
|
|
2773
|
+
const ref = getHostRef(this);
|
|
2774
|
+
return (_a2 = ref == null ? void 0 : ref.$onInstancePromise$) == null ? void 0 : _a2.then(() => {
|
|
2775
|
+
var _a3;
|
|
2776
|
+
return (_a3 = ref.$lazyInstance$) == null ? void 0 : _a3[memberName](...args);
|
|
2777
|
+
});
|
|
2778
|
+
}
|
|
2779
|
+
});
|
|
2780
|
+
}
|
|
2781
|
+
});
|
|
2782
|
+
if ((flags & 1 /* isElementConstructor */)) {
|
|
2783
|
+
const attrNameToPropName = /* @__PURE__ */ new Map();
|
|
2784
|
+
prototype.attributeChangedCallback = function(attrName, oldValue, newValue) {
|
|
2785
|
+
plt.jmp(() => {
|
|
2786
|
+
var _a2;
|
|
2787
|
+
const propName = attrNameToPropName.get(attrName);
|
|
2788
|
+
if (this.hasOwnProperty(propName)) {
|
|
2789
|
+
newValue = this[propName];
|
|
2790
|
+
delete this[propName];
|
|
2791
|
+
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
|
2792
|
+
this[propName] == newValue) {
|
|
2793
|
+
return;
|
|
2794
|
+
} else if (propName == null) {
|
|
2795
|
+
const hostRef = getHostRef(this);
|
|
2796
|
+
const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
|
|
2797
|
+
if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
|
2798
|
+
const instance = hostRef.$lazyInstance$ ;
|
|
2799
|
+
const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
|
|
2800
|
+
entry == null ? void 0 : entry.forEach((callbackName) => {
|
|
2801
|
+
if (instance[callbackName] != null) {
|
|
2802
|
+
instance[callbackName].call(instance, newValue, oldValue, attrName);
|
|
2803
|
+
}
|
|
2804
|
+
});
|
|
2805
|
+
}
|
|
2806
|
+
return;
|
|
2807
|
+
}
|
|
2808
|
+
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
2809
|
+
if (!propDesc.get || !!propDesc.set) {
|
|
2810
|
+
this[propName] = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
2811
|
+
}
|
|
2812
|
+
});
|
|
2813
|
+
};
|
|
2814
|
+
Cstr.observedAttributes = Array.from(
|
|
2815
|
+
/* @__PURE__ */ new Set([
|
|
2816
|
+
...Object.keys((_b = cmpMeta.$watchers$) != null ? _b : {}),
|
|
2817
|
+
...members.filter(([_, m]) => m[0] & 15 /* HasAttribute */).map(([propName, m]) => {
|
|
2818
|
+
const attrName = m[1] || propName;
|
|
2819
|
+
attrNameToPropName.set(attrName, propName);
|
|
2820
|
+
return attrName;
|
|
2821
|
+
})
|
|
2822
|
+
])
|
|
2823
|
+
);
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
return Cstr;
|
|
2827
|
+
};
|
|
2828
|
+
|
|
2829
|
+
// src/runtime/initialize-component.ts
|
|
2830
|
+
var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
2831
|
+
let Cstr;
|
|
2832
|
+
if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
|
|
2833
|
+
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
2834
|
+
const bundleId = cmpMeta.$lazyBundleId$;
|
|
2835
|
+
if (bundleId) {
|
|
2836
|
+
const CstrImport = loadModule(cmpMeta);
|
|
2837
|
+
if (CstrImport && "then" in CstrImport) {
|
|
2838
|
+
const endLoad = uniqueTime();
|
|
2839
|
+
Cstr = await CstrImport;
|
|
2840
|
+
endLoad();
|
|
2841
|
+
} else {
|
|
2842
|
+
Cstr = CstrImport;
|
|
2843
|
+
}
|
|
2844
|
+
if (!Cstr) {
|
|
2845
|
+
throw new Error(`Constructor for "${cmpMeta.$tagName$}#${hostRef.$modeName$}" was not found`);
|
|
2846
|
+
}
|
|
2847
|
+
if (!Cstr.isProxied) {
|
|
2848
|
+
{
|
|
2849
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
|
2850
|
+
}
|
|
2851
|
+
proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);
|
|
2852
|
+
Cstr.isProxied = true;
|
|
2853
|
+
}
|
|
2854
|
+
const endNewInstance = createTime("createInstance", cmpMeta.$tagName$);
|
|
2855
|
+
{
|
|
2856
|
+
hostRef.$flags$ |= 8 /* isConstructingInstance */;
|
|
2857
|
+
}
|
|
2858
|
+
try {
|
|
2859
|
+
new Cstr(hostRef);
|
|
2860
|
+
} catch (e) {
|
|
2861
|
+
consoleError(e);
|
|
2862
|
+
}
|
|
2863
|
+
{
|
|
2864
|
+
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
2865
|
+
}
|
|
2866
|
+
{
|
|
2867
|
+
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
2868
|
+
}
|
|
2869
|
+
endNewInstance();
|
|
2870
|
+
fireConnectedCallback(hostRef.$lazyInstance$);
|
|
2871
|
+
} else {
|
|
2872
|
+
Cstr = elm.constructor;
|
|
2873
|
+
const cmpTag = elm.localName;
|
|
2874
|
+
customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
|
|
2875
|
+
}
|
|
2876
|
+
if (Cstr && Cstr.style) {
|
|
2877
|
+
let style;
|
|
2878
|
+
if (typeof Cstr.style === "string") {
|
|
2879
|
+
style = Cstr.style;
|
|
2880
|
+
}
|
|
2881
|
+
const scopeId2 = getScopeId(cmpMeta);
|
|
2882
|
+
if (!styles.has(scopeId2)) {
|
|
2883
|
+
const endRegisterStyles = createTime("registerStyles", cmpMeta.$tagName$);
|
|
2884
|
+
registerStyle(scopeId2, style, !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */));
|
|
2885
|
+
endRegisterStyles();
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
2890
|
+
const schedule = () => scheduleUpdate(hostRef, true);
|
|
2891
|
+
if (ancestorComponent && ancestorComponent["s-rc"]) {
|
|
2892
|
+
ancestorComponent["s-rc"].push(schedule);
|
|
2893
|
+
} else {
|
|
2894
|
+
schedule();
|
|
2895
|
+
}
|
|
2896
|
+
};
|
|
2897
|
+
var fireConnectedCallback = (instance) => {
|
|
2898
|
+
{
|
|
2899
|
+
safeCall(instance, "connectedCallback");
|
|
2900
|
+
}
|
|
2901
|
+
};
|
|
2902
|
+
|
|
2903
|
+
// src/runtime/connected-callback.ts
|
|
2904
|
+
var connectedCallback = (elm) => {
|
|
2905
|
+
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
2906
|
+
const hostRef = getHostRef(elm);
|
|
2907
|
+
const cmpMeta = hostRef.$cmpMeta$;
|
|
2908
|
+
const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
|
|
2909
|
+
if (!(hostRef.$flags$ & 1 /* hasConnected */)) {
|
|
2910
|
+
hostRef.$flags$ |= 1 /* hasConnected */;
|
|
2911
|
+
let hostId;
|
|
2912
|
+
{
|
|
2913
|
+
hostId = elm.getAttribute(HYDRATE_ID);
|
|
2914
|
+
if (hostId) {
|
|
2915
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
2916
|
+
const scopeId2 = addStyle(elm.shadowRoot, cmpMeta);
|
|
2917
|
+
elm.classList.remove(scopeId2 + "-h", scopeId2 + "-s");
|
|
2918
|
+
} else if (cmpMeta.$flags$ & 2 /* scopedCssEncapsulation */) {
|
|
2919
|
+
const scopeId2 = getScopeId(cmpMeta);
|
|
2920
|
+
elm["s-sc"] = scopeId2;
|
|
2921
|
+
}
|
|
2922
|
+
initializeClientHydrate(elm, cmpMeta.$tagName$, hostId, hostRef);
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
if (!hostId) {
|
|
2926
|
+
if (// TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
|
|
2927
|
+
cmpMeta.$flags$ & (4 /* hasSlotRelocation */ | 8 /* needsShadowDomShim */)) {
|
|
2928
|
+
setContentReference(elm);
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
{
|
|
2932
|
+
let ancestorComponent = elm;
|
|
2933
|
+
while (ancestorComponent = ancestorComponent.parentNode || ancestorComponent.host) {
|
|
2934
|
+
if (ancestorComponent.nodeType === 1 /* ElementNode */ && ancestorComponent.hasAttribute("s-id") && ancestorComponent["s-p"] || ancestorComponent["s-p"]) {
|
|
2935
|
+
attachToAncestor(hostRef, hostRef.$ancestorComponent$ = ancestorComponent);
|
|
2936
|
+
break;
|
|
2937
|
+
}
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2940
|
+
if (cmpMeta.$members$) {
|
|
2941
|
+
Object.entries(cmpMeta.$members$).map(([memberName, [memberFlags]]) => {
|
|
2942
|
+
if (memberFlags & 31 /* Prop */ && elm.hasOwnProperty(memberName)) {
|
|
2943
|
+
const value = elm[memberName];
|
|
2944
|
+
delete elm[memberName];
|
|
2945
|
+
elm[memberName] = value;
|
|
2946
|
+
}
|
|
2947
|
+
});
|
|
2948
|
+
}
|
|
2949
|
+
{
|
|
2950
|
+
initializeComponent(elm, hostRef, cmpMeta);
|
|
2951
|
+
}
|
|
2952
|
+
} else {
|
|
2953
|
+
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
|
2954
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
2955
|
+
fireConnectedCallback(hostRef.$lazyInstance$);
|
|
2956
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
2957
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
endConnected();
|
|
2961
|
+
}
|
|
2962
|
+
};
|
|
2963
|
+
var setContentReference = (elm) => {
|
|
2964
|
+
const contentRefElm = elm["s-cr"] = doc.createComment(
|
|
2965
|
+
""
|
|
2966
|
+
);
|
|
2967
|
+
contentRefElm["s-cn"] = true;
|
|
2968
|
+
insertBefore(elm, contentRefElm, elm.firstChild);
|
|
2969
|
+
};
|
|
2970
|
+
var disconnectInstance = (instance) => {
|
|
2971
|
+
{
|
|
2972
|
+
safeCall(instance, "disconnectedCallback");
|
|
2973
|
+
}
|
|
2974
|
+
};
|
|
2975
|
+
var disconnectedCallback = async (elm) => {
|
|
2976
|
+
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
2977
|
+
const hostRef = getHostRef(elm);
|
|
2978
|
+
{
|
|
2979
|
+
if (hostRef.$rmListeners$) {
|
|
2980
|
+
hostRef.$rmListeners$.map((rmListener) => rmListener());
|
|
2981
|
+
hostRef.$rmListeners$ = void 0;
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
2985
|
+
disconnectInstance(hostRef.$lazyInstance$);
|
|
2986
|
+
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
2987
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$));
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
};
|
|
2991
|
+
|
|
2992
|
+
// src/runtime/bootstrap-lazy.ts
|
|
2993
|
+
var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
2994
|
+
var _a;
|
|
2995
|
+
const endBootstrap = createTime();
|
|
2996
|
+
const cmpTags = [];
|
|
2997
|
+
const exclude = options.exclude || [];
|
|
2998
|
+
const customElements2 = win.customElements;
|
|
2999
|
+
const head = doc.head;
|
|
3000
|
+
const metaCharset = /* @__PURE__ */ head.querySelector("meta[charset]");
|
|
3001
|
+
const dataStyles = /* @__PURE__ */ doc.createElement("style");
|
|
3002
|
+
const deferredConnectedCallbacks = [];
|
|
3003
|
+
let appLoadFallback;
|
|
3004
|
+
let isBootstrapping = true;
|
|
3005
|
+
Object.assign(plt, options);
|
|
3006
|
+
plt.$resourcesUrl$ = new URL(options.resourcesUrl || "./", doc.baseURI).href;
|
|
3007
|
+
{
|
|
3008
|
+
plt.$flags$ |= 2 /* appLoaded */;
|
|
3009
|
+
}
|
|
3010
|
+
let hasSlotRelocation = false;
|
|
3011
|
+
lazyBundles.map((lazyBundle) => {
|
|
3012
|
+
lazyBundle[1].map((compactMeta) => {
|
|
3013
|
+
var _a2;
|
|
3014
|
+
const cmpMeta = {
|
|
3015
|
+
$flags$: compactMeta[0],
|
|
3016
|
+
$tagName$: compactMeta[1],
|
|
3017
|
+
$members$: compactMeta[2],
|
|
3018
|
+
$listeners$: compactMeta[3]
|
|
3019
|
+
};
|
|
3020
|
+
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
3021
|
+
hasSlotRelocation = true;
|
|
3022
|
+
}
|
|
3023
|
+
{
|
|
3024
|
+
cmpMeta.$members$ = compactMeta[2];
|
|
3025
|
+
}
|
|
3026
|
+
{
|
|
3027
|
+
cmpMeta.$listeners$ = compactMeta[3];
|
|
3028
|
+
}
|
|
3029
|
+
{
|
|
3030
|
+
cmpMeta.$watchers$ = (_a2 = compactMeta[4]) != null ? _a2 : {};
|
|
3031
|
+
}
|
|
3032
|
+
const tagName = cmpMeta.$tagName$;
|
|
3033
|
+
const HostElement = class extends HTMLElement {
|
|
3034
|
+
// StencilLazyHost
|
|
3035
|
+
constructor(self) {
|
|
3036
|
+
super(self);
|
|
3037
|
+
this.hasRegisteredEventListeners = false;
|
|
3038
|
+
self = this;
|
|
3039
|
+
registerHost(self, cmpMeta);
|
|
3040
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
3041
|
+
{
|
|
3042
|
+
if (!self.shadowRoot) {
|
|
3043
|
+
{
|
|
3044
|
+
self.attachShadow({ mode: "open" });
|
|
3045
|
+
}
|
|
3046
|
+
} else {
|
|
3047
|
+
if (self.shadowRoot.mode !== "open") {
|
|
3048
|
+
throw new Error(
|
|
3049
|
+
`Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`
|
|
3050
|
+
);
|
|
3051
|
+
}
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
connectedCallback() {
|
|
3057
|
+
const hostRef = getHostRef(this);
|
|
3058
|
+
if (!this.hasRegisteredEventListeners) {
|
|
3059
|
+
this.hasRegisteredEventListeners = true;
|
|
3060
|
+
addHostEventListeners(this, hostRef, cmpMeta.$listeners$);
|
|
3061
|
+
}
|
|
3062
|
+
if (appLoadFallback) {
|
|
3063
|
+
clearTimeout(appLoadFallback);
|
|
3064
|
+
appLoadFallback = null;
|
|
3065
|
+
}
|
|
3066
|
+
if (isBootstrapping) {
|
|
3067
|
+
deferredConnectedCallbacks.push(this);
|
|
3068
|
+
} else {
|
|
3069
|
+
plt.jmp(() => connectedCallback(this));
|
|
3070
|
+
}
|
|
3071
|
+
}
|
|
3072
|
+
disconnectedCallback() {
|
|
3073
|
+
plt.jmp(() => disconnectedCallback(this));
|
|
3074
|
+
}
|
|
3075
|
+
componentOnReady() {
|
|
3076
|
+
return getHostRef(this).$onReadyPromise$;
|
|
3077
|
+
}
|
|
3078
|
+
};
|
|
3079
|
+
cmpMeta.$lazyBundleId$ = lazyBundle[0];
|
|
3080
|
+
if (!exclude.includes(tagName) && !customElements2.get(tagName)) {
|
|
3081
|
+
cmpTags.push(tagName);
|
|
3082
|
+
customElements2.define(
|
|
3083
|
+
tagName,
|
|
3084
|
+
proxyComponent(HostElement, cmpMeta, 1 /* isElementConstructor */)
|
|
3085
|
+
);
|
|
3086
|
+
}
|
|
3087
|
+
});
|
|
3088
|
+
});
|
|
3089
|
+
if (cmpTags.length > 0) {
|
|
3090
|
+
if (hasSlotRelocation) {
|
|
3091
|
+
dataStyles.textContent += SLOT_FB_CSS;
|
|
3092
|
+
}
|
|
3093
|
+
{
|
|
3094
|
+
dataStyles.textContent += cmpTags.sort() + HYDRATED_CSS;
|
|
3095
|
+
}
|
|
3096
|
+
if (dataStyles.innerHTML.length) {
|
|
3097
|
+
dataStyles.setAttribute("data-styles", "");
|
|
3098
|
+
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
3099
|
+
if (nonce != null) {
|
|
3100
|
+
dataStyles.setAttribute("nonce", nonce);
|
|
3101
|
+
}
|
|
3102
|
+
head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
|
|
3103
|
+
}
|
|
3104
|
+
}
|
|
3105
|
+
isBootstrapping = false;
|
|
3106
|
+
if (deferredConnectedCallbacks.length) {
|
|
3107
|
+
deferredConnectedCallbacks.map((host) => host.connectedCallback());
|
|
3108
|
+
} else {
|
|
3109
|
+
{
|
|
3110
|
+
plt.jmp(() => appLoadFallback = setTimeout(appDidLoad, 30));
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
endBootstrap();
|
|
3114
|
+
};
|
|
3115
|
+
|
|
3116
|
+
// src/runtime/fragment.ts
|
|
3117
|
+
var Fragment = (_, children) => children;
|
|
3118
|
+
var addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
|
|
3119
|
+
if (listeners) {
|
|
3120
|
+
listeners.map(([flags, name, method]) => {
|
|
3121
|
+
const target = getHostListenerTarget(elm, flags) ;
|
|
3122
|
+
const handler = hostListenerProxy(hostRef, method);
|
|
3123
|
+
const opts = hostListenerOpts(flags);
|
|
3124
|
+
plt.ael(target, name, handler, opts);
|
|
3125
|
+
(hostRef.$rmListeners$ = hostRef.$rmListeners$ || []).push(() => plt.rel(target, name, handler, opts));
|
|
3126
|
+
});
|
|
3127
|
+
}
|
|
3128
|
+
};
|
|
3129
|
+
var hostListenerProxy = (hostRef, methodName) => (ev) => {
|
|
3130
|
+
var _a;
|
|
3131
|
+
try {
|
|
3132
|
+
{
|
|
3133
|
+
if (hostRef.$flags$ & 256 /* isListenReady */) {
|
|
3134
|
+
(_a = hostRef.$lazyInstance$) == null ? void 0 : _a[methodName](ev);
|
|
3135
|
+
} else {
|
|
3136
|
+
(hostRef.$queuedListeners$ = hostRef.$queuedListeners$ || []).push([methodName, ev]);
|
|
3137
|
+
}
|
|
3138
|
+
}
|
|
3139
|
+
} catch (e) {
|
|
3140
|
+
consoleError(e);
|
|
3141
|
+
}
|
|
3142
|
+
};
|
|
3143
|
+
var getHostListenerTarget = (elm, flags) => {
|
|
3144
|
+
if (flags & 4 /* TargetDocument */) return doc;
|
|
3145
|
+
if (flags & 8 /* TargetWindow */) return win;
|
|
3146
|
+
return elm;
|
|
3147
|
+
};
|
|
3148
|
+
var hostListenerOpts = (flags) => supportsListenerOptions ? {
|
|
3149
|
+
passive: (flags & 1 /* Passive */) !== 0,
|
|
3150
|
+
capture: (flags & 2 /* Capture */) !== 0
|
|
3151
|
+
} : (flags & 2 /* Capture */) !== 0;
|
|
3152
|
+
|
|
3153
|
+
// src/runtime/nonce.ts
|
|
3154
|
+
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
|
3155
|
+
|
|
3156
|
+
export { Fragment as F, Host as H, bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|