@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,3723 @@
|
|
|
1
|
+
function ascending$1(a, b) {
|
|
2
|
+
return a == null || b == null ? NaN : a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
function descending(a, b) {
|
|
6
|
+
return a == null || b == null ? NaN
|
|
7
|
+
: b < a ? -1
|
|
8
|
+
: b > a ? 1
|
|
9
|
+
: b >= a ? 0
|
|
10
|
+
: NaN;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
function bisector(f) {
|
|
14
|
+
let compare1, compare2, delta;
|
|
15
|
+
|
|
16
|
+
// If an accessor is specified, promote it to a comparator. In this case we
|
|
17
|
+
// can test whether the search value is (self-) comparable. We can’t do this
|
|
18
|
+
// for a comparator (except for specific, known comparators) because we can’t
|
|
19
|
+
// tell if the comparator is symmetric, and an asymmetric comparator can’t be
|
|
20
|
+
// used to test whether a single value is comparable.
|
|
21
|
+
if (f.length !== 2) {
|
|
22
|
+
compare1 = ascending$1;
|
|
23
|
+
compare2 = (d, x) => ascending$1(f(d), x);
|
|
24
|
+
delta = (d, x) => f(d) - x;
|
|
25
|
+
} else {
|
|
26
|
+
compare1 = f === ascending$1 || f === descending ? f : zero$1;
|
|
27
|
+
compare2 = f;
|
|
28
|
+
delta = f;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function left(a, x, lo = 0, hi = a.length) {
|
|
32
|
+
if (lo < hi) {
|
|
33
|
+
if (compare1(x, x) !== 0) return hi;
|
|
34
|
+
do {
|
|
35
|
+
const mid = (lo + hi) >>> 1;
|
|
36
|
+
if (compare2(a[mid], x) < 0) lo = mid + 1;
|
|
37
|
+
else hi = mid;
|
|
38
|
+
} while (lo < hi);
|
|
39
|
+
}
|
|
40
|
+
return lo;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
function right(a, x, lo = 0, hi = a.length) {
|
|
44
|
+
if (lo < hi) {
|
|
45
|
+
if (compare1(x, x) !== 0) return hi;
|
|
46
|
+
do {
|
|
47
|
+
const mid = (lo + hi) >>> 1;
|
|
48
|
+
if (compare2(a[mid], x) <= 0) lo = mid + 1;
|
|
49
|
+
else hi = mid;
|
|
50
|
+
} while (lo < hi);
|
|
51
|
+
}
|
|
52
|
+
return lo;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
function center(a, x, lo = 0, hi = a.length) {
|
|
56
|
+
const i = left(a, x, lo, hi - 1);
|
|
57
|
+
return i > lo && delta(a[i - 1], x) > -delta(a[i], x) ? i - 1 : i;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
return {left, center, right};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
function zero$1() {
|
|
64
|
+
return 0;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
function number$2(x) {
|
|
68
|
+
return x === null ? NaN : +x;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
const ascendingBisect = bisector(ascending$1);
|
|
72
|
+
const bisectRight = ascendingBisect.right;
|
|
73
|
+
bisector(number$2).center;
|
|
74
|
+
const bisect = bisectRight;
|
|
75
|
+
|
|
76
|
+
class InternMap extends Map {
|
|
77
|
+
constructor(entries, key = keyof) {
|
|
78
|
+
super();
|
|
79
|
+
Object.defineProperties(this, {_intern: {value: new Map()}, _key: {value: key}});
|
|
80
|
+
if (entries != null) for (const [key, value] of entries) this.set(key, value);
|
|
81
|
+
}
|
|
82
|
+
get(key) {
|
|
83
|
+
return super.get(intern_get(this, key));
|
|
84
|
+
}
|
|
85
|
+
has(key) {
|
|
86
|
+
return super.has(intern_get(this, key));
|
|
87
|
+
}
|
|
88
|
+
set(key, value) {
|
|
89
|
+
return super.set(intern_set(this, key), value);
|
|
90
|
+
}
|
|
91
|
+
delete(key) {
|
|
92
|
+
return super.delete(intern_delete(this, key));
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
function intern_get({_intern, _key}, value) {
|
|
97
|
+
const key = _key(value);
|
|
98
|
+
return _intern.has(key) ? _intern.get(key) : value;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
function intern_set({_intern, _key}, value) {
|
|
102
|
+
const key = _key(value);
|
|
103
|
+
if (_intern.has(key)) return _intern.get(key);
|
|
104
|
+
_intern.set(key, value);
|
|
105
|
+
return value;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
function intern_delete({_intern, _key}, value) {
|
|
109
|
+
const key = _key(value);
|
|
110
|
+
if (_intern.has(key)) {
|
|
111
|
+
value = _intern.get(key);
|
|
112
|
+
_intern.delete(key);
|
|
113
|
+
}
|
|
114
|
+
return value;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
function keyof(value) {
|
|
118
|
+
return value !== null && typeof value === "object" ? value.valueOf() : value;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
const e10 = Math.sqrt(50),
|
|
122
|
+
e5 = Math.sqrt(10),
|
|
123
|
+
e2 = Math.sqrt(2);
|
|
124
|
+
|
|
125
|
+
function tickSpec(start, stop, count) {
|
|
126
|
+
const step = (stop - start) / Math.max(0, count),
|
|
127
|
+
power = Math.floor(Math.log10(step)),
|
|
128
|
+
error = step / Math.pow(10, power),
|
|
129
|
+
factor = error >= e10 ? 10 : error >= e5 ? 5 : error >= e2 ? 2 : 1;
|
|
130
|
+
let i1, i2, inc;
|
|
131
|
+
if (power < 0) {
|
|
132
|
+
inc = Math.pow(10, -power) / factor;
|
|
133
|
+
i1 = Math.round(start * inc);
|
|
134
|
+
i2 = Math.round(stop * inc);
|
|
135
|
+
if (i1 / inc < start) ++i1;
|
|
136
|
+
if (i2 / inc > stop) --i2;
|
|
137
|
+
inc = -inc;
|
|
138
|
+
} else {
|
|
139
|
+
inc = Math.pow(10, power) * factor;
|
|
140
|
+
i1 = Math.round(start / inc);
|
|
141
|
+
i2 = Math.round(stop / inc);
|
|
142
|
+
if (i1 * inc < start) ++i1;
|
|
143
|
+
if (i2 * inc > stop) --i2;
|
|
144
|
+
}
|
|
145
|
+
if (i2 < i1 && 0.5 <= count && count < 2) return tickSpec(start, stop, count * 2);
|
|
146
|
+
return [i1, i2, inc];
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
function ticks(start, stop, count) {
|
|
150
|
+
stop = +stop, start = +start, count = +count;
|
|
151
|
+
if (!(count > 0)) return [];
|
|
152
|
+
if (start === stop) return [start];
|
|
153
|
+
const reverse = stop < start, [i1, i2, inc] = reverse ? tickSpec(stop, start, count) : tickSpec(start, stop, count);
|
|
154
|
+
if (!(i2 >= i1)) return [];
|
|
155
|
+
const n = i2 - i1 + 1, ticks = new Array(n);
|
|
156
|
+
if (reverse) {
|
|
157
|
+
if (inc < 0) for (let i = 0; i < n; ++i) ticks[i] = (i2 - i) / -inc;
|
|
158
|
+
else for (let i = 0; i < n; ++i) ticks[i] = (i2 - i) * inc;
|
|
159
|
+
} else {
|
|
160
|
+
if (inc < 0) for (let i = 0; i < n; ++i) ticks[i] = (i1 + i) / -inc;
|
|
161
|
+
else for (let i = 0; i < n; ++i) ticks[i] = (i1 + i) * inc;
|
|
162
|
+
}
|
|
163
|
+
return ticks;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
function tickIncrement(start, stop, count) {
|
|
167
|
+
stop = +stop, start = +start, count = +count;
|
|
168
|
+
return tickSpec(start, stop, count)[2];
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
function tickStep(start, stop, count) {
|
|
172
|
+
stop = +stop, start = +start, count = +count;
|
|
173
|
+
const reverse = stop < start, inc = reverse ? tickIncrement(stop, start, count) : tickIncrement(start, stop, count);
|
|
174
|
+
return (reverse ? -1 : 1) * (inc < 0 ? 1 / -inc : inc);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
function max(values, valueof) {
|
|
178
|
+
let max;
|
|
179
|
+
if (valueof === undefined) {
|
|
180
|
+
for (const value of values) {
|
|
181
|
+
if (value != null
|
|
182
|
+
&& (max < value || (max === undefined && value >= value))) {
|
|
183
|
+
max = value;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
} else {
|
|
187
|
+
let index = -1;
|
|
188
|
+
for (let value of values) {
|
|
189
|
+
if ((value = valueof(value, ++index, values)) != null
|
|
190
|
+
&& (max < value || (max === undefined && value >= value))) {
|
|
191
|
+
max = value;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
return max;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
function min(values, valueof) {
|
|
199
|
+
let min;
|
|
200
|
+
if (valueof === undefined) {
|
|
201
|
+
for (const value of values) {
|
|
202
|
+
if (value != null
|
|
203
|
+
&& (min > value || (min === undefined && value >= value))) {
|
|
204
|
+
min = value;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
} else {
|
|
208
|
+
let index = -1;
|
|
209
|
+
for (let value of values) {
|
|
210
|
+
if ((value = valueof(value, ++index, values)) != null
|
|
211
|
+
&& (min > value || (min === undefined && value >= value))) {
|
|
212
|
+
min = value;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
return min;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
function range(start, stop, step) {
|
|
220
|
+
start = +start, stop = +stop, step = (n = arguments.length) < 2 ? (stop = start, start = 0, 1) : n < 3 ? 1 : +step;
|
|
221
|
+
|
|
222
|
+
var i = -1,
|
|
223
|
+
n = Math.max(0, Math.ceil((stop - start) / step)) | 0,
|
|
224
|
+
range = new Array(n);
|
|
225
|
+
|
|
226
|
+
while (++i < n) {
|
|
227
|
+
range[i] = start + i * step;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
return range;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
function identity$3(x) {
|
|
234
|
+
return x;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
var top = 1,
|
|
238
|
+
right = 2,
|
|
239
|
+
bottom = 3,
|
|
240
|
+
left = 4,
|
|
241
|
+
epsilon = 1e-6;
|
|
242
|
+
|
|
243
|
+
function translateX(x) {
|
|
244
|
+
return "translate(" + x + ",0)";
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
function translateY(y) {
|
|
248
|
+
return "translate(0," + y + ")";
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
function number$1(scale) {
|
|
252
|
+
return d => +scale(d);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
function center(scale, offset) {
|
|
256
|
+
offset = Math.max(0, scale.bandwidth() - offset * 2) / 2;
|
|
257
|
+
if (scale.round()) offset = Math.round(offset);
|
|
258
|
+
return d => +scale(d) + offset;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
function entering() {
|
|
262
|
+
return !this.__axis;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
function axis(orient, scale) {
|
|
266
|
+
var tickArguments = [],
|
|
267
|
+
tickValues = null,
|
|
268
|
+
tickFormat = null,
|
|
269
|
+
tickSizeInner = 6,
|
|
270
|
+
tickSizeOuter = 6,
|
|
271
|
+
tickPadding = 3,
|
|
272
|
+
offset = typeof window !== "undefined" && window.devicePixelRatio > 1 ? 0 : 0.5,
|
|
273
|
+
k = orient === top || orient === left ? -1 : 1,
|
|
274
|
+
x = orient === left || orient === right ? "x" : "y",
|
|
275
|
+
transform = orient === top || orient === bottom ? translateX : translateY;
|
|
276
|
+
|
|
277
|
+
function axis(context) {
|
|
278
|
+
var values = tickValues == null ? (scale.ticks ? scale.ticks.apply(scale, tickArguments) : scale.domain()) : tickValues,
|
|
279
|
+
format = tickFormat == null ? (scale.tickFormat ? scale.tickFormat.apply(scale, tickArguments) : identity$3) : tickFormat,
|
|
280
|
+
spacing = Math.max(tickSizeInner, 0) + tickPadding,
|
|
281
|
+
range = scale.range(),
|
|
282
|
+
range0 = +range[0] + offset,
|
|
283
|
+
range1 = +range[range.length - 1] + offset,
|
|
284
|
+
position = (scale.bandwidth ? center : number$1)(scale.copy(), offset),
|
|
285
|
+
selection = context.selection ? context.selection() : context,
|
|
286
|
+
path = selection.selectAll(".domain").data([null]),
|
|
287
|
+
tick = selection.selectAll(".tick").data(values, scale).order(),
|
|
288
|
+
tickExit = tick.exit(),
|
|
289
|
+
tickEnter = tick.enter().append("g").attr("class", "tick"),
|
|
290
|
+
line = tick.select("line"),
|
|
291
|
+
text = tick.select("text");
|
|
292
|
+
|
|
293
|
+
path = path.merge(path.enter().insert("path", ".tick")
|
|
294
|
+
.attr("class", "domain")
|
|
295
|
+
.attr("stroke", "currentColor"));
|
|
296
|
+
|
|
297
|
+
tick = tick.merge(tickEnter);
|
|
298
|
+
|
|
299
|
+
line = line.merge(tickEnter.append("line")
|
|
300
|
+
.attr("stroke", "currentColor")
|
|
301
|
+
.attr(x + "2", k * tickSizeInner));
|
|
302
|
+
|
|
303
|
+
text = text.merge(tickEnter.append("text")
|
|
304
|
+
.attr("fill", "currentColor")
|
|
305
|
+
.attr(x, k * spacing)
|
|
306
|
+
.attr("dy", orient === top ? "0em" : orient === bottom ? "0.71em" : "0.32em"));
|
|
307
|
+
|
|
308
|
+
if (context !== selection) {
|
|
309
|
+
path = path.transition(context);
|
|
310
|
+
tick = tick.transition(context);
|
|
311
|
+
line = line.transition(context);
|
|
312
|
+
text = text.transition(context);
|
|
313
|
+
|
|
314
|
+
tickExit = tickExit.transition(context)
|
|
315
|
+
.attr("opacity", epsilon)
|
|
316
|
+
.attr("transform", function(d) { return isFinite(d = position(d)) ? transform(d + offset) : this.getAttribute("transform"); });
|
|
317
|
+
|
|
318
|
+
tickEnter
|
|
319
|
+
.attr("opacity", epsilon)
|
|
320
|
+
.attr("transform", function(d) { var p = this.parentNode.__axis; return transform((p && isFinite(p = p(d)) ? p : position(d)) + offset); });
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
tickExit.remove();
|
|
324
|
+
|
|
325
|
+
path
|
|
326
|
+
.attr("d", orient === left || orient === right
|
|
327
|
+
? (tickSizeOuter ? "M" + k * tickSizeOuter + "," + range0 + "H" + offset + "V" + range1 + "H" + k * tickSizeOuter : "M" + offset + "," + range0 + "V" + range1)
|
|
328
|
+
: (tickSizeOuter ? "M" + range0 + "," + k * tickSizeOuter + "V" + offset + "H" + range1 + "V" + k * tickSizeOuter : "M" + range0 + "," + offset + "H" + range1));
|
|
329
|
+
|
|
330
|
+
tick
|
|
331
|
+
.attr("opacity", 1)
|
|
332
|
+
.attr("transform", function(d) { return transform(position(d) + offset); });
|
|
333
|
+
|
|
334
|
+
line
|
|
335
|
+
.attr(x + "2", k * tickSizeInner);
|
|
336
|
+
|
|
337
|
+
text
|
|
338
|
+
.attr(x, k * spacing)
|
|
339
|
+
.text(format);
|
|
340
|
+
|
|
341
|
+
selection.filter(entering)
|
|
342
|
+
.attr("fill", "none")
|
|
343
|
+
.attr("font-size", 10)
|
|
344
|
+
.attr("font-family", "sans-serif")
|
|
345
|
+
.attr("text-anchor", orient === right ? "start" : orient === left ? "end" : "middle");
|
|
346
|
+
|
|
347
|
+
selection
|
|
348
|
+
.each(function() { this.__axis = position; });
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
axis.scale = function(_) {
|
|
352
|
+
return arguments.length ? (scale = _, axis) : scale;
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
axis.ticks = function() {
|
|
356
|
+
return tickArguments = Array.from(arguments), axis;
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
axis.tickArguments = function(_) {
|
|
360
|
+
return arguments.length ? (tickArguments = _ == null ? [] : Array.from(_), axis) : tickArguments.slice();
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
axis.tickValues = function(_) {
|
|
364
|
+
return arguments.length ? (tickValues = _ == null ? null : Array.from(_), axis) : tickValues && tickValues.slice();
|
|
365
|
+
};
|
|
366
|
+
|
|
367
|
+
axis.tickFormat = function(_) {
|
|
368
|
+
return arguments.length ? (tickFormat = _, axis) : tickFormat;
|
|
369
|
+
};
|
|
370
|
+
|
|
371
|
+
axis.tickSize = function(_) {
|
|
372
|
+
return arguments.length ? (tickSizeInner = tickSizeOuter = +_, axis) : tickSizeInner;
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
axis.tickSizeInner = function(_) {
|
|
376
|
+
return arguments.length ? (tickSizeInner = +_, axis) : tickSizeInner;
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
axis.tickSizeOuter = function(_) {
|
|
380
|
+
return arguments.length ? (tickSizeOuter = +_, axis) : tickSizeOuter;
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
axis.tickPadding = function(_) {
|
|
384
|
+
return arguments.length ? (tickPadding = +_, axis) : tickPadding;
|
|
385
|
+
};
|
|
386
|
+
|
|
387
|
+
axis.offset = function(_) {
|
|
388
|
+
return arguments.length ? (offset = +_, axis) : offset;
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
return axis;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
function axisBottom(scale) {
|
|
395
|
+
return axis(bottom, scale);
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
function axisLeft(scale) {
|
|
399
|
+
return axis(left, scale);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
var noop = {value: () => {}};
|
|
403
|
+
|
|
404
|
+
function dispatch() {
|
|
405
|
+
for (var i = 0, n = arguments.length, _ = {}, t; i < n; ++i) {
|
|
406
|
+
if (!(t = arguments[i] + "") || (t in _) || /[\s.]/.test(t)) throw new Error("illegal type: " + t);
|
|
407
|
+
_[t] = [];
|
|
408
|
+
}
|
|
409
|
+
return new Dispatch(_);
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
function Dispatch(_) {
|
|
413
|
+
this._ = _;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
function parseTypenames$1(typenames, types) {
|
|
417
|
+
return typenames.trim().split(/^|\s+/).map(function(t) {
|
|
418
|
+
var name = "", i = t.indexOf(".");
|
|
419
|
+
if (i >= 0) name = t.slice(i + 1), t = t.slice(0, i);
|
|
420
|
+
if (t && !types.hasOwnProperty(t)) throw new Error("unknown type: " + t);
|
|
421
|
+
return {type: t, name: name};
|
|
422
|
+
});
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
Dispatch.prototype = dispatch.prototype = {
|
|
426
|
+
constructor: Dispatch,
|
|
427
|
+
on: function(typename, callback) {
|
|
428
|
+
var _ = this._,
|
|
429
|
+
T = parseTypenames$1(typename + "", _),
|
|
430
|
+
t,
|
|
431
|
+
i = -1,
|
|
432
|
+
n = T.length;
|
|
433
|
+
|
|
434
|
+
// If no callback was specified, return the callback of the given type and name.
|
|
435
|
+
if (arguments.length < 2) {
|
|
436
|
+
while (++i < n) if ((t = (typename = T[i]).type) && (t = get$1(_[t], typename.name))) return t;
|
|
437
|
+
return;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
// If a type was specified, set the callback for the given type and name.
|
|
441
|
+
// Otherwise, if a null callback was specified, remove callbacks of the given name.
|
|
442
|
+
if (callback != null && typeof callback !== "function") throw new Error("invalid callback: " + callback);
|
|
443
|
+
while (++i < n) {
|
|
444
|
+
if (t = (typename = T[i]).type) _[t] = set$1(_[t], typename.name, callback);
|
|
445
|
+
else if (callback == null) for (t in _) _[t] = set$1(_[t], typename.name, null);
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
return this;
|
|
449
|
+
},
|
|
450
|
+
copy: function() {
|
|
451
|
+
var copy = {}, _ = this._;
|
|
452
|
+
for (var t in _) copy[t] = _[t].slice();
|
|
453
|
+
return new Dispatch(copy);
|
|
454
|
+
},
|
|
455
|
+
call: function(type, that) {
|
|
456
|
+
if ((n = arguments.length - 2) > 0) for (var args = new Array(n), i = 0, n, t; i < n; ++i) args[i] = arguments[i + 2];
|
|
457
|
+
if (!this._.hasOwnProperty(type)) throw new Error("unknown type: " + type);
|
|
458
|
+
for (t = this._[type], i = 0, n = t.length; i < n; ++i) t[i].value.apply(that, args);
|
|
459
|
+
},
|
|
460
|
+
apply: function(type, that, args) {
|
|
461
|
+
if (!this._.hasOwnProperty(type)) throw new Error("unknown type: " + type);
|
|
462
|
+
for (var t = this._[type], i = 0, n = t.length; i < n; ++i) t[i].value.apply(that, args);
|
|
463
|
+
}
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
function get$1(type, name) {
|
|
467
|
+
for (var i = 0, n = type.length, c; i < n; ++i) {
|
|
468
|
+
if ((c = type[i]).name === name) {
|
|
469
|
+
return c.value;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
function set$1(type, name, callback) {
|
|
475
|
+
for (var i = 0, n = type.length; i < n; ++i) {
|
|
476
|
+
if (type[i].name === name) {
|
|
477
|
+
type[i] = noop, type = type.slice(0, i).concat(type.slice(i + 1));
|
|
478
|
+
break;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
if (callback != null) type.push({name: name, value: callback});
|
|
482
|
+
return type;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
var xhtml = "http://www.w3.org/1999/xhtml";
|
|
486
|
+
|
|
487
|
+
const namespaces = {
|
|
488
|
+
svg: "http://www.w3.org/2000/svg",
|
|
489
|
+
xhtml: xhtml,
|
|
490
|
+
xlink: "http://www.w3.org/1999/xlink",
|
|
491
|
+
xml: "http://www.w3.org/XML/1998/namespace",
|
|
492
|
+
xmlns: "http://www.w3.org/2000/xmlns/"
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
function namespace(name) {
|
|
496
|
+
var prefix = name += "", i = prefix.indexOf(":");
|
|
497
|
+
if (i >= 0 && (prefix = name.slice(0, i)) !== "xmlns") name = name.slice(i + 1);
|
|
498
|
+
return namespaces.hasOwnProperty(prefix) ? {space: namespaces[prefix], local: name} : name; // eslint-disable-line no-prototype-builtins
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
function creatorInherit(name) {
|
|
502
|
+
return function() {
|
|
503
|
+
var document = this.ownerDocument,
|
|
504
|
+
uri = this.namespaceURI;
|
|
505
|
+
return uri === xhtml && document.documentElement.namespaceURI === xhtml
|
|
506
|
+
? document.createElement(name)
|
|
507
|
+
: document.createElementNS(uri, name);
|
|
508
|
+
};
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
function creatorFixed(fullname) {
|
|
512
|
+
return function() {
|
|
513
|
+
return this.ownerDocument.createElementNS(fullname.space, fullname.local);
|
|
514
|
+
};
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
function creator(name) {
|
|
518
|
+
var fullname = namespace(name);
|
|
519
|
+
return (fullname.local
|
|
520
|
+
? creatorFixed
|
|
521
|
+
: creatorInherit)(fullname);
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
function none() {}
|
|
525
|
+
|
|
526
|
+
function selector(selector) {
|
|
527
|
+
return selector == null ? none : function() {
|
|
528
|
+
return this.querySelector(selector);
|
|
529
|
+
};
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
function selection_select(select) {
|
|
533
|
+
if (typeof select !== "function") select = selector(select);
|
|
534
|
+
|
|
535
|
+
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
536
|
+
for (var group = groups[j], n = group.length, subgroup = subgroups[j] = new Array(n), node, subnode, i = 0; i < n; ++i) {
|
|
537
|
+
if ((node = group[i]) && (subnode = select.call(node, node.__data__, i, group))) {
|
|
538
|
+
if ("__data__" in node) subnode.__data__ = node.__data__;
|
|
539
|
+
subgroup[i] = subnode;
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
return new Selection$1(subgroups, this._parents);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// Given something array like (or null), returns something that is strictly an
|
|
548
|
+
// array. This is used to ensure that array-like objects passed to d3.selectAll
|
|
549
|
+
// or selection.selectAll are converted into proper arrays when creating a
|
|
550
|
+
// selection; we don’t ever want to create a selection backed by a live
|
|
551
|
+
// HTMLCollection or NodeList. However, note that selection.selectAll will use a
|
|
552
|
+
// static NodeList as a group, since it safely derived from querySelectorAll.
|
|
553
|
+
function array(x) {
|
|
554
|
+
return x == null ? [] : Array.isArray(x) ? x : Array.from(x);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
function empty() {
|
|
558
|
+
return [];
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
function selectorAll(selector) {
|
|
562
|
+
return selector == null ? empty : function() {
|
|
563
|
+
return this.querySelectorAll(selector);
|
|
564
|
+
};
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
function arrayAll(select) {
|
|
568
|
+
return function() {
|
|
569
|
+
return array(select.apply(this, arguments));
|
|
570
|
+
};
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
function selection_selectAll(select) {
|
|
574
|
+
if (typeof select === "function") select = arrayAll(select);
|
|
575
|
+
else select = selectorAll(select);
|
|
576
|
+
|
|
577
|
+
for (var groups = this._groups, m = groups.length, subgroups = [], parents = [], j = 0; j < m; ++j) {
|
|
578
|
+
for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
|
|
579
|
+
if (node = group[i]) {
|
|
580
|
+
subgroups.push(select.call(node, node.__data__, i, group));
|
|
581
|
+
parents.push(node);
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
return new Selection$1(subgroups, parents);
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
function matcher(selector) {
|
|
590
|
+
return function() {
|
|
591
|
+
return this.matches(selector);
|
|
592
|
+
};
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
function childMatcher(selector) {
|
|
596
|
+
return function(node) {
|
|
597
|
+
return node.matches(selector);
|
|
598
|
+
};
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
var find = Array.prototype.find;
|
|
602
|
+
|
|
603
|
+
function childFind(match) {
|
|
604
|
+
return function() {
|
|
605
|
+
return find.call(this.children, match);
|
|
606
|
+
};
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
function childFirst() {
|
|
610
|
+
return this.firstElementChild;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
function selection_selectChild(match) {
|
|
614
|
+
return this.select(match == null ? childFirst
|
|
615
|
+
: childFind(typeof match === "function" ? match : childMatcher(match)));
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
var filter = Array.prototype.filter;
|
|
619
|
+
|
|
620
|
+
function children() {
|
|
621
|
+
return Array.from(this.children);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
function childrenFilter(match) {
|
|
625
|
+
return function() {
|
|
626
|
+
return filter.call(this.children, match);
|
|
627
|
+
};
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
function selection_selectChildren(match) {
|
|
631
|
+
return this.selectAll(match == null ? children
|
|
632
|
+
: childrenFilter(typeof match === "function" ? match : childMatcher(match)));
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
function selection_filter(match) {
|
|
636
|
+
if (typeof match !== "function") match = matcher(match);
|
|
637
|
+
|
|
638
|
+
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
639
|
+
for (var group = groups[j], n = group.length, subgroup = subgroups[j] = [], node, i = 0; i < n; ++i) {
|
|
640
|
+
if ((node = group[i]) && match.call(node, node.__data__, i, group)) {
|
|
641
|
+
subgroup.push(node);
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
return new Selection$1(subgroups, this._parents);
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
function sparse(update) {
|
|
650
|
+
return new Array(update.length);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
function selection_enter() {
|
|
654
|
+
return new Selection$1(this._enter || this._groups.map(sparse), this._parents);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
function EnterNode(parent, datum) {
|
|
658
|
+
this.ownerDocument = parent.ownerDocument;
|
|
659
|
+
this.namespaceURI = parent.namespaceURI;
|
|
660
|
+
this._next = null;
|
|
661
|
+
this._parent = parent;
|
|
662
|
+
this.__data__ = datum;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
EnterNode.prototype = {
|
|
666
|
+
constructor: EnterNode,
|
|
667
|
+
appendChild: function(child) { return this._parent.insertBefore(child, this._next); },
|
|
668
|
+
insertBefore: function(child, next) { return this._parent.insertBefore(child, next); },
|
|
669
|
+
querySelector: function(selector) { return this._parent.querySelector(selector); },
|
|
670
|
+
querySelectorAll: function(selector) { return this._parent.querySelectorAll(selector); }
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
function constant$1(x) {
|
|
674
|
+
return function() {
|
|
675
|
+
return x;
|
|
676
|
+
};
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
function bindIndex(parent, group, enter, update, exit, data) {
|
|
680
|
+
var i = 0,
|
|
681
|
+
node,
|
|
682
|
+
groupLength = group.length,
|
|
683
|
+
dataLength = data.length;
|
|
684
|
+
|
|
685
|
+
// Put any non-null nodes that fit into update.
|
|
686
|
+
// Put any null nodes into enter.
|
|
687
|
+
// Put any remaining data into enter.
|
|
688
|
+
for (; i < dataLength; ++i) {
|
|
689
|
+
if (node = group[i]) {
|
|
690
|
+
node.__data__ = data[i];
|
|
691
|
+
update[i] = node;
|
|
692
|
+
} else {
|
|
693
|
+
enter[i] = new EnterNode(parent, data[i]);
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
// Put any non-null nodes that don’t fit into exit.
|
|
698
|
+
for (; i < groupLength; ++i) {
|
|
699
|
+
if (node = group[i]) {
|
|
700
|
+
exit[i] = node;
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
function bindKey(parent, group, enter, update, exit, data, key) {
|
|
706
|
+
var i,
|
|
707
|
+
node,
|
|
708
|
+
nodeByKeyValue = new Map,
|
|
709
|
+
groupLength = group.length,
|
|
710
|
+
dataLength = data.length,
|
|
711
|
+
keyValues = new Array(groupLength),
|
|
712
|
+
keyValue;
|
|
713
|
+
|
|
714
|
+
// Compute the key for each node.
|
|
715
|
+
// If multiple nodes have the same key, the duplicates are added to exit.
|
|
716
|
+
for (i = 0; i < groupLength; ++i) {
|
|
717
|
+
if (node = group[i]) {
|
|
718
|
+
keyValues[i] = keyValue = key.call(node, node.__data__, i, group) + "";
|
|
719
|
+
if (nodeByKeyValue.has(keyValue)) {
|
|
720
|
+
exit[i] = node;
|
|
721
|
+
} else {
|
|
722
|
+
nodeByKeyValue.set(keyValue, node);
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
// Compute the key for each datum.
|
|
728
|
+
// If there a node associated with this key, join and add it to update.
|
|
729
|
+
// If there is not (or the key is a duplicate), add it to enter.
|
|
730
|
+
for (i = 0; i < dataLength; ++i) {
|
|
731
|
+
keyValue = key.call(parent, data[i], i, data) + "";
|
|
732
|
+
if (node = nodeByKeyValue.get(keyValue)) {
|
|
733
|
+
update[i] = node;
|
|
734
|
+
node.__data__ = data[i];
|
|
735
|
+
nodeByKeyValue.delete(keyValue);
|
|
736
|
+
} else {
|
|
737
|
+
enter[i] = new EnterNode(parent, data[i]);
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
// Add any remaining nodes that were not bound to data to exit.
|
|
742
|
+
for (i = 0; i < groupLength; ++i) {
|
|
743
|
+
if ((node = group[i]) && (nodeByKeyValue.get(keyValues[i]) === node)) {
|
|
744
|
+
exit[i] = node;
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
function datum(node) {
|
|
750
|
+
return node.__data__;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
function selection_data(value, key) {
|
|
754
|
+
if (!arguments.length) return Array.from(this, datum);
|
|
755
|
+
|
|
756
|
+
var bind = key ? bindKey : bindIndex,
|
|
757
|
+
parents = this._parents,
|
|
758
|
+
groups = this._groups;
|
|
759
|
+
|
|
760
|
+
if (typeof value !== "function") value = constant$1(value);
|
|
761
|
+
|
|
762
|
+
for (var m = groups.length, update = new Array(m), enter = new Array(m), exit = new Array(m), j = 0; j < m; ++j) {
|
|
763
|
+
var parent = parents[j],
|
|
764
|
+
group = groups[j],
|
|
765
|
+
groupLength = group.length,
|
|
766
|
+
data = arraylike(value.call(parent, parent && parent.__data__, j, parents)),
|
|
767
|
+
dataLength = data.length,
|
|
768
|
+
enterGroup = enter[j] = new Array(dataLength),
|
|
769
|
+
updateGroup = update[j] = new Array(dataLength),
|
|
770
|
+
exitGroup = exit[j] = new Array(groupLength);
|
|
771
|
+
|
|
772
|
+
bind(parent, group, enterGroup, updateGroup, exitGroup, data, key);
|
|
773
|
+
|
|
774
|
+
// Now connect the enter nodes to their following update node, such that
|
|
775
|
+
// appendChild can insert the materialized enter node before this node,
|
|
776
|
+
// rather than at the end of the parent node.
|
|
777
|
+
for (var i0 = 0, i1 = 0, previous, next; i0 < dataLength; ++i0) {
|
|
778
|
+
if (previous = enterGroup[i0]) {
|
|
779
|
+
if (i0 >= i1) i1 = i0 + 1;
|
|
780
|
+
while (!(next = updateGroup[i1]) && ++i1 < dataLength);
|
|
781
|
+
previous._next = next || null;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
update = new Selection$1(update, parents);
|
|
787
|
+
update._enter = enter;
|
|
788
|
+
update._exit = exit;
|
|
789
|
+
return update;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
// Given some data, this returns an array-like view of it: an object that
|
|
793
|
+
// exposes a length property and allows numeric indexing. Note that unlike
|
|
794
|
+
// selectAll, this isn’t worried about “live” collections because the resulting
|
|
795
|
+
// array will only be used briefly while data is being bound. (It is possible to
|
|
796
|
+
// cause the data to change while iterating by using a key function, but please
|
|
797
|
+
// don’t; we’d rather avoid a gratuitous copy.)
|
|
798
|
+
function arraylike(data) {
|
|
799
|
+
return typeof data === "object" && "length" in data
|
|
800
|
+
? data // Array, TypedArray, NodeList, array-like
|
|
801
|
+
: Array.from(data); // Map, Set, iterable, string, or anything else
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
function selection_exit() {
|
|
805
|
+
return new Selection$1(this._exit || this._groups.map(sparse), this._parents);
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
function selection_join(onenter, onupdate, onexit) {
|
|
809
|
+
var enter = this.enter(), update = this, exit = this.exit();
|
|
810
|
+
if (typeof onenter === "function") {
|
|
811
|
+
enter = onenter(enter);
|
|
812
|
+
if (enter) enter = enter.selection();
|
|
813
|
+
} else {
|
|
814
|
+
enter = enter.append(onenter + "");
|
|
815
|
+
}
|
|
816
|
+
if (onupdate != null) {
|
|
817
|
+
update = onupdate(update);
|
|
818
|
+
if (update) update = update.selection();
|
|
819
|
+
}
|
|
820
|
+
if (onexit == null) exit.remove(); else onexit(exit);
|
|
821
|
+
return enter && update ? enter.merge(update).order() : update;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
function selection_merge(context) {
|
|
825
|
+
var selection = context.selection ? context.selection() : context;
|
|
826
|
+
|
|
827
|
+
for (var groups0 = this._groups, groups1 = selection._groups, m0 = groups0.length, m1 = groups1.length, m = Math.min(m0, m1), merges = new Array(m0), j = 0; j < m; ++j) {
|
|
828
|
+
for (var group0 = groups0[j], group1 = groups1[j], n = group0.length, merge = merges[j] = new Array(n), node, i = 0; i < n; ++i) {
|
|
829
|
+
if (node = group0[i] || group1[i]) {
|
|
830
|
+
merge[i] = node;
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
for (; j < m0; ++j) {
|
|
836
|
+
merges[j] = groups0[j];
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
return new Selection$1(merges, this._parents);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
function selection_order() {
|
|
843
|
+
|
|
844
|
+
for (var groups = this._groups, j = -1, m = groups.length; ++j < m;) {
|
|
845
|
+
for (var group = groups[j], i = group.length - 1, next = group[i], node; --i >= 0;) {
|
|
846
|
+
if (node = group[i]) {
|
|
847
|
+
if (next && node.compareDocumentPosition(next) ^ 4) next.parentNode.insertBefore(node, next);
|
|
848
|
+
next = node;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
return this;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
function selection_sort(compare) {
|
|
857
|
+
if (!compare) compare = ascending;
|
|
858
|
+
|
|
859
|
+
function compareNode(a, b) {
|
|
860
|
+
return a && b ? compare(a.__data__, b.__data__) : !a - !b;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
for (var groups = this._groups, m = groups.length, sortgroups = new Array(m), j = 0; j < m; ++j) {
|
|
864
|
+
for (var group = groups[j], n = group.length, sortgroup = sortgroups[j] = new Array(n), node, i = 0; i < n; ++i) {
|
|
865
|
+
if (node = group[i]) {
|
|
866
|
+
sortgroup[i] = node;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
sortgroup.sort(compareNode);
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
return new Selection$1(sortgroups, this._parents).order();
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
function ascending(a, b) {
|
|
876
|
+
return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
function selection_call() {
|
|
880
|
+
var callback = arguments[0];
|
|
881
|
+
arguments[0] = this;
|
|
882
|
+
callback.apply(null, arguments);
|
|
883
|
+
return this;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
function selection_nodes() {
|
|
887
|
+
return Array.from(this);
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
function selection_node() {
|
|
891
|
+
|
|
892
|
+
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
893
|
+
for (var group = groups[j], i = 0, n = group.length; i < n; ++i) {
|
|
894
|
+
var node = group[i];
|
|
895
|
+
if (node) return node;
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
return null;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
function selection_size() {
|
|
903
|
+
let size = 0;
|
|
904
|
+
for (const node of this) ++size; // eslint-disable-line no-unused-vars
|
|
905
|
+
return size;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
function selection_empty() {
|
|
909
|
+
return !this.node();
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
function selection_each(callback) {
|
|
913
|
+
|
|
914
|
+
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
915
|
+
for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
|
|
916
|
+
if (node = group[i]) callback.call(node, node.__data__, i, group);
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
return this;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
function attrRemove$1(name) {
|
|
924
|
+
return function() {
|
|
925
|
+
this.removeAttribute(name);
|
|
926
|
+
};
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
function attrRemoveNS$1(fullname) {
|
|
930
|
+
return function() {
|
|
931
|
+
this.removeAttributeNS(fullname.space, fullname.local);
|
|
932
|
+
};
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
function attrConstant$1(name, value) {
|
|
936
|
+
return function() {
|
|
937
|
+
this.setAttribute(name, value);
|
|
938
|
+
};
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
function attrConstantNS$1(fullname, value) {
|
|
942
|
+
return function() {
|
|
943
|
+
this.setAttributeNS(fullname.space, fullname.local, value);
|
|
944
|
+
};
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
function attrFunction$1(name, value) {
|
|
948
|
+
return function() {
|
|
949
|
+
var v = value.apply(this, arguments);
|
|
950
|
+
if (v == null) this.removeAttribute(name);
|
|
951
|
+
else this.setAttribute(name, v);
|
|
952
|
+
};
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
function attrFunctionNS$1(fullname, value) {
|
|
956
|
+
return function() {
|
|
957
|
+
var v = value.apply(this, arguments);
|
|
958
|
+
if (v == null) this.removeAttributeNS(fullname.space, fullname.local);
|
|
959
|
+
else this.setAttributeNS(fullname.space, fullname.local, v);
|
|
960
|
+
};
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
function selection_attr(name, value) {
|
|
964
|
+
var fullname = namespace(name);
|
|
965
|
+
|
|
966
|
+
if (arguments.length < 2) {
|
|
967
|
+
var node = this.node();
|
|
968
|
+
return fullname.local
|
|
969
|
+
? node.getAttributeNS(fullname.space, fullname.local)
|
|
970
|
+
: node.getAttribute(fullname);
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
return this.each((value == null
|
|
974
|
+
? (fullname.local ? attrRemoveNS$1 : attrRemove$1) : (typeof value === "function"
|
|
975
|
+
? (fullname.local ? attrFunctionNS$1 : attrFunction$1)
|
|
976
|
+
: (fullname.local ? attrConstantNS$1 : attrConstant$1)))(fullname, value));
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
function defaultView(node) {
|
|
980
|
+
return (node.ownerDocument && node.ownerDocument.defaultView) // node is a Node
|
|
981
|
+
|| (node.document && node) // node is a Window
|
|
982
|
+
|| node.defaultView; // node is a Document
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
function styleRemove$1(name) {
|
|
986
|
+
return function() {
|
|
987
|
+
this.style.removeProperty(name);
|
|
988
|
+
};
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
function styleConstant$1(name, value, priority) {
|
|
992
|
+
return function() {
|
|
993
|
+
this.style.setProperty(name, value, priority);
|
|
994
|
+
};
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
function styleFunction$1(name, value, priority) {
|
|
998
|
+
return function() {
|
|
999
|
+
var v = value.apply(this, arguments);
|
|
1000
|
+
if (v == null) this.style.removeProperty(name);
|
|
1001
|
+
else this.style.setProperty(name, v, priority);
|
|
1002
|
+
};
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
function selection_style(name, value, priority) {
|
|
1006
|
+
return arguments.length > 1
|
|
1007
|
+
? this.each((value == null
|
|
1008
|
+
? styleRemove$1 : typeof value === "function"
|
|
1009
|
+
? styleFunction$1
|
|
1010
|
+
: styleConstant$1)(name, value, priority == null ? "" : priority))
|
|
1011
|
+
: styleValue(this.node(), name);
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
function styleValue(node, name) {
|
|
1015
|
+
return node.style.getPropertyValue(name)
|
|
1016
|
+
|| defaultView(node).getComputedStyle(node, null).getPropertyValue(name);
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
function propertyRemove(name) {
|
|
1020
|
+
return function() {
|
|
1021
|
+
delete this[name];
|
|
1022
|
+
};
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
function propertyConstant(name, value) {
|
|
1026
|
+
return function() {
|
|
1027
|
+
this[name] = value;
|
|
1028
|
+
};
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
function propertyFunction(name, value) {
|
|
1032
|
+
return function() {
|
|
1033
|
+
var v = value.apply(this, arguments);
|
|
1034
|
+
if (v == null) delete this[name];
|
|
1035
|
+
else this[name] = v;
|
|
1036
|
+
};
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
function selection_property(name, value) {
|
|
1040
|
+
return arguments.length > 1
|
|
1041
|
+
? this.each((value == null
|
|
1042
|
+
? propertyRemove : typeof value === "function"
|
|
1043
|
+
? propertyFunction
|
|
1044
|
+
: propertyConstant)(name, value))
|
|
1045
|
+
: this.node()[name];
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
function classArray(string) {
|
|
1049
|
+
return string.trim().split(/^|\s+/);
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
function classList(node) {
|
|
1053
|
+
return node.classList || new ClassList(node);
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
function ClassList(node) {
|
|
1057
|
+
this._node = node;
|
|
1058
|
+
this._names = classArray(node.getAttribute("class") || "");
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
ClassList.prototype = {
|
|
1062
|
+
add: function(name) {
|
|
1063
|
+
var i = this._names.indexOf(name);
|
|
1064
|
+
if (i < 0) {
|
|
1065
|
+
this._names.push(name);
|
|
1066
|
+
this._node.setAttribute("class", this._names.join(" "));
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
remove: function(name) {
|
|
1070
|
+
var i = this._names.indexOf(name);
|
|
1071
|
+
if (i >= 0) {
|
|
1072
|
+
this._names.splice(i, 1);
|
|
1073
|
+
this._node.setAttribute("class", this._names.join(" "));
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
contains: function(name) {
|
|
1077
|
+
return this._names.indexOf(name) >= 0;
|
|
1078
|
+
}
|
|
1079
|
+
};
|
|
1080
|
+
|
|
1081
|
+
function classedAdd(node, names) {
|
|
1082
|
+
var list = classList(node), i = -1, n = names.length;
|
|
1083
|
+
while (++i < n) list.add(names[i]);
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
function classedRemove(node, names) {
|
|
1087
|
+
var list = classList(node), i = -1, n = names.length;
|
|
1088
|
+
while (++i < n) list.remove(names[i]);
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
function classedTrue(names) {
|
|
1092
|
+
return function() {
|
|
1093
|
+
classedAdd(this, names);
|
|
1094
|
+
};
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
function classedFalse(names) {
|
|
1098
|
+
return function() {
|
|
1099
|
+
classedRemove(this, names);
|
|
1100
|
+
};
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
function classedFunction(names, value) {
|
|
1104
|
+
return function() {
|
|
1105
|
+
(value.apply(this, arguments) ? classedAdd : classedRemove)(this, names);
|
|
1106
|
+
};
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
function selection_classed(name, value) {
|
|
1110
|
+
var names = classArray(name + "");
|
|
1111
|
+
|
|
1112
|
+
if (arguments.length < 2) {
|
|
1113
|
+
var list = classList(this.node()), i = -1, n = names.length;
|
|
1114
|
+
while (++i < n) if (!list.contains(names[i])) return false;
|
|
1115
|
+
return true;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
return this.each((typeof value === "function"
|
|
1119
|
+
? classedFunction : value
|
|
1120
|
+
? classedTrue
|
|
1121
|
+
: classedFalse)(names, value));
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
function textRemove() {
|
|
1125
|
+
this.textContent = "";
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
function textConstant$1(value) {
|
|
1129
|
+
return function() {
|
|
1130
|
+
this.textContent = value;
|
|
1131
|
+
};
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
function textFunction$1(value) {
|
|
1135
|
+
return function() {
|
|
1136
|
+
var v = value.apply(this, arguments);
|
|
1137
|
+
this.textContent = v == null ? "" : v;
|
|
1138
|
+
};
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
function selection_text(value) {
|
|
1142
|
+
return arguments.length
|
|
1143
|
+
? this.each(value == null
|
|
1144
|
+
? textRemove : (typeof value === "function"
|
|
1145
|
+
? textFunction$1
|
|
1146
|
+
: textConstant$1)(value))
|
|
1147
|
+
: this.node().textContent;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
function htmlRemove() {
|
|
1151
|
+
this.innerHTML = "";
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
function htmlConstant(value) {
|
|
1155
|
+
return function() {
|
|
1156
|
+
this.innerHTML = value;
|
|
1157
|
+
};
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
function htmlFunction(value) {
|
|
1161
|
+
return function() {
|
|
1162
|
+
var v = value.apply(this, arguments);
|
|
1163
|
+
this.innerHTML = v == null ? "" : v;
|
|
1164
|
+
};
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
function selection_html(value) {
|
|
1168
|
+
return arguments.length
|
|
1169
|
+
? this.each(value == null
|
|
1170
|
+
? htmlRemove : (typeof value === "function"
|
|
1171
|
+
? htmlFunction
|
|
1172
|
+
: htmlConstant)(value))
|
|
1173
|
+
: this.node().innerHTML;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
function raise() {
|
|
1177
|
+
if (this.nextSibling) this.parentNode.appendChild(this);
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
function selection_raise() {
|
|
1181
|
+
return this.each(raise);
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
function lower() {
|
|
1185
|
+
if (this.previousSibling) this.parentNode.insertBefore(this, this.parentNode.firstChild);
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
function selection_lower() {
|
|
1189
|
+
return this.each(lower);
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
function selection_append(name) {
|
|
1193
|
+
var create = typeof name === "function" ? name : creator(name);
|
|
1194
|
+
return this.select(function() {
|
|
1195
|
+
return this.appendChild(create.apply(this, arguments));
|
|
1196
|
+
});
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
function constantNull() {
|
|
1200
|
+
return null;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
function selection_insert(name, before) {
|
|
1204
|
+
var create = typeof name === "function" ? name : creator(name),
|
|
1205
|
+
select = before == null ? constantNull : typeof before === "function" ? before : selector(before);
|
|
1206
|
+
return this.select(function() {
|
|
1207
|
+
return this.insertBefore(create.apply(this, arguments), select.apply(this, arguments) || null);
|
|
1208
|
+
});
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
function remove() {
|
|
1212
|
+
var parent = this.parentNode;
|
|
1213
|
+
if (parent) parent.removeChild(this);
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
function selection_remove() {
|
|
1217
|
+
return this.each(remove);
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
function selection_cloneShallow() {
|
|
1221
|
+
var clone = this.cloneNode(false), parent = this.parentNode;
|
|
1222
|
+
return parent ? parent.insertBefore(clone, this.nextSibling) : clone;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
function selection_cloneDeep() {
|
|
1226
|
+
var clone = this.cloneNode(true), parent = this.parentNode;
|
|
1227
|
+
return parent ? parent.insertBefore(clone, this.nextSibling) : clone;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
function selection_clone(deep) {
|
|
1231
|
+
return this.select(deep ? selection_cloneDeep : selection_cloneShallow);
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
function selection_datum(value) {
|
|
1235
|
+
return arguments.length
|
|
1236
|
+
? this.property("__data__", value)
|
|
1237
|
+
: this.node().__data__;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
function contextListener(listener) {
|
|
1241
|
+
return function(event) {
|
|
1242
|
+
listener.call(this, event, this.__data__);
|
|
1243
|
+
};
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
function parseTypenames(typenames) {
|
|
1247
|
+
return typenames.trim().split(/^|\s+/).map(function(t) {
|
|
1248
|
+
var name = "", i = t.indexOf(".");
|
|
1249
|
+
if (i >= 0) name = t.slice(i + 1), t = t.slice(0, i);
|
|
1250
|
+
return {type: t, name: name};
|
|
1251
|
+
});
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
function onRemove(typename) {
|
|
1255
|
+
return function() {
|
|
1256
|
+
var on = this.__on;
|
|
1257
|
+
if (!on) return;
|
|
1258
|
+
for (var j = 0, i = -1, m = on.length, o; j < m; ++j) {
|
|
1259
|
+
if (o = on[j], (!typename.type || o.type === typename.type) && o.name === typename.name) {
|
|
1260
|
+
this.removeEventListener(o.type, o.listener, o.options);
|
|
1261
|
+
} else {
|
|
1262
|
+
on[++i] = o;
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
if (++i) on.length = i;
|
|
1266
|
+
else delete this.__on;
|
|
1267
|
+
};
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
function onAdd(typename, value, options) {
|
|
1271
|
+
return function() {
|
|
1272
|
+
var on = this.__on, o, listener = contextListener(value);
|
|
1273
|
+
if (on) for (var j = 0, m = on.length; j < m; ++j) {
|
|
1274
|
+
if ((o = on[j]).type === typename.type && o.name === typename.name) {
|
|
1275
|
+
this.removeEventListener(o.type, o.listener, o.options);
|
|
1276
|
+
this.addEventListener(o.type, o.listener = listener, o.options = options);
|
|
1277
|
+
o.value = value;
|
|
1278
|
+
return;
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
this.addEventListener(typename.type, listener, options);
|
|
1282
|
+
o = {type: typename.type, name: typename.name, value: value, listener: listener, options: options};
|
|
1283
|
+
if (!on) this.__on = [o];
|
|
1284
|
+
else on.push(o);
|
|
1285
|
+
};
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
function selection_on(typename, value, options) {
|
|
1289
|
+
var typenames = parseTypenames(typename + ""), i, n = typenames.length, t;
|
|
1290
|
+
|
|
1291
|
+
if (arguments.length < 2) {
|
|
1292
|
+
var on = this.node().__on;
|
|
1293
|
+
if (on) for (var j = 0, m = on.length, o; j < m; ++j) {
|
|
1294
|
+
for (i = 0, o = on[j]; i < n; ++i) {
|
|
1295
|
+
if ((t = typenames[i]).type === o.type && t.name === o.name) {
|
|
1296
|
+
return o.value;
|
|
1297
|
+
}
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
return;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
on = value ? onAdd : onRemove;
|
|
1304
|
+
for (i = 0; i < n; ++i) this.each(on(typenames[i], value, options));
|
|
1305
|
+
return this;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
function dispatchEvent(node, type, params) {
|
|
1309
|
+
var window = defaultView(node),
|
|
1310
|
+
event = window.CustomEvent;
|
|
1311
|
+
|
|
1312
|
+
if (typeof event === "function") {
|
|
1313
|
+
event = new event(type, params);
|
|
1314
|
+
} else {
|
|
1315
|
+
event = window.document.createEvent("Event");
|
|
1316
|
+
if (params) event.initEvent(type, params.bubbles, params.cancelable), event.detail = params.detail;
|
|
1317
|
+
else event.initEvent(type, false, false);
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
node.dispatchEvent(event);
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
function dispatchConstant(type, params) {
|
|
1324
|
+
return function() {
|
|
1325
|
+
return dispatchEvent(this, type, params);
|
|
1326
|
+
};
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
function dispatchFunction(type, params) {
|
|
1330
|
+
return function() {
|
|
1331
|
+
return dispatchEvent(this, type, params.apply(this, arguments));
|
|
1332
|
+
};
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
function selection_dispatch(type, params) {
|
|
1336
|
+
return this.each((typeof params === "function"
|
|
1337
|
+
? dispatchFunction
|
|
1338
|
+
: dispatchConstant)(type, params));
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
function* selection_iterator() {
|
|
1342
|
+
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
1343
|
+
for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
|
|
1344
|
+
if (node = group[i]) yield node;
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
var root = [null];
|
|
1350
|
+
|
|
1351
|
+
function Selection$1(groups, parents) {
|
|
1352
|
+
this._groups = groups;
|
|
1353
|
+
this._parents = parents;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
function selection() {
|
|
1357
|
+
return new Selection$1([[document.documentElement]], root);
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
function selection_selection() {
|
|
1361
|
+
return this;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
Selection$1.prototype = selection.prototype = {
|
|
1365
|
+
constructor: Selection$1,
|
|
1366
|
+
select: selection_select,
|
|
1367
|
+
selectAll: selection_selectAll,
|
|
1368
|
+
selectChild: selection_selectChild,
|
|
1369
|
+
selectChildren: selection_selectChildren,
|
|
1370
|
+
filter: selection_filter,
|
|
1371
|
+
data: selection_data,
|
|
1372
|
+
enter: selection_enter,
|
|
1373
|
+
exit: selection_exit,
|
|
1374
|
+
join: selection_join,
|
|
1375
|
+
merge: selection_merge,
|
|
1376
|
+
selection: selection_selection,
|
|
1377
|
+
order: selection_order,
|
|
1378
|
+
sort: selection_sort,
|
|
1379
|
+
call: selection_call,
|
|
1380
|
+
nodes: selection_nodes,
|
|
1381
|
+
node: selection_node,
|
|
1382
|
+
size: selection_size,
|
|
1383
|
+
empty: selection_empty,
|
|
1384
|
+
each: selection_each,
|
|
1385
|
+
attr: selection_attr,
|
|
1386
|
+
style: selection_style,
|
|
1387
|
+
property: selection_property,
|
|
1388
|
+
classed: selection_classed,
|
|
1389
|
+
text: selection_text,
|
|
1390
|
+
html: selection_html,
|
|
1391
|
+
raise: selection_raise,
|
|
1392
|
+
lower: selection_lower,
|
|
1393
|
+
append: selection_append,
|
|
1394
|
+
insert: selection_insert,
|
|
1395
|
+
remove: selection_remove,
|
|
1396
|
+
clone: selection_clone,
|
|
1397
|
+
datum: selection_datum,
|
|
1398
|
+
on: selection_on,
|
|
1399
|
+
dispatch: selection_dispatch,
|
|
1400
|
+
[Symbol.iterator]: selection_iterator
|
|
1401
|
+
};
|
|
1402
|
+
|
|
1403
|
+
function select(selector) {
|
|
1404
|
+
return typeof selector === "string"
|
|
1405
|
+
? new Selection$1([[document.querySelector(selector)]], [document.documentElement])
|
|
1406
|
+
: new Selection$1([[selector]], root);
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
function define(constructor, factory, prototype) {
|
|
1410
|
+
constructor.prototype = factory.prototype = prototype;
|
|
1411
|
+
prototype.constructor = constructor;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
function extend(parent, definition) {
|
|
1415
|
+
var prototype = Object.create(parent.prototype);
|
|
1416
|
+
for (var key in definition) prototype[key] = definition[key];
|
|
1417
|
+
return prototype;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
function Color() {}
|
|
1421
|
+
|
|
1422
|
+
var darker = 0.7;
|
|
1423
|
+
var brighter = 1 / darker;
|
|
1424
|
+
|
|
1425
|
+
var reI = "\\s*([+-]?\\d+)\\s*",
|
|
1426
|
+
reN = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",
|
|
1427
|
+
reP = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",
|
|
1428
|
+
reHex = /^#([0-9a-f]{3,8})$/,
|
|
1429
|
+
reRgbInteger = new RegExp(`^rgb\\(${reI},${reI},${reI}\\)$`),
|
|
1430
|
+
reRgbPercent = new RegExp(`^rgb\\(${reP},${reP},${reP}\\)$`),
|
|
1431
|
+
reRgbaInteger = new RegExp(`^rgba\\(${reI},${reI},${reI},${reN}\\)$`),
|
|
1432
|
+
reRgbaPercent = new RegExp(`^rgba\\(${reP},${reP},${reP},${reN}\\)$`),
|
|
1433
|
+
reHslPercent = new RegExp(`^hsl\\(${reN},${reP},${reP}\\)$`),
|
|
1434
|
+
reHslaPercent = new RegExp(`^hsla\\(${reN},${reP},${reP},${reN}\\)$`);
|
|
1435
|
+
|
|
1436
|
+
var named = {
|
|
1437
|
+
aliceblue: 0xf0f8ff,
|
|
1438
|
+
antiquewhite: 0xfaebd7,
|
|
1439
|
+
aqua: 0x00ffff,
|
|
1440
|
+
aquamarine: 0x7fffd4,
|
|
1441
|
+
azure: 0xf0ffff,
|
|
1442
|
+
beige: 0xf5f5dc,
|
|
1443
|
+
bisque: 0xffe4c4,
|
|
1444
|
+
black: 0x000000,
|
|
1445
|
+
blanchedalmond: 0xffebcd,
|
|
1446
|
+
blue: 0x0000ff,
|
|
1447
|
+
blueviolet: 0x8a2be2,
|
|
1448
|
+
brown: 0xa52a2a,
|
|
1449
|
+
burlywood: 0xdeb887,
|
|
1450
|
+
cadetblue: 0x5f9ea0,
|
|
1451
|
+
chartreuse: 0x7fff00,
|
|
1452
|
+
chocolate: 0xd2691e,
|
|
1453
|
+
coral: 0xff7f50,
|
|
1454
|
+
cornflowerblue: 0x6495ed,
|
|
1455
|
+
cornsilk: 0xfff8dc,
|
|
1456
|
+
crimson: 0xdc143c,
|
|
1457
|
+
cyan: 0x00ffff,
|
|
1458
|
+
darkblue: 0x00008b,
|
|
1459
|
+
darkcyan: 0x008b8b,
|
|
1460
|
+
darkgoldenrod: 0xb8860b,
|
|
1461
|
+
darkgray: 0xa9a9a9,
|
|
1462
|
+
darkgreen: 0x006400,
|
|
1463
|
+
darkgrey: 0xa9a9a9,
|
|
1464
|
+
darkkhaki: 0xbdb76b,
|
|
1465
|
+
darkmagenta: 0x8b008b,
|
|
1466
|
+
darkolivegreen: 0x556b2f,
|
|
1467
|
+
darkorange: 0xff8c00,
|
|
1468
|
+
darkorchid: 0x9932cc,
|
|
1469
|
+
darkred: 0x8b0000,
|
|
1470
|
+
darksalmon: 0xe9967a,
|
|
1471
|
+
darkseagreen: 0x8fbc8f,
|
|
1472
|
+
darkslateblue: 0x483d8b,
|
|
1473
|
+
darkslategray: 0x2f4f4f,
|
|
1474
|
+
darkslategrey: 0x2f4f4f,
|
|
1475
|
+
darkturquoise: 0x00ced1,
|
|
1476
|
+
darkviolet: 0x9400d3,
|
|
1477
|
+
deeppink: 0xff1493,
|
|
1478
|
+
deepskyblue: 0x00bfff,
|
|
1479
|
+
dimgray: 0x696969,
|
|
1480
|
+
dimgrey: 0x696969,
|
|
1481
|
+
dodgerblue: 0x1e90ff,
|
|
1482
|
+
firebrick: 0xb22222,
|
|
1483
|
+
floralwhite: 0xfffaf0,
|
|
1484
|
+
forestgreen: 0x228b22,
|
|
1485
|
+
fuchsia: 0xff00ff,
|
|
1486
|
+
gainsboro: 0xdcdcdc,
|
|
1487
|
+
ghostwhite: 0xf8f8ff,
|
|
1488
|
+
gold: 0xffd700,
|
|
1489
|
+
goldenrod: 0xdaa520,
|
|
1490
|
+
gray: 0x808080,
|
|
1491
|
+
green: 0x008000,
|
|
1492
|
+
greenyellow: 0xadff2f,
|
|
1493
|
+
grey: 0x808080,
|
|
1494
|
+
honeydew: 0xf0fff0,
|
|
1495
|
+
hotpink: 0xff69b4,
|
|
1496
|
+
indianred: 0xcd5c5c,
|
|
1497
|
+
indigo: 0x4b0082,
|
|
1498
|
+
ivory: 0xfffff0,
|
|
1499
|
+
khaki: 0xf0e68c,
|
|
1500
|
+
lavender: 0xe6e6fa,
|
|
1501
|
+
lavenderblush: 0xfff0f5,
|
|
1502
|
+
lawngreen: 0x7cfc00,
|
|
1503
|
+
lemonchiffon: 0xfffacd,
|
|
1504
|
+
lightblue: 0xadd8e6,
|
|
1505
|
+
lightcoral: 0xf08080,
|
|
1506
|
+
lightcyan: 0xe0ffff,
|
|
1507
|
+
lightgoldenrodyellow: 0xfafad2,
|
|
1508
|
+
lightgray: 0xd3d3d3,
|
|
1509
|
+
lightgreen: 0x90ee90,
|
|
1510
|
+
lightgrey: 0xd3d3d3,
|
|
1511
|
+
lightpink: 0xffb6c1,
|
|
1512
|
+
lightsalmon: 0xffa07a,
|
|
1513
|
+
lightseagreen: 0x20b2aa,
|
|
1514
|
+
lightskyblue: 0x87cefa,
|
|
1515
|
+
lightslategray: 0x778899,
|
|
1516
|
+
lightslategrey: 0x778899,
|
|
1517
|
+
lightsteelblue: 0xb0c4de,
|
|
1518
|
+
lightyellow: 0xffffe0,
|
|
1519
|
+
lime: 0x00ff00,
|
|
1520
|
+
limegreen: 0x32cd32,
|
|
1521
|
+
linen: 0xfaf0e6,
|
|
1522
|
+
magenta: 0xff00ff,
|
|
1523
|
+
maroon: 0x800000,
|
|
1524
|
+
mediumaquamarine: 0x66cdaa,
|
|
1525
|
+
mediumblue: 0x0000cd,
|
|
1526
|
+
mediumorchid: 0xba55d3,
|
|
1527
|
+
mediumpurple: 0x9370db,
|
|
1528
|
+
mediumseagreen: 0x3cb371,
|
|
1529
|
+
mediumslateblue: 0x7b68ee,
|
|
1530
|
+
mediumspringgreen: 0x00fa9a,
|
|
1531
|
+
mediumturquoise: 0x48d1cc,
|
|
1532
|
+
mediumvioletred: 0xc71585,
|
|
1533
|
+
midnightblue: 0x191970,
|
|
1534
|
+
mintcream: 0xf5fffa,
|
|
1535
|
+
mistyrose: 0xffe4e1,
|
|
1536
|
+
moccasin: 0xffe4b5,
|
|
1537
|
+
navajowhite: 0xffdead,
|
|
1538
|
+
navy: 0x000080,
|
|
1539
|
+
oldlace: 0xfdf5e6,
|
|
1540
|
+
olive: 0x808000,
|
|
1541
|
+
olivedrab: 0x6b8e23,
|
|
1542
|
+
orange: 0xffa500,
|
|
1543
|
+
orangered: 0xff4500,
|
|
1544
|
+
orchid: 0xda70d6,
|
|
1545
|
+
palegoldenrod: 0xeee8aa,
|
|
1546
|
+
palegreen: 0x98fb98,
|
|
1547
|
+
paleturquoise: 0xafeeee,
|
|
1548
|
+
palevioletred: 0xdb7093,
|
|
1549
|
+
papayawhip: 0xffefd5,
|
|
1550
|
+
peachpuff: 0xffdab9,
|
|
1551
|
+
peru: 0xcd853f,
|
|
1552
|
+
pink: 0xffc0cb,
|
|
1553
|
+
plum: 0xdda0dd,
|
|
1554
|
+
powderblue: 0xb0e0e6,
|
|
1555
|
+
purple: 0x800080,
|
|
1556
|
+
rebeccapurple: 0x663399,
|
|
1557
|
+
red: 0xff0000,
|
|
1558
|
+
rosybrown: 0xbc8f8f,
|
|
1559
|
+
royalblue: 0x4169e1,
|
|
1560
|
+
saddlebrown: 0x8b4513,
|
|
1561
|
+
salmon: 0xfa8072,
|
|
1562
|
+
sandybrown: 0xf4a460,
|
|
1563
|
+
seagreen: 0x2e8b57,
|
|
1564
|
+
seashell: 0xfff5ee,
|
|
1565
|
+
sienna: 0xa0522d,
|
|
1566
|
+
silver: 0xc0c0c0,
|
|
1567
|
+
skyblue: 0x87ceeb,
|
|
1568
|
+
slateblue: 0x6a5acd,
|
|
1569
|
+
slategray: 0x708090,
|
|
1570
|
+
slategrey: 0x708090,
|
|
1571
|
+
snow: 0xfffafa,
|
|
1572
|
+
springgreen: 0x00ff7f,
|
|
1573
|
+
steelblue: 0x4682b4,
|
|
1574
|
+
tan: 0xd2b48c,
|
|
1575
|
+
teal: 0x008080,
|
|
1576
|
+
thistle: 0xd8bfd8,
|
|
1577
|
+
tomato: 0xff6347,
|
|
1578
|
+
turquoise: 0x40e0d0,
|
|
1579
|
+
violet: 0xee82ee,
|
|
1580
|
+
wheat: 0xf5deb3,
|
|
1581
|
+
white: 0xffffff,
|
|
1582
|
+
whitesmoke: 0xf5f5f5,
|
|
1583
|
+
yellow: 0xffff00,
|
|
1584
|
+
yellowgreen: 0x9acd32
|
|
1585
|
+
};
|
|
1586
|
+
|
|
1587
|
+
define(Color, color, {
|
|
1588
|
+
copy(channels) {
|
|
1589
|
+
return Object.assign(new this.constructor, this, channels);
|
|
1590
|
+
},
|
|
1591
|
+
displayable() {
|
|
1592
|
+
return this.rgb().displayable();
|
|
1593
|
+
},
|
|
1594
|
+
hex: color_formatHex, // Deprecated! Use color.formatHex.
|
|
1595
|
+
formatHex: color_formatHex,
|
|
1596
|
+
formatHex8: color_formatHex8,
|
|
1597
|
+
formatHsl: color_formatHsl,
|
|
1598
|
+
formatRgb: color_formatRgb,
|
|
1599
|
+
toString: color_formatRgb
|
|
1600
|
+
});
|
|
1601
|
+
|
|
1602
|
+
function color_formatHex() {
|
|
1603
|
+
return this.rgb().formatHex();
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
function color_formatHex8() {
|
|
1607
|
+
return this.rgb().formatHex8();
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
function color_formatHsl() {
|
|
1611
|
+
return hslConvert(this).formatHsl();
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
function color_formatRgb() {
|
|
1615
|
+
return this.rgb().formatRgb();
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
function color(format) {
|
|
1619
|
+
var m, l;
|
|
1620
|
+
format = (format + "").trim().toLowerCase();
|
|
1621
|
+
return (m = reHex.exec(format)) ? (l = m[1].length, m = parseInt(m[1], 16), l === 6 ? rgbn(m) // #ff0000
|
|
1622
|
+
: l === 3 ? new Rgb((m >> 8 & 0xf) | (m >> 4 & 0xf0), (m >> 4 & 0xf) | (m & 0xf0), ((m & 0xf) << 4) | (m & 0xf), 1) // #f00
|
|
1623
|
+
: l === 8 ? rgba(m >> 24 & 0xff, m >> 16 & 0xff, m >> 8 & 0xff, (m & 0xff) / 0xff) // #ff000000
|
|
1624
|
+
: l === 4 ? rgba((m >> 12 & 0xf) | (m >> 8 & 0xf0), (m >> 8 & 0xf) | (m >> 4 & 0xf0), (m >> 4 & 0xf) | (m & 0xf0), (((m & 0xf) << 4) | (m & 0xf)) / 0xff) // #f000
|
|
1625
|
+
: null) // invalid hex
|
|
1626
|
+
: (m = reRgbInteger.exec(format)) ? new Rgb(m[1], m[2], m[3], 1) // rgb(255, 0, 0)
|
|
1627
|
+
: (m = reRgbPercent.exec(format)) ? new Rgb(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, 1) // rgb(100%, 0%, 0%)
|
|
1628
|
+
: (m = reRgbaInteger.exec(format)) ? rgba(m[1], m[2], m[3], m[4]) // rgba(255, 0, 0, 1)
|
|
1629
|
+
: (m = reRgbaPercent.exec(format)) ? rgba(m[1] * 255 / 100, m[2] * 255 / 100, m[3] * 255 / 100, m[4]) // rgb(100%, 0%, 0%, 1)
|
|
1630
|
+
: (m = reHslPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, 1) // hsl(120, 50%, 50%)
|
|
1631
|
+
: (m = reHslaPercent.exec(format)) ? hsla(m[1], m[2] / 100, m[3] / 100, m[4]) // hsla(120, 50%, 50%, 1)
|
|
1632
|
+
: named.hasOwnProperty(format) ? rgbn(named[format]) // eslint-disable-line no-prototype-builtins
|
|
1633
|
+
: format === "transparent" ? new Rgb(NaN, NaN, NaN, 0)
|
|
1634
|
+
: null;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
function rgbn(n) {
|
|
1638
|
+
return new Rgb(n >> 16 & 0xff, n >> 8 & 0xff, n & 0xff, 1);
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
function rgba(r, g, b, a) {
|
|
1642
|
+
if (a <= 0) r = g = b = NaN;
|
|
1643
|
+
return new Rgb(r, g, b, a);
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
function rgbConvert(o) {
|
|
1647
|
+
if (!(o instanceof Color)) o = color(o);
|
|
1648
|
+
if (!o) return new Rgb;
|
|
1649
|
+
o = o.rgb();
|
|
1650
|
+
return new Rgb(o.r, o.g, o.b, o.opacity);
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
function rgb(r, g, b, opacity) {
|
|
1654
|
+
return arguments.length === 1 ? rgbConvert(r) : new Rgb(r, g, b, opacity == null ? 1 : opacity);
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
function Rgb(r, g, b, opacity) {
|
|
1658
|
+
this.r = +r;
|
|
1659
|
+
this.g = +g;
|
|
1660
|
+
this.b = +b;
|
|
1661
|
+
this.opacity = +opacity;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
define(Rgb, rgb, extend(Color, {
|
|
1665
|
+
brighter(k) {
|
|
1666
|
+
k = k == null ? brighter : Math.pow(brighter, k);
|
|
1667
|
+
return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
|
|
1668
|
+
},
|
|
1669
|
+
darker(k) {
|
|
1670
|
+
k = k == null ? darker : Math.pow(darker, k);
|
|
1671
|
+
return new Rgb(this.r * k, this.g * k, this.b * k, this.opacity);
|
|
1672
|
+
},
|
|
1673
|
+
rgb() {
|
|
1674
|
+
return this;
|
|
1675
|
+
},
|
|
1676
|
+
clamp() {
|
|
1677
|
+
return new Rgb(clampi(this.r), clampi(this.g), clampi(this.b), clampa(this.opacity));
|
|
1678
|
+
},
|
|
1679
|
+
displayable() {
|
|
1680
|
+
return (-0.5 <= this.r && this.r < 255.5)
|
|
1681
|
+
&& (-0.5 <= this.g && this.g < 255.5)
|
|
1682
|
+
&& (-0.5 <= this.b && this.b < 255.5)
|
|
1683
|
+
&& (0 <= this.opacity && this.opacity <= 1);
|
|
1684
|
+
},
|
|
1685
|
+
hex: rgb_formatHex, // Deprecated! Use color.formatHex.
|
|
1686
|
+
formatHex: rgb_formatHex,
|
|
1687
|
+
formatHex8: rgb_formatHex8,
|
|
1688
|
+
formatRgb: rgb_formatRgb,
|
|
1689
|
+
toString: rgb_formatRgb
|
|
1690
|
+
}));
|
|
1691
|
+
|
|
1692
|
+
function rgb_formatHex() {
|
|
1693
|
+
return `#${hex(this.r)}${hex(this.g)}${hex(this.b)}`;
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
function rgb_formatHex8() {
|
|
1697
|
+
return `#${hex(this.r)}${hex(this.g)}${hex(this.b)}${hex((isNaN(this.opacity) ? 1 : this.opacity) * 255)}`;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
function rgb_formatRgb() {
|
|
1701
|
+
const a = clampa(this.opacity);
|
|
1702
|
+
return `${a === 1 ? "rgb(" : "rgba("}${clampi(this.r)}, ${clampi(this.g)}, ${clampi(this.b)}${a === 1 ? ")" : `, ${a})`}`;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
function clampa(opacity) {
|
|
1706
|
+
return isNaN(opacity) ? 1 : Math.max(0, Math.min(1, opacity));
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
function clampi(value) {
|
|
1710
|
+
return Math.max(0, Math.min(255, Math.round(value) || 0));
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
function hex(value) {
|
|
1714
|
+
value = clampi(value);
|
|
1715
|
+
return (value < 16 ? "0" : "") + value.toString(16);
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
function hsla(h, s, l, a) {
|
|
1719
|
+
if (a <= 0) h = s = l = NaN;
|
|
1720
|
+
else if (l <= 0 || l >= 1) h = s = NaN;
|
|
1721
|
+
else if (s <= 0) h = NaN;
|
|
1722
|
+
return new Hsl(h, s, l, a);
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
function hslConvert(o) {
|
|
1726
|
+
if (o instanceof Hsl) return new Hsl(o.h, o.s, o.l, o.opacity);
|
|
1727
|
+
if (!(o instanceof Color)) o = color(o);
|
|
1728
|
+
if (!o) return new Hsl;
|
|
1729
|
+
if (o instanceof Hsl) return o;
|
|
1730
|
+
o = o.rgb();
|
|
1731
|
+
var r = o.r / 255,
|
|
1732
|
+
g = o.g / 255,
|
|
1733
|
+
b = o.b / 255,
|
|
1734
|
+
min = Math.min(r, g, b),
|
|
1735
|
+
max = Math.max(r, g, b),
|
|
1736
|
+
h = NaN,
|
|
1737
|
+
s = max - min,
|
|
1738
|
+
l = (max + min) / 2;
|
|
1739
|
+
if (s) {
|
|
1740
|
+
if (r === max) h = (g - b) / s + (g < b) * 6;
|
|
1741
|
+
else if (g === max) h = (b - r) / s + 2;
|
|
1742
|
+
else h = (r - g) / s + 4;
|
|
1743
|
+
s /= l < 0.5 ? max + min : 2 - max - min;
|
|
1744
|
+
h *= 60;
|
|
1745
|
+
} else {
|
|
1746
|
+
s = l > 0 && l < 1 ? 0 : h;
|
|
1747
|
+
}
|
|
1748
|
+
return new Hsl(h, s, l, o.opacity);
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
function hsl(h, s, l, opacity) {
|
|
1752
|
+
return arguments.length === 1 ? hslConvert(h) : new Hsl(h, s, l, opacity == null ? 1 : opacity);
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
function Hsl(h, s, l, opacity) {
|
|
1756
|
+
this.h = +h;
|
|
1757
|
+
this.s = +s;
|
|
1758
|
+
this.l = +l;
|
|
1759
|
+
this.opacity = +opacity;
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
define(Hsl, hsl, extend(Color, {
|
|
1763
|
+
brighter(k) {
|
|
1764
|
+
k = k == null ? brighter : Math.pow(brighter, k);
|
|
1765
|
+
return new Hsl(this.h, this.s, this.l * k, this.opacity);
|
|
1766
|
+
},
|
|
1767
|
+
darker(k) {
|
|
1768
|
+
k = k == null ? darker : Math.pow(darker, k);
|
|
1769
|
+
return new Hsl(this.h, this.s, this.l * k, this.opacity);
|
|
1770
|
+
},
|
|
1771
|
+
rgb() {
|
|
1772
|
+
var h = this.h % 360 + (this.h < 0) * 360,
|
|
1773
|
+
s = isNaN(h) || isNaN(this.s) ? 0 : this.s,
|
|
1774
|
+
l = this.l,
|
|
1775
|
+
m2 = l + (l < 0.5 ? l : 1 - l) * s,
|
|
1776
|
+
m1 = 2 * l - m2;
|
|
1777
|
+
return new Rgb(
|
|
1778
|
+
hsl2rgb(h >= 240 ? h - 240 : h + 120, m1, m2),
|
|
1779
|
+
hsl2rgb(h, m1, m2),
|
|
1780
|
+
hsl2rgb(h < 120 ? h + 240 : h - 120, m1, m2),
|
|
1781
|
+
this.opacity
|
|
1782
|
+
);
|
|
1783
|
+
},
|
|
1784
|
+
clamp() {
|
|
1785
|
+
return new Hsl(clamph(this.h), clampt(this.s), clampt(this.l), clampa(this.opacity));
|
|
1786
|
+
},
|
|
1787
|
+
displayable() {
|
|
1788
|
+
return (0 <= this.s && this.s <= 1 || isNaN(this.s))
|
|
1789
|
+
&& (0 <= this.l && this.l <= 1)
|
|
1790
|
+
&& (0 <= this.opacity && this.opacity <= 1);
|
|
1791
|
+
},
|
|
1792
|
+
formatHsl() {
|
|
1793
|
+
const a = clampa(this.opacity);
|
|
1794
|
+
return `${a === 1 ? "hsl(" : "hsla("}${clamph(this.h)}, ${clampt(this.s) * 100}%, ${clampt(this.l) * 100}%${a === 1 ? ")" : `, ${a})`}`;
|
|
1795
|
+
}
|
|
1796
|
+
}));
|
|
1797
|
+
|
|
1798
|
+
function clamph(value) {
|
|
1799
|
+
value = (value || 0) % 360;
|
|
1800
|
+
return value < 0 ? value + 360 : value;
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
function clampt(value) {
|
|
1804
|
+
return Math.max(0, Math.min(1, value || 0));
|
|
1805
|
+
}
|
|
1806
|
+
|
|
1807
|
+
/* From FvD 13.37, CSS Color Module Level 3 */
|
|
1808
|
+
function hsl2rgb(h, m1, m2) {
|
|
1809
|
+
return (h < 60 ? m1 + (m2 - m1) * h / 60
|
|
1810
|
+
: h < 180 ? m2
|
|
1811
|
+
: h < 240 ? m1 + (m2 - m1) * (240 - h) / 60
|
|
1812
|
+
: m1) * 255;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
const constant = x => () => x;
|
|
1816
|
+
|
|
1817
|
+
function linear$2(a, d) {
|
|
1818
|
+
return function(t) {
|
|
1819
|
+
return a + t * d;
|
|
1820
|
+
};
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
function exponential(a, b, y) {
|
|
1824
|
+
return a = Math.pow(a, y), b = Math.pow(b, y) - a, y = 1 / y, function(t) {
|
|
1825
|
+
return Math.pow(a + t * b, y);
|
|
1826
|
+
};
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
function gamma(y) {
|
|
1830
|
+
return (y = +y) === 1 ? nogamma : function(a, b) {
|
|
1831
|
+
return b - a ? exponential(a, b, y) : constant(isNaN(a) ? b : a);
|
|
1832
|
+
};
|
|
1833
|
+
}
|
|
1834
|
+
|
|
1835
|
+
function nogamma(a, b) {
|
|
1836
|
+
var d = b - a;
|
|
1837
|
+
return d ? linear$2(a, d) : constant(isNaN(a) ? b : a);
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
const interpolateRgb = (function rgbGamma(y) {
|
|
1841
|
+
var color = gamma(y);
|
|
1842
|
+
|
|
1843
|
+
function rgb$1(start, end) {
|
|
1844
|
+
var r = color((start = rgb(start)).r, (end = rgb(end)).r),
|
|
1845
|
+
g = color(start.g, end.g),
|
|
1846
|
+
b = color(start.b, end.b),
|
|
1847
|
+
opacity = nogamma(start.opacity, end.opacity);
|
|
1848
|
+
return function(t) {
|
|
1849
|
+
start.r = r(t);
|
|
1850
|
+
start.g = g(t);
|
|
1851
|
+
start.b = b(t);
|
|
1852
|
+
start.opacity = opacity(t);
|
|
1853
|
+
return start + "";
|
|
1854
|
+
};
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
rgb$1.gamma = rgbGamma;
|
|
1858
|
+
|
|
1859
|
+
return rgb$1;
|
|
1860
|
+
})(1);
|
|
1861
|
+
|
|
1862
|
+
function numberArray(a, b) {
|
|
1863
|
+
if (!b) b = [];
|
|
1864
|
+
var n = a ? Math.min(b.length, a.length) : 0,
|
|
1865
|
+
c = b.slice(),
|
|
1866
|
+
i;
|
|
1867
|
+
return function(t) {
|
|
1868
|
+
for (i = 0; i < n; ++i) c[i] = a[i] * (1 - t) + b[i] * t;
|
|
1869
|
+
return c;
|
|
1870
|
+
};
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
function isNumberArray(x) {
|
|
1874
|
+
return ArrayBuffer.isView(x) && !(x instanceof DataView);
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
function genericArray(a, b) {
|
|
1878
|
+
var nb = b ? b.length : 0,
|
|
1879
|
+
na = a ? Math.min(nb, a.length) : 0,
|
|
1880
|
+
x = new Array(na),
|
|
1881
|
+
c = new Array(nb),
|
|
1882
|
+
i;
|
|
1883
|
+
|
|
1884
|
+
for (i = 0; i < na; ++i) x[i] = interpolate$1(a[i], b[i]);
|
|
1885
|
+
for (; i < nb; ++i) c[i] = b[i];
|
|
1886
|
+
|
|
1887
|
+
return function(t) {
|
|
1888
|
+
for (i = 0; i < na; ++i) c[i] = x[i](t);
|
|
1889
|
+
return c;
|
|
1890
|
+
};
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
function date(a, b) {
|
|
1894
|
+
var d = new Date;
|
|
1895
|
+
return a = +a, b = +b, function(t) {
|
|
1896
|
+
return d.setTime(a * (1 - t) + b * t), d;
|
|
1897
|
+
};
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
function interpolateNumber(a, b) {
|
|
1901
|
+
return a = +a, b = +b, function(t) {
|
|
1902
|
+
return a * (1 - t) + b * t;
|
|
1903
|
+
};
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
function object(a, b) {
|
|
1907
|
+
var i = {},
|
|
1908
|
+
c = {},
|
|
1909
|
+
k;
|
|
1910
|
+
|
|
1911
|
+
if (a === null || typeof a !== "object") a = {};
|
|
1912
|
+
if (b === null || typeof b !== "object") b = {};
|
|
1913
|
+
|
|
1914
|
+
for (k in b) {
|
|
1915
|
+
if (k in a) {
|
|
1916
|
+
i[k] = interpolate$1(a[k], b[k]);
|
|
1917
|
+
} else {
|
|
1918
|
+
c[k] = b[k];
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
return function(t) {
|
|
1923
|
+
for (k in i) c[k] = i[k](t);
|
|
1924
|
+
return c;
|
|
1925
|
+
};
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
var reA = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,
|
|
1929
|
+
reB = new RegExp(reA.source, "g");
|
|
1930
|
+
|
|
1931
|
+
function zero(b) {
|
|
1932
|
+
return function() {
|
|
1933
|
+
return b;
|
|
1934
|
+
};
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
function one(b) {
|
|
1938
|
+
return function(t) {
|
|
1939
|
+
return b(t) + "";
|
|
1940
|
+
};
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
function interpolateString(a, b) {
|
|
1944
|
+
var bi = reA.lastIndex = reB.lastIndex = 0, // scan index for next number in b
|
|
1945
|
+
am, // current match in a
|
|
1946
|
+
bm, // current match in b
|
|
1947
|
+
bs, // string preceding current number in b, if any
|
|
1948
|
+
i = -1, // index in s
|
|
1949
|
+
s = [], // string constants and placeholders
|
|
1950
|
+
q = []; // number interpolators
|
|
1951
|
+
|
|
1952
|
+
// Coerce inputs to strings.
|
|
1953
|
+
a = a + "", b = b + "";
|
|
1954
|
+
|
|
1955
|
+
// Interpolate pairs of numbers in a & b.
|
|
1956
|
+
while ((am = reA.exec(a))
|
|
1957
|
+
&& (bm = reB.exec(b))) {
|
|
1958
|
+
if ((bs = bm.index) > bi) { // a string precedes the next number in b
|
|
1959
|
+
bs = b.slice(bi, bs);
|
|
1960
|
+
if (s[i]) s[i] += bs; // coalesce with previous string
|
|
1961
|
+
else s[++i] = bs;
|
|
1962
|
+
}
|
|
1963
|
+
if ((am = am[0]) === (bm = bm[0])) { // numbers in a & b match
|
|
1964
|
+
if (s[i]) s[i] += bm; // coalesce with previous string
|
|
1965
|
+
else s[++i] = bm;
|
|
1966
|
+
} else { // interpolate non-matching numbers
|
|
1967
|
+
s[++i] = null;
|
|
1968
|
+
q.push({i: i, x: interpolateNumber(am, bm)});
|
|
1969
|
+
}
|
|
1970
|
+
bi = reB.lastIndex;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
// Add remains of b.
|
|
1974
|
+
if (bi < b.length) {
|
|
1975
|
+
bs = b.slice(bi);
|
|
1976
|
+
if (s[i]) s[i] += bs; // coalesce with previous string
|
|
1977
|
+
else s[++i] = bs;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
// Special optimization for only a single match.
|
|
1981
|
+
// Otherwise, interpolate each of the numbers and rejoin the string.
|
|
1982
|
+
return s.length < 2 ? (q[0]
|
|
1983
|
+
? one(q[0].x)
|
|
1984
|
+
: zero(b))
|
|
1985
|
+
: (b = q.length, function(t) {
|
|
1986
|
+
for (var i = 0, o; i < b; ++i) s[(o = q[i]).i] = o.x(t);
|
|
1987
|
+
return s.join("");
|
|
1988
|
+
});
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
function interpolate$1(a, b) {
|
|
1992
|
+
var t = typeof b, c;
|
|
1993
|
+
return b == null || t === "boolean" ? constant(b)
|
|
1994
|
+
: (t === "number" ? interpolateNumber
|
|
1995
|
+
: t === "string" ? ((c = color(b)) ? (b = c, interpolateRgb) : interpolateString)
|
|
1996
|
+
: b instanceof color ? interpolateRgb
|
|
1997
|
+
: b instanceof Date ? date
|
|
1998
|
+
: isNumberArray(b) ? numberArray
|
|
1999
|
+
: Array.isArray(b) ? genericArray
|
|
2000
|
+
: typeof b.valueOf !== "function" && typeof b.toString !== "function" || isNaN(b) ? object
|
|
2001
|
+
: interpolateNumber)(a, b);
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
function interpolateRound(a, b) {
|
|
2005
|
+
return a = +a, b = +b, function(t) {
|
|
2006
|
+
return Math.round(a * (1 - t) + b * t);
|
|
2007
|
+
};
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
var degrees = 180 / Math.PI;
|
|
2011
|
+
|
|
2012
|
+
var identity$2 = {
|
|
2013
|
+
translateX: 0,
|
|
2014
|
+
translateY: 0,
|
|
2015
|
+
rotate: 0,
|
|
2016
|
+
skewX: 0,
|
|
2017
|
+
scaleX: 1,
|
|
2018
|
+
scaleY: 1
|
|
2019
|
+
};
|
|
2020
|
+
|
|
2021
|
+
function decompose(a, b, c, d, e, f) {
|
|
2022
|
+
var scaleX, scaleY, skewX;
|
|
2023
|
+
if (scaleX = Math.sqrt(a * a + b * b)) a /= scaleX, b /= scaleX;
|
|
2024
|
+
if (skewX = a * c + b * d) c -= a * skewX, d -= b * skewX;
|
|
2025
|
+
if (scaleY = Math.sqrt(c * c + d * d)) c /= scaleY, d /= scaleY, skewX /= scaleY;
|
|
2026
|
+
if (a * d < b * c) a = -a, b = -b, skewX = -skewX, scaleX = -scaleX;
|
|
2027
|
+
return {
|
|
2028
|
+
translateX: e,
|
|
2029
|
+
translateY: f,
|
|
2030
|
+
rotate: Math.atan2(b, a) * degrees,
|
|
2031
|
+
skewX: Math.atan(skewX) * degrees,
|
|
2032
|
+
scaleX: scaleX,
|
|
2033
|
+
scaleY: scaleY
|
|
2034
|
+
};
|
|
2035
|
+
}
|
|
2036
|
+
|
|
2037
|
+
var svgNode;
|
|
2038
|
+
|
|
2039
|
+
/* eslint-disable no-undef */
|
|
2040
|
+
function parseCss(value) {
|
|
2041
|
+
const m = new (typeof DOMMatrix === "function" ? DOMMatrix : WebKitCSSMatrix)(value + "");
|
|
2042
|
+
return m.isIdentity ? identity$2 : decompose(m.a, m.b, m.c, m.d, m.e, m.f);
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
function parseSvg(value) {
|
|
2046
|
+
if (value == null) return identity$2;
|
|
2047
|
+
if (!svgNode) svgNode = document.createElementNS("http://www.w3.org/2000/svg", "g");
|
|
2048
|
+
svgNode.setAttribute("transform", value);
|
|
2049
|
+
if (!(value = svgNode.transform.baseVal.consolidate())) return identity$2;
|
|
2050
|
+
value = value.matrix;
|
|
2051
|
+
return decompose(value.a, value.b, value.c, value.d, value.e, value.f);
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
function interpolateTransform(parse, pxComma, pxParen, degParen) {
|
|
2055
|
+
|
|
2056
|
+
function pop(s) {
|
|
2057
|
+
return s.length ? s.pop() + " " : "";
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
function translate(xa, ya, xb, yb, s, q) {
|
|
2061
|
+
if (xa !== xb || ya !== yb) {
|
|
2062
|
+
var i = s.push("translate(", null, pxComma, null, pxParen);
|
|
2063
|
+
q.push({i: i - 4, x: interpolateNumber(xa, xb)}, {i: i - 2, x: interpolateNumber(ya, yb)});
|
|
2064
|
+
} else if (xb || yb) {
|
|
2065
|
+
s.push("translate(" + xb + pxComma + yb + pxParen);
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
function rotate(a, b, s, q) {
|
|
2070
|
+
if (a !== b) {
|
|
2071
|
+
if (a - b > 180) b += 360; else if (b - a > 180) a += 360; // shortest path
|
|
2072
|
+
q.push({i: s.push(pop(s) + "rotate(", null, degParen) - 2, x: interpolateNumber(a, b)});
|
|
2073
|
+
} else if (b) {
|
|
2074
|
+
s.push(pop(s) + "rotate(" + b + degParen);
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
function skewX(a, b, s, q) {
|
|
2079
|
+
if (a !== b) {
|
|
2080
|
+
q.push({i: s.push(pop(s) + "skewX(", null, degParen) - 2, x: interpolateNumber(a, b)});
|
|
2081
|
+
} else if (b) {
|
|
2082
|
+
s.push(pop(s) + "skewX(" + b + degParen);
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
function scale(xa, ya, xb, yb, s, q) {
|
|
2087
|
+
if (xa !== xb || ya !== yb) {
|
|
2088
|
+
var i = s.push(pop(s) + "scale(", null, ",", null, ")");
|
|
2089
|
+
q.push({i: i - 4, x: interpolateNumber(xa, xb)}, {i: i - 2, x: interpolateNumber(ya, yb)});
|
|
2090
|
+
} else if (xb !== 1 || yb !== 1) {
|
|
2091
|
+
s.push(pop(s) + "scale(" + xb + "," + yb + ")");
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
return function(a, b) {
|
|
2096
|
+
var s = [], // string constants and placeholders
|
|
2097
|
+
q = []; // number interpolators
|
|
2098
|
+
a = parse(a), b = parse(b);
|
|
2099
|
+
translate(a.translateX, a.translateY, b.translateX, b.translateY, s, q);
|
|
2100
|
+
rotate(a.rotate, b.rotate, s, q);
|
|
2101
|
+
skewX(a.skewX, b.skewX, s, q);
|
|
2102
|
+
scale(a.scaleX, a.scaleY, b.scaleX, b.scaleY, s, q);
|
|
2103
|
+
a = b = null; // gc
|
|
2104
|
+
return function(t) {
|
|
2105
|
+
var i = -1, n = q.length, o;
|
|
2106
|
+
while (++i < n) s[(o = q[i]).i] = o.x(t);
|
|
2107
|
+
return s.join("");
|
|
2108
|
+
};
|
|
2109
|
+
};
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
var interpolateTransformCss = interpolateTransform(parseCss, "px, ", "px)", "deg)");
|
|
2113
|
+
var interpolateTransformSvg = interpolateTransform(parseSvg, ", ", ")", ")");
|
|
2114
|
+
|
|
2115
|
+
var frame = 0, // is an animation frame pending?
|
|
2116
|
+
timeout$1 = 0, // is a timeout pending?
|
|
2117
|
+
interval = 0, // are any timers active?
|
|
2118
|
+
pokeDelay = 1000, // how frequently we check for clock skew
|
|
2119
|
+
taskHead,
|
|
2120
|
+
taskTail,
|
|
2121
|
+
clockLast = 0,
|
|
2122
|
+
clockNow = 0,
|
|
2123
|
+
clockSkew = 0,
|
|
2124
|
+
clock = typeof performance === "object" && performance.now ? performance : Date,
|
|
2125
|
+
setFrame = typeof window === "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(f) { setTimeout(f, 17); };
|
|
2126
|
+
|
|
2127
|
+
function now() {
|
|
2128
|
+
return clockNow || (setFrame(clearNow), clockNow = clock.now() + clockSkew);
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
function clearNow() {
|
|
2132
|
+
clockNow = 0;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
function Timer() {
|
|
2136
|
+
this._call =
|
|
2137
|
+
this._time =
|
|
2138
|
+
this._next = null;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
Timer.prototype = timer.prototype = {
|
|
2142
|
+
constructor: Timer,
|
|
2143
|
+
restart: function(callback, delay, time) {
|
|
2144
|
+
if (typeof callback !== "function") throw new TypeError("callback is not a function");
|
|
2145
|
+
time = (time == null ? now() : +time) + (delay == null ? 0 : +delay);
|
|
2146
|
+
if (!this._next && taskTail !== this) {
|
|
2147
|
+
if (taskTail) taskTail._next = this;
|
|
2148
|
+
else taskHead = this;
|
|
2149
|
+
taskTail = this;
|
|
2150
|
+
}
|
|
2151
|
+
this._call = callback;
|
|
2152
|
+
this._time = time;
|
|
2153
|
+
sleep();
|
|
2154
|
+
},
|
|
2155
|
+
stop: function() {
|
|
2156
|
+
if (this._call) {
|
|
2157
|
+
this._call = null;
|
|
2158
|
+
this._time = Infinity;
|
|
2159
|
+
sleep();
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
2162
|
+
};
|
|
2163
|
+
|
|
2164
|
+
function timer(callback, delay, time) {
|
|
2165
|
+
var t = new Timer;
|
|
2166
|
+
t.restart(callback, delay, time);
|
|
2167
|
+
return t;
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
function timerFlush() {
|
|
2171
|
+
now(); // Get the current time, if not already set.
|
|
2172
|
+
++frame; // Pretend we’ve set an alarm, if we haven’t already.
|
|
2173
|
+
var t = taskHead, e;
|
|
2174
|
+
while (t) {
|
|
2175
|
+
if ((e = clockNow - t._time) >= 0) t._call.call(undefined, e);
|
|
2176
|
+
t = t._next;
|
|
2177
|
+
}
|
|
2178
|
+
--frame;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
function wake() {
|
|
2182
|
+
clockNow = (clockLast = clock.now()) + clockSkew;
|
|
2183
|
+
frame = timeout$1 = 0;
|
|
2184
|
+
try {
|
|
2185
|
+
timerFlush();
|
|
2186
|
+
} finally {
|
|
2187
|
+
frame = 0;
|
|
2188
|
+
nap();
|
|
2189
|
+
clockNow = 0;
|
|
2190
|
+
}
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
function poke() {
|
|
2194
|
+
var now = clock.now(), delay = now - clockLast;
|
|
2195
|
+
if (delay > pokeDelay) clockSkew -= delay, clockLast = now;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
function nap() {
|
|
2199
|
+
var t0, t1 = taskHead, t2, time = Infinity;
|
|
2200
|
+
while (t1) {
|
|
2201
|
+
if (t1._call) {
|
|
2202
|
+
if (time > t1._time) time = t1._time;
|
|
2203
|
+
t0 = t1, t1 = t1._next;
|
|
2204
|
+
} else {
|
|
2205
|
+
t2 = t1._next, t1._next = null;
|
|
2206
|
+
t1 = t0 ? t0._next = t2 : taskHead = t2;
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
taskTail = t0;
|
|
2210
|
+
sleep(time);
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
function sleep(time) {
|
|
2214
|
+
if (frame) return; // Soonest alarm already set, or will be.
|
|
2215
|
+
if (timeout$1) timeout$1 = clearTimeout(timeout$1);
|
|
2216
|
+
var delay = time - clockNow; // Strictly less than if we recomputed clockNow.
|
|
2217
|
+
if (delay > 24) {
|
|
2218
|
+
if (time < Infinity) timeout$1 = setTimeout(wake, time - clock.now() - clockSkew);
|
|
2219
|
+
if (interval) interval = clearInterval(interval);
|
|
2220
|
+
} else {
|
|
2221
|
+
if (!interval) clockLast = clock.now(), interval = setInterval(poke, pokeDelay);
|
|
2222
|
+
frame = 1, setFrame(wake);
|
|
2223
|
+
}
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
function timeout(callback, delay, time) {
|
|
2227
|
+
var t = new Timer;
|
|
2228
|
+
delay = delay == null ? 0 : +delay;
|
|
2229
|
+
t.restart(elapsed => {
|
|
2230
|
+
t.stop();
|
|
2231
|
+
callback(elapsed + delay);
|
|
2232
|
+
}, delay, time);
|
|
2233
|
+
return t;
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
var emptyOn = dispatch("start", "end", "cancel", "interrupt");
|
|
2237
|
+
var emptyTween = [];
|
|
2238
|
+
|
|
2239
|
+
var CREATED = 0;
|
|
2240
|
+
var SCHEDULED = 1;
|
|
2241
|
+
var STARTING = 2;
|
|
2242
|
+
var STARTED = 3;
|
|
2243
|
+
var RUNNING = 4;
|
|
2244
|
+
var ENDING = 5;
|
|
2245
|
+
var ENDED = 6;
|
|
2246
|
+
|
|
2247
|
+
function schedule(node, name, id, index, group, timing) {
|
|
2248
|
+
var schedules = node.__transition;
|
|
2249
|
+
if (!schedules) node.__transition = {};
|
|
2250
|
+
else if (id in schedules) return;
|
|
2251
|
+
create(node, id, {
|
|
2252
|
+
name: name,
|
|
2253
|
+
index: index, // For context during callback.
|
|
2254
|
+
group: group, // For context during callback.
|
|
2255
|
+
on: emptyOn,
|
|
2256
|
+
tween: emptyTween,
|
|
2257
|
+
time: timing.time,
|
|
2258
|
+
delay: timing.delay,
|
|
2259
|
+
duration: timing.duration,
|
|
2260
|
+
ease: timing.ease,
|
|
2261
|
+
timer: null,
|
|
2262
|
+
state: CREATED
|
|
2263
|
+
});
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
function init(node, id) {
|
|
2267
|
+
var schedule = get(node, id);
|
|
2268
|
+
if (schedule.state > CREATED) throw new Error("too late; already scheduled");
|
|
2269
|
+
return schedule;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
function set(node, id) {
|
|
2273
|
+
var schedule = get(node, id);
|
|
2274
|
+
if (schedule.state > STARTED) throw new Error("too late; already running");
|
|
2275
|
+
return schedule;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
function get(node, id) {
|
|
2279
|
+
var schedule = node.__transition;
|
|
2280
|
+
if (!schedule || !(schedule = schedule[id])) throw new Error("transition not found");
|
|
2281
|
+
return schedule;
|
|
2282
|
+
}
|
|
2283
|
+
|
|
2284
|
+
function create(node, id, self) {
|
|
2285
|
+
var schedules = node.__transition,
|
|
2286
|
+
tween;
|
|
2287
|
+
|
|
2288
|
+
// Initialize the self timer when the transition is created.
|
|
2289
|
+
// Note the actual delay is not known until the first callback!
|
|
2290
|
+
schedules[id] = self;
|
|
2291
|
+
self.timer = timer(schedule, 0, self.time);
|
|
2292
|
+
|
|
2293
|
+
function schedule(elapsed) {
|
|
2294
|
+
self.state = SCHEDULED;
|
|
2295
|
+
self.timer.restart(start, self.delay, self.time);
|
|
2296
|
+
|
|
2297
|
+
// If the elapsed delay is less than our first sleep, start immediately.
|
|
2298
|
+
if (self.delay <= elapsed) start(elapsed - self.delay);
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
function start(elapsed) {
|
|
2302
|
+
var i, j, n, o;
|
|
2303
|
+
|
|
2304
|
+
// If the state is not SCHEDULED, then we previously errored on start.
|
|
2305
|
+
if (self.state !== SCHEDULED) return stop();
|
|
2306
|
+
|
|
2307
|
+
for (i in schedules) {
|
|
2308
|
+
o = schedules[i];
|
|
2309
|
+
if (o.name !== self.name) continue;
|
|
2310
|
+
|
|
2311
|
+
// While this element already has a starting transition during this frame,
|
|
2312
|
+
// defer starting an interrupting transition until that transition has a
|
|
2313
|
+
// chance to tick (and possibly end); see d3/d3-transition#54!
|
|
2314
|
+
if (o.state === STARTED) return timeout(start);
|
|
2315
|
+
|
|
2316
|
+
// Interrupt the active transition, if any.
|
|
2317
|
+
if (o.state === RUNNING) {
|
|
2318
|
+
o.state = ENDED;
|
|
2319
|
+
o.timer.stop();
|
|
2320
|
+
o.on.call("interrupt", node, node.__data__, o.index, o.group);
|
|
2321
|
+
delete schedules[i];
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
// Cancel any pre-empted transitions.
|
|
2325
|
+
else if (+i < id) {
|
|
2326
|
+
o.state = ENDED;
|
|
2327
|
+
o.timer.stop();
|
|
2328
|
+
o.on.call("cancel", node, node.__data__, o.index, o.group);
|
|
2329
|
+
delete schedules[i];
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
|
|
2333
|
+
// Defer the first tick to end of the current frame; see d3/d3#1576.
|
|
2334
|
+
// Note the transition may be canceled after start and before the first tick!
|
|
2335
|
+
// Note this must be scheduled before the start event; see d3/d3-transition#16!
|
|
2336
|
+
// Assuming this is successful, subsequent callbacks go straight to tick.
|
|
2337
|
+
timeout(function() {
|
|
2338
|
+
if (self.state === STARTED) {
|
|
2339
|
+
self.state = RUNNING;
|
|
2340
|
+
self.timer.restart(tick, self.delay, self.time);
|
|
2341
|
+
tick(elapsed);
|
|
2342
|
+
}
|
|
2343
|
+
});
|
|
2344
|
+
|
|
2345
|
+
// Dispatch the start event.
|
|
2346
|
+
// Note this must be done before the tween are initialized.
|
|
2347
|
+
self.state = STARTING;
|
|
2348
|
+
self.on.call("start", node, node.__data__, self.index, self.group);
|
|
2349
|
+
if (self.state !== STARTING) return; // interrupted
|
|
2350
|
+
self.state = STARTED;
|
|
2351
|
+
|
|
2352
|
+
// Initialize the tween, deleting null tween.
|
|
2353
|
+
tween = new Array(n = self.tween.length);
|
|
2354
|
+
for (i = 0, j = -1; i < n; ++i) {
|
|
2355
|
+
if (o = self.tween[i].value.call(node, node.__data__, self.index, self.group)) {
|
|
2356
|
+
tween[++j] = o;
|
|
2357
|
+
}
|
|
2358
|
+
}
|
|
2359
|
+
tween.length = j + 1;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
function tick(elapsed) {
|
|
2363
|
+
var t = elapsed < self.duration ? self.ease.call(null, elapsed / self.duration) : (self.timer.restart(stop), self.state = ENDING, 1),
|
|
2364
|
+
i = -1,
|
|
2365
|
+
n = tween.length;
|
|
2366
|
+
|
|
2367
|
+
while (++i < n) {
|
|
2368
|
+
tween[i].call(node, t);
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
// Dispatch the end event.
|
|
2372
|
+
if (self.state === ENDING) {
|
|
2373
|
+
self.on.call("end", node, node.__data__, self.index, self.group);
|
|
2374
|
+
stop();
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
function stop() {
|
|
2379
|
+
self.state = ENDED;
|
|
2380
|
+
self.timer.stop();
|
|
2381
|
+
delete schedules[id];
|
|
2382
|
+
for (var i in schedules) return; // eslint-disable-line no-unused-vars
|
|
2383
|
+
delete node.__transition;
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
function interrupt(node, name) {
|
|
2388
|
+
var schedules = node.__transition,
|
|
2389
|
+
schedule,
|
|
2390
|
+
active,
|
|
2391
|
+
empty = true,
|
|
2392
|
+
i;
|
|
2393
|
+
|
|
2394
|
+
if (!schedules) return;
|
|
2395
|
+
|
|
2396
|
+
name = name == null ? null : name + "";
|
|
2397
|
+
|
|
2398
|
+
for (i in schedules) {
|
|
2399
|
+
if ((schedule = schedules[i]).name !== name) { empty = false; continue; }
|
|
2400
|
+
active = schedule.state > STARTING && schedule.state < ENDING;
|
|
2401
|
+
schedule.state = ENDED;
|
|
2402
|
+
schedule.timer.stop();
|
|
2403
|
+
schedule.on.call(active ? "interrupt" : "cancel", node, node.__data__, schedule.index, schedule.group);
|
|
2404
|
+
delete schedules[i];
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
if (empty) delete node.__transition;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
function selection_interrupt(name) {
|
|
2411
|
+
return this.each(function() {
|
|
2412
|
+
interrupt(this, name);
|
|
2413
|
+
});
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
function tweenRemove(id, name) {
|
|
2417
|
+
var tween0, tween1;
|
|
2418
|
+
return function() {
|
|
2419
|
+
var schedule = set(this, id),
|
|
2420
|
+
tween = schedule.tween;
|
|
2421
|
+
|
|
2422
|
+
// If this node shared tween with the previous node,
|
|
2423
|
+
// just assign the updated shared tween and we’re done!
|
|
2424
|
+
// Otherwise, copy-on-write.
|
|
2425
|
+
if (tween !== tween0) {
|
|
2426
|
+
tween1 = tween0 = tween;
|
|
2427
|
+
for (var i = 0, n = tween1.length; i < n; ++i) {
|
|
2428
|
+
if (tween1[i].name === name) {
|
|
2429
|
+
tween1 = tween1.slice();
|
|
2430
|
+
tween1.splice(i, 1);
|
|
2431
|
+
break;
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
schedule.tween = tween1;
|
|
2437
|
+
};
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
function tweenFunction(id, name, value) {
|
|
2441
|
+
var tween0, tween1;
|
|
2442
|
+
if (typeof value !== "function") throw new Error;
|
|
2443
|
+
return function() {
|
|
2444
|
+
var schedule = set(this, id),
|
|
2445
|
+
tween = schedule.tween;
|
|
2446
|
+
|
|
2447
|
+
// If this node shared tween with the previous node,
|
|
2448
|
+
// just assign the updated shared tween and we’re done!
|
|
2449
|
+
// Otherwise, copy-on-write.
|
|
2450
|
+
if (tween !== tween0) {
|
|
2451
|
+
tween1 = (tween0 = tween).slice();
|
|
2452
|
+
for (var t = {name: name, value: value}, i = 0, n = tween1.length; i < n; ++i) {
|
|
2453
|
+
if (tween1[i].name === name) {
|
|
2454
|
+
tween1[i] = t;
|
|
2455
|
+
break;
|
|
2456
|
+
}
|
|
2457
|
+
}
|
|
2458
|
+
if (i === n) tween1.push(t);
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2461
|
+
schedule.tween = tween1;
|
|
2462
|
+
};
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
function transition_tween(name, value) {
|
|
2466
|
+
var id = this._id;
|
|
2467
|
+
|
|
2468
|
+
name += "";
|
|
2469
|
+
|
|
2470
|
+
if (arguments.length < 2) {
|
|
2471
|
+
var tween = get(this.node(), id).tween;
|
|
2472
|
+
for (var i = 0, n = tween.length, t; i < n; ++i) {
|
|
2473
|
+
if ((t = tween[i]).name === name) {
|
|
2474
|
+
return t.value;
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
return null;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
return this.each((value == null ? tweenRemove : tweenFunction)(id, name, value));
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
function tweenValue(transition, name, value) {
|
|
2484
|
+
var id = transition._id;
|
|
2485
|
+
|
|
2486
|
+
transition.each(function() {
|
|
2487
|
+
var schedule = set(this, id);
|
|
2488
|
+
(schedule.value || (schedule.value = {}))[name] = value.apply(this, arguments);
|
|
2489
|
+
});
|
|
2490
|
+
|
|
2491
|
+
return function(node) {
|
|
2492
|
+
return get(node, id).value[name];
|
|
2493
|
+
};
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
function interpolate(a, b) {
|
|
2497
|
+
var c;
|
|
2498
|
+
return (typeof b === "number" ? interpolateNumber
|
|
2499
|
+
: b instanceof color ? interpolateRgb
|
|
2500
|
+
: (c = color(b)) ? (b = c, interpolateRgb)
|
|
2501
|
+
: interpolateString)(a, b);
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
function attrRemove(name) {
|
|
2505
|
+
return function() {
|
|
2506
|
+
this.removeAttribute(name);
|
|
2507
|
+
};
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
function attrRemoveNS(fullname) {
|
|
2511
|
+
return function() {
|
|
2512
|
+
this.removeAttributeNS(fullname.space, fullname.local);
|
|
2513
|
+
};
|
|
2514
|
+
}
|
|
2515
|
+
|
|
2516
|
+
function attrConstant(name, interpolate, value1) {
|
|
2517
|
+
var string00,
|
|
2518
|
+
string1 = value1 + "",
|
|
2519
|
+
interpolate0;
|
|
2520
|
+
return function() {
|
|
2521
|
+
var string0 = this.getAttribute(name);
|
|
2522
|
+
return string0 === string1 ? null
|
|
2523
|
+
: string0 === string00 ? interpolate0
|
|
2524
|
+
: interpolate0 = interpolate(string00 = string0, value1);
|
|
2525
|
+
};
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2528
|
+
function attrConstantNS(fullname, interpolate, value1) {
|
|
2529
|
+
var string00,
|
|
2530
|
+
string1 = value1 + "",
|
|
2531
|
+
interpolate0;
|
|
2532
|
+
return function() {
|
|
2533
|
+
var string0 = this.getAttributeNS(fullname.space, fullname.local);
|
|
2534
|
+
return string0 === string1 ? null
|
|
2535
|
+
: string0 === string00 ? interpolate0
|
|
2536
|
+
: interpolate0 = interpolate(string00 = string0, value1);
|
|
2537
|
+
};
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
function attrFunction(name, interpolate, value) {
|
|
2541
|
+
var string00,
|
|
2542
|
+
string10,
|
|
2543
|
+
interpolate0;
|
|
2544
|
+
return function() {
|
|
2545
|
+
var string0, value1 = value(this), string1;
|
|
2546
|
+
if (value1 == null) return void this.removeAttribute(name);
|
|
2547
|
+
string0 = this.getAttribute(name);
|
|
2548
|
+
string1 = value1 + "";
|
|
2549
|
+
return string0 === string1 ? null
|
|
2550
|
+
: string0 === string00 && string1 === string10 ? interpolate0
|
|
2551
|
+
: (string10 = string1, interpolate0 = interpolate(string00 = string0, value1));
|
|
2552
|
+
};
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
function attrFunctionNS(fullname, interpolate, value) {
|
|
2556
|
+
var string00,
|
|
2557
|
+
string10,
|
|
2558
|
+
interpolate0;
|
|
2559
|
+
return function() {
|
|
2560
|
+
var string0, value1 = value(this), string1;
|
|
2561
|
+
if (value1 == null) return void this.removeAttributeNS(fullname.space, fullname.local);
|
|
2562
|
+
string0 = this.getAttributeNS(fullname.space, fullname.local);
|
|
2563
|
+
string1 = value1 + "";
|
|
2564
|
+
return string0 === string1 ? null
|
|
2565
|
+
: string0 === string00 && string1 === string10 ? interpolate0
|
|
2566
|
+
: (string10 = string1, interpolate0 = interpolate(string00 = string0, value1));
|
|
2567
|
+
};
|
|
2568
|
+
}
|
|
2569
|
+
|
|
2570
|
+
function transition_attr(name, value) {
|
|
2571
|
+
var fullname = namespace(name), i = fullname === "transform" ? interpolateTransformSvg : interpolate;
|
|
2572
|
+
return this.attrTween(name, typeof value === "function"
|
|
2573
|
+
? (fullname.local ? attrFunctionNS : attrFunction)(fullname, i, tweenValue(this, "attr." + name, value))
|
|
2574
|
+
: value == null ? (fullname.local ? attrRemoveNS : attrRemove)(fullname)
|
|
2575
|
+
: (fullname.local ? attrConstantNS : attrConstant)(fullname, i, value));
|
|
2576
|
+
}
|
|
2577
|
+
|
|
2578
|
+
function attrInterpolate(name, i) {
|
|
2579
|
+
return function(t) {
|
|
2580
|
+
this.setAttribute(name, i.call(this, t));
|
|
2581
|
+
};
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
function attrInterpolateNS(fullname, i) {
|
|
2585
|
+
return function(t) {
|
|
2586
|
+
this.setAttributeNS(fullname.space, fullname.local, i.call(this, t));
|
|
2587
|
+
};
|
|
2588
|
+
}
|
|
2589
|
+
|
|
2590
|
+
function attrTweenNS(fullname, value) {
|
|
2591
|
+
var t0, i0;
|
|
2592
|
+
function tween() {
|
|
2593
|
+
var i = value.apply(this, arguments);
|
|
2594
|
+
if (i !== i0) t0 = (i0 = i) && attrInterpolateNS(fullname, i);
|
|
2595
|
+
return t0;
|
|
2596
|
+
}
|
|
2597
|
+
tween._value = value;
|
|
2598
|
+
return tween;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
function attrTween(name, value) {
|
|
2602
|
+
var t0, i0;
|
|
2603
|
+
function tween() {
|
|
2604
|
+
var i = value.apply(this, arguments);
|
|
2605
|
+
if (i !== i0) t0 = (i0 = i) && attrInterpolate(name, i);
|
|
2606
|
+
return t0;
|
|
2607
|
+
}
|
|
2608
|
+
tween._value = value;
|
|
2609
|
+
return tween;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
function transition_attrTween(name, value) {
|
|
2613
|
+
var key = "attr." + name;
|
|
2614
|
+
if (arguments.length < 2) return (key = this.tween(key)) && key._value;
|
|
2615
|
+
if (value == null) return this.tween(key, null);
|
|
2616
|
+
if (typeof value !== "function") throw new Error;
|
|
2617
|
+
var fullname = namespace(name);
|
|
2618
|
+
return this.tween(key, (fullname.local ? attrTweenNS : attrTween)(fullname, value));
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
function delayFunction(id, value) {
|
|
2622
|
+
return function() {
|
|
2623
|
+
init(this, id).delay = +value.apply(this, arguments);
|
|
2624
|
+
};
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
function delayConstant(id, value) {
|
|
2628
|
+
return value = +value, function() {
|
|
2629
|
+
init(this, id).delay = value;
|
|
2630
|
+
};
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
function transition_delay(value) {
|
|
2634
|
+
var id = this._id;
|
|
2635
|
+
|
|
2636
|
+
return arguments.length
|
|
2637
|
+
? this.each((typeof value === "function"
|
|
2638
|
+
? delayFunction
|
|
2639
|
+
: delayConstant)(id, value))
|
|
2640
|
+
: get(this.node(), id).delay;
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
function durationFunction(id, value) {
|
|
2644
|
+
return function() {
|
|
2645
|
+
set(this, id).duration = +value.apply(this, arguments);
|
|
2646
|
+
};
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
function durationConstant(id, value) {
|
|
2650
|
+
return value = +value, function() {
|
|
2651
|
+
set(this, id).duration = value;
|
|
2652
|
+
};
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
function transition_duration(value) {
|
|
2656
|
+
var id = this._id;
|
|
2657
|
+
|
|
2658
|
+
return arguments.length
|
|
2659
|
+
? this.each((typeof value === "function"
|
|
2660
|
+
? durationFunction
|
|
2661
|
+
: durationConstant)(id, value))
|
|
2662
|
+
: get(this.node(), id).duration;
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
function easeConstant(id, value) {
|
|
2666
|
+
if (typeof value !== "function") throw new Error;
|
|
2667
|
+
return function() {
|
|
2668
|
+
set(this, id).ease = value;
|
|
2669
|
+
};
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
function transition_ease(value) {
|
|
2673
|
+
var id = this._id;
|
|
2674
|
+
|
|
2675
|
+
return arguments.length
|
|
2676
|
+
? this.each(easeConstant(id, value))
|
|
2677
|
+
: get(this.node(), id).ease;
|
|
2678
|
+
}
|
|
2679
|
+
|
|
2680
|
+
function easeVarying(id, value) {
|
|
2681
|
+
return function() {
|
|
2682
|
+
var v = value.apply(this, arguments);
|
|
2683
|
+
if (typeof v !== "function") throw new Error;
|
|
2684
|
+
set(this, id).ease = v;
|
|
2685
|
+
};
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
function transition_easeVarying(value) {
|
|
2689
|
+
if (typeof value !== "function") throw new Error;
|
|
2690
|
+
return this.each(easeVarying(this._id, value));
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
function transition_filter(match) {
|
|
2694
|
+
if (typeof match !== "function") match = matcher(match);
|
|
2695
|
+
|
|
2696
|
+
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
2697
|
+
for (var group = groups[j], n = group.length, subgroup = subgroups[j] = [], node, i = 0; i < n; ++i) {
|
|
2698
|
+
if ((node = group[i]) && match.call(node, node.__data__, i, group)) {
|
|
2699
|
+
subgroup.push(node);
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
return new Transition(subgroups, this._parents, this._name, this._id);
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
function transition_merge(transition) {
|
|
2708
|
+
if (transition._id !== this._id) throw new Error;
|
|
2709
|
+
|
|
2710
|
+
for (var groups0 = this._groups, groups1 = transition._groups, m0 = groups0.length, m1 = groups1.length, m = Math.min(m0, m1), merges = new Array(m0), j = 0; j < m; ++j) {
|
|
2711
|
+
for (var group0 = groups0[j], group1 = groups1[j], n = group0.length, merge = merges[j] = new Array(n), node, i = 0; i < n; ++i) {
|
|
2712
|
+
if (node = group0[i] || group1[i]) {
|
|
2713
|
+
merge[i] = node;
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
for (; j < m0; ++j) {
|
|
2719
|
+
merges[j] = groups0[j];
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
return new Transition(merges, this._parents, this._name, this._id);
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
function start(name) {
|
|
2726
|
+
return (name + "").trim().split(/^|\s+/).every(function(t) {
|
|
2727
|
+
var i = t.indexOf(".");
|
|
2728
|
+
if (i >= 0) t = t.slice(0, i);
|
|
2729
|
+
return !t || t === "start";
|
|
2730
|
+
});
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2733
|
+
function onFunction(id, name, listener) {
|
|
2734
|
+
var on0, on1, sit = start(name) ? init : set;
|
|
2735
|
+
return function() {
|
|
2736
|
+
var schedule = sit(this, id),
|
|
2737
|
+
on = schedule.on;
|
|
2738
|
+
|
|
2739
|
+
// If this node shared a dispatch with the previous node,
|
|
2740
|
+
// just assign the updated shared dispatch and we’re done!
|
|
2741
|
+
// Otherwise, copy-on-write.
|
|
2742
|
+
if (on !== on0) (on1 = (on0 = on).copy()).on(name, listener);
|
|
2743
|
+
|
|
2744
|
+
schedule.on = on1;
|
|
2745
|
+
};
|
|
2746
|
+
}
|
|
2747
|
+
|
|
2748
|
+
function transition_on(name, listener) {
|
|
2749
|
+
var id = this._id;
|
|
2750
|
+
|
|
2751
|
+
return arguments.length < 2
|
|
2752
|
+
? get(this.node(), id).on.on(name)
|
|
2753
|
+
: this.each(onFunction(id, name, listener));
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
function removeFunction(id) {
|
|
2757
|
+
return function() {
|
|
2758
|
+
var parent = this.parentNode;
|
|
2759
|
+
for (var i in this.__transition) if (+i !== id) return;
|
|
2760
|
+
if (parent) parent.removeChild(this);
|
|
2761
|
+
};
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
function transition_remove() {
|
|
2765
|
+
return this.on("end.remove", removeFunction(this._id));
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
function transition_select(select) {
|
|
2769
|
+
var name = this._name,
|
|
2770
|
+
id = this._id;
|
|
2771
|
+
|
|
2772
|
+
if (typeof select !== "function") select = selector(select);
|
|
2773
|
+
|
|
2774
|
+
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
2775
|
+
for (var group = groups[j], n = group.length, subgroup = subgroups[j] = new Array(n), node, subnode, i = 0; i < n; ++i) {
|
|
2776
|
+
if ((node = group[i]) && (subnode = select.call(node, node.__data__, i, group))) {
|
|
2777
|
+
if ("__data__" in node) subnode.__data__ = node.__data__;
|
|
2778
|
+
subgroup[i] = subnode;
|
|
2779
|
+
schedule(subgroup[i], name, id, i, subgroup, get(node, id));
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
return new Transition(subgroups, this._parents, name, id);
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
function transition_selectAll(select) {
|
|
2788
|
+
var name = this._name,
|
|
2789
|
+
id = this._id;
|
|
2790
|
+
|
|
2791
|
+
if (typeof select !== "function") select = selectorAll(select);
|
|
2792
|
+
|
|
2793
|
+
for (var groups = this._groups, m = groups.length, subgroups = [], parents = [], j = 0; j < m; ++j) {
|
|
2794
|
+
for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
|
|
2795
|
+
if (node = group[i]) {
|
|
2796
|
+
for (var children = select.call(node, node.__data__, i, group), child, inherit = get(node, id), k = 0, l = children.length; k < l; ++k) {
|
|
2797
|
+
if (child = children[k]) {
|
|
2798
|
+
schedule(child, name, id, k, children, inherit);
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
subgroups.push(children);
|
|
2802
|
+
parents.push(node);
|
|
2803
|
+
}
|
|
2804
|
+
}
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
return new Transition(subgroups, parents, name, id);
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2810
|
+
var Selection = selection.prototype.constructor;
|
|
2811
|
+
|
|
2812
|
+
function transition_selection() {
|
|
2813
|
+
return new Selection(this._groups, this._parents);
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2816
|
+
function styleNull(name, interpolate) {
|
|
2817
|
+
var string00,
|
|
2818
|
+
string10,
|
|
2819
|
+
interpolate0;
|
|
2820
|
+
return function() {
|
|
2821
|
+
var string0 = styleValue(this, name),
|
|
2822
|
+
string1 = (this.style.removeProperty(name), styleValue(this, name));
|
|
2823
|
+
return string0 === string1 ? null
|
|
2824
|
+
: string0 === string00 && string1 === string10 ? interpolate0
|
|
2825
|
+
: interpolate0 = interpolate(string00 = string0, string10 = string1);
|
|
2826
|
+
};
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
function styleRemove(name) {
|
|
2830
|
+
return function() {
|
|
2831
|
+
this.style.removeProperty(name);
|
|
2832
|
+
};
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
function styleConstant(name, interpolate, value1) {
|
|
2836
|
+
var string00,
|
|
2837
|
+
string1 = value1 + "",
|
|
2838
|
+
interpolate0;
|
|
2839
|
+
return function() {
|
|
2840
|
+
var string0 = styleValue(this, name);
|
|
2841
|
+
return string0 === string1 ? null
|
|
2842
|
+
: string0 === string00 ? interpolate0
|
|
2843
|
+
: interpolate0 = interpolate(string00 = string0, value1);
|
|
2844
|
+
};
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
function styleFunction(name, interpolate, value) {
|
|
2848
|
+
var string00,
|
|
2849
|
+
string10,
|
|
2850
|
+
interpolate0;
|
|
2851
|
+
return function() {
|
|
2852
|
+
var string0 = styleValue(this, name),
|
|
2853
|
+
value1 = value(this),
|
|
2854
|
+
string1 = value1 + "";
|
|
2855
|
+
if (value1 == null) string1 = value1 = (this.style.removeProperty(name), styleValue(this, name));
|
|
2856
|
+
return string0 === string1 ? null
|
|
2857
|
+
: string0 === string00 && string1 === string10 ? interpolate0
|
|
2858
|
+
: (string10 = string1, interpolate0 = interpolate(string00 = string0, value1));
|
|
2859
|
+
};
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2862
|
+
function styleMaybeRemove(id, name) {
|
|
2863
|
+
var on0, on1, listener0, key = "style." + name, event = "end." + key, remove;
|
|
2864
|
+
return function() {
|
|
2865
|
+
var schedule = set(this, id),
|
|
2866
|
+
on = schedule.on,
|
|
2867
|
+
listener = schedule.value[key] == null ? remove || (remove = styleRemove(name)) : undefined;
|
|
2868
|
+
|
|
2869
|
+
// If this node shared a dispatch with the previous node,
|
|
2870
|
+
// just assign the updated shared dispatch and we’re done!
|
|
2871
|
+
// Otherwise, copy-on-write.
|
|
2872
|
+
if (on !== on0 || listener0 !== listener) (on1 = (on0 = on).copy()).on(event, listener0 = listener);
|
|
2873
|
+
|
|
2874
|
+
schedule.on = on1;
|
|
2875
|
+
};
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
function transition_style(name, value, priority) {
|
|
2879
|
+
var i = (name += "") === "transform" ? interpolateTransformCss : interpolate;
|
|
2880
|
+
return value == null ? this
|
|
2881
|
+
.styleTween(name, styleNull(name, i))
|
|
2882
|
+
.on("end.style." + name, styleRemove(name))
|
|
2883
|
+
: typeof value === "function" ? this
|
|
2884
|
+
.styleTween(name, styleFunction(name, i, tweenValue(this, "style." + name, value)))
|
|
2885
|
+
.each(styleMaybeRemove(this._id, name))
|
|
2886
|
+
: this
|
|
2887
|
+
.styleTween(name, styleConstant(name, i, value), priority)
|
|
2888
|
+
.on("end.style." + name, null);
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
function styleInterpolate(name, i, priority) {
|
|
2892
|
+
return function(t) {
|
|
2893
|
+
this.style.setProperty(name, i.call(this, t), priority);
|
|
2894
|
+
};
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2897
|
+
function styleTween(name, value, priority) {
|
|
2898
|
+
var t, i0;
|
|
2899
|
+
function tween() {
|
|
2900
|
+
var i = value.apply(this, arguments);
|
|
2901
|
+
if (i !== i0) t = (i0 = i) && styleInterpolate(name, i, priority);
|
|
2902
|
+
return t;
|
|
2903
|
+
}
|
|
2904
|
+
tween._value = value;
|
|
2905
|
+
return tween;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
function transition_styleTween(name, value, priority) {
|
|
2909
|
+
var key = "style." + (name += "");
|
|
2910
|
+
if (arguments.length < 2) return (key = this.tween(key)) && key._value;
|
|
2911
|
+
if (value == null) return this.tween(key, null);
|
|
2912
|
+
if (typeof value !== "function") throw new Error;
|
|
2913
|
+
return this.tween(key, styleTween(name, value, priority == null ? "" : priority));
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
function textConstant(value) {
|
|
2917
|
+
return function() {
|
|
2918
|
+
this.textContent = value;
|
|
2919
|
+
};
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
function textFunction(value) {
|
|
2923
|
+
return function() {
|
|
2924
|
+
var value1 = value(this);
|
|
2925
|
+
this.textContent = value1 == null ? "" : value1;
|
|
2926
|
+
};
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2929
|
+
function transition_text(value) {
|
|
2930
|
+
return this.tween("text", typeof value === "function"
|
|
2931
|
+
? textFunction(tweenValue(this, "text", value))
|
|
2932
|
+
: textConstant(value == null ? "" : value + ""));
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
function textInterpolate(i) {
|
|
2936
|
+
return function(t) {
|
|
2937
|
+
this.textContent = i.call(this, t);
|
|
2938
|
+
};
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
function textTween(value) {
|
|
2942
|
+
var t0, i0;
|
|
2943
|
+
function tween() {
|
|
2944
|
+
var i = value.apply(this, arguments);
|
|
2945
|
+
if (i !== i0) t0 = (i0 = i) && textInterpolate(i);
|
|
2946
|
+
return t0;
|
|
2947
|
+
}
|
|
2948
|
+
tween._value = value;
|
|
2949
|
+
return tween;
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2952
|
+
function transition_textTween(value) {
|
|
2953
|
+
var key = "text";
|
|
2954
|
+
if (arguments.length < 1) return (key = this.tween(key)) && key._value;
|
|
2955
|
+
if (value == null) return this.tween(key, null);
|
|
2956
|
+
if (typeof value !== "function") throw new Error;
|
|
2957
|
+
return this.tween(key, textTween(value));
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
function transition_transition() {
|
|
2961
|
+
var name = this._name,
|
|
2962
|
+
id0 = this._id,
|
|
2963
|
+
id1 = newId();
|
|
2964
|
+
|
|
2965
|
+
for (var groups = this._groups, m = groups.length, j = 0; j < m; ++j) {
|
|
2966
|
+
for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
|
|
2967
|
+
if (node = group[i]) {
|
|
2968
|
+
var inherit = get(node, id0);
|
|
2969
|
+
schedule(node, name, id1, i, group, {
|
|
2970
|
+
time: inherit.time + inherit.delay + inherit.duration,
|
|
2971
|
+
delay: 0,
|
|
2972
|
+
duration: inherit.duration,
|
|
2973
|
+
ease: inherit.ease
|
|
2974
|
+
});
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
|
|
2979
|
+
return new Transition(groups, this._parents, name, id1);
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2982
|
+
function transition_end() {
|
|
2983
|
+
var on0, on1, that = this, id = that._id, size = that.size();
|
|
2984
|
+
return new Promise(function(resolve, reject) {
|
|
2985
|
+
var cancel = {value: reject},
|
|
2986
|
+
end = {value: function() { if (--size === 0) resolve(); }};
|
|
2987
|
+
|
|
2988
|
+
that.each(function() {
|
|
2989
|
+
var schedule = set(this, id),
|
|
2990
|
+
on = schedule.on;
|
|
2991
|
+
|
|
2992
|
+
// If this node shared a dispatch with the previous node,
|
|
2993
|
+
// just assign the updated shared dispatch and we’re done!
|
|
2994
|
+
// Otherwise, copy-on-write.
|
|
2995
|
+
if (on !== on0) {
|
|
2996
|
+
on1 = (on0 = on).copy();
|
|
2997
|
+
on1._.cancel.push(cancel);
|
|
2998
|
+
on1._.interrupt.push(cancel);
|
|
2999
|
+
on1._.end.push(end);
|
|
3000
|
+
}
|
|
3001
|
+
|
|
3002
|
+
schedule.on = on1;
|
|
3003
|
+
});
|
|
3004
|
+
|
|
3005
|
+
// The selection was empty, resolve end immediately
|
|
3006
|
+
if (size === 0) resolve();
|
|
3007
|
+
});
|
|
3008
|
+
}
|
|
3009
|
+
|
|
3010
|
+
var id = 0;
|
|
3011
|
+
|
|
3012
|
+
function Transition(groups, parents, name, id) {
|
|
3013
|
+
this._groups = groups;
|
|
3014
|
+
this._parents = parents;
|
|
3015
|
+
this._name = name;
|
|
3016
|
+
this._id = id;
|
|
3017
|
+
}
|
|
3018
|
+
|
|
3019
|
+
function newId() {
|
|
3020
|
+
return ++id;
|
|
3021
|
+
}
|
|
3022
|
+
|
|
3023
|
+
var selection_prototype = selection.prototype;
|
|
3024
|
+
|
|
3025
|
+
Transition.prototype = {
|
|
3026
|
+
constructor: Transition,
|
|
3027
|
+
select: transition_select,
|
|
3028
|
+
selectAll: transition_selectAll,
|
|
3029
|
+
selectChild: selection_prototype.selectChild,
|
|
3030
|
+
selectChildren: selection_prototype.selectChildren,
|
|
3031
|
+
filter: transition_filter,
|
|
3032
|
+
merge: transition_merge,
|
|
3033
|
+
selection: transition_selection,
|
|
3034
|
+
transition: transition_transition,
|
|
3035
|
+
call: selection_prototype.call,
|
|
3036
|
+
nodes: selection_prototype.nodes,
|
|
3037
|
+
node: selection_prototype.node,
|
|
3038
|
+
size: selection_prototype.size,
|
|
3039
|
+
empty: selection_prototype.empty,
|
|
3040
|
+
each: selection_prototype.each,
|
|
3041
|
+
on: transition_on,
|
|
3042
|
+
attr: transition_attr,
|
|
3043
|
+
attrTween: transition_attrTween,
|
|
3044
|
+
style: transition_style,
|
|
3045
|
+
styleTween: transition_styleTween,
|
|
3046
|
+
text: transition_text,
|
|
3047
|
+
textTween: transition_textTween,
|
|
3048
|
+
remove: transition_remove,
|
|
3049
|
+
tween: transition_tween,
|
|
3050
|
+
delay: transition_delay,
|
|
3051
|
+
duration: transition_duration,
|
|
3052
|
+
ease: transition_ease,
|
|
3053
|
+
easeVarying: transition_easeVarying,
|
|
3054
|
+
end: transition_end,
|
|
3055
|
+
[Symbol.iterator]: selection_prototype[Symbol.iterator]
|
|
3056
|
+
};
|
|
3057
|
+
|
|
3058
|
+
const linear$1 = t => +t;
|
|
3059
|
+
|
|
3060
|
+
function cubicInOut(t) {
|
|
3061
|
+
return ((t *= 2) <= 1 ? t * t * t : (t -= 2) * t * t + 2) / 2;
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
var exponent$1 = 3;
|
|
3065
|
+
|
|
3066
|
+
var polyInOut = (function custom(e) {
|
|
3067
|
+
e = +e;
|
|
3068
|
+
|
|
3069
|
+
function polyInOut(t) {
|
|
3070
|
+
return ((t *= 2) <= 1 ? Math.pow(t, e) : 2 - Math.pow(2 - t, e)) / 2;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3073
|
+
polyInOut.exponent = custom;
|
|
3074
|
+
|
|
3075
|
+
return polyInOut;
|
|
3076
|
+
})(exponent$1);
|
|
3077
|
+
|
|
3078
|
+
var defaultTiming = {
|
|
3079
|
+
time: null, // Set on use.
|
|
3080
|
+
delay: 0,
|
|
3081
|
+
duration: 250,
|
|
3082
|
+
ease: cubicInOut
|
|
3083
|
+
};
|
|
3084
|
+
|
|
3085
|
+
function inherit(node, id) {
|
|
3086
|
+
var timing;
|
|
3087
|
+
while (!(timing = node.__transition) || !(timing = timing[id])) {
|
|
3088
|
+
if (!(node = node.parentNode)) {
|
|
3089
|
+
throw new Error(`transition ${id} not found`);
|
|
3090
|
+
}
|
|
3091
|
+
}
|
|
3092
|
+
return timing;
|
|
3093
|
+
}
|
|
3094
|
+
|
|
3095
|
+
function selection_transition(name) {
|
|
3096
|
+
var id,
|
|
3097
|
+
timing;
|
|
3098
|
+
|
|
3099
|
+
if (name instanceof Transition) {
|
|
3100
|
+
id = name._id, name = name._name;
|
|
3101
|
+
} else {
|
|
3102
|
+
id = newId(), (timing = defaultTiming).time = now(), name = name == null ? null : name + "";
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
for (var groups = this._groups, m = groups.length, j = 0; j < m; ++j) {
|
|
3106
|
+
for (var group = groups[j], n = group.length, node, i = 0; i < n; ++i) {
|
|
3107
|
+
if (node = group[i]) {
|
|
3108
|
+
schedule(node, name, id, i, group, timing || inherit(node, id));
|
|
3109
|
+
}
|
|
3110
|
+
}
|
|
3111
|
+
}
|
|
3112
|
+
|
|
3113
|
+
return new Transition(groups, this._parents, name, id);
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
selection.prototype.interrupt = selection_interrupt;
|
|
3117
|
+
selection.prototype.transition = selection_transition;
|
|
3118
|
+
|
|
3119
|
+
function formatDecimal(x) {
|
|
3120
|
+
return Math.abs(x = Math.round(x)) >= 1e21
|
|
3121
|
+
? x.toLocaleString("en").replace(/,/g, "")
|
|
3122
|
+
: x.toString(10);
|
|
3123
|
+
}
|
|
3124
|
+
|
|
3125
|
+
// Computes the decimal coefficient and exponent of the specified number x with
|
|
3126
|
+
// significant digits p, where x is positive and p is in [1, 21] or undefined.
|
|
3127
|
+
// For example, formatDecimalParts(1.23) returns ["123", 0].
|
|
3128
|
+
function formatDecimalParts(x, p) {
|
|
3129
|
+
if ((i = (x = p ? x.toExponential(p - 1) : x.toExponential()).indexOf("e")) < 0) return null; // NaN, ±Infinity
|
|
3130
|
+
var i, coefficient = x.slice(0, i);
|
|
3131
|
+
|
|
3132
|
+
// The string returned by toExponential either has the form \d\.\d+e[-+]\d+
|
|
3133
|
+
// (e.g., 1.2e+3) or the form \de[-+]\d+ (e.g., 1e+3).
|
|
3134
|
+
return [
|
|
3135
|
+
coefficient.length > 1 ? coefficient[0] + coefficient.slice(2) : coefficient,
|
|
3136
|
+
+x.slice(i + 1)
|
|
3137
|
+
];
|
|
3138
|
+
}
|
|
3139
|
+
|
|
3140
|
+
function exponent(x) {
|
|
3141
|
+
return x = formatDecimalParts(Math.abs(x)), x ? x[1] : NaN;
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
function formatGroup(grouping, thousands) {
|
|
3145
|
+
return function(value, width) {
|
|
3146
|
+
var i = value.length,
|
|
3147
|
+
t = [],
|
|
3148
|
+
j = 0,
|
|
3149
|
+
g = grouping[0],
|
|
3150
|
+
length = 0;
|
|
3151
|
+
|
|
3152
|
+
while (i > 0 && g > 0) {
|
|
3153
|
+
if (length + g + 1 > width) g = Math.max(1, width - length);
|
|
3154
|
+
t.push(value.substring(i -= g, i + g));
|
|
3155
|
+
if ((length += g + 1) > width) break;
|
|
3156
|
+
g = grouping[j = (j + 1) % grouping.length];
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
return t.reverse().join(thousands);
|
|
3160
|
+
};
|
|
3161
|
+
}
|
|
3162
|
+
|
|
3163
|
+
function formatNumerals(numerals) {
|
|
3164
|
+
return function(value) {
|
|
3165
|
+
return value.replace(/[0-9]/g, function(i) {
|
|
3166
|
+
return numerals[+i];
|
|
3167
|
+
});
|
|
3168
|
+
};
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
|
+
// [[fill]align][sign][symbol][0][width][,][.precision][~][type]
|
|
3172
|
+
var re = /^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;
|
|
3173
|
+
|
|
3174
|
+
function formatSpecifier(specifier) {
|
|
3175
|
+
if (!(match = re.exec(specifier))) throw new Error("invalid format: " + specifier);
|
|
3176
|
+
var match;
|
|
3177
|
+
return new FormatSpecifier({
|
|
3178
|
+
fill: match[1],
|
|
3179
|
+
align: match[2],
|
|
3180
|
+
sign: match[3],
|
|
3181
|
+
symbol: match[4],
|
|
3182
|
+
zero: match[5],
|
|
3183
|
+
width: match[6],
|
|
3184
|
+
comma: match[7],
|
|
3185
|
+
precision: match[8] && match[8].slice(1),
|
|
3186
|
+
trim: match[9],
|
|
3187
|
+
type: match[10]
|
|
3188
|
+
});
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
formatSpecifier.prototype = FormatSpecifier.prototype; // instanceof
|
|
3192
|
+
|
|
3193
|
+
function FormatSpecifier(specifier) {
|
|
3194
|
+
this.fill = specifier.fill === undefined ? " " : specifier.fill + "";
|
|
3195
|
+
this.align = specifier.align === undefined ? ">" : specifier.align + "";
|
|
3196
|
+
this.sign = specifier.sign === undefined ? "-" : specifier.sign + "";
|
|
3197
|
+
this.symbol = specifier.symbol === undefined ? "" : specifier.symbol + "";
|
|
3198
|
+
this.zero = !!specifier.zero;
|
|
3199
|
+
this.width = specifier.width === undefined ? undefined : +specifier.width;
|
|
3200
|
+
this.comma = !!specifier.comma;
|
|
3201
|
+
this.precision = specifier.precision === undefined ? undefined : +specifier.precision;
|
|
3202
|
+
this.trim = !!specifier.trim;
|
|
3203
|
+
this.type = specifier.type === undefined ? "" : specifier.type + "";
|
|
3204
|
+
}
|
|
3205
|
+
|
|
3206
|
+
FormatSpecifier.prototype.toString = function() {
|
|
3207
|
+
return this.fill
|
|
3208
|
+
+ this.align
|
|
3209
|
+
+ this.sign
|
|
3210
|
+
+ this.symbol
|
|
3211
|
+
+ (this.zero ? "0" : "")
|
|
3212
|
+
+ (this.width === undefined ? "" : Math.max(1, this.width | 0))
|
|
3213
|
+
+ (this.comma ? "," : "")
|
|
3214
|
+
+ (this.precision === undefined ? "" : "." + Math.max(0, this.precision | 0))
|
|
3215
|
+
+ (this.trim ? "~" : "")
|
|
3216
|
+
+ this.type;
|
|
3217
|
+
};
|
|
3218
|
+
|
|
3219
|
+
// Trims insignificant zeros, e.g., replaces 1.2000k with 1.2k.
|
|
3220
|
+
function formatTrim(s) {
|
|
3221
|
+
out: for (var n = s.length, i = 1, i0 = -1, i1; i < n; ++i) {
|
|
3222
|
+
switch (s[i]) {
|
|
3223
|
+
case ".": i0 = i1 = i; break;
|
|
3224
|
+
case "0": if (i0 === 0) i0 = i; i1 = i; break;
|
|
3225
|
+
default: if (!+s[i]) break out; if (i0 > 0) i0 = 0; break;
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
return i0 > 0 ? s.slice(0, i0) + s.slice(i1 + 1) : s;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
var prefixExponent;
|
|
3232
|
+
|
|
3233
|
+
function formatPrefixAuto(x, p) {
|
|
3234
|
+
var d = formatDecimalParts(x, p);
|
|
3235
|
+
if (!d) return x + "";
|
|
3236
|
+
var coefficient = d[0],
|
|
3237
|
+
exponent = d[1],
|
|
3238
|
+
i = exponent - (prefixExponent = Math.max(-8, Math.min(8, Math.floor(exponent / 3))) * 3) + 1,
|
|
3239
|
+
n = coefficient.length;
|
|
3240
|
+
return i === n ? coefficient
|
|
3241
|
+
: i > n ? coefficient + new Array(i - n + 1).join("0")
|
|
3242
|
+
: i > 0 ? coefficient.slice(0, i) + "." + coefficient.slice(i)
|
|
3243
|
+
: "0." + new Array(1 - i).join("0") + formatDecimalParts(x, Math.max(0, p + i - 1))[0]; // less than 1y!
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3246
|
+
function formatRounded(x, p) {
|
|
3247
|
+
var d = formatDecimalParts(x, p);
|
|
3248
|
+
if (!d) return x + "";
|
|
3249
|
+
var coefficient = d[0],
|
|
3250
|
+
exponent = d[1];
|
|
3251
|
+
return exponent < 0 ? "0." + new Array(-exponent).join("0") + coefficient
|
|
3252
|
+
: coefficient.length > exponent + 1 ? coefficient.slice(0, exponent + 1) + "." + coefficient.slice(exponent + 1)
|
|
3253
|
+
: coefficient + new Array(exponent - coefficient.length + 2).join("0");
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
const formatTypes = {
|
|
3257
|
+
"%": (x, p) => (x * 100).toFixed(p),
|
|
3258
|
+
"b": (x) => Math.round(x).toString(2),
|
|
3259
|
+
"c": (x) => x + "",
|
|
3260
|
+
"d": formatDecimal,
|
|
3261
|
+
"e": (x, p) => x.toExponential(p),
|
|
3262
|
+
"f": (x, p) => x.toFixed(p),
|
|
3263
|
+
"g": (x, p) => x.toPrecision(p),
|
|
3264
|
+
"o": (x) => Math.round(x).toString(8),
|
|
3265
|
+
"p": (x, p) => formatRounded(x * 100, p),
|
|
3266
|
+
"r": formatRounded,
|
|
3267
|
+
"s": formatPrefixAuto,
|
|
3268
|
+
"X": (x) => Math.round(x).toString(16).toUpperCase(),
|
|
3269
|
+
"x": (x) => Math.round(x).toString(16)
|
|
3270
|
+
};
|
|
3271
|
+
|
|
3272
|
+
function identity$1(x) {
|
|
3273
|
+
return x;
|
|
3274
|
+
}
|
|
3275
|
+
|
|
3276
|
+
var map = Array.prototype.map,
|
|
3277
|
+
prefixes = ["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];
|
|
3278
|
+
|
|
3279
|
+
function formatLocale(locale) {
|
|
3280
|
+
var group = locale.grouping === undefined || locale.thousands === undefined ? identity$1 : formatGroup(map.call(locale.grouping, Number), locale.thousands + ""),
|
|
3281
|
+
currencyPrefix = locale.currency === undefined ? "" : locale.currency[0] + "",
|
|
3282
|
+
currencySuffix = locale.currency === undefined ? "" : locale.currency[1] + "",
|
|
3283
|
+
decimal = locale.decimal === undefined ? "." : locale.decimal + "",
|
|
3284
|
+
numerals = locale.numerals === undefined ? identity$1 : formatNumerals(map.call(locale.numerals, String)),
|
|
3285
|
+
percent = locale.percent === undefined ? "%" : locale.percent + "",
|
|
3286
|
+
minus = locale.minus === undefined ? "−" : locale.minus + "",
|
|
3287
|
+
nan = locale.nan === undefined ? "NaN" : locale.nan + "";
|
|
3288
|
+
|
|
3289
|
+
function newFormat(specifier) {
|
|
3290
|
+
specifier = formatSpecifier(specifier);
|
|
3291
|
+
|
|
3292
|
+
var fill = specifier.fill,
|
|
3293
|
+
align = specifier.align,
|
|
3294
|
+
sign = specifier.sign,
|
|
3295
|
+
symbol = specifier.symbol,
|
|
3296
|
+
zero = specifier.zero,
|
|
3297
|
+
width = specifier.width,
|
|
3298
|
+
comma = specifier.comma,
|
|
3299
|
+
precision = specifier.precision,
|
|
3300
|
+
trim = specifier.trim,
|
|
3301
|
+
type = specifier.type;
|
|
3302
|
+
|
|
3303
|
+
// The "n" type is an alias for ",g".
|
|
3304
|
+
if (type === "n") comma = true, type = "g";
|
|
3305
|
+
|
|
3306
|
+
// The "" type, and any invalid type, is an alias for ".12~g".
|
|
3307
|
+
else if (!formatTypes[type]) precision === undefined && (precision = 12), trim = true, type = "g";
|
|
3308
|
+
|
|
3309
|
+
// If zero fill is specified, padding goes after sign and before digits.
|
|
3310
|
+
if (zero || (fill === "0" && align === "=")) zero = true, fill = "0", align = "=";
|
|
3311
|
+
|
|
3312
|
+
// Compute the prefix and suffix.
|
|
3313
|
+
// For SI-prefix, the suffix is lazily computed.
|
|
3314
|
+
var prefix = symbol === "$" ? currencyPrefix : symbol === "#" && /[boxX]/.test(type) ? "0" + type.toLowerCase() : "",
|
|
3315
|
+
suffix = symbol === "$" ? currencySuffix : /[%p]/.test(type) ? percent : "";
|
|
3316
|
+
|
|
3317
|
+
// What format function should we use?
|
|
3318
|
+
// Is this an integer type?
|
|
3319
|
+
// Can this type generate exponential notation?
|
|
3320
|
+
var formatType = formatTypes[type],
|
|
3321
|
+
maybeSuffix = /[defgprs%]/.test(type);
|
|
3322
|
+
|
|
3323
|
+
// Set the default precision if not specified,
|
|
3324
|
+
// or clamp the specified precision to the supported range.
|
|
3325
|
+
// For significant precision, it must be in [1, 21].
|
|
3326
|
+
// For fixed precision, it must be in [0, 20].
|
|
3327
|
+
precision = precision === undefined ? 6
|
|
3328
|
+
: /[gprs]/.test(type) ? Math.max(1, Math.min(21, precision))
|
|
3329
|
+
: Math.max(0, Math.min(20, precision));
|
|
3330
|
+
|
|
3331
|
+
function format(value) {
|
|
3332
|
+
var valuePrefix = prefix,
|
|
3333
|
+
valueSuffix = suffix,
|
|
3334
|
+
i, n, c;
|
|
3335
|
+
|
|
3336
|
+
if (type === "c") {
|
|
3337
|
+
valueSuffix = formatType(value) + valueSuffix;
|
|
3338
|
+
value = "";
|
|
3339
|
+
} else {
|
|
3340
|
+
value = +value;
|
|
3341
|
+
|
|
3342
|
+
// Determine the sign. -0 is not less than 0, but 1 / -0 is!
|
|
3343
|
+
var valueNegative = value < 0 || 1 / value < 0;
|
|
3344
|
+
|
|
3345
|
+
// Perform the initial formatting.
|
|
3346
|
+
value = isNaN(value) ? nan : formatType(Math.abs(value), precision);
|
|
3347
|
+
|
|
3348
|
+
// Trim insignificant zeros.
|
|
3349
|
+
if (trim) value = formatTrim(value);
|
|
3350
|
+
|
|
3351
|
+
// If a negative value rounds to zero after formatting, and no explicit positive sign is requested, hide the sign.
|
|
3352
|
+
if (valueNegative && +value === 0 && sign !== "+") valueNegative = false;
|
|
3353
|
+
|
|
3354
|
+
// Compute the prefix and suffix.
|
|
3355
|
+
valuePrefix = (valueNegative ? (sign === "(" ? sign : minus) : sign === "-" || sign === "(" ? "" : sign) + valuePrefix;
|
|
3356
|
+
valueSuffix = (type === "s" ? prefixes[8 + prefixExponent / 3] : "") + valueSuffix + (valueNegative && sign === "(" ? ")" : "");
|
|
3357
|
+
|
|
3358
|
+
// Break the formatted value into the integer “value” part that can be
|
|
3359
|
+
// grouped, and fractional or exponential “suffix” part that is not.
|
|
3360
|
+
if (maybeSuffix) {
|
|
3361
|
+
i = -1, n = value.length;
|
|
3362
|
+
while (++i < n) {
|
|
3363
|
+
if (c = value.charCodeAt(i), 48 > c || c > 57) {
|
|
3364
|
+
valueSuffix = (c === 46 ? decimal + value.slice(i + 1) : value.slice(i)) + valueSuffix;
|
|
3365
|
+
value = value.slice(0, i);
|
|
3366
|
+
break;
|
|
3367
|
+
}
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
}
|
|
3371
|
+
|
|
3372
|
+
// If the fill character is not "0", grouping is applied before padding.
|
|
3373
|
+
if (comma && !zero) value = group(value, Infinity);
|
|
3374
|
+
|
|
3375
|
+
// Compute the padding.
|
|
3376
|
+
var length = valuePrefix.length + value.length + valueSuffix.length,
|
|
3377
|
+
padding = length < width ? new Array(width - length + 1).join(fill) : "";
|
|
3378
|
+
|
|
3379
|
+
// If the fill character is "0", grouping is applied after padding.
|
|
3380
|
+
if (comma && zero) value = group(padding + value, padding.length ? width - valueSuffix.length : Infinity), padding = "";
|
|
3381
|
+
|
|
3382
|
+
// Reconstruct the final output based on the desired alignment.
|
|
3383
|
+
switch (align) {
|
|
3384
|
+
case "<": value = valuePrefix + value + valueSuffix + padding; break;
|
|
3385
|
+
case "=": value = valuePrefix + padding + value + valueSuffix; break;
|
|
3386
|
+
case "^": value = padding.slice(0, length = padding.length >> 1) + valuePrefix + value + valueSuffix + padding.slice(length); break;
|
|
3387
|
+
default: value = padding + valuePrefix + value + valueSuffix; break;
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
return numerals(value);
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3393
|
+
format.toString = function() {
|
|
3394
|
+
return specifier + "";
|
|
3395
|
+
};
|
|
3396
|
+
|
|
3397
|
+
return format;
|
|
3398
|
+
}
|
|
3399
|
+
|
|
3400
|
+
function formatPrefix(specifier, value) {
|
|
3401
|
+
var f = newFormat((specifier = formatSpecifier(specifier), specifier.type = "f", specifier)),
|
|
3402
|
+
e = Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3,
|
|
3403
|
+
k = Math.pow(10, -e),
|
|
3404
|
+
prefix = prefixes[8 + e / 3];
|
|
3405
|
+
return function(value) {
|
|
3406
|
+
return f(k * value) + prefix;
|
|
3407
|
+
};
|
|
3408
|
+
}
|
|
3409
|
+
|
|
3410
|
+
return {
|
|
3411
|
+
format: newFormat,
|
|
3412
|
+
formatPrefix: formatPrefix
|
|
3413
|
+
};
|
|
3414
|
+
}
|
|
3415
|
+
|
|
3416
|
+
var locale;
|
|
3417
|
+
var format;
|
|
3418
|
+
var formatPrefix;
|
|
3419
|
+
|
|
3420
|
+
defaultLocale({
|
|
3421
|
+
thousands: ",",
|
|
3422
|
+
grouping: [3],
|
|
3423
|
+
currency: ["$", ""]
|
|
3424
|
+
});
|
|
3425
|
+
|
|
3426
|
+
function defaultLocale(definition) {
|
|
3427
|
+
locale = formatLocale(definition);
|
|
3428
|
+
format = locale.format;
|
|
3429
|
+
formatPrefix = locale.formatPrefix;
|
|
3430
|
+
return locale;
|
|
3431
|
+
}
|
|
3432
|
+
|
|
3433
|
+
function precisionFixed(step) {
|
|
3434
|
+
return Math.max(0, -exponent(Math.abs(step)));
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3437
|
+
function precisionPrefix(step, value) {
|
|
3438
|
+
return Math.max(0, Math.max(-8, Math.min(8, Math.floor(exponent(value) / 3))) * 3 - exponent(Math.abs(step)));
|
|
3439
|
+
}
|
|
3440
|
+
|
|
3441
|
+
function precisionRound(step, max) {
|
|
3442
|
+
step = Math.abs(step), max = Math.abs(max) - step;
|
|
3443
|
+
return Math.max(0, exponent(max) - exponent(step)) + 1;
|
|
3444
|
+
}
|
|
3445
|
+
|
|
3446
|
+
function initRange(domain, range) {
|
|
3447
|
+
switch (arguments.length) {
|
|
3448
|
+
case 0: break;
|
|
3449
|
+
case 1: this.range(domain); break;
|
|
3450
|
+
default: this.range(range).domain(domain); break;
|
|
3451
|
+
}
|
|
3452
|
+
return this;
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3455
|
+
const implicit = Symbol("implicit");
|
|
3456
|
+
|
|
3457
|
+
function ordinal() {
|
|
3458
|
+
var index = new InternMap(),
|
|
3459
|
+
domain = [],
|
|
3460
|
+
range = [],
|
|
3461
|
+
unknown = implicit;
|
|
3462
|
+
|
|
3463
|
+
function scale(d) {
|
|
3464
|
+
let i = index.get(d);
|
|
3465
|
+
if (i === undefined) {
|
|
3466
|
+
if (unknown !== implicit) return unknown;
|
|
3467
|
+
index.set(d, i = domain.push(d) - 1);
|
|
3468
|
+
}
|
|
3469
|
+
return range[i % range.length];
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3472
|
+
scale.domain = function(_) {
|
|
3473
|
+
if (!arguments.length) return domain.slice();
|
|
3474
|
+
domain = [], index = new InternMap();
|
|
3475
|
+
for (const value of _) {
|
|
3476
|
+
if (index.has(value)) continue;
|
|
3477
|
+
index.set(value, domain.push(value) - 1);
|
|
3478
|
+
}
|
|
3479
|
+
return scale;
|
|
3480
|
+
};
|
|
3481
|
+
|
|
3482
|
+
scale.range = function(_) {
|
|
3483
|
+
return arguments.length ? (range = Array.from(_), scale) : range.slice();
|
|
3484
|
+
};
|
|
3485
|
+
|
|
3486
|
+
scale.unknown = function(_) {
|
|
3487
|
+
return arguments.length ? (unknown = _, scale) : unknown;
|
|
3488
|
+
};
|
|
3489
|
+
|
|
3490
|
+
scale.copy = function() {
|
|
3491
|
+
return ordinal(domain, range).unknown(unknown);
|
|
3492
|
+
};
|
|
3493
|
+
|
|
3494
|
+
initRange.apply(scale, arguments);
|
|
3495
|
+
|
|
3496
|
+
return scale;
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
function constants(x) {
|
|
3500
|
+
return function() {
|
|
3501
|
+
return x;
|
|
3502
|
+
};
|
|
3503
|
+
}
|
|
3504
|
+
|
|
3505
|
+
function number(x) {
|
|
3506
|
+
return +x;
|
|
3507
|
+
}
|
|
3508
|
+
|
|
3509
|
+
var unit = [0, 1];
|
|
3510
|
+
|
|
3511
|
+
function identity(x) {
|
|
3512
|
+
return x;
|
|
3513
|
+
}
|
|
3514
|
+
|
|
3515
|
+
function normalize(a, b) {
|
|
3516
|
+
return (b -= (a = +a))
|
|
3517
|
+
? function(x) { return (x - a) / b; }
|
|
3518
|
+
: constants(isNaN(b) ? NaN : 0.5);
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
function clamper(a, b) {
|
|
3522
|
+
var t;
|
|
3523
|
+
if (a > b) t = a, a = b, b = t;
|
|
3524
|
+
return function(x) { return Math.max(a, Math.min(b, x)); };
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
|
+
// normalize(a, b)(x) takes a domain value x in [a,b] and returns the corresponding parameter t in [0,1].
|
|
3528
|
+
// interpolate(a, b)(t) takes a parameter t in [0,1] and returns the corresponding range value x in [a,b].
|
|
3529
|
+
function bimap(domain, range, interpolate) {
|
|
3530
|
+
var d0 = domain[0], d1 = domain[1], r0 = range[0], r1 = range[1];
|
|
3531
|
+
if (d1 < d0) d0 = normalize(d1, d0), r0 = interpolate(r1, r0);
|
|
3532
|
+
else d0 = normalize(d0, d1), r0 = interpolate(r0, r1);
|
|
3533
|
+
return function(x) { return r0(d0(x)); };
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
function polymap(domain, range, interpolate) {
|
|
3537
|
+
var j = Math.min(domain.length, range.length) - 1,
|
|
3538
|
+
d = new Array(j),
|
|
3539
|
+
r = new Array(j),
|
|
3540
|
+
i = -1;
|
|
3541
|
+
|
|
3542
|
+
// Reverse descending domains.
|
|
3543
|
+
if (domain[j] < domain[0]) {
|
|
3544
|
+
domain = domain.slice().reverse();
|
|
3545
|
+
range = range.slice().reverse();
|
|
3546
|
+
}
|
|
3547
|
+
|
|
3548
|
+
while (++i < j) {
|
|
3549
|
+
d[i] = normalize(domain[i], domain[i + 1]);
|
|
3550
|
+
r[i] = interpolate(range[i], range[i + 1]);
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
return function(x) {
|
|
3554
|
+
var i = bisect(domain, x, 1, j) - 1;
|
|
3555
|
+
return r[i](d[i](x));
|
|
3556
|
+
};
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
function copy(source, target) {
|
|
3560
|
+
return target
|
|
3561
|
+
.domain(source.domain())
|
|
3562
|
+
.range(source.range())
|
|
3563
|
+
.interpolate(source.interpolate())
|
|
3564
|
+
.clamp(source.clamp())
|
|
3565
|
+
.unknown(source.unknown());
|
|
3566
|
+
}
|
|
3567
|
+
|
|
3568
|
+
function transformer() {
|
|
3569
|
+
var domain = unit,
|
|
3570
|
+
range = unit,
|
|
3571
|
+
interpolate = interpolate$1,
|
|
3572
|
+
transform,
|
|
3573
|
+
untransform,
|
|
3574
|
+
unknown,
|
|
3575
|
+
clamp = identity,
|
|
3576
|
+
piecewise,
|
|
3577
|
+
output,
|
|
3578
|
+
input;
|
|
3579
|
+
|
|
3580
|
+
function rescale() {
|
|
3581
|
+
var n = Math.min(domain.length, range.length);
|
|
3582
|
+
if (clamp !== identity) clamp = clamper(domain[0], domain[n - 1]);
|
|
3583
|
+
piecewise = n > 2 ? polymap : bimap;
|
|
3584
|
+
output = input = null;
|
|
3585
|
+
return scale;
|
|
3586
|
+
}
|
|
3587
|
+
|
|
3588
|
+
function scale(x) {
|
|
3589
|
+
return x == null || isNaN(x = +x) ? unknown : (output || (output = piecewise(domain.map(transform), range, interpolate)))(transform(clamp(x)));
|
|
3590
|
+
}
|
|
3591
|
+
|
|
3592
|
+
scale.invert = function(y) {
|
|
3593
|
+
return clamp(untransform((input || (input = piecewise(range, domain.map(transform), interpolateNumber)))(y)));
|
|
3594
|
+
};
|
|
3595
|
+
|
|
3596
|
+
scale.domain = function(_) {
|
|
3597
|
+
return arguments.length ? (domain = Array.from(_, number), rescale()) : domain.slice();
|
|
3598
|
+
};
|
|
3599
|
+
|
|
3600
|
+
scale.range = function(_) {
|
|
3601
|
+
return arguments.length ? (range = Array.from(_), rescale()) : range.slice();
|
|
3602
|
+
};
|
|
3603
|
+
|
|
3604
|
+
scale.rangeRound = function(_) {
|
|
3605
|
+
return range = Array.from(_), interpolate = interpolateRound, rescale();
|
|
3606
|
+
};
|
|
3607
|
+
|
|
3608
|
+
scale.clamp = function(_) {
|
|
3609
|
+
return arguments.length ? (clamp = _ ? true : identity, rescale()) : clamp !== identity;
|
|
3610
|
+
};
|
|
3611
|
+
|
|
3612
|
+
scale.interpolate = function(_) {
|
|
3613
|
+
return arguments.length ? (interpolate = _, rescale()) : interpolate;
|
|
3614
|
+
};
|
|
3615
|
+
|
|
3616
|
+
scale.unknown = function(_) {
|
|
3617
|
+
return arguments.length ? (unknown = _, scale) : unknown;
|
|
3618
|
+
};
|
|
3619
|
+
|
|
3620
|
+
return function(t, u) {
|
|
3621
|
+
transform = t, untransform = u;
|
|
3622
|
+
return rescale();
|
|
3623
|
+
};
|
|
3624
|
+
}
|
|
3625
|
+
|
|
3626
|
+
function continuous() {
|
|
3627
|
+
return transformer()(identity, identity);
|
|
3628
|
+
}
|
|
3629
|
+
|
|
3630
|
+
function tickFormat(start, stop, count, specifier) {
|
|
3631
|
+
var step = tickStep(start, stop, count),
|
|
3632
|
+
precision;
|
|
3633
|
+
specifier = formatSpecifier(specifier == null ? ",f" : specifier);
|
|
3634
|
+
switch (specifier.type) {
|
|
3635
|
+
case "s": {
|
|
3636
|
+
var value = Math.max(Math.abs(start), Math.abs(stop));
|
|
3637
|
+
if (specifier.precision == null && !isNaN(precision = precisionPrefix(step, value))) specifier.precision = precision;
|
|
3638
|
+
return formatPrefix(specifier, value);
|
|
3639
|
+
}
|
|
3640
|
+
case "":
|
|
3641
|
+
case "e":
|
|
3642
|
+
case "g":
|
|
3643
|
+
case "p":
|
|
3644
|
+
case "r": {
|
|
3645
|
+
if (specifier.precision == null && !isNaN(precision = precisionRound(step, Math.max(Math.abs(start), Math.abs(stop))))) specifier.precision = precision - (specifier.type === "e");
|
|
3646
|
+
break;
|
|
3647
|
+
}
|
|
3648
|
+
case "f":
|
|
3649
|
+
case "%": {
|
|
3650
|
+
if (specifier.precision == null && !isNaN(precision = precisionFixed(step))) specifier.precision = precision - (specifier.type === "%") * 2;
|
|
3651
|
+
break;
|
|
3652
|
+
}
|
|
3653
|
+
}
|
|
3654
|
+
return format(specifier);
|
|
3655
|
+
}
|
|
3656
|
+
|
|
3657
|
+
function linearish(scale) {
|
|
3658
|
+
var domain = scale.domain;
|
|
3659
|
+
|
|
3660
|
+
scale.ticks = function(count) {
|
|
3661
|
+
var d = domain();
|
|
3662
|
+
return ticks(d[0], d[d.length - 1], count == null ? 10 : count);
|
|
3663
|
+
};
|
|
3664
|
+
|
|
3665
|
+
scale.tickFormat = function(count, specifier) {
|
|
3666
|
+
var d = domain();
|
|
3667
|
+
return tickFormat(d[0], d[d.length - 1], count == null ? 10 : count, specifier);
|
|
3668
|
+
};
|
|
3669
|
+
|
|
3670
|
+
scale.nice = function(count) {
|
|
3671
|
+
if (count == null) count = 10;
|
|
3672
|
+
|
|
3673
|
+
var d = domain();
|
|
3674
|
+
var i0 = 0;
|
|
3675
|
+
var i1 = d.length - 1;
|
|
3676
|
+
var start = d[i0];
|
|
3677
|
+
var stop = d[i1];
|
|
3678
|
+
var prestep;
|
|
3679
|
+
var step;
|
|
3680
|
+
var maxIter = 10;
|
|
3681
|
+
|
|
3682
|
+
if (stop < start) {
|
|
3683
|
+
step = start, start = stop, stop = step;
|
|
3684
|
+
step = i0, i0 = i1, i1 = step;
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
while (maxIter-- > 0) {
|
|
3688
|
+
step = tickIncrement(start, stop, count);
|
|
3689
|
+
if (step === prestep) {
|
|
3690
|
+
d[i0] = start;
|
|
3691
|
+
d[i1] = stop;
|
|
3692
|
+
return domain(d);
|
|
3693
|
+
} else if (step > 0) {
|
|
3694
|
+
start = Math.floor(start / step) * step;
|
|
3695
|
+
stop = Math.ceil(stop / step) * step;
|
|
3696
|
+
} else if (step < 0) {
|
|
3697
|
+
start = Math.ceil(start * step) / step;
|
|
3698
|
+
stop = Math.floor(stop * step) / step;
|
|
3699
|
+
} else {
|
|
3700
|
+
break;
|
|
3701
|
+
}
|
|
3702
|
+
prestep = step;
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
return scale;
|
|
3706
|
+
};
|
|
3707
|
+
|
|
3708
|
+
return scale;
|
|
3709
|
+
}
|
|
3710
|
+
|
|
3711
|
+
function linear() {
|
|
3712
|
+
var scale = continuous();
|
|
3713
|
+
|
|
3714
|
+
scale.copy = function() {
|
|
3715
|
+
return copy(scale, linear());
|
|
3716
|
+
};
|
|
3717
|
+
|
|
3718
|
+
initRange.apply(scale, arguments);
|
|
3719
|
+
|
|
3720
|
+
return linearish(scale);
|
|
3721
|
+
}
|
|
3722
|
+
|
|
3723
|
+
export { axisLeft as a, axisBottom as b, interpolate$1 as c, min as d, linear$1 as e, dispatch as f, formatLocale as g, initRange as i, linear as l, max as m, ordinal as o, polyInOut as p, range as r, select as s };
|