@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,2477 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index$2 = require('./index-cfa8e9be.js');
|
|
6
|
+
require('./badge-notification-shape.enum-ff802554.js');
|
|
7
|
+
const toolsFeedbackVariation_enum = require('./tools-feedback-variation.enum-4547e1e3.js');
|
|
8
|
+
require('./badge-status-variation.enum-0a5adc21.js');
|
|
9
|
+
require('./button-size.enum-7921c01e.js');
|
|
10
|
+
require('./button-type.enum-406723db.js');
|
|
11
|
+
require('./button-variation.enum-bc521499.js');
|
|
12
|
+
require('./calendar-week-view-heading-level.enum-fd0c841b.js');
|
|
13
|
+
require('./card-footer-border.enum-143982da.js');
|
|
14
|
+
require('./bar-chart-variation.enum-a4e866b6.js');
|
|
15
|
+
require('./code-example-variation.enum-c6557727.js');
|
|
16
|
+
require('./code-variation.enum-c4a4e6fd.js');
|
|
17
|
+
require('./expandable-faq-item-variation.enum-89427195.js');
|
|
18
|
+
require('./expandable-faq-variation.enum-af923f49.js');
|
|
19
|
+
require('./footer-card-variation.enum-99555edc.js');
|
|
20
|
+
require('./form-checkbox-variation.enum-d2ca879e.js');
|
|
21
|
+
require('./typography-variation.enum-9b2f695f.js');
|
|
22
|
+
require('./form-input-search-variation.enum-c50239bc.js');
|
|
23
|
+
require('./form-input-type.enum-9c8ee12a.js');
|
|
24
|
+
const formInputVariation_enum = require('./form-input-variation.enum-c750520c.js');
|
|
25
|
+
require('./form-select-variation.enum-528c1bf0.js');
|
|
26
|
+
require('./form-textarea-variation.enum-9c90d40f.js');
|
|
27
|
+
require('./info-card-multi-type.enum-14746572.js');
|
|
28
|
+
require('./info-card-variation.enum-64cef637.js');
|
|
29
|
+
require('./layout-block-container.enum-52ae6994.js');
|
|
30
|
+
require('./layout-block-variation.enum-f6102119.js');
|
|
31
|
+
require('./layout-columns-variation.enum-65675649.js');
|
|
32
|
+
require('./layout-media-object-alignment.enum-81c8e205.js');
|
|
33
|
+
require('./link-button-variation.enum-6c51aa80.js');
|
|
34
|
+
require('./link-external-variation.enum-4865305c.js');
|
|
35
|
+
require('./link-internal-variation.enum-96d004ec.js');
|
|
36
|
+
require('./link-variation.enum-e6d243b1.js');
|
|
37
|
+
require('./list-type.enum-aea4d012.js');
|
|
38
|
+
require('./loader-skeleton-variation.enum-d52ba55e.js');
|
|
39
|
+
require('./loader-spinner-size.enum-db2973f0.js');
|
|
40
|
+
require('./logo-variation.enum-607fadb4.js');
|
|
41
|
+
require('./media-figure-alignment.enum-3885aba5.js');
|
|
42
|
+
require('./navigation-context-menu-item-type.enum-9b8142ad.js');
|
|
43
|
+
require('./navigation-context-menu-horizontal-position.enum-71b76501.js');
|
|
44
|
+
require('./navigation-sidebar-variation.enum-1c0c3064.js');
|
|
45
|
+
require('./navigation-vertical-menu-variation.enum-c237edd3.js');
|
|
46
|
+
require('./progress-indicator-variation.enum-7cf8e0e4.js');
|
|
47
|
+
require('./progress-list-item-variation.enum-90e4c874.js');
|
|
48
|
+
require('./progress-list-variation.enum-06d5ce27.js');
|
|
49
|
+
require('./progressbar-variation.enum-aff9fa80.js');
|
|
50
|
+
require('./quote-image-inner-position.enum-e64e7a6d.js');
|
|
51
|
+
require('./quote-single-variation.enum-53f94dbc.js');
|
|
52
|
+
require('./table-variation.enum-25df2ad7.js');
|
|
53
|
+
require('./tag-media-icon.enum-372563c5.js');
|
|
54
|
+
require('./tag-size.enum-0a6be639.js');
|
|
55
|
+
require('./tools-feedback-banner-type.enum-de373ba0.js');
|
|
56
|
+
require('./tools-feedback-rating-variation.enum-2f71e84d.js');
|
|
57
|
+
require('./typography-heading-jumbo-variation.enum-8677e099.js');
|
|
58
|
+
require('./typography-meta-variation.enum-13ac3538.js');
|
|
59
|
+
require('./typography-time-variation.enum-bce1d87e.js');
|
|
60
|
+
require('./util-breakpoint-observer-breakpoints.enum-e96d3a84.js');
|
|
61
|
+
const randomIdGenerator_util = require('./randomIdGenerator.util-e7f4b6de.js');
|
|
62
|
+
const detectClickOutside_util = require('./detectClickOutside.util-3e764eb3.js');
|
|
63
|
+
const index = require('./index-e8333bcc.js');
|
|
64
|
+
const index$1 = require('./index-ac8e01b4.js');
|
|
65
|
+
const index$3 = require('./index-cad91a90.js');
|
|
66
|
+
require('./detectClosest.util-85b3507b.js');
|
|
67
|
+
|
|
68
|
+
function assign(target, dirtyObject) {
|
|
69
|
+
if (target == null) {
|
|
70
|
+
throw new TypeError('assign requires that input parameter not be null or undefined');
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
dirtyObject = dirtyObject || {};
|
|
74
|
+
|
|
75
|
+
for (var property in dirtyObject) {
|
|
76
|
+
if (Object.prototype.hasOwnProperty.call(dirtyObject, property)) {
|
|
77
|
+
target[property] = dirtyObject[property];
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
return target;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
// See issue: https://github.com/date-fns/date-fns/issues/376
|
|
85
|
+
|
|
86
|
+
function setUTCDay(dirtyDate, dirtyDay, dirtyOptions) {
|
|
87
|
+
index.requiredArgs(2, arguments);
|
|
88
|
+
var options = dirtyOptions || {};
|
|
89
|
+
var locale = options.locale;
|
|
90
|
+
var localeWeekStartsOn = locale && locale.options && locale.options.weekStartsOn;
|
|
91
|
+
var defaultWeekStartsOn = localeWeekStartsOn == null ? 0 : index$1.toInteger(localeWeekStartsOn);
|
|
92
|
+
var weekStartsOn = options.weekStartsOn == null ? defaultWeekStartsOn : index$1.toInteger(options.weekStartsOn); // Test if weekStartsOn is between 0 and 6 _and_ is not NaN
|
|
93
|
+
|
|
94
|
+
if (!(weekStartsOn >= 0 && weekStartsOn <= 6)) {
|
|
95
|
+
throw new RangeError('weekStartsOn must be between 0 and 6 inclusively');
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
var date = index.toDate(dirtyDate);
|
|
99
|
+
var day = index$1.toInteger(dirtyDay);
|
|
100
|
+
var currentDay = date.getUTCDay();
|
|
101
|
+
var remainder = day % 7;
|
|
102
|
+
var dayIndex = (remainder + 7) % 7;
|
|
103
|
+
var diff = (dayIndex < weekStartsOn ? 7 : 0) + day - currentDay;
|
|
104
|
+
date.setUTCDate(date.getUTCDate() + diff);
|
|
105
|
+
return date;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// See issue: https://github.com/date-fns/date-fns/issues/376
|
|
109
|
+
|
|
110
|
+
function setUTCISODay(dirtyDate, dirtyDay) {
|
|
111
|
+
index.requiredArgs(2, arguments);
|
|
112
|
+
var day = index$1.toInteger(dirtyDay);
|
|
113
|
+
|
|
114
|
+
if (day % 7 === 0) {
|
|
115
|
+
day = day - 7;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
var weekStartsOn = 1;
|
|
119
|
+
var date = index.toDate(dirtyDate);
|
|
120
|
+
var currentDay = date.getUTCDay();
|
|
121
|
+
var remainder = day % 7;
|
|
122
|
+
var dayIndex = (remainder + 7) % 7;
|
|
123
|
+
var diff = (dayIndex < weekStartsOn ? 7 : 0) + day - currentDay;
|
|
124
|
+
date.setUTCDate(date.getUTCDate() + diff);
|
|
125
|
+
return date;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// See issue: https://github.com/date-fns/date-fns/issues/376
|
|
129
|
+
|
|
130
|
+
function setUTCISOWeek(dirtyDate, dirtyISOWeek) {
|
|
131
|
+
index.requiredArgs(2, arguments);
|
|
132
|
+
var date = index.toDate(dirtyDate);
|
|
133
|
+
var isoWeek = index$1.toInteger(dirtyISOWeek);
|
|
134
|
+
var diff = index$1.getUTCISOWeek(date) - isoWeek;
|
|
135
|
+
date.setUTCDate(date.getUTCDate() - diff * 7);
|
|
136
|
+
return date;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
// See issue: https://github.com/date-fns/date-fns/issues/376
|
|
140
|
+
|
|
141
|
+
function setUTCWeek(dirtyDate, dirtyWeek, options) {
|
|
142
|
+
index.requiredArgs(2, arguments);
|
|
143
|
+
var date = index.toDate(dirtyDate);
|
|
144
|
+
var week = index$1.toInteger(dirtyWeek);
|
|
145
|
+
var diff = index$1.getUTCWeek(date, options) - week;
|
|
146
|
+
date.setUTCDate(date.getUTCDate() - diff * 7);
|
|
147
|
+
return date;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
var MILLISECONDS_IN_HOUR = 3600000;
|
|
151
|
+
var MILLISECONDS_IN_MINUTE = 60000;
|
|
152
|
+
var MILLISECONDS_IN_SECOND = 1000;
|
|
153
|
+
var numericPatterns = {
|
|
154
|
+
month: /^(1[0-2]|0?\d)/,
|
|
155
|
+
// 0 to 12
|
|
156
|
+
date: /^(3[0-1]|[0-2]?\d)/,
|
|
157
|
+
// 0 to 31
|
|
158
|
+
dayOfYear: /^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,
|
|
159
|
+
// 0 to 366
|
|
160
|
+
week: /^(5[0-3]|[0-4]?\d)/,
|
|
161
|
+
// 0 to 53
|
|
162
|
+
hour23h: /^(2[0-3]|[0-1]?\d)/,
|
|
163
|
+
// 0 to 23
|
|
164
|
+
hour24h: /^(2[0-4]|[0-1]?\d)/,
|
|
165
|
+
// 0 to 24
|
|
166
|
+
hour11h: /^(1[0-1]|0?\d)/,
|
|
167
|
+
// 0 to 11
|
|
168
|
+
hour12h: /^(1[0-2]|0?\d)/,
|
|
169
|
+
// 0 to 12
|
|
170
|
+
minute: /^[0-5]?\d/,
|
|
171
|
+
// 0 to 59
|
|
172
|
+
second: /^[0-5]?\d/,
|
|
173
|
+
// 0 to 59
|
|
174
|
+
singleDigit: /^\d/,
|
|
175
|
+
// 0 to 9
|
|
176
|
+
twoDigits: /^\d{1,2}/,
|
|
177
|
+
// 0 to 99
|
|
178
|
+
threeDigits: /^\d{1,3}/,
|
|
179
|
+
// 0 to 999
|
|
180
|
+
fourDigits: /^\d{1,4}/,
|
|
181
|
+
// 0 to 9999
|
|
182
|
+
anyDigitsSigned: /^-?\d+/,
|
|
183
|
+
singleDigitSigned: /^-?\d/,
|
|
184
|
+
// 0 to 9, -0 to -9
|
|
185
|
+
twoDigitsSigned: /^-?\d{1,2}/,
|
|
186
|
+
// 0 to 99, -0 to -99
|
|
187
|
+
threeDigitsSigned: /^-?\d{1,3}/,
|
|
188
|
+
// 0 to 999, -0 to -999
|
|
189
|
+
fourDigitsSigned: /^-?\d{1,4}/ // 0 to 9999, -0 to -9999
|
|
190
|
+
|
|
191
|
+
};
|
|
192
|
+
var timezonePatterns = {
|
|
193
|
+
basicOptionalMinutes: /^([+-])(\d{2})(\d{2})?|Z/,
|
|
194
|
+
basic: /^([+-])(\d{2})(\d{2})|Z/,
|
|
195
|
+
basicOptionalSeconds: /^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,
|
|
196
|
+
extended: /^([+-])(\d{2}):(\d{2})|Z/,
|
|
197
|
+
extendedOptionalSeconds: /^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
function parseNumericPattern(pattern, string, valueCallback) {
|
|
201
|
+
var matchResult = string.match(pattern);
|
|
202
|
+
|
|
203
|
+
if (!matchResult) {
|
|
204
|
+
return null;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
var value = parseInt(matchResult[0], 10);
|
|
208
|
+
return {
|
|
209
|
+
value: valueCallback ? valueCallback(value) : value,
|
|
210
|
+
rest: string.slice(matchResult[0].length)
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
function parseTimezonePattern(pattern, string) {
|
|
215
|
+
var matchResult = string.match(pattern);
|
|
216
|
+
|
|
217
|
+
if (!matchResult) {
|
|
218
|
+
return null;
|
|
219
|
+
} // Input is 'Z'
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
if (matchResult[0] === 'Z') {
|
|
223
|
+
return {
|
|
224
|
+
value: 0,
|
|
225
|
+
rest: string.slice(1)
|
|
226
|
+
};
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
var sign = matchResult[1] === '+' ? 1 : -1;
|
|
230
|
+
var hours = matchResult[2] ? parseInt(matchResult[2], 10) : 0;
|
|
231
|
+
var minutes = matchResult[3] ? parseInt(matchResult[3], 10) : 0;
|
|
232
|
+
var seconds = matchResult[5] ? parseInt(matchResult[5], 10) : 0;
|
|
233
|
+
return {
|
|
234
|
+
value: sign * (hours * MILLISECONDS_IN_HOUR + minutes * MILLISECONDS_IN_MINUTE + seconds * MILLISECONDS_IN_SECOND),
|
|
235
|
+
rest: string.slice(matchResult[0].length)
|
|
236
|
+
};
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
function parseAnyDigitsSigned(string, valueCallback) {
|
|
240
|
+
return parseNumericPattern(numericPatterns.anyDigitsSigned, string, valueCallback);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
function parseNDigits(n, string, valueCallback) {
|
|
244
|
+
switch (n) {
|
|
245
|
+
case 1:
|
|
246
|
+
return parseNumericPattern(numericPatterns.singleDigit, string, valueCallback);
|
|
247
|
+
|
|
248
|
+
case 2:
|
|
249
|
+
return parseNumericPattern(numericPatterns.twoDigits, string, valueCallback);
|
|
250
|
+
|
|
251
|
+
case 3:
|
|
252
|
+
return parseNumericPattern(numericPatterns.threeDigits, string, valueCallback);
|
|
253
|
+
|
|
254
|
+
case 4:
|
|
255
|
+
return parseNumericPattern(numericPatterns.fourDigits, string, valueCallback);
|
|
256
|
+
|
|
257
|
+
default:
|
|
258
|
+
return parseNumericPattern(new RegExp('^\\d{1,' + n + '}'), string, valueCallback);
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
function parseNDigitsSigned(n, string, valueCallback) {
|
|
263
|
+
switch (n) {
|
|
264
|
+
case 1:
|
|
265
|
+
return parseNumericPattern(numericPatterns.singleDigitSigned, string, valueCallback);
|
|
266
|
+
|
|
267
|
+
case 2:
|
|
268
|
+
return parseNumericPattern(numericPatterns.twoDigitsSigned, string, valueCallback);
|
|
269
|
+
|
|
270
|
+
case 3:
|
|
271
|
+
return parseNumericPattern(numericPatterns.threeDigitsSigned, string, valueCallback);
|
|
272
|
+
|
|
273
|
+
case 4:
|
|
274
|
+
return parseNumericPattern(numericPatterns.fourDigitsSigned, string, valueCallback);
|
|
275
|
+
|
|
276
|
+
default:
|
|
277
|
+
return parseNumericPattern(new RegExp('^-?\\d{1,' + n + '}'), string, valueCallback);
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
function dayPeriodEnumToHours(enumValue) {
|
|
282
|
+
switch (enumValue) {
|
|
283
|
+
case 'morning':
|
|
284
|
+
return 4;
|
|
285
|
+
|
|
286
|
+
case 'evening':
|
|
287
|
+
return 17;
|
|
288
|
+
|
|
289
|
+
case 'pm':
|
|
290
|
+
case 'noon':
|
|
291
|
+
case 'afternoon':
|
|
292
|
+
return 12;
|
|
293
|
+
|
|
294
|
+
case 'am':
|
|
295
|
+
case 'midnight':
|
|
296
|
+
case 'night':
|
|
297
|
+
default:
|
|
298
|
+
return 0;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
function normalizeTwoDigitYear(twoDigitYear, currentYear) {
|
|
303
|
+
var isCommonEra = currentYear > 0; // Absolute number of the current year:
|
|
304
|
+
// 1 -> 1 AC
|
|
305
|
+
// 0 -> 1 BC
|
|
306
|
+
// -1 -> 2 BC
|
|
307
|
+
|
|
308
|
+
var absCurrentYear = isCommonEra ? currentYear : 1 - currentYear;
|
|
309
|
+
var result;
|
|
310
|
+
|
|
311
|
+
if (absCurrentYear <= 50) {
|
|
312
|
+
result = twoDigitYear || 100;
|
|
313
|
+
} else {
|
|
314
|
+
var rangeEnd = absCurrentYear + 50;
|
|
315
|
+
var rangeEndCentury = Math.floor(rangeEnd / 100) * 100;
|
|
316
|
+
var isPreviousCentury = twoDigitYear >= rangeEnd % 100;
|
|
317
|
+
result = twoDigitYear + rangeEndCentury - (isPreviousCentury ? 100 : 0);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
return isCommonEra ? result : 1 - result;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
var DAYS_IN_MONTH = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];
|
|
324
|
+
var DAYS_IN_MONTH_LEAP_YEAR = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; // User for validation
|
|
325
|
+
|
|
326
|
+
function isLeapYearIndex(year) {
|
|
327
|
+
return year % 400 === 0 || year % 4 === 0 && year % 100 !== 0;
|
|
328
|
+
}
|
|
329
|
+
/*
|
|
330
|
+
* | | Unit | | Unit |
|
|
331
|
+
* |-----|--------------------------------|-----|--------------------------------|
|
|
332
|
+
* | a | AM, PM | A* | Milliseconds in day |
|
|
333
|
+
* | b | AM, PM, noon, midnight | B | Flexible day period |
|
|
334
|
+
* | c | Stand-alone local day of week | C* | Localized hour w/ day period |
|
|
335
|
+
* | d | Day of month | D | Day of year |
|
|
336
|
+
* | e | Local day of week | E | Day of week |
|
|
337
|
+
* | f | | F* | Day of week in month |
|
|
338
|
+
* | g* | Modified Julian day | G | Era |
|
|
339
|
+
* | h | Hour [1-12] | H | Hour [0-23] |
|
|
340
|
+
* | i! | ISO day of week | I! | ISO week of year |
|
|
341
|
+
* | j* | Localized hour w/ day period | J* | Localized hour w/o day period |
|
|
342
|
+
* | k | Hour [1-24] | K | Hour [0-11] |
|
|
343
|
+
* | l* | (deprecated) | L | Stand-alone month |
|
|
344
|
+
* | m | Minute | M | Month |
|
|
345
|
+
* | n | | N | |
|
|
346
|
+
* | o! | Ordinal number modifier | O* | Timezone (GMT) |
|
|
347
|
+
* | p | | P | |
|
|
348
|
+
* | q | Stand-alone quarter | Q | Quarter |
|
|
349
|
+
* | r* | Related Gregorian year | R! | ISO week-numbering year |
|
|
350
|
+
* | s | Second | S | Fraction of second |
|
|
351
|
+
* | t! | Seconds timestamp | T! | Milliseconds timestamp |
|
|
352
|
+
* | u | Extended year | U* | Cyclic year |
|
|
353
|
+
* | v* | Timezone (generic non-locat.) | V* | Timezone (location) |
|
|
354
|
+
* | w | Local week of year | W* | Week of month |
|
|
355
|
+
* | x | Timezone (ISO-8601 w/o Z) | X | Timezone (ISO-8601) |
|
|
356
|
+
* | y | Year (abs) | Y | Local week-numbering year |
|
|
357
|
+
* | z* | Timezone (specific non-locat.) | Z* | Timezone (aliases) |
|
|
358
|
+
*
|
|
359
|
+
* Letters marked by * are not implemented but reserved by Unicode standard.
|
|
360
|
+
*
|
|
361
|
+
* Letters marked by ! are non-standard, but implemented by date-fns:
|
|
362
|
+
* - `o` modifies the previous token to turn it into an ordinal (see `parse` docs)
|
|
363
|
+
* - `i` is ISO day of week. For `i` and `ii` is returns numeric ISO week days,
|
|
364
|
+
* i.e. 7 for Sunday, 1 for Monday, etc.
|
|
365
|
+
* - `I` is ISO week of year, as opposed to `w` which is local week of year.
|
|
366
|
+
* - `R` is ISO week-numbering year, as opposed to `Y` which is local week-numbering year.
|
|
367
|
+
* `R` is supposed to be used in conjunction with `I` and `i`
|
|
368
|
+
* for universal ISO week-numbering date, whereas
|
|
369
|
+
* `Y` is supposed to be used in conjunction with `w` and `e`
|
|
370
|
+
* for week-numbering date specific to the locale.
|
|
371
|
+
*/
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
var parsers = {
|
|
375
|
+
// Era
|
|
376
|
+
G: {
|
|
377
|
+
priority: 140,
|
|
378
|
+
parse: function (string, token, match, _options) {
|
|
379
|
+
switch (token) {
|
|
380
|
+
// AD, BC
|
|
381
|
+
case 'G':
|
|
382
|
+
case 'GG':
|
|
383
|
+
case 'GGG':
|
|
384
|
+
return match.era(string, {
|
|
385
|
+
width: 'abbreviated'
|
|
386
|
+
}) || match.era(string, {
|
|
387
|
+
width: 'narrow'
|
|
388
|
+
});
|
|
389
|
+
// A, B
|
|
390
|
+
|
|
391
|
+
case 'GGGGG':
|
|
392
|
+
return match.era(string, {
|
|
393
|
+
width: 'narrow'
|
|
394
|
+
});
|
|
395
|
+
// Anno Domini, Before Christ
|
|
396
|
+
|
|
397
|
+
case 'GGGG':
|
|
398
|
+
default:
|
|
399
|
+
return match.era(string, {
|
|
400
|
+
width: 'wide'
|
|
401
|
+
}) || match.era(string, {
|
|
402
|
+
width: 'abbreviated'
|
|
403
|
+
}) || match.era(string, {
|
|
404
|
+
width: 'narrow'
|
|
405
|
+
});
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
set: function (date, flags, value, _options) {
|
|
409
|
+
flags.era = value;
|
|
410
|
+
date.setUTCFullYear(value, 0, 1);
|
|
411
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
412
|
+
return date;
|
|
413
|
+
},
|
|
414
|
+
incompatibleTokens: ['R', 'u', 't', 'T']
|
|
415
|
+
},
|
|
416
|
+
// Year
|
|
417
|
+
y: {
|
|
418
|
+
// From http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_Patterns
|
|
419
|
+
// | Year | y | yy | yyy | yyyy | yyyyy |
|
|
420
|
+
// |----------|-------|----|-------|-------|-------|
|
|
421
|
+
// | AD 1 | 1 | 01 | 001 | 0001 | 00001 |
|
|
422
|
+
// | AD 12 | 12 | 12 | 012 | 0012 | 00012 |
|
|
423
|
+
// | AD 123 | 123 | 23 | 123 | 0123 | 00123 |
|
|
424
|
+
// | AD 1234 | 1234 | 34 | 1234 | 1234 | 01234 |
|
|
425
|
+
// | AD 12345 | 12345 | 45 | 12345 | 12345 | 12345 |
|
|
426
|
+
priority: 130,
|
|
427
|
+
parse: function (string, token, match, _options) {
|
|
428
|
+
var valueCallback = function (year) {
|
|
429
|
+
return {
|
|
430
|
+
year: year,
|
|
431
|
+
isTwoDigitYear: token === 'yy'
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
switch (token) {
|
|
436
|
+
case 'y':
|
|
437
|
+
return parseNDigits(4, string, valueCallback);
|
|
438
|
+
|
|
439
|
+
case 'yo':
|
|
440
|
+
return match.ordinalNumber(string, {
|
|
441
|
+
unit: 'year',
|
|
442
|
+
valueCallback: valueCallback
|
|
443
|
+
});
|
|
444
|
+
|
|
445
|
+
default:
|
|
446
|
+
return parseNDigits(token.length, string, valueCallback);
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
validate: function (_date, value, _options) {
|
|
450
|
+
return value.isTwoDigitYear || value.year > 0;
|
|
451
|
+
},
|
|
452
|
+
set: function (date, flags, value, _options) {
|
|
453
|
+
var currentYear = date.getUTCFullYear();
|
|
454
|
+
|
|
455
|
+
if (value.isTwoDigitYear) {
|
|
456
|
+
var normalizedTwoDigitYear = normalizeTwoDigitYear(value.year, currentYear);
|
|
457
|
+
date.setUTCFullYear(normalizedTwoDigitYear, 0, 1);
|
|
458
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
459
|
+
return date;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
var year = !('era' in flags) || flags.era === 1 ? value.year : 1 - value.year;
|
|
463
|
+
date.setUTCFullYear(year, 0, 1);
|
|
464
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
465
|
+
return date;
|
|
466
|
+
},
|
|
467
|
+
incompatibleTokens: ['Y', 'R', 'u', 'w', 'I', 'i', 'e', 'c', 't', 'T']
|
|
468
|
+
},
|
|
469
|
+
// Local week-numbering year
|
|
470
|
+
Y: {
|
|
471
|
+
priority: 130,
|
|
472
|
+
parse: function (string, token, match, _options) {
|
|
473
|
+
var valueCallback = function (year) {
|
|
474
|
+
return {
|
|
475
|
+
year: year,
|
|
476
|
+
isTwoDigitYear: token === 'YY'
|
|
477
|
+
};
|
|
478
|
+
};
|
|
479
|
+
|
|
480
|
+
switch (token) {
|
|
481
|
+
case 'Y':
|
|
482
|
+
return parseNDigits(4, string, valueCallback);
|
|
483
|
+
|
|
484
|
+
case 'Yo':
|
|
485
|
+
return match.ordinalNumber(string, {
|
|
486
|
+
unit: 'year',
|
|
487
|
+
valueCallback: valueCallback
|
|
488
|
+
});
|
|
489
|
+
|
|
490
|
+
default:
|
|
491
|
+
return parseNDigits(token.length, string, valueCallback);
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
validate: function (_date, value, _options) {
|
|
495
|
+
return value.isTwoDigitYear || value.year > 0;
|
|
496
|
+
},
|
|
497
|
+
set: function (date, flags, value, options) {
|
|
498
|
+
var currentYear = index$1.getUTCWeekYear(date, options);
|
|
499
|
+
|
|
500
|
+
if (value.isTwoDigitYear) {
|
|
501
|
+
var normalizedTwoDigitYear = normalizeTwoDigitYear(value.year, currentYear);
|
|
502
|
+
date.setUTCFullYear(normalizedTwoDigitYear, 0, options.firstWeekContainsDate);
|
|
503
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
504
|
+
return index$1.startOfUTCWeek(date, options);
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
var year = !('era' in flags) || flags.era === 1 ? value.year : 1 - value.year;
|
|
508
|
+
date.setUTCFullYear(year, 0, options.firstWeekContainsDate);
|
|
509
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
510
|
+
return index$1.startOfUTCWeek(date, options);
|
|
511
|
+
},
|
|
512
|
+
incompatibleTokens: ['y', 'R', 'u', 'Q', 'q', 'M', 'L', 'I', 'd', 'D', 'i', 't', 'T']
|
|
513
|
+
},
|
|
514
|
+
// ISO week-numbering year
|
|
515
|
+
R: {
|
|
516
|
+
priority: 130,
|
|
517
|
+
parse: function (string, token, _match, _options) {
|
|
518
|
+
if (token === 'R') {
|
|
519
|
+
return parseNDigitsSigned(4, string);
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
return parseNDigitsSigned(token.length, string);
|
|
523
|
+
},
|
|
524
|
+
set: function (_date, _flags, value, _options) {
|
|
525
|
+
var firstWeekOfYear = new Date(0);
|
|
526
|
+
firstWeekOfYear.setUTCFullYear(value, 0, 4);
|
|
527
|
+
firstWeekOfYear.setUTCHours(0, 0, 0, 0);
|
|
528
|
+
return index$1.startOfUTCISOWeek(firstWeekOfYear);
|
|
529
|
+
},
|
|
530
|
+
incompatibleTokens: ['G', 'y', 'Y', 'u', 'Q', 'q', 'M', 'L', 'w', 'd', 'D', 'e', 'c', 't', 'T']
|
|
531
|
+
},
|
|
532
|
+
// Extended year
|
|
533
|
+
u: {
|
|
534
|
+
priority: 130,
|
|
535
|
+
parse: function (string, token, _match, _options) {
|
|
536
|
+
if (token === 'u') {
|
|
537
|
+
return parseNDigitsSigned(4, string);
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
return parseNDigitsSigned(token.length, string);
|
|
541
|
+
},
|
|
542
|
+
set: function (date, _flags, value, _options) {
|
|
543
|
+
date.setUTCFullYear(value, 0, 1);
|
|
544
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
545
|
+
return date;
|
|
546
|
+
},
|
|
547
|
+
incompatibleTokens: ['G', 'y', 'Y', 'R', 'w', 'I', 'i', 'e', 'c', 't', 'T']
|
|
548
|
+
},
|
|
549
|
+
// Quarter
|
|
550
|
+
Q: {
|
|
551
|
+
priority: 120,
|
|
552
|
+
parse: function (string, token, match, _options) {
|
|
553
|
+
switch (token) {
|
|
554
|
+
// 1, 2, 3, 4
|
|
555
|
+
case 'Q':
|
|
556
|
+
case 'QQ':
|
|
557
|
+
// 01, 02, 03, 04
|
|
558
|
+
return parseNDigits(token.length, string);
|
|
559
|
+
// 1st, 2nd, 3rd, 4th
|
|
560
|
+
|
|
561
|
+
case 'Qo':
|
|
562
|
+
return match.ordinalNumber(string, {
|
|
563
|
+
unit: 'quarter'
|
|
564
|
+
});
|
|
565
|
+
// Q1, Q2, Q3, Q4
|
|
566
|
+
|
|
567
|
+
case 'QQQ':
|
|
568
|
+
return match.quarter(string, {
|
|
569
|
+
width: 'abbreviated',
|
|
570
|
+
context: 'formatting'
|
|
571
|
+
}) || match.quarter(string, {
|
|
572
|
+
width: 'narrow',
|
|
573
|
+
context: 'formatting'
|
|
574
|
+
});
|
|
575
|
+
// 1, 2, 3, 4 (narrow quarter; could be not numerical)
|
|
576
|
+
|
|
577
|
+
case 'QQQQQ':
|
|
578
|
+
return match.quarter(string, {
|
|
579
|
+
width: 'narrow',
|
|
580
|
+
context: 'formatting'
|
|
581
|
+
});
|
|
582
|
+
// 1st quarter, 2nd quarter, ...
|
|
583
|
+
|
|
584
|
+
case 'QQQQ':
|
|
585
|
+
default:
|
|
586
|
+
return match.quarter(string, {
|
|
587
|
+
width: 'wide',
|
|
588
|
+
context: 'formatting'
|
|
589
|
+
}) || match.quarter(string, {
|
|
590
|
+
width: 'abbreviated',
|
|
591
|
+
context: 'formatting'
|
|
592
|
+
}) || match.quarter(string, {
|
|
593
|
+
width: 'narrow',
|
|
594
|
+
context: 'formatting'
|
|
595
|
+
});
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
validate: function (_date, value, _options) {
|
|
599
|
+
return value >= 1 && value <= 4;
|
|
600
|
+
},
|
|
601
|
+
set: function (date, _flags, value, _options) {
|
|
602
|
+
date.setUTCMonth((value - 1) * 3, 1);
|
|
603
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
604
|
+
return date;
|
|
605
|
+
},
|
|
606
|
+
incompatibleTokens: ['Y', 'R', 'q', 'M', 'L', 'w', 'I', 'd', 'D', 'i', 'e', 'c', 't', 'T']
|
|
607
|
+
},
|
|
608
|
+
// Stand-alone quarter
|
|
609
|
+
q: {
|
|
610
|
+
priority: 120,
|
|
611
|
+
parse: function (string, token, match, _options) {
|
|
612
|
+
switch (token) {
|
|
613
|
+
// 1, 2, 3, 4
|
|
614
|
+
case 'q':
|
|
615
|
+
case 'qq':
|
|
616
|
+
// 01, 02, 03, 04
|
|
617
|
+
return parseNDigits(token.length, string);
|
|
618
|
+
// 1st, 2nd, 3rd, 4th
|
|
619
|
+
|
|
620
|
+
case 'qo':
|
|
621
|
+
return match.ordinalNumber(string, {
|
|
622
|
+
unit: 'quarter'
|
|
623
|
+
});
|
|
624
|
+
// Q1, Q2, Q3, Q4
|
|
625
|
+
|
|
626
|
+
case 'qqq':
|
|
627
|
+
return match.quarter(string, {
|
|
628
|
+
width: 'abbreviated',
|
|
629
|
+
context: 'standalone'
|
|
630
|
+
}) || match.quarter(string, {
|
|
631
|
+
width: 'narrow',
|
|
632
|
+
context: 'standalone'
|
|
633
|
+
});
|
|
634
|
+
// 1, 2, 3, 4 (narrow quarter; could be not numerical)
|
|
635
|
+
|
|
636
|
+
case 'qqqqq':
|
|
637
|
+
return match.quarter(string, {
|
|
638
|
+
width: 'narrow',
|
|
639
|
+
context: 'standalone'
|
|
640
|
+
});
|
|
641
|
+
// 1st quarter, 2nd quarter, ...
|
|
642
|
+
|
|
643
|
+
case 'qqqq':
|
|
644
|
+
default:
|
|
645
|
+
return match.quarter(string, {
|
|
646
|
+
width: 'wide',
|
|
647
|
+
context: 'standalone'
|
|
648
|
+
}) || match.quarter(string, {
|
|
649
|
+
width: 'abbreviated',
|
|
650
|
+
context: 'standalone'
|
|
651
|
+
}) || match.quarter(string, {
|
|
652
|
+
width: 'narrow',
|
|
653
|
+
context: 'standalone'
|
|
654
|
+
});
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
validate: function (_date, value, _options) {
|
|
658
|
+
return value >= 1 && value <= 4;
|
|
659
|
+
},
|
|
660
|
+
set: function (date, _flags, value, _options) {
|
|
661
|
+
date.setUTCMonth((value - 1) * 3, 1);
|
|
662
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
663
|
+
return date;
|
|
664
|
+
},
|
|
665
|
+
incompatibleTokens: ['Y', 'R', 'Q', 'M', 'L', 'w', 'I', 'd', 'D', 'i', 'e', 'c', 't', 'T']
|
|
666
|
+
},
|
|
667
|
+
// Month
|
|
668
|
+
M: {
|
|
669
|
+
priority: 110,
|
|
670
|
+
parse: function (string, token, match, _options) {
|
|
671
|
+
var valueCallback = function (value) {
|
|
672
|
+
return value - 1;
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
switch (token) {
|
|
676
|
+
// 1, 2, ..., 12
|
|
677
|
+
case 'M':
|
|
678
|
+
return parseNumericPattern(numericPatterns.month, string, valueCallback);
|
|
679
|
+
// 01, 02, ..., 12
|
|
680
|
+
|
|
681
|
+
case 'MM':
|
|
682
|
+
return parseNDigits(2, string, valueCallback);
|
|
683
|
+
// 1st, 2nd, ..., 12th
|
|
684
|
+
|
|
685
|
+
case 'Mo':
|
|
686
|
+
return match.ordinalNumber(string, {
|
|
687
|
+
unit: 'month',
|
|
688
|
+
valueCallback: valueCallback
|
|
689
|
+
});
|
|
690
|
+
// Jan, Feb, ..., Dec
|
|
691
|
+
|
|
692
|
+
case 'MMM':
|
|
693
|
+
return match.month(string, {
|
|
694
|
+
width: 'abbreviated',
|
|
695
|
+
context: 'formatting'
|
|
696
|
+
}) || match.month(string, {
|
|
697
|
+
width: 'narrow',
|
|
698
|
+
context: 'formatting'
|
|
699
|
+
});
|
|
700
|
+
// J, F, ..., D
|
|
701
|
+
|
|
702
|
+
case 'MMMMM':
|
|
703
|
+
return match.month(string, {
|
|
704
|
+
width: 'narrow',
|
|
705
|
+
context: 'formatting'
|
|
706
|
+
});
|
|
707
|
+
// January, February, ..., December
|
|
708
|
+
|
|
709
|
+
case 'MMMM':
|
|
710
|
+
default:
|
|
711
|
+
return match.month(string, {
|
|
712
|
+
width: 'wide',
|
|
713
|
+
context: 'formatting'
|
|
714
|
+
}) || match.month(string, {
|
|
715
|
+
width: 'abbreviated',
|
|
716
|
+
context: 'formatting'
|
|
717
|
+
}) || match.month(string, {
|
|
718
|
+
width: 'narrow',
|
|
719
|
+
context: 'formatting'
|
|
720
|
+
});
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
validate: function (_date, value, _options) {
|
|
724
|
+
return value >= 0 && value <= 11;
|
|
725
|
+
},
|
|
726
|
+
set: function (date, _flags, value, _options) {
|
|
727
|
+
date.setUTCMonth(value, 1);
|
|
728
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
729
|
+
return date;
|
|
730
|
+
},
|
|
731
|
+
incompatibleTokens: ['Y', 'R', 'q', 'Q', 'L', 'w', 'I', 'D', 'i', 'e', 'c', 't', 'T']
|
|
732
|
+
},
|
|
733
|
+
// Stand-alone month
|
|
734
|
+
L: {
|
|
735
|
+
priority: 110,
|
|
736
|
+
parse: function (string, token, match, _options) {
|
|
737
|
+
var valueCallback = function (value) {
|
|
738
|
+
return value - 1;
|
|
739
|
+
};
|
|
740
|
+
|
|
741
|
+
switch (token) {
|
|
742
|
+
// 1, 2, ..., 12
|
|
743
|
+
case 'L':
|
|
744
|
+
return parseNumericPattern(numericPatterns.month, string, valueCallback);
|
|
745
|
+
// 01, 02, ..., 12
|
|
746
|
+
|
|
747
|
+
case 'LL':
|
|
748
|
+
return parseNDigits(2, string, valueCallback);
|
|
749
|
+
// 1st, 2nd, ..., 12th
|
|
750
|
+
|
|
751
|
+
case 'Lo':
|
|
752
|
+
return match.ordinalNumber(string, {
|
|
753
|
+
unit: 'month',
|
|
754
|
+
valueCallback: valueCallback
|
|
755
|
+
});
|
|
756
|
+
// Jan, Feb, ..., Dec
|
|
757
|
+
|
|
758
|
+
case 'LLL':
|
|
759
|
+
return match.month(string, {
|
|
760
|
+
width: 'abbreviated',
|
|
761
|
+
context: 'standalone'
|
|
762
|
+
}) || match.month(string, {
|
|
763
|
+
width: 'narrow',
|
|
764
|
+
context: 'standalone'
|
|
765
|
+
});
|
|
766
|
+
// J, F, ..., D
|
|
767
|
+
|
|
768
|
+
case 'LLLLL':
|
|
769
|
+
return match.month(string, {
|
|
770
|
+
width: 'narrow',
|
|
771
|
+
context: 'standalone'
|
|
772
|
+
});
|
|
773
|
+
// January, February, ..., December
|
|
774
|
+
|
|
775
|
+
case 'LLLL':
|
|
776
|
+
default:
|
|
777
|
+
return match.month(string, {
|
|
778
|
+
width: 'wide',
|
|
779
|
+
context: 'standalone'
|
|
780
|
+
}) || match.month(string, {
|
|
781
|
+
width: 'abbreviated',
|
|
782
|
+
context: 'standalone'
|
|
783
|
+
}) || match.month(string, {
|
|
784
|
+
width: 'narrow',
|
|
785
|
+
context: 'standalone'
|
|
786
|
+
});
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
validate: function (_date, value, _options) {
|
|
790
|
+
return value >= 0 && value <= 11;
|
|
791
|
+
},
|
|
792
|
+
set: function (date, _flags, value, _options) {
|
|
793
|
+
date.setUTCMonth(value, 1);
|
|
794
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
795
|
+
return date;
|
|
796
|
+
},
|
|
797
|
+
incompatibleTokens: ['Y', 'R', 'q', 'Q', 'M', 'w', 'I', 'D', 'i', 'e', 'c', 't', 'T']
|
|
798
|
+
},
|
|
799
|
+
// Local week of year
|
|
800
|
+
w: {
|
|
801
|
+
priority: 100,
|
|
802
|
+
parse: function (string, token, match, _options) {
|
|
803
|
+
switch (token) {
|
|
804
|
+
case 'w':
|
|
805
|
+
return parseNumericPattern(numericPatterns.week, string);
|
|
806
|
+
|
|
807
|
+
case 'wo':
|
|
808
|
+
return match.ordinalNumber(string, {
|
|
809
|
+
unit: 'week'
|
|
810
|
+
});
|
|
811
|
+
|
|
812
|
+
default:
|
|
813
|
+
return parseNDigits(token.length, string);
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
validate: function (_date, value, _options) {
|
|
817
|
+
return value >= 1 && value <= 53;
|
|
818
|
+
},
|
|
819
|
+
set: function (date, _flags, value, options) {
|
|
820
|
+
return index$1.startOfUTCWeek(setUTCWeek(date, value, options), options);
|
|
821
|
+
},
|
|
822
|
+
incompatibleTokens: ['y', 'R', 'u', 'q', 'Q', 'M', 'L', 'I', 'd', 'D', 'i', 't', 'T']
|
|
823
|
+
},
|
|
824
|
+
// ISO week of year
|
|
825
|
+
I: {
|
|
826
|
+
priority: 100,
|
|
827
|
+
parse: function (string, token, match, _options) {
|
|
828
|
+
switch (token) {
|
|
829
|
+
case 'I':
|
|
830
|
+
return parseNumericPattern(numericPatterns.week, string);
|
|
831
|
+
|
|
832
|
+
case 'Io':
|
|
833
|
+
return match.ordinalNumber(string, {
|
|
834
|
+
unit: 'week'
|
|
835
|
+
});
|
|
836
|
+
|
|
837
|
+
default:
|
|
838
|
+
return parseNDigits(token.length, string);
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
validate: function (_date, value, _options) {
|
|
842
|
+
return value >= 1 && value <= 53;
|
|
843
|
+
},
|
|
844
|
+
set: function (date, _flags, value, options) {
|
|
845
|
+
return index$1.startOfUTCISOWeek(setUTCISOWeek(date, value, options), options);
|
|
846
|
+
},
|
|
847
|
+
incompatibleTokens: ['y', 'Y', 'u', 'q', 'Q', 'M', 'L', 'w', 'd', 'D', 'e', 'c', 't', 'T']
|
|
848
|
+
},
|
|
849
|
+
// Day of the month
|
|
850
|
+
d: {
|
|
851
|
+
priority: 90,
|
|
852
|
+
subPriority: 1,
|
|
853
|
+
parse: function (string, token, match, _options) {
|
|
854
|
+
switch (token) {
|
|
855
|
+
case 'd':
|
|
856
|
+
return parseNumericPattern(numericPatterns.date, string);
|
|
857
|
+
|
|
858
|
+
case 'do':
|
|
859
|
+
return match.ordinalNumber(string, {
|
|
860
|
+
unit: 'date'
|
|
861
|
+
});
|
|
862
|
+
|
|
863
|
+
default:
|
|
864
|
+
return parseNDigits(token.length, string);
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
validate: function (date, value, _options) {
|
|
868
|
+
var year = date.getUTCFullYear();
|
|
869
|
+
var isLeapYear = isLeapYearIndex(year);
|
|
870
|
+
var month = date.getUTCMonth();
|
|
871
|
+
|
|
872
|
+
if (isLeapYear) {
|
|
873
|
+
return value >= 1 && value <= DAYS_IN_MONTH_LEAP_YEAR[month];
|
|
874
|
+
} else {
|
|
875
|
+
return value >= 1 && value <= DAYS_IN_MONTH[month];
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
set: function (date, _flags, value, _options) {
|
|
879
|
+
date.setUTCDate(value);
|
|
880
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
881
|
+
return date;
|
|
882
|
+
},
|
|
883
|
+
incompatibleTokens: ['Y', 'R', 'q', 'Q', 'w', 'I', 'D', 'i', 'e', 'c', 't', 'T']
|
|
884
|
+
},
|
|
885
|
+
// Day of year
|
|
886
|
+
D: {
|
|
887
|
+
priority: 90,
|
|
888
|
+
subPriority: 1,
|
|
889
|
+
parse: function (string, token, match, _options) {
|
|
890
|
+
switch (token) {
|
|
891
|
+
case 'D':
|
|
892
|
+
case 'DD':
|
|
893
|
+
return parseNumericPattern(numericPatterns.dayOfYear, string);
|
|
894
|
+
|
|
895
|
+
case 'Do':
|
|
896
|
+
return match.ordinalNumber(string, {
|
|
897
|
+
unit: 'date'
|
|
898
|
+
});
|
|
899
|
+
|
|
900
|
+
default:
|
|
901
|
+
return parseNDigits(token.length, string);
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
validate: function (date, value, _options) {
|
|
905
|
+
var year = date.getUTCFullYear();
|
|
906
|
+
var isLeapYear = isLeapYearIndex(year);
|
|
907
|
+
|
|
908
|
+
if (isLeapYear) {
|
|
909
|
+
return value >= 1 && value <= 366;
|
|
910
|
+
} else {
|
|
911
|
+
return value >= 1 && value <= 365;
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
set: function (date, _flags, value, _options) {
|
|
915
|
+
date.setUTCMonth(0, value);
|
|
916
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
917
|
+
return date;
|
|
918
|
+
},
|
|
919
|
+
incompatibleTokens: ['Y', 'R', 'q', 'Q', 'M', 'L', 'w', 'I', 'd', 'E', 'i', 'e', 'c', 't', 'T']
|
|
920
|
+
},
|
|
921
|
+
// Day of week
|
|
922
|
+
E: {
|
|
923
|
+
priority: 90,
|
|
924
|
+
parse: function (string, token, match, _options) {
|
|
925
|
+
switch (token) {
|
|
926
|
+
// Tue
|
|
927
|
+
case 'E':
|
|
928
|
+
case 'EE':
|
|
929
|
+
case 'EEE':
|
|
930
|
+
return match.day(string, {
|
|
931
|
+
width: 'abbreviated',
|
|
932
|
+
context: 'formatting'
|
|
933
|
+
}) || match.day(string, {
|
|
934
|
+
width: 'short',
|
|
935
|
+
context: 'formatting'
|
|
936
|
+
}) || match.day(string, {
|
|
937
|
+
width: 'narrow',
|
|
938
|
+
context: 'formatting'
|
|
939
|
+
});
|
|
940
|
+
// T
|
|
941
|
+
|
|
942
|
+
case 'EEEEE':
|
|
943
|
+
return match.day(string, {
|
|
944
|
+
width: 'narrow',
|
|
945
|
+
context: 'formatting'
|
|
946
|
+
});
|
|
947
|
+
// Tu
|
|
948
|
+
|
|
949
|
+
case 'EEEEEE':
|
|
950
|
+
return match.day(string, {
|
|
951
|
+
width: 'short',
|
|
952
|
+
context: 'formatting'
|
|
953
|
+
}) || match.day(string, {
|
|
954
|
+
width: 'narrow',
|
|
955
|
+
context: 'formatting'
|
|
956
|
+
});
|
|
957
|
+
// Tuesday
|
|
958
|
+
|
|
959
|
+
case 'EEEE':
|
|
960
|
+
default:
|
|
961
|
+
return match.day(string, {
|
|
962
|
+
width: 'wide',
|
|
963
|
+
context: 'formatting'
|
|
964
|
+
}) || match.day(string, {
|
|
965
|
+
width: 'abbreviated',
|
|
966
|
+
context: 'formatting'
|
|
967
|
+
}) || match.day(string, {
|
|
968
|
+
width: 'short',
|
|
969
|
+
context: 'formatting'
|
|
970
|
+
}) || match.day(string, {
|
|
971
|
+
width: 'narrow',
|
|
972
|
+
context: 'formatting'
|
|
973
|
+
});
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
validate: function (_date, value, _options) {
|
|
977
|
+
return value >= 0 && value <= 6;
|
|
978
|
+
},
|
|
979
|
+
set: function (date, _flags, value, options) {
|
|
980
|
+
date = setUTCDay(date, value, options);
|
|
981
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
982
|
+
return date;
|
|
983
|
+
},
|
|
984
|
+
incompatibleTokens: ['D', 'i', 'e', 'c', 't', 'T']
|
|
985
|
+
},
|
|
986
|
+
// Local day of week
|
|
987
|
+
e: {
|
|
988
|
+
priority: 90,
|
|
989
|
+
parse: function (string, token, match, options) {
|
|
990
|
+
var valueCallback = function (value) {
|
|
991
|
+
var wholeWeekDays = Math.floor((value - 1) / 7) * 7;
|
|
992
|
+
return (value + options.weekStartsOn + 6) % 7 + wholeWeekDays;
|
|
993
|
+
};
|
|
994
|
+
|
|
995
|
+
switch (token) {
|
|
996
|
+
// 3
|
|
997
|
+
case 'e':
|
|
998
|
+
case 'ee':
|
|
999
|
+
// 03
|
|
1000
|
+
return parseNDigits(token.length, string, valueCallback);
|
|
1001
|
+
// 3rd
|
|
1002
|
+
|
|
1003
|
+
case 'eo':
|
|
1004
|
+
return match.ordinalNumber(string, {
|
|
1005
|
+
unit: 'day',
|
|
1006
|
+
valueCallback: valueCallback
|
|
1007
|
+
});
|
|
1008
|
+
// Tue
|
|
1009
|
+
|
|
1010
|
+
case 'eee':
|
|
1011
|
+
return match.day(string, {
|
|
1012
|
+
width: 'abbreviated',
|
|
1013
|
+
context: 'formatting'
|
|
1014
|
+
}) || match.day(string, {
|
|
1015
|
+
width: 'short',
|
|
1016
|
+
context: 'formatting'
|
|
1017
|
+
}) || match.day(string, {
|
|
1018
|
+
width: 'narrow',
|
|
1019
|
+
context: 'formatting'
|
|
1020
|
+
});
|
|
1021
|
+
// T
|
|
1022
|
+
|
|
1023
|
+
case 'eeeee':
|
|
1024
|
+
return match.day(string, {
|
|
1025
|
+
width: 'narrow',
|
|
1026
|
+
context: 'formatting'
|
|
1027
|
+
});
|
|
1028
|
+
// Tu
|
|
1029
|
+
|
|
1030
|
+
case 'eeeeee':
|
|
1031
|
+
return match.day(string, {
|
|
1032
|
+
width: 'short',
|
|
1033
|
+
context: 'formatting'
|
|
1034
|
+
}) || match.day(string, {
|
|
1035
|
+
width: 'narrow',
|
|
1036
|
+
context: 'formatting'
|
|
1037
|
+
});
|
|
1038
|
+
// Tuesday
|
|
1039
|
+
|
|
1040
|
+
case 'eeee':
|
|
1041
|
+
default:
|
|
1042
|
+
return match.day(string, {
|
|
1043
|
+
width: 'wide',
|
|
1044
|
+
context: 'formatting'
|
|
1045
|
+
}) || match.day(string, {
|
|
1046
|
+
width: 'abbreviated',
|
|
1047
|
+
context: 'formatting'
|
|
1048
|
+
}) || match.day(string, {
|
|
1049
|
+
width: 'short',
|
|
1050
|
+
context: 'formatting'
|
|
1051
|
+
}) || match.day(string, {
|
|
1052
|
+
width: 'narrow',
|
|
1053
|
+
context: 'formatting'
|
|
1054
|
+
});
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
validate: function (_date, value, _options) {
|
|
1058
|
+
return value >= 0 && value <= 6;
|
|
1059
|
+
},
|
|
1060
|
+
set: function (date, _flags, value, options) {
|
|
1061
|
+
date = setUTCDay(date, value, options);
|
|
1062
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
1063
|
+
return date;
|
|
1064
|
+
},
|
|
1065
|
+
incompatibleTokens: ['y', 'R', 'u', 'q', 'Q', 'M', 'L', 'I', 'd', 'D', 'E', 'i', 'c', 't', 'T']
|
|
1066
|
+
},
|
|
1067
|
+
// Stand-alone local day of week
|
|
1068
|
+
c: {
|
|
1069
|
+
priority: 90,
|
|
1070
|
+
parse: function (string, token, match, options) {
|
|
1071
|
+
var valueCallback = function (value) {
|
|
1072
|
+
var wholeWeekDays = Math.floor((value - 1) / 7) * 7;
|
|
1073
|
+
return (value + options.weekStartsOn + 6) % 7 + wholeWeekDays;
|
|
1074
|
+
};
|
|
1075
|
+
|
|
1076
|
+
switch (token) {
|
|
1077
|
+
// 3
|
|
1078
|
+
case 'c':
|
|
1079
|
+
case 'cc':
|
|
1080
|
+
// 03
|
|
1081
|
+
return parseNDigits(token.length, string, valueCallback);
|
|
1082
|
+
// 3rd
|
|
1083
|
+
|
|
1084
|
+
case 'co':
|
|
1085
|
+
return match.ordinalNumber(string, {
|
|
1086
|
+
unit: 'day',
|
|
1087
|
+
valueCallback: valueCallback
|
|
1088
|
+
});
|
|
1089
|
+
// Tue
|
|
1090
|
+
|
|
1091
|
+
case 'ccc':
|
|
1092
|
+
return match.day(string, {
|
|
1093
|
+
width: 'abbreviated',
|
|
1094
|
+
context: 'standalone'
|
|
1095
|
+
}) || match.day(string, {
|
|
1096
|
+
width: 'short',
|
|
1097
|
+
context: 'standalone'
|
|
1098
|
+
}) || match.day(string, {
|
|
1099
|
+
width: 'narrow',
|
|
1100
|
+
context: 'standalone'
|
|
1101
|
+
});
|
|
1102
|
+
// T
|
|
1103
|
+
|
|
1104
|
+
case 'ccccc':
|
|
1105
|
+
return match.day(string, {
|
|
1106
|
+
width: 'narrow',
|
|
1107
|
+
context: 'standalone'
|
|
1108
|
+
});
|
|
1109
|
+
// Tu
|
|
1110
|
+
|
|
1111
|
+
case 'cccccc':
|
|
1112
|
+
return match.day(string, {
|
|
1113
|
+
width: 'short',
|
|
1114
|
+
context: 'standalone'
|
|
1115
|
+
}) || match.day(string, {
|
|
1116
|
+
width: 'narrow',
|
|
1117
|
+
context: 'standalone'
|
|
1118
|
+
});
|
|
1119
|
+
// Tuesday
|
|
1120
|
+
|
|
1121
|
+
case 'cccc':
|
|
1122
|
+
default:
|
|
1123
|
+
return match.day(string, {
|
|
1124
|
+
width: 'wide',
|
|
1125
|
+
context: 'standalone'
|
|
1126
|
+
}) || match.day(string, {
|
|
1127
|
+
width: 'abbreviated',
|
|
1128
|
+
context: 'standalone'
|
|
1129
|
+
}) || match.day(string, {
|
|
1130
|
+
width: 'short',
|
|
1131
|
+
context: 'standalone'
|
|
1132
|
+
}) || match.day(string, {
|
|
1133
|
+
width: 'narrow',
|
|
1134
|
+
context: 'standalone'
|
|
1135
|
+
});
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
validate: function (_date, value, _options) {
|
|
1139
|
+
return value >= 0 && value <= 6;
|
|
1140
|
+
},
|
|
1141
|
+
set: function (date, _flags, value, options) {
|
|
1142
|
+
date = setUTCDay(date, value, options);
|
|
1143
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
1144
|
+
return date;
|
|
1145
|
+
},
|
|
1146
|
+
incompatibleTokens: ['y', 'R', 'u', 'q', 'Q', 'M', 'L', 'I', 'd', 'D', 'E', 'i', 'e', 't', 'T']
|
|
1147
|
+
},
|
|
1148
|
+
// ISO day of week
|
|
1149
|
+
i: {
|
|
1150
|
+
priority: 90,
|
|
1151
|
+
parse: function (string, token, match, _options) {
|
|
1152
|
+
var valueCallback = function (value) {
|
|
1153
|
+
if (value === 0) {
|
|
1154
|
+
return 7;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
return value;
|
|
1158
|
+
};
|
|
1159
|
+
|
|
1160
|
+
switch (token) {
|
|
1161
|
+
// 2
|
|
1162
|
+
case 'i':
|
|
1163
|
+
case 'ii':
|
|
1164
|
+
// 02
|
|
1165
|
+
return parseNDigits(token.length, string);
|
|
1166
|
+
// 2nd
|
|
1167
|
+
|
|
1168
|
+
case 'io':
|
|
1169
|
+
return match.ordinalNumber(string, {
|
|
1170
|
+
unit: 'day'
|
|
1171
|
+
});
|
|
1172
|
+
// Tue
|
|
1173
|
+
|
|
1174
|
+
case 'iii':
|
|
1175
|
+
return match.day(string, {
|
|
1176
|
+
width: 'abbreviated',
|
|
1177
|
+
context: 'formatting',
|
|
1178
|
+
valueCallback: valueCallback
|
|
1179
|
+
}) || match.day(string, {
|
|
1180
|
+
width: 'short',
|
|
1181
|
+
context: 'formatting',
|
|
1182
|
+
valueCallback: valueCallback
|
|
1183
|
+
}) || match.day(string, {
|
|
1184
|
+
width: 'narrow',
|
|
1185
|
+
context: 'formatting',
|
|
1186
|
+
valueCallback: valueCallback
|
|
1187
|
+
});
|
|
1188
|
+
// T
|
|
1189
|
+
|
|
1190
|
+
case 'iiiii':
|
|
1191
|
+
return match.day(string, {
|
|
1192
|
+
width: 'narrow',
|
|
1193
|
+
context: 'formatting',
|
|
1194
|
+
valueCallback: valueCallback
|
|
1195
|
+
});
|
|
1196
|
+
// Tu
|
|
1197
|
+
|
|
1198
|
+
case 'iiiiii':
|
|
1199
|
+
return match.day(string, {
|
|
1200
|
+
width: 'short',
|
|
1201
|
+
context: 'formatting',
|
|
1202
|
+
valueCallback: valueCallback
|
|
1203
|
+
}) || match.day(string, {
|
|
1204
|
+
width: 'narrow',
|
|
1205
|
+
context: 'formatting',
|
|
1206
|
+
valueCallback: valueCallback
|
|
1207
|
+
});
|
|
1208
|
+
// Tuesday
|
|
1209
|
+
|
|
1210
|
+
case 'iiii':
|
|
1211
|
+
default:
|
|
1212
|
+
return match.day(string, {
|
|
1213
|
+
width: 'wide',
|
|
1214
|
+
context: 'formatting',
|
|
1215
|
+
valueCallback: valueCallback
|
|
1216
|
+
}) || match.day(string, {
|
|
1217
|
+
width: 'abbreviated',
|
|
1218
|
+
context: 'formatting',
|
|
1219
|
+
valueCallback: valueCallback
|
|
1220
|
+
}) || match.day(string, {
|
|
1221
|
+
width: 'short',
|
|
1222
|
+
context: 'formatting',
|
|
1223
|
+
valueCallback: valueCallback
|
|
1224
|
+
}) || match.day(string, {
|
|
1225
|
+
width: 'narrow',
|
|
1226
|
+
context: 'formatting',
|
|
1227
|
+
valueCallback: valueCallback
|
|
1228
|
+
});
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
validate: function (_date, value, _options) {
|
|
1232
|
+
return value >= 1 && value <= 7;
|
|
1233
|
+
},
|
|
1234
|
+
set: function (date, _flags, value, options) {
|
|
1235
|
+
date = setUTCISODay(date, value, options);
|
|
1236
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
1237
|
+
return date;
|
|
1238
|
+
},
|
|
1239
|
+
incompatibleTokens: ['y', 'Y', 'u', 'q', 'Q', 'M', 'L', 'w', 'd', 'D', 'E', 'e', 'c', 't', 'T']
|
|
1240
|
+
},
|
|
1241
|
+
// AM or PM
|
|
1242
|
+
a: {
|
|
1243
|
+
priority: 80,
|
|
1244
|
+
parse: function (string, token, match, _options) {
|
|
1245
|
+
switch (token) {
|
|
1246
|
+
case 'a':
|
|
1247
|
+
case 'aa':
|
|
1248
|
+
case 'aaa':
|
|
1249
|
+
return match.dayPeriod(string, {
|
|
1250
|
+
width: 'abbreviated',
|
|
1251
|
+
context: 'formatting'
|
|
1252
|
+
}) || match.dayPeriod(string, {
|
|
1253
|
+
width: 'narrow',
|
|
1254
|
+
context: 'formatting'
|
|
1255
|
+
});
|
|
1256
|
+
|
|
1257
|
+
case 'aaaaa':
|
|
1258
|
+
return match.dayPeriod(string, {
|
|
1259
|
+
width: 'narrow',
|
|
1260
|
+
context: 'formatting'
|
|
1261
|
+
});
|
|
1262
|
+
|
|
1263
|
+
case 'aaaa':
|
|
1264
|
+
default:
|
|
1265
|
+
return match.dayPeriod(string, {
|
|
1266
|
+
width: 'wide',
|
|
1267
|
+
context: 'formatting'
|
|
1268
|
+
}) || match.dayPeriod(string, {
|
|
1269
|
+
width: 'abbreviated',
|
|
1270
|
+
context: 'formatting'
|
|
1271
|
+
}) || match.dayPeriod(string, {
|
|
1272
|
+
width: 'narrow',
|
|
1273
|
+
context: 'formatting'
|
|
1274
|
+
});
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
set: function (date, _flags, value, _options) {
|
|
1278
|
+
date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0);
|
|
1279
|
+
return date;
|
|
1280
|
+
},
|
|
1281
|
+
incompatibleTokens: ['b', 'B', 'H', 'K', 'k', 't', 'T']
|
|
1282
|
+
},
|
|
1283
|
+
// AM, PM, midnight
|
|
1284
|
+
b: {
|
|
1285
|
+
priority: 80,
|
|
1286
|
+
parse: function (string, token, match, _options) {
|
|
1287
|
+
switch (token) {
|
|
1288
|
+
case 'b':
|
|
1289
|
+
case 'bb':
|
|
1290
|
+
case 'bbb':
|
|
1291
|
+
return match.dayPeriod(string, {
|
|
1292
|
+
width: 'abbreviated',
|
|
1293
|
+
context: 'formatting'
|
|
1294
|
+
}) || match.dayPeriod(string, {
|
|
1295
|
+
width: 'narrow',
|
|
1296
|
+
context: 'formatting'
|
|
1297
|
+
});
|
|
1298
|
+
|
|
1299
|
+
case 'bbbbb':
|
|
1300
|
+
return match.dayPeriod(string, {
|
|
1301
|
+
width: 'narrow',
|
|
1302
|
+
context: 'formatting'
|
|
1303
|
+
});
|
|
1304
|
+
|
|
1305
|
+
case 'bbbb':
|
|
1306
|
+
default:
|
|
1307
|
+
return match.dayPeriod(string, {
|
|
1308
|
+
width: 'wide',
|
|
1309
|
+
context: 'formatting'
|
|
1310
|
+
}) || match.dayPeriod(string, {
|
|
1311
|
+
width: 'abbreviated',
|
|
1312
|
+
context: 'formatting'
|
|
1313
|
+
}) || match.dayPeriod(string, {
|
|
1314
|
+
width: 'narrow',
|
|
1315
|
+
context: 'formatting'
|
|
1316
|
+
});
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
set: function (date, _flags, value, _options) {
|
|
1320
|
+
date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0);
|
|
1321
|
+
return date;
|
|
1322
|
+
},
|
|
1323
|
+
incompatibleTokens: ['a', 'B', 'H', 'K', 'k', 't', 'T']
|
|
1324
|
+
},
|
|
1325
|
+
// in the morning, in the afternoon, in the evening, at night
|
|
1326
|
+
B: {
|
|
1327
|
+
priority: 80,
|
|
1328
|
+
parse: function (string, token, match, _options) {
|
|
1329
|
+
switch (token) {
|
|
1330
|
+
case 'B':
|
|
1331
|
+
case 'BB':
|
|
1332
|
+
case 'BBB':
|
|
1333
|
+
return match.dayPeriod(string, {
|
|
1334
|
+
width: 'abbreviated',
|
|
1335
|
+
context: 'formatting'
|
|
1336
|
+
}) || match.dayPeriod(string, {
|
|
1337
|
+
width: 'narrow',
|
|
1338
|
+
context: 'formatting'
|
|
1339
|
+
});
|
|
1340
|
+
|
|
1341
|
+
case 'BBBBB':
|
|
1342
|
+
return match.dayPeriod(string, {
|
|
1343
|
+
width: 'narrow',
|
|
1344
|
+
context: 'formatting'
|
|
1345
|
+
});
|
|
1346
|
+
|
|
1347
|
+
case 'BBBB':
|
|
1348
|
+
default:
|
|
1349
|
+
return match.dayPeriod(string, {
|
|
1350
|
+
width: 'wide',
|
|
1351
|
+
context: 'formatting'
|
|
1352
|
+
}) || match.dayPeriod(string, {
|
|
1353
|
+
width: 'abbreviated',
|
|
1354
|
+
context: 'formatting'
|
|
1355
|
+
}) || match.dayPeriod(string, {
|
|
1356
|
+
width: 'narrow',
|
|
1357
|
+
context: 'formatting'
|
|
1358
|
+
});
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
set: function (date, _flags, value, _options) {
|
|
1362
|
+
date.setUTCHours(dayPeriodEnumToHours(value), 0, 0, 0);
|
|
1363
|
+
return date;
|
|
1364
|
+
},
|
|
1365
|
+
incompatibleTokens: ['a', 'b', 't', 'T']
|
|
1366
|
+
},
|
|
1367
|
+
// Hour [1-12]
|
|
1368
|
+
h: {
|
|
1369
|
+
priority: 70,
|
|
1370
|
+
parse: function (string, token, match, _options) {
|
|
1371
|
+
switch (token) {
|
|
1372
|
+
case 'h':
|
|
1373
|
+
return parseNumericPattern(numericPatterns.hour12h, string);
|
|
1374
|
+
|
|
1375
|
+
case 'ho':
|
|
1376
|
+
return match.ordinalNumber(string, {
|
|
1377
|
+
unit: 'hour'
|
|
1378
|
+
});
|
|
1379
|
+
|
|
1380
|
+
default:
|
|
1381
|
+
return parseNDigits(token.length, string);
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
validate: function (_date, value, _options) {
|
|
1385
|
+
return value >= 1 && value <= 12;
|
|
1386
|
+
},
|
|
1387
|
+
set: function (date, _flags, value, _options) {
|
|
1388
|
+
var isPM = date.getUTCHours() >= 12;
|
|
1389
|
+
|
|
1390
|
+
if (isPM && value < 12) {
|
|
1391
|
+
date.setUTCHours(value + 12, 0, 0, 0);
|
|
1392
|
+
} else if (!isPM && value === 12) {
|
|
1393
|
+
date.setUTCHours(0, 0, 0, 0);
|
|
1394
|
+
} else {
|
|
1395
|
+
date.setUTCHours(value, 0, 0, 0);
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
return date;
|
|
1399
|
+
},
|
|
1400
|
+
incompatibleTokens: ['H', 'K', 'k', 't', 'T']
|
|
1401
|
+
},
|
|
1402
|
+
// Hour [0-23]
|
|
1403
|
+
H: {
|
|
1404
|
+
priority: 70,
|
|
1405
|
+
parse: function (string, token, match, _options) {
|
|
1406
|
+
switch (token) {
|
|
1407
|
+
case 'H':
|
|
1408
|
+
return parseNumericPattern(numericPatterns.hour23h, string);
|
|
1409
|
+
|
|
1410
|
+
case 'Ho':
|
|
1411
|
+
return match.ordinalNumber(string, {
|
|
1412
|
+
unit: 'hour'
|
|
1413
|
+
});
|
|
1414
|
+
|
|
1415
|
+
default:
|
|
1416
|
+
return parseNDigits(token.length, string);
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
validate: function (_date, value, _options) {
|
|
1420
|
+
return value >= 0 && value <= 23;
|
|
1421
|
+
},
|
|
1422
|
+
set: function (date, _flags, value, _options) {
|
|
1423
|
+
date.setUTCHours(value, 0, 0, 0);
|
|
1424
|
+
return date;
|
|
1425
|
+
},
|
|
1426
|
+
incompatibleTokens: ['a', 'b', 'h', 'K', 'k', 't', 'T']
|
|
1427
|
+
},
|
|
1428
|
+
// Hour [0-11]
|
|
1429
|
+
K: {
|
|
1430
|
+
priority: 70,
|
|
1431
|
+
parse: function (string, token, match, _options) {
|
|
1432
|
+
switch (token) {
|
|
1433
|
+
case 'K':
|
|
1434
|
+
return parseNumericPattern(numericPatterns.hour11h, string);
|
|
1435
|
+
|
|
1436
|
+
case 'Ko':
|
|
1437
|
+
return match.ordinalNumber(string, {
|
|
1438
|
+
unit: 'hour'
|
|
1439
|
+
});
|
|
1440
|
+
|
|
1441
|
+
default:
|
|
1442
|
+
return parseNDigits(token.length, string);
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
validate: function (_date, value, _options) {
|
|
1446
|
+
return value >= 0 && value <= 11;
|
|
1447
|
+
},
|
|
1448
|
+
set: function (date, _flags, value, _options) {
|
|
1449
|
+
var isPM = date.getUTCHours() >= 12;
|
|
1450
|
+
|
|
1451
|
+
if (isPM && value < 12) {
|
|
1452
|
+
date.setUTCHours(value + 12, 0, 0, 0);
|
|
1453
|
+
} else {
|
|
1454
|
+
date.setUTCHours(value, 0, 0, 0);
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
return date;
|
|
1458
|
+
},
|
|
1459
|
+
incompatibleTokens: ['a', 'b', 'h', 'H', 'k', 't', 'T']
|
|
1460
|
+
},
|
|
1461
|
+
// Hour [1-24]
|
|
1462
|
+
k: {
|
|
1463
|
+
priority: 70,
|
|
1464
|
+
parse: function (string, token, match, _options) {
|
|
1465
|
+
switch (token) {
|
|
1466
|
+
case 'k':
|
|
1467
|
+
return parseNumericPattern(numericPatterns.hour24h, string);
|
|
1468
|
+
|
|
1469
|
+
case 'ko':
|
|
1470
|
+
return match.ordinalNumber(string, {
|
|
1471
|
+
unit: 'hour'
|
|
1472
|
+
});
|
|
1473
|
+
|
|
1474
|
+
default:
|
|
1475
|
+
return parseNDigits(token.length, string);
|
|
1476
|
+
}
|
|
1477
|
+
},
|
|
1478
|
+
validate: function (_date, value, _options) {
|
|
1479
|
+
return value >= 1 && value <= 24;
|
|
1480
|
+
},
|
|
1481
|
+
set: function (date, _flags, value, _options) {
|
|
1482
|
+
var hours = value <= 24 ? value % 24 : value;
|
|
1483
|
+
date.setUTCHours(hours, 0, 0, 0);
|
|
1484
|
+
return date;
|
|
1485
|
+
},
|
|
1486
|
+
incompatibleTokens: ['a', 'b', 'h', 'H', 'K', 't', 'T']
|
|
1487
|
+
},
|
|
1488
|
+
// Minute
|
|
1489
|
+
m: {
|
|
1490
|
+
priority: 60,
|
|
1491
|
+
parse: function (string, token, match, _options) {
|
|
1492
|
+
switch (token) {
|
|
1493
|
+
case 'm':
|
|
1494
|
+
return parseNumericPattern(numericPatterns.minute, string);
|
|
1495
|
+
|
|
1496
|
+
case 'mo':
|
|
1497
|
+
return match.ordinalNumber(string, {
|
|
1498
|
+
unit: 'minute'
|
|
1499
|
+
});
|
|
1500
|
+
|
|
1501
|
+
default:
|
|
1502
|
+
return parseNDigits(token.length, string);
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
validate: function (_date, value, _options) {
|
|
1506
|
+
return value >= 0 && value <= 59;
|
|
1507
|
+
},
|
|
1508
|
+
set: function (date, _flags, value, _options) {
|
|
1509
|
+
date.setUTCMinutes(value, 0, 0);
|
|
1510
|
+
return date;
|
|
1511
|
+
},
|
|
1512
|
+
incompatibleTokens: ['t', 'T']
|
|
1513
|
+
},
|
|
1514
|
+
// Second
|
|
1515
|
+
s: {
|
|
1516
|
+
priority: 50,
|
|
1517
|
+
parse: function (string, token, match, _options) {
|
|
1518
|
+
switch (token) {
|
|
1519
|
+
case 's':
|
|
1520
|
+
return parseNumericPattern(numericPatterns.second, string);
|
|
1521
|
+
|
|
1522
|
+
case 'so':
|
|
1523
|
+
return match.ordinalNumber(string, {
|
|
1524
|
+
unit: 'second'
|
|
1525
|
+
});
|
|
1526
|
+
|
|
1527
|
+
default:
|
|
1528
|
+
return parseNDigits(token.length, string);
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
validate: function (_date, value, _options) {
|
|
1532
|
+
return value >= 0 && value <= 59;
|
|
1533
|
+
},
|
|
1534
|
+
set: function (date, _flags, value, _options) {
|
|
1535
|
+
date.setUTCSeconds(value, 0);
|
|
1536
|
+
return date;
|
|
1537
|
+
},
|
|
1538
|
+
incompatibleTokens: ['t', 'T']
|
|
1539
|
+
},
|
|
1540
|
+
// Fraction of second
|
|
1541
|
+
S: {
|
|
1542
|
+
priority: 30,
|
|
1543
|
+
parse: function (string, token, _match, _options) {
|
|
1544
|
+
var valueCallback = function (value) {
|
|
1545
|
+
return Math.floor(value * Math.pow(10, -token.length + 3));
|
|
1546
|
+
};
|
|
1547
|
+
|
|
1548
|
+
return parseNDigits(token.length, string, valueCallback);
|
|
1549
|
+
},
|
|
1550
|
+
set: function (date, _flags, value, _options) {
|
|
1551
|
+
date.setUTCMilliseconds(value);
|
|
1552
|
+
return date;
|
|
1553
|
+
},
|
|
1554
|
+
incompatibleTokens: ['t', 'T']
|
|
1555
|
+
},
|
|
1556
|
+
// Timezone (ISO-8601. +00:00 is `'Z'`)
|
|
1557
|
+
X: {
|
|
1558
|
+
priority: 10,
|
|
1559
|
+
parse: function (string, token, _match, _options) {
|
|
1560
|
+
switch (token) {
|
|
1561
|
+
case 'X':
|
|
1562
|
+
return parseTimezonePattern(timezonePatterns.basicOptionalMinutes, string);
|
|
1563
|
+
|
|
1564
|
+
case 'XX':
|
|
1565
|
+
return parseTimezonePattern(timezonePatterns.basic, string);
|
|
1566
|
+
|
|
1567
|
+
case 'XXXX':
|
|
1568
|
+
return parseTimezonePattern(timezonePatterns.basicOptionalSeconds, string);
|
|
1569
|
+
|
|
1570
|
+
case 'XXXXX':
|
|
1571
|
+
return parseTimezonePattern(timezonePatterns.extendedOptionalSeconds, string);
|
|
1572
|
+
|
|
1573
|
+
case 'XXX':
|
|
1574
|
+
default:
|
|
1575
|
+
return parseTimezonePattern(timezonePatterns.extended, string);
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
set: function (date, flags, value, _options) {
|
|
1579
|
+
if (flags.timestampIsSet) {
|
|
1580
|
+
return date;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
return new Date(date.getTime() - value);
|
|
1584
|
+
},
|
|
1585
|
+
incompatibleTokens: ['t', 'T', 'x']
|
|
1586
|
+
},
|
|
1587
|
+
// Timezone (ISO-8601)
|
|
1588
|
+
x: {
|
|
1589
|
+
priority: 10,
|
|
1590
|
+
parse: function (string, token, _match, _options) {
|
|
1591
|
+
switch (token) {
|
|
1592
|
+
case 'x':
|
|
1593
|
+
return parseTimezonePattern(timezonePatterns.basicOptionalMinutes, string);
|
|
1594
|
+
|
|
1595
|
+
case 'xx':
|
|
1596
|
+
return parseTimezonePattern(timezonePatterns.basic, string);
|
|
1597
|
+
|
|
1598
|
+
case 'xxxx':
|
|
1599
|
+
return parseTimezonePattern(timezonePatterns.basicOptionalSeconds, string);
|
|
1600
|
+
|
|
1601
|
+
case 'xxxxx':
|
|
1602
|
+
return parseTimezonePattern(timezonePatterns.extendedOptionalSeconds, string);
|
|
1603
|
+
|
|
1604
|
+
case 'xxx':
|
|
1605
|
+
default:
|
|
1606
|
+
return parseTimezonePattern(timezonePatterns.extended, string);
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
set: function (date, flags, value, _options) {
|
|
1610
|
+
if (flags.timestampIsSet) {
|
|
1611
|
+
return date;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
return new Date(date.getTime() - value);
|
|
1615
|
+
},
|
|
1616
|
+
incompatibleTokens: ['t', 'T', 'X']
|
|
1617
|
+
},
|
|
1618
|
+
// Seconds timestamp
|
|
1619
|
+
t: {
|
|
1620
|
+
priority: 40,
|
|
1621
|
+
parse: function (string, _token, _match, _options) {
|
|
1622
|
+
return parseAnyDigitsSigned(string);
|
|
1623
|
+
},
|
|
1624
|
+
set: function (_date, _flags, value, _options) {
|
|
1625
|
+
return [new Date(value * 1000), {
|
|
1626
|
+
timestampIsSet: true
|
|
1627
|
+
}];
|
|
1628
|
+
},
|
|
1629
|
+
incompatibleTokens: '*'
|
|
1630
|
+
},
|
|
1631
|
+
// Milliseconds timestamp
|
|
1632
|
+
T: {
|
|
1633
|
+
priority: 20,
|
|
1634
|
+
parse: function (string, _token, _match, _options) {
|
|
1635
|
+
return parseAnyDigitsSigned(string);
|
|
1636
|
+
},
|
|
1637
|
+
set: function (_date, _flags, value, _options) {
|
|
1638
|
+
return [new Date(value), {
|
|
1639
|
+
timestampIsSet: true
|
|
1640
|
+
}];
|
|
1641
|
+
},
|
|
1642
|
+
incompatibleTokens: '*'
|
|
1643
|
+
}
|
|
1644
|
+
};
|
|
1645
|
+
const parsers$1 = parsers;
|
|
1646
|
+
|
|
1647
|
+
var TIMEZONE_UNIT_PRIORITY = 10; // This RegExp consists of three parts separated by `|`:
|
|
1648
|
+
// - [yYQqMLwIdDecihHKkms]o matches any available ordinal number token
|
|
1649
|
+
// (one of the certain letters followed by `o`)
|
|
1650
|
+
// - (\w)\1* matches any sequences of the same letter
|
|
1651
|
+
// - '' matches two quote characters in a row
|
|
1652
|
+
// - '(''|[^'])+('|$) matches anything surrounded by two quote characters ('),
|
|
1653
|
+
// except a single quote symbol, which ends the sequence.
|
|
1654
|
+
// Two quote characters do not end the sequence.
|
|
1655
|
+
// If there is no matching single quote
|
|
1656
|
+
// then the sequence will continue until the end of the string.
|
|
1657
|
+
// - . matches any single character unmatched by previous parts of the RegExps
|
|
1658
|
+
|
|
1659
|
+
var formattingTokensRegExp = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g; // This RegExp catches symbols escaped by quotes, and also
|
|
1660
|
+
// sequences of symbols P, p, and the combinations like `PPPPPPPppppp`
|
|
1661
|
+
|
|
1662
|
+
var longFormattingTokensRegExp = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;
|
|
1663
|
+
var escapedStringRegExp = /^'([^]*?)'?$/;
|
|
1664
|
+
var doubleQuoteRegExp = /''/g;
|
|
1665
|
+
var notWhitespaceRegExp = /\S/;
|
|
1666
|
+
var unescapedLatinCharacterRegExp = /[a-zA-Z]/;
|
|
1667
|
+
/**
|
|
1668
|
+
* @name parse
|
|
1669
|
+
* @category Common Helpers
|
|
1670
|
+
* @summary Parse the date.
|
|
1671
|
+
*
|
|
1672
|
+
* @description
|
|
1673
|
+
* Return the date parsed from string using the given format string.
|
|
1674
|
+
*
|
|
1675
|
+
* > ⚠️ Please note that the `format` tokens differ from Moment.js and other libraries.
|
|
1676
|
+
* > See: https://git.io/fxCyr
|
|
1677
|
+
*
|
|
1678
|
+
* The characters in the format string wrapped between two single quotes characters (') are escaped.
|
|
1679
|
+
* Two single quotes in a row, whether inside or outside a quoted sequence, represent a 'real' single quote.
|
|
1680
|
+
*
|
|
1681
|
+
* Format of the format string is based on Unicode Technical Standard #35:
|
|
1682
|
+
* https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
|
1683
|
+
* with a few additions (see note 5 below the table).
|
|
1684
|
+
*
|
|
1685
|
+
* Not all tokens are compatible. Combinations that don't make sense or could lead to bugs are prohibited
|
|
1686
|
+
* and will throw `RangeError`. For example usage of 24-hour format token with AM/PM token will throw an exception:
|
|
1687
|
+
*
|
|
1688
|
+
* ```javascript
|
|
1689
|
+
* parse('23 AM', 'HH a', new Date())
|
|
1690
|
+
* //=> RangeError: The format string mustn't contain `HH` and `a` at the same time
|
|
1691
|
+
* ```
|
|
1692
|
+
*
|
|
1693
|
+
* See the compatibility table: https://docs.google.com/spreadsheets/d/e/2PACX-1vQOPU3xUhplll6dyoMmVUXHKl_8CRDs6_ueLmex3SoqwhuolkuN3O05l4rqx5h1dKX8eb46Ul-CCSrq/pubhtml?gid=0&single=true
|
|
1694
|
+
*
|
|
1695
|
+
* Accepted format string patterns:
|
|
1696
|
+
* | Unit |Prior| Pattern | Result examples | Notes |
|
|
1697
|
+
* |---------------------------------|-----|---------|-----------------------------------|-------|
|
|
1698
|
+
* | Era | 140 | G..GGG | AD, BC | |
|
|
1699
|
+
* | | | GGGG | Anno Domini, Before Christ | 2 |
|
|
1700
|
+
* | | | GGGGG | A, B | |
|
|
1701
|
+
* | Calendar year | 130 | y | 44, 1, 1900, 2017, 9999 | 4 |
|
|
1702
|
+
* | | | yo | 44th, 1st, 1900th, 9999999th | 4,5 |
|
|
1703
|
+
* | | | yy | 44, 01, 00, 17 | 4 |
|
|
1704
|
+
* | | | yyy | 044, 001, 123, 999 | 4 |
|
|
1705
|
+
* | | | yyyy | 0044, 0001, 1900, 2017 | 4 |
|
|
1706
|
+
* | | | yyyyy | ... | 2,4 |
|
|
1707
|
+
* | Local week-numbering year | 130 | Y | 44, 1, 1900, 2017, 9000 | 4 |
|
|
1708
|
+
* | | | Yo | 44th, 1st, 1900th, 9999999th | 4,5 |
|
|
1709
|
+
* | | | YY | 44, 01, 00, 17 | 4,6 |
|
|
1710
|
+
* | | | YYY | 044, 001, 123, 999 | 4 |
|
|
1711
|
+
* | | | YYYY | 0044, 0001, 1900, 2017 | 4,6 |
|
|
1712
|
+
* | | | YYYYY | ... | 2,4 |
|
|
1713
|
+
* | ISO week-numbering year | 130 | R | -43, 1, 1900, 2017, 9999, -9999 | 4,5 |
|
|
1714
|
+
* | | | RR | -43, 01, 00, 17 | 4,5 |
|
|
1715
|
+
* | | | RRR | -043, 001, 123, 999, -999 | 4,5 |
|
|
1716
|
+
* | | | RRRR | -0043, 0001, 2017, 9999, -9999 | 4,5 |
|
|
1717
|
+
* | | | RRRRR | ... | 2,4,5 |
|
|
1718
|
+
* | Extended year | 130 | u | -43, 1, 1900, 2017, 9999, -999 | 4 |
|
|
1719
|
+
* | | | uu | -43, 01, 99, -99 | 4 |
|
|
1720
|
+
* | | | uuu | -043, 001, 123, 999, -999 | 4 |
|
|
1721
|
+
* | | | uuuu | -0043, 0001, 2017, 9999, -9999 | 4 |
|
|
1722
|
+
* | | | uuuuu | ... | 2,4 |
|
|
1723
|
+
* | Quarter (formatting) | 120 | Q | 1, 2, 3, 4 | |
|
|
1724
|
+
* | | | Qo | 1st, 2nd, 3rd, 4th | 5 |
|
|
1725
|
+
* | | | QQ | 01, 02, 03, 04 | |
|
|
1726
|
+
* | | | QQQ | Q1, Q2, Q3, Q4 | |
|
|
1727
|
+
* | | | QQQQ | 1st quarter, 2nd quarter, ... | 2 |
|
|
1728
|
+
* | | | QQQQQ | 1, 2, 3, 4 | 4 |
|
|
1729
|
+
* | Quarter (stand-alone) | 120 | q | 1, 2, 3, 4 | |
|
|
1730
|
+
* | | | qo | 1st, 2nd, 3rd, 4th | 5 |
|
|
1731
|
+
* | | | qq | 01, 02, 03, 04 | |
|
|
1732
|
+
* | | | qqq | Q1, Q2, Q3, Q4 | |
|
|
1733
|
+
* | | | qqqq | 1st quarter, 2nd quarter, ... | 2 |
|
|
1734
|
+
* | | | qqqqq | 1, 2, 3, 4 | 3 |
|
|
1735
|
+
* | Month (formatting) | 110 | M | 1, 2, ..., 12 | |
|
|
1736
|
+
* | | | Mo | 1st, 2nd, ..., 12th | 5 |
|
|
1737
|
+
* | | | MM | 01, 02, ..., 12 | |
|
|
1738
|
+
* | | | MMM | Jan, Feb, ..., Dec | |
|
|
1739
|
+
* | | | MMMM | January, February, ..., December | 2 |
|
|
1740
|
+
* | | | MMMMM | J, F, ..., D | |
|
|
1741
|
+
* | Month (stand-alone) | 110 | L | 1, 2, ..., 12 | |
|
|
1742
|
+
* | | | Lo | 1st, 2nd, ..., 12th | 5 |
|
|
1743
|
+
* | | | LL | 01, 02, ..., 12 | |
|
|
1744
|
+
* | | | LLL | Jan, Feb, ..., Dec | |
|
|
1745
|
+
* | | | LLLL | January, February, ..., December | 2 |
|
|
1746
|
+
* | | | LLLLL | J, F, ..., D | |
|
|
1747
|
+
* | Local week of year | 100 | w | 1, 2, ..., 53 | |
|
|
1748
|
+
* | | | wo | 1st, 2nd, ..., 53th | 5 |
|
|
1749
|
+
* | | | ww | 01, 02, ..., 53 | |
|
|
1750
|
+
* | ISO week of year | 100 | I | 1, 2, ..., 53 | 5 |
|
|
1751
|
+
* | | | Io | 1st, 2nd, ..., 53th | 5 |
|
|
1752
|
+
* | | | II | 01, 02, ..., 53 | 5 |
|
|
1753
|
+
* | Day of month | 90 | d | 1, 2, ..., 31 | |
|
|
1754
|
+
* | | | do | 1st, 2nd, ..., 31st | 5 |
|
|
1755
|
+
* | | | dd | 01, 02, ..., 31 | |
|
|
1756
|
+
* | Day of year | 90 | D | 1, 2, ..., 365, 366 | 7 |
|
|
1757
|
+
* | | | Do | 1st, 2nd, ..., 365th, 366th | 5 |
|
|
1758
|
+
* | | | DD | 01, 02, ..., 365, 366 | 7 |
|
|
1759
|
+
* | | | DDD | 001, 002, ..., 365, 366 | |
|
|
1760
|
+
* | | | DDDD | ... | 2 |
|
|
1761
|
+
* | Day of week (formatting) | 90 | E..EEE | Mon, Tue, Wed, ..., Sun | |
|
|
1762
|
+
* | | | EEEE | Monday, Tuesday, ..., Sunday | 2 |
|
|
1763
|
+
* | | | EEEEE | M, T, W, T, F, S, S | |
|
|
1764
|
+
* | | | EEEEEE | Mo, Tu, We, Th, Fr, Sa, Su | |
|
|
1765
|
+
* | ISO day of week (formatting) | 90 | i | 1, 2, 3, ..., 7 | 5 |
|
|
1766
|
+
* | | | io | 1st, 2nd, ..., 7th | 5 |
|
|
1767
|
+
* | | | ii | 01, 02, ..., 07 | 5 |
|
|
1768
|
+
* | | | iii | Mon, Tue, Wed, ..., Sun | 5 |
|
|
1769
|
+
* | | | iiii | Monday, Tuesday, ..., Sunday | 2,5 |
|
|
1770
|
+
* | | | iiiii | M, T, W, T, F, S, S | 5 |
|
|
1771
|
+
* | | | iiiiii | Mo, Tu, We, Th, Fr, Sa, Su | 5 |
|
|
1772
|
+
* | Local day of week (formatting) | 90 | e | 2, 3, 4, ..., 1 | |
|
|
1773
|
+
* | | | eo | 2nd, 3rd, ..., 1st | 5 |
|
|
1774
|
+
* | | | ee | 02, 03, ..., 01 | |
|
|
1775
|
+
* | | | eee | Mon, Tue, Wed, ..., Sun | |
|
|
1776
|
+
* | | | eeee | Monday, Tuesday, ..., Sunday | 2 |
|
|
1777
|
+
* | | | eeeee | M, T, W, T, F, S, S | |
|
|
1778
|
+
* | | | eeeeee | Mo, Tu, We, Th, Fr, Sa, Su | |
|
|
1779
|
+
* | Local day of week (stand-alone) | 90 | c | 2, 3, 4, ..., 1 | |
|
|
1780
|
+
* | | | co | 2nd, 3rd, ..., 1st | 5 |
|
|
1781
|
+
* | | | cc | 02, 03, ..., 01 | |
|
|
1782
|
+
* | | | ccc | Mon, Tue, Wed, ..., Sun | |
|
|
1783
|
+
* | | | cccc | Monday, Tuesday, ..., Sunday | 2 |
|
|
1784
|
+
* | | | ccccc | M, T, W, T, F, S, S | |
|
|
1785
|
+
* | | | cccccc | Mo, Tu, We, Th, Fr, Sa, Su | |
|
|
1786
|
+
* | AM, PM | 80 | a..aaa | AM, PM | |
|
|
1787
|
+
* | | | aaaa | a.m., p.m. | 2 |
|
|
1788
|
+
* | | | aaaaa | a, p | |
|
|
1789
|
+
* | AM, PM, noon, midnight | 80 | b..bbb | AM, PM, noon, midnight | |
|
|
1790
|
+
* | | | bbbb | a.m., p.m., noon, midnight | 2 |
|
|
1791
|
+
* | | | bbbbb | a, p, n, mi | |
|
|
1792
|
+
* | Flexible day period | 80 | B..BBB | at night, in the morning, ... | |
|
|
1793
|
+
* | | | BBBB | at night, in the morning, ... | 2 |
|
|
1794
|
+
* | | | BBBBB | at night, in the morning, ... | |
|
|
1795
|
+
* | Hour [1-12] | 70 | h | 1, 2, ..., 11, 12 | |
|
|
1796
|
+
* | | | ho | 1st, 2nd, ..., 11th, 12th | 5 |
|
|
1797
|
+
* | | | hh | 01, 02, ..., 11, 12 | |
|
|
1798
|
+
* | Hour [0-23] | 70 | H | 0, 1, 2, ..., 23 | |
|
|
1799
|
+
* | | | Ho | 0th, 1st, 2nd, ..., 23rd | 5 |
|
|
1800
|
+
* | | | HH | 00, 01, 02, ..., 23 | |
|
|
1801
|
+
* | Hour [0-11] | 70 | K | 1, 2, ..., 11, 0 | |
|
|
1802
|
+
* | | | Ko | 1st, 2nd, ..., 11th, 0th | 5 |
|
|
1803
|
+
* | | | KK | 01, 02, ..., 11, 00 | |
|
|
1804
|
+
* | Hour [1-24] | 70 | k | 24, 1, 2, ..., 23 | |
|
|
1805
|
+
* | | | ko | 24th, 1st, 2nd, ..., 23rd | 5 |
|
|
1806
|
+
* | | | kk | 24, 01, 02, ..., 23 | |
|
|
1807
|
+
* | Minute | 60 | m | 0, 1, ..., 59 | |
|
|
1808
|
+
* | | | mo | 0th, 1st, ..., 59th | 5 |
|
|
1809
|
+
* | | | mm | 00, 01, ..., 59 | |
|
|
1810
|
+
* | Second | 50 | s | 0, 1, ..., 59 | |
|
|
1811
|
+
* | | | so | 0th, 1st, ..., 59th | 5 |
|
|
1812
|
+
* | | | ss | 00, 01, ..., 59 | |
|
|
1813
|
+
* | Seconds timestamp | 40 | t | 512969520 | |
|
|
1814
|
+
* | | | tt | ... | 2 |
|
|
1815
|
+
* | Fraction of second | 30 | S | 0, 1, ..., 9 | |
|
|
1816
|
+
* | | | SS | 00, 01, ..., 99 | |
|
|
1817
|
+
* | | | SSS | 000, 0001, ..., 999 | |
|
|
1818
|
+
* | | | SSSS | ... | 2 |
|
|
1819
|
+
* | Milliseconds timestamp | 20 | T | 512969520900 | |
|
|
1820
|
+
* | | | TT | ... | 2 |
|
|
1821
|
+
* | Timezone (ISO-8601 w/ Z) | 10 | X | -08, +0530, Z | |
|
|
1822
|
+
* | | | XX | -0800, +0530, Z | |
|
|
1823
|
+
* | | | XXX | -08:00, +05:30, Z | |
|
|
1824
|
+
* | | | XXXX | -0800, +0530, Z, +123456 | 2 |
|
|
1825
|
+
* | | | XXXXX | -08:00, +05:30, Z, +12:34:56 | |
|
|
1826
|
+
* | Timezone (ISO-8601 w/o Z) | 10 | x | -08, +0530, +00 | |
|
|
1827
|
+
* | | | xx | -0800, +0530, +0000 | |
|
|
1828
|
+
* | | | xxx | -08:00, +05:30, +00:00 | 2 |
|
|
1829
|
+
* | | | xxxx | -0800, +0530, +0000, +123456 | |
|
|
1830
|
+
* | | | xxxxx | -08:00, +05:30, +00:00, +12:34:56 | |
|
|
1831
|
+
* | Long localized date | NA | P | 05/29/1453 | 5,8 |
|
|
1832
|
+
* | | | PP | May 29, 1453 | |
|
|
1833
|
+
* | | | PPP | May 29th, 1453 | |
|
|
1834
|
+
* | | | PPPP | Sunday, May 29th, 1453 | 2,5,8 |
|
|
1835
|
+
* | Long localized time | NA | p | 12:00 AM | 5,8 |
|
|
1836
|
+
* | | | pp | 12:00:00 AM | |
|
|
1837
|
+
* | Combination of date and time | NA | Pp | 05/29/1453, 12:00 AM | |
|
|
1838
|
+
* | | | PPpp | May 29, 1453, 12:00:00 AM | |
|
|
1839
|
+
* | | | PPPpp | May 29th, 1453 at ... | |
|
|
1840
|
+
* | | | PPPPpp | Sunday, May 29th, 1453 at ... | 2,5,8 |
|
|
1841
|
+
* Notes:
|
|
1842
|
+
* 1. "Formatting" units (e.g. formatting quarter) in the default en-US locale
|
|
1843
|
+
* are the same as "stand-alone" units, but are different in some languages.
|
|
1844
|
+
* "Formatting" units are declined according to the rules of the language
|
|
1845
|
+
* in the context of a date. "Stand-alone" units are always nominative singular.
|
|
1846
|
+
* In `format` function, they will produce different result:
|
|
1847
|
+
*
|
|
1848
|
+
* `format(new Date(2017, 10, 6), 'do LLLL', {locale: cs}) //=> '6. listopad'`
|
|
1849
|
+
*
|
|
1850
|
+
* `format(new Date(2017, 10, 6), 'do MMMM', {locale: cs}) //=> '6. listopadu'`
|
|
1851
|
+
*
|
|
1852
|
+
* `parse` will try to match both formatting and stand-alone units interchangably.
|
|
1853
|
+
*
|
|
1854
|
+
* 2. Any sequence of the identical letters is a pattern, unless it is escaped by
|
|
1855
|
+
* the single quote characters (see below).
|
|
1856
|
+
* If the sequence is longer than listed in table:
|
|
1857
|
+
* - for numerical units (`yyyyyyyy`) `parse` will try to match a number
|
|
1858
|
+
* as wide as the sequence
|
|
1859
|
+
* - for text units (`MMMMMMMM`) `parse` will try to match the widest variation of the unit.
|
|
1860
|
+
* These variations are marked with "2" in the last column of the table.
|
|
1861
|
+
*
|
|
1862
|
+
* 3. `QQQQQ` and `qqqqq` could be not strictly numerical in some locales.
|
|
1863
|
+
* These tokens represent the shortest form of the quarter.
|
|
1864
|
+
*
|
|
1865
|
+
* 4. The main difference between `y` and `u` patterns are B.C. years:
|
|
1866
|
+
*
|
|
1867
|
+
* | Year | `y` | `u` |
|
|
1868
|
+
* |------|-----|-----|
|
|
1869
|
+
* | AC 1 | 1 | 1 |
|
|
1870
|
+
* | BC 1 | 1 | 0 |
|
|
1871
|
+
* | BC 2 | 2 | -1 |
|
|
1872
|
+
*
|
|
1873
|
+
* Also `yy` will try to guess the century of two digit year by proximity with `referenceDate`:
|
|
1874
|
+
*
|
|
1875
|
+
* `parse('50', 'yy', new Date(2018, 0, 1)) //=> Sat Jan 01 2050 00:00:00`
|
|
1876
|
+
*
|
|
1877
|
+
* `parse('75', 'yy', new Date(2018, 0, 1)) //=> Wed Jan 01 1975 00:00:00`
|
|
1878
|
+
*
|
|
1879
|
+
* while `uu` will just assign the year as is:
|
|
1880
|
+
*
|
|
1881
|
+
* `parse('50', 'uu', new Date(2018, 0, 1)) //=> Sat Jan 01 0050 00:00:00`
|
|
1882
|
+
*
|
|
1883
|
+
* `parse('75', 'uu', new Date(2018, 0, 1)) //=> Tue Jan 01 0075 00:00:00`
|
|
1884
|
+
*
|
|
1885
|
+
* The same difference is true for local and ISO week-numbering years (`Y` and `R`),
|
|
1886
|
+
* except local week-numbering years are dependent on `options.weekStartsOn`
|
|
1887
|
+
* and `options.firstWeekContainsDate` (compare [setISOWeekYear]{@link https://date-fns.org/docs/setISOWeekYear}
|
|
1888
|
+
* and [setWeekYear]{@link https://date-fns.org/docs/setWeekYear}).
|
|
1889
|
+
*
|
|
1890
|
+
* 5. These patterns are not in the Unicode Technical Standard #35:
|
|
1891
|
+
* - `i`: ISO day of week
|
|
1892
|
+
* - `I`: ISO week of year
|
|
1893
|
+
* - `R`: ISO week-numbering year
|
|
1894
|
+
* - `o`: ordinal number modifier
|
|
1895
|
+
* - `P`: long localized date
|
|
1896
|
+
* - `p`: long localized time
|
|
1897
|
+
*
|
|
1898
|
+
* 6. `YY` and `YYYY` tokens represent week-numbering years but they are often confused with years.
|
|
1899
|
+
* You should enable `options.useAdditionalWeekYearTokens` to use them. See: https://git.io/fxCyr
|
|
1900
|
+
*
|
|
1901
|
+
* 7. `D` and `DD` tokens represent days of the year but they are ofthen confused with days of the month.
|
|
1902
|
+
* You should enable `options.useAdditionalDayOfYearTokens` to use them. See: https://git.io/fxCyr
|
|
1903
|
+
*
|
|
1904
|
+
* 8. `P+` tokens do not have a defined priority since they are merely aliases to other tokens based
|
|
1905
|
+
* on the given locale.
|
|
1906
|
+
*
|
|
1907
|
+
* using `en-US` locale: `P` => `MM/dd/yyyy`
|
|
1908
|
+
* using `en-US` locale: `p` => `hh:mm a`
|
|
1909
|
+
* using `pt-BR` locale: `P` => `dd/MM/yyyy`
|
|
1910
|
+
* using `pt-BR` locale: `p` => `HH:mm`
|
|
1911
|
+
*
|
|
1912
|
+
* Values will be assigned to the date in the descending order of its unit's priority.
|
|
1913
|
+
* Units of an equal priority overwrite each other in the order of appearance.
|
|
1914
|
+
*
|
|
1915
|
+
* If no values of higher priority are parsed (e.g. when parsing string 'January 1st' without a year),
|
|
1916
|
+
* the values will be taken from 3rd argument `referenceDate` which works as a context of parsing.
|
|
1917
|
+
*
|
|
1918
|
+
* `referenceDate` must be passed for correct work of the function.
|
|
1919
|
+
* If you're not sure which `referenceDate` to supply, create a new instance of Date:
|
|
1920
|
+
* `parse('02/11/2014', 'MM/dd/yyyy', new Date())`
|
|
1921
|
+
* In this case parsing will be done in the context of the current date.
|
|
1922
|
+
* If `referenceDate` is `Invalid Date` or a value not convertible to valid `Date`,
|
|
1923
|
+
* then `Invalid Date` will be returned.
|
|
1924
|
+
*
|
|
1925
|
+
* The result may vary by locale.
|
|
1926
|
+
*
|
|
1927
|
+
* If `formatString` matches with `dateString` but does not provides tokens, `referenceDate` will be returned.
|
|
1928
|
+
*
|
|
1929
|
+
* If parsing failed, `Invalid Date` will be returned.
|
|
1930
|
+
* Invalid Date is a Date, whose time value is NaN.
|
|
1931
|
+
* Time value of Date: http://es5.github.io/#x15.9.1.1
|
|
1932
|
+
*
|
|
1933
|
+
* ### v2.0.0 breaking changes:
|
|
1934
|
+
*
|
|
1935
|
+
* - [Changes that are common for the whole library](https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#Common-Changes).
|
|
1936
|
+
*
|
|
1937
|
+
* - Old `parse` was renamed to `toDate`.
|
|
1938
|
+
* Now `parse` is a new function which parses a string using a provided format.
|
|
1939
|
+
*
|
|
1940
|
+
* ```javascript
|
|
1941
|
+
* // Before v2.0.0
|
|
1942
|
+
* parse('2016-01-01')
|
|
1943
|
+
*
|
|
1944
|
+
* // v2.0.0 onward (toDate no longer accepts a string)
|
|
1945
|
+
* toDate(1392098430000) // Unix to timestamp
|
|
1946
|
+
* toDate(new Date(2014, 1, 11, 11, 30, 30)) // Cloning the date
|
|
1947
|
+
* parse('2016-01-01', 'yyyy-MM-dd', new Date())
|
|
1948
|
+
* ```
|
|
1949
|
+
*
|
|
1950
|
+
* @param {String} dateString - the string to parse
|
|
1951
|
+
* @param {String} formatString - the string of tokens
|
|
1952
|
+
* @param {Date|Number} referenceDate - defines values missing from the parsed dateString
|
|
1953
|
+
* @param {Object} [options] - an object with options.
|
|
1954
|
+
* @param {Locale} [options.locale=defaultLocale] - the locale object. See [Locale]{@link https://date-fns.org/docs/Locale}
|
|
1955
|
+
* @param {0|1|2|3|4|5|6} [options.weekStartsOn=0] - the index of the first day of the week (0 - Sunday)
|
|
1956
|
+
* @param {1|2|3|4|5|6|7} [options.firstWeekContainsDate=1] - the day of January, which is always in the first week of the year
|
|
1957
|
+
* @param {Boolean} [options.useAdditionalWeekYearTokens=false] - if true, allows usage of the week-numbering year tokens `YY` and `YYYY`;
|
|
1958
|
+
* see: https://git.io/fxCyr
|
|
1959
|
+
* @param {Boolean} [options.useAdditionalDayOfYearTokens=false] - if true, allows usage of the day of year tokens `D` and `DD`;
|
|
1960
|
+
* see: https://git.io/fxCyr
|
|
1961
|
+
* @returns {Date} the parsed date
|
|
1962
|
+
* @throws {TypeError} 3 arguments required
|
|
1963
|
+
* @throws {RangeError} `options.weekStartsOn` must be between 0 and 6
|
|
1964
|
+
* @throws {RangeError} `options.firstWeekContainsDate` must be between 1 and 7
|
|
1965
|
+
* @throws {RangeError} `options.locale` must contain `match` property
|
|
1966
|
+
* @throws {RangeError} use `yyyy` instead of `YYYY` for formatting years using [format provided] to the input [input provided]; see: https://git.io/fxCyr
|
|
1967
|
+
* @throws {RangeError} use `yy` instead of `YY` for formatting years using [format provided] to the input [input provided]; see: https://git.io/fxCyr
|
|
1968
|
+
* @throws {RangeError} use `d` instead of `D` for formatting days of the month using [format provided] to the input [input provided]; see: https://git.io/fxCyr
|
|
1969
|
+
* @throws {RangeError} use `dd` instead of `DD` for formatting days of the month using [format provided] to the input [input provided]; see: https://git.io/fxCyr
|
|
1970
|
+
* @throws {RangeError} format string contains an unescaped latin alphabet character
|
|
1971
|
+
*
|
|
1972
|
+
* @example
|
|
1973
|
+
* // Parse 11 February 2014 from middle-endian format:
|
|
1974
|
+
* var result = parse('02/11/2014', 'MM/dd/yyyy', new Date())
|
|
1975
|
+
* //=> Tue Feb 11 2014 00:00:00
|
|
1976
|
+
*
|
|
1977
|
+
* @example
|
|
1978
|
+
* // Parse 28th of February in Esperanto locale in the context of 2010 year:
|
|
1979
|
+
* import eo from 'date-fns/locale/eo'
|
|
1980
|
+
* var result = parse('28-a de februaro', "do 'de' MMMM", new Date(2010, 0, 1), {
|
|
1981
|
+
* locale: eo
|
|
1982
|
+
* })
|
|
1983
|
+
* //=> Sun Feb 28 2010 00:00:00
|
|
1984
|
+
*/
|
|
1985
|
+
|
|
1986
|
+
function parse(dirtyDateString, dirtyFormatString, dirtyReferenceDate, dirtyOptions) {
|
|
1987
|
+
index.requiredArgs(3, arguments);
|
|
1988
|
+
var dateString = String(dirtyDateString);
|
|
1989
|
+
var formatString = String(dirtyFormatString);
|
|
1990
|
+
var options = dirtyOptions || {};
|
|
1991
|
+
var locale = options.locale || index$1.defaultLocale;
|
|
1992
|
+
|
|
1993
|
+
if (!locale.match) {
|
|
1994
|
+
throw new RangeError('locale must contain match property');
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
var localeFirstWeekContainsDate = locale.options && locale.options.firstWeekContainsDate;
|
|
1998
|
+
var defaultFirstWeekContainsDate = localeFirstWeekContainsDate == null ? 1 : index$1.toInteger(localeFirstWeekContainsDate);
|
|
1999
|
+
var firstWeekContainsDate = options.firstWeekContainsDate == null ? defaultFirstWeekContainsDate : index$1.toInteger(options.firstWeekContainsDate); // Test if weekStartsOn is between 1 and 7 _and_ is not NaN
|
|
2000
|
+
|
|
2001
|
+
if (!(firstWeekContainsDate >= 1 && firstWeekContainsDate <= 7)) {
|
|
2002
|
+
throw new RangeError('firstWeekContainsDate must be between 1 and 7 inclusively');
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
var localeWeekStartsOn = locale.options && locale.options.weekStartsOn;
|
|
2006
|
+
var defaultWeekStartsOn = localeWeekStartsOn == null ? 0 : index$1.toInteger(localeWeekStartsOn);
|
|
2007
|
+
var weekStartsOn = options.weekStartsOn == null ? defaultWeekStartsOn : index$1.toInteger(options.weekStartsOn); // Test if weekStartsOn is between 0 and 6 _and_ is not NaN
|
|
2008
|
+
|
|
2009
|
+
if (!(weekStartsOn >= 0 && weekStartsOn <= 6)) {
|
|
2010
|
+
throw new RangeError('weekStartsOn must be between 0 and 6 inclusively');
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
if (formatString === '') {
|
|
2014
|
+
if (dateString === '') {
|
|
2015
|
+
return index.toDate(dirtyReferenceDate);
|
|
2016
|
+
} else {
|
|
2017
|
+
return new Date(NaN);
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
var subFnOptions = {
|
|
2022
|
+
firstWeekContainsDate: firstWeekContainsDate,
|
|
2023
|
+
weekStartsOn: weekStartsOn,
|
|
2024
|
+
locale: locale
|
|
2025
|
+
}; // If timezone isn't specified, it will be set to the system timezone
|
|
2026
|
+
|
|
2027
|
+
var setters = [{
|
|
2028
|
+
priority: TIMEZONE_UNIT_PRIORITY,
|
|
2029
|
+
subPriority: -1,
|
|
2030
|
+
set: dateToSystemTimezone,
|
|
2031
|
+
index: 0
|
|
2032
|
+
}];
|
|
2033
|
+
var i;
|
|
2034
|
+
var tokens = formatString.match(longFormattingTokensRegExp).map(function (substring) {
|
|
2035
|
+
var firstCharacter = substring[0];
|
|
2036
|
+
|
|
2037
|
+
if (firstCharacter === 'p' || firstCharacter === 'P') {
|
|
2038
|
+
var longFormatter = index$1.longFormatters[firstCharacter];
|
|
2039
|
+
return longFormatter(substring, locale.formatLong, subFnOptions);
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
return substring;
|
|
2043
|
+
}).join('').match(formattingTokensRegExp);
|
|
2044
|
+
var usedTokens = [];
|
|
2045
|
+
|
|
2046
|
+
for (i = 0; i < tokens.length; i++) {
|
|
2047
|
+
var token = tokens[i];
|
|
2048
|
+
|
|
2049
|
+
if (!options.useAdditionalWeekYearTokens && index$1.isProtectedWeekYearToken(token)) {
|
|
2050
|
+
index$1.throwProtectedError(token, formatString, dirtyDateString);
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
if (!options.useAdditionalDayOfYearTokens && index$1.isProtectedDayOfYearToken(token)) {
|
|
2054
|
+
index$1.throwProtectedError(token, formatString, dirtyDateString);
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
var firstCharacter = token[0];
|
|
2058
|
+
var parser = parsers$1[firstCharacter];
|
|
2059
|
+
|
|
2060
|
+
if (parser) {
|
|
2061
|
+
var incompatibleTokens = parser.incompatibleTokens;
|
|
2062
|
+
|
|
2063
|
+
if (Array.isArray(incompatibleTokens)) {
|
|
2064
|
+
var incompatibleToken = void 0;
|
|
2065
|
+
|
|
2066
|
+
for (var _i = 0; _i < usedTokens.length; _i++) {
|
|
2067
|
+
var usedToken = usedTokens[_i].token;
|
|
2068
|
+
|
|
2069
|
+
if (incompatibleTokens.indexOf(usedToken) !== -1 || usedToken === firstCharacter) {
|
|
2070
|
+
incompatibleToken = usedTokens[_i];
|
|
2071
|
+
break;
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
if (incompatibleToken) {
|
|
2076
|
+
throw new RangeError("The format string mustn't contain `".concat(incompatibleToken.fullToken, "` and `").concat(token, "` at the same time"));
|
|
2077
|
+
}
|
|
2078
|
+
} else if (parser.incompatibleTokens === '*' && usedTokens.length) {
|
|
2079
|
+
throw new RangeError("The format string mustn't contain `".concat(token, "` and any other token at the same time"));
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
usedTokens.push({
|
|
2083
|
+
token: firstCharacter,
|
|
2084
|
+
fullToken: token
|
|
2085
|
+
});
|
|
2086
|
+
var parseResult = parser.parse(dateString, token, locale.match, subFnOptions);
|
|
2087
|
+
|
|
2088
|
+
if (!parseResult) {
|
|
2089
|
+
return new Date(NaN);
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
setters.push({
|
|
2093
|
+
priority: parser.priority,
|
|
2094
|
+
subPriority: parser.subPriority || 0,
|
|
2095
|
+
set: parser.set,
|
|
2096
|
+
validate: parser.validate,
|
|
2097
|
+
value: parseResult.value,
|
|
2098
|
+
index: setters.length
|
|
2099
|
+
});
|
|
2100
|
+
dateString = parseResult.rest;
|
|
2101
|
+
} else {
|
|
2102
|
+
if (firstCharacter.match(unescapedLatinCharacterRegExp)) {
|
|
2103
|
+
throw new RangeError('Format string contains an unescaped latin alphabet character `' + firstCharacter + '`');
|
|
2104
|
+
} // Replace two single quote characters with one single quote character
|
|
2105
|
+
|
|
2106
|
+
|
|
2107
|
+
if (token === "''") {
|
|
2108
|
+
token = "'";
|
|
2109
|
+
} else if (firstCharacter === "'") {
|
|
2110
|
+
token = cleanEscapedString(token);
|
|
2111
|
+
} // Cut token from string, or, if string doesn't match the token, return Invalid Date
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
if (dateString.indexOf(token) === 0) {
|
|
2115
|
+
dateString = dateString.slice(token.length);
|
|
2116
|
+
} else {
|
|
2117
|
+
return new Date(NaN);
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
} // Check if the remaining input contains something other than whitespace
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
if (dateString.length > 0 && notWhitespaceRegExp.test(dateString)) {
|
|
2124
|
+
return new Date(NaN);
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
var uniquePrioritySetters = setters.map(function (setter) {
|
|
2128
|
+
return setter.priority;
|
|
2129
|
+
}).sort(function (a, b) {
|
|
2130
|
+
return b - a;
|
|
2131
|
+
}).filter(function (priority, index, array) {
|
|
2132
|
+
return array.indexOf(priority) === index;
|
|
2133
|
+
}).map(function (priority) {
|
|
2134
|
+
return setters.filter(function (setter) {
|
|
2135
|
+
return setter.priority === priority;
|
|
2136
|
+
}).sort(function (a, b) {
|
|
2137
|
+
return b.subPriority - a.subPriority;
|
|
2138
|
+
});
|
|
2139
|
+
}).map(function (setterArray) {
|
|
2140
|
+
return setterArray[0];
|
|
2141
|
+
});
|
|
2142
|
+
var date = index.toDate(dirtyReferenceDate);
|
|
2143
|
+
|
|
2144
|
+
if (isNaN(date)) {
|
|
2145
|
+
return new Date(NaN);
|
|
2146
|
+
} // Convert the date in system timezone to the same date in UTC+00:00 timezone.
|
|
2147
|
+
// This ensures that when UTC functions will be implemented, locales will be compatible with them.
|
|
2148
|
+
// See an issue about UTC functions: https://github.com/date-fns/date-fns/issues/37
|
|
2149
|
+
|
|
2150
|
+
|
|
2151
|
+
var utcDate = index$1.subMilliseconds(date, index$1.getTimezoneOffsetInMilliseconds(date));
|
|
2152
|
+
var flags = {};
|
|
2153
|
+
|
|
2154
|
+
for (i = 0; i < uniquePrioritySetters.length; i++) {
|
|
2155
|
+
var setter = uniquePrioritySetters[i];
|
|
2156
|
+
|
|
2157
|
+
if (setter.validate && !setter.validate(utcDate, setter.value, subFnOptions)) {
|
|
2158
|
+
return new Date(NaN);
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
var result = setter.set(utcDate, flags, setter.value, subFnOptions); // Result is tuple (date, flags)
|
|
2162
|
+
|
|
2163
|
+
if (result[0]) {
|
|
2164
|
+
utcDate = result[0];
|
|
2165
|
+
assign(flags, result[1]); // Result is date
|
|
2166
|
+
} else {
|
|
2167
|
+
utcDate = result;
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
return utcDate;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
function dateToSystemTimezone(date, flags) {
|
|
2175
|
+
if (flags.timestampIsSet) {
|
|
2176
|
+
return date;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
var convertedDate = new Date(0);
|
|
2180
|
+
convertedDate.setFullYear(date.getUTCFullYear(), date.getUTCMonth(), date.getUTCDate());
|
|
2181
|
+
convertedDate.setHours(date.getUTCHours(), date.getUTCMinutes(), date.getUTCSeconds(), date.getUTCMilliseconds());
|
|
2182
|
+
return convertedDate;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
function cleanEscapedString(input) {
|
|
2186
|
+
return input.match(escapedStringRegExp)[1].replace(doubleQuoteRegExp, "'");
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
const calendarDatepickerCss = ".digi--util--fs--xs.sc-digi-calendar-datepicker{font-size:var(--digi--global--typography--font-size--small) !important}.digi--util--fs--s.sc-digi-calendar-datepicker{font-size:calc(var(--digi--global--typography--font-size--small) + 1px) !important}.digi--util--fs--m.sc-digi-calendar-datepicker{font-size:var(--digi--global--typography--font-size--base) !important}.digi--util--fs--l.sc-digi-calendar-datepicker{font-size:var(--digi--global--typography--font-size--large) !important}.digi--util--fw--sb.sc-digi-calendar-datepicker{font-weight:var(--digi--global--typography--font-weight--semibold) !important}.digi--util--pt--1.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--smallest-2) !important}.digi--util--pt--10.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--smallest) !important}.digi--util--pt--20.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--base) !important}.digi--util--pt--30.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-2) !important}.digi--util--pt--40.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-4) !important}.digi--util--pt--50.sc-digi-calendar-datepicker{padding-top:2.5rem !important}.digi--util--pt--60.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-5) !important}.digi--util--pt--70.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-6) !important}.digi--util--pt--80.sc-digi-calendar-datepicker{padding-top:4.5rem !important}.digi--util--pt--90.sc-digi-calendar-datepicker{padding-top:5rem !important}.digi--util--pb--1.sc-digi-calendar-datepicker{padding-bottom:var(--digi--global--spacing--smallest-2) !important}.digi--util--pb--10.sc-digi-calendar-datepicker{padding-bottom:var(--digi--global--spacing--smallest) !important}.digi--util--pb--20.sc-digi-calendar-datepicker{padding-bottom:var(--digi--global--spacing--base) !important}.digi--util--pb--30.sc-digi-calendar-datepicker{padding-bottom:var(--digi--global--spacing--largest-2) !important}.digi--util--pb--40.sc-digi-calendar-datepicker{padding-bottom:var(--digi--global--spacing--largest-4) !important}.digi--util--pb--50.sc-digi-calendar-datepicker{padding-bottom:2.5rem !important}.digi--util--pb--60.sc-digi-calendar-datepicker{padding-bottom:var(--digi--global--spacing--largest-5) !important}.digi--util--pb--70.sc-digi-calendar-datepicker{padding-bottom:var(--digi--global--spacing--largest-6) !important}.digi--util--pb--80.sc-digi-calendar-datepicker{padding-bottom:4.5rem !important}.digi--util--pb--90.sc-digi-calendar-datepicker{padding-bottom:5rem !important}.digi--util--p--1.sc-digi-calendar-datepicker{padding:var(--digi--global--spacing--smallest-2) !important}.digi--util--p--10.sc-digi-calendar-datepicker{padding:var(--digi--global--spacing--smallest) !important}.digi--util--p--20.sc-digi-calendar-datepicker{padding:var(--digi--global--spacing--base) !important}.digi--util--p--30.sc-digi-calendar-datepicker{padding:var(--digi--global--spacing--largest-2) !important}.digi--util--p--40.sc-digi-calendar-datepicker{padding:var(--digi--global--spacing--largest-4) !important}.digi--util--p--50.sc-digi-calendar-datepicker{padding:2.5rem !important}.digi--util--p--60.sc-digi-calendar-datepicker{padding:var(--digi--global--spacing--largest-5) !important}.digi--util--p--70.sc-digi-calendar-datepicker{padding:var(--digi--global--spacing--largest-6) !important}.digi--util--p--80.sc-digi-calendar-datepicker{padding:4.5rem !important}.digi--util--p--90.sc-digi-calendar-datepicker{padding:5rem !important}.digi--util--ptb--1.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--smallest-2) !important;padding-bottom:var(--digi--global--spacing--smallest-2) !important}.digi--util--ptb--10.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--smallest) !important;padding-bottom:var(--digi--global--spacing--smallest) !important}.digi--util--ptb--20.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--base) !important;padding-bottom:var(--digi--global--spacing--base) !important}.digi--util--ptb--30.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-2) !important;padding-bottom:var(--digi--global--spacing--largest-2) !important}.digi--util--ptb--40.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-4) !important;padding-bottom:var(--digi--global--spacing--largest-4) !important}.digi--util--ptb--50.sc-digi-calendar-datepicker{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.digi--util--ptb--60.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-5) !important;padding-bottom:var(--digi--global--spacing--largest-5) !important}.digi--util--ptb--70.sc-digi-calendar-datepicker{padding-top:var(--digi--global--spacing--largest-6) !important;padding-bottom:var(--digi--global--spacing--largest-6) !important}.digi--util--ptb--80.sc-digi-calendar-datepicker{padding-top:4.5rem !important;padding-bottom:4.5rem !important}.digi--util--ptb--90.sc-digi-calendar-datepicker{padding-top:5rem !important;padding-bottom:5rem !important}.digi--util--plr--1.sc-digi-calendar-datepicker{padding-left:var(--digi--global--spacing--smallest-2) !important;padding-right:var(--digi--global--spacing--smallest-2) !important}.digi--util--plr--10.sc-digi-calendar-datepicker{padding-left:var(--digi--global--spacing--smallest) !important;padding-right:var(--digi--global--spacing--smallest) !important}.digi--util--plr--20.sc-digi-calendar-datepicker{padding-left:var(--digi--global--spacing--base) !important;padding-right:var(--digi--global--spacing--base) !important}.digi--util--plr--30.sc-digi-calendar-datepicker{padding-left:var(--digi--global--spacing--largest-2) !important;padding-right:var(--digi--global--spacing--largest-2) !important}.digi--util--plr--40.sc-digi-calendar-datepicker{padding-left:var(--digi--global--spacing--largest-4) !important;padding-right:var(--digi--global--spacing--largest-4) !important}.digi--util--plr--50.sc-digi-calendar-datepicker{padding-left:2.5rem !important;padding-right:2.5rem !important}.digi--util--plr--60.sc-digi-calendar-datepicker{padding-left:var(--digi--global--spacing--largest-5) !important;padding-right:var(--digi--global--spacing--largest-5) !important}.digi--util--plr--70.sc-digi-calendar-datepicker{padding-left:var(--digi--global--spacing--largest-6) !important;padding-right:var(--digi--global--spacing--largest-6) !important}.digi--util--plr--80.sc-digi-calendar-datepicker{padding-left:4.5rem !important;padding-right:4.5rem !important}.digi--util--plr--90.sc-digi-calendar-datepicker{padding-left:5rem !important;padding-right:5rem !important}.digi--util--sr-only.sc-digi-calendar-datepicker{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.digi--util--hidden.sc-digi-calendar-datepicker{display:none}.sc-digi-calendar-datepicker-h{--digi--datepicker--max-width:18.75rem;--digi--datepicker--border-radius:0.25rem;--digi--datepicker--focus-outline:solid var(--digi--border-width--secondary) var(--digi--color--border--secondary);--digi--datepicker--calendar--max-width:20.25rem;--digi--datepicker--calendar--show-week--max-width:23.375rem;--digi--datepicker--calendar-shadow:0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.7);--digi--datepicker--input-icon--width:1.125rem;--digi--datepicker--input-icon--horizontal-padding:1.25rem;--digi--datepicker--input-icon--vertical-padding:var(--digi--global--spacing--smallest-2);--digi--datepicker--input--inline-start:var(--digi--gutter--medium);--digi--datepicker--input--inline-end:calc(var(--digi--datepicker--input-icon--width) + var(--digi--datepicker--input-icon--horizontal-padding) * 2);--digi--datepicker--input--inactive-background:var(--digi--color--background--secondary);box-sizing:content-box}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__input-field.sc-digi-calendar-datepicker{position:relative;max-width:var(--digi--datepicker--max-width)}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__input-field.sc-digi-calendar-datepicker .digi-calendar-datepicker__inactive.sc-digi-calendar-datepicker{--digi--form-input--background--empty:var(\n --digi--datepicker--input--inactive-background\n )}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__input-field.sc-digi-calendar-datepicker .digi-calendar-datepicker__input-button.sc-digi-calendar-datepicker{position:absolute;top:0px;bottom:0px;right:0px;background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__input-field.sc-digi-calendar-datepicker .digi-calendar-datepicker__input-button.sc-digi-calendar-datepicker .digi-calendar-datepicker__button-icon.sc-digi-calendar-datepicker{box-sizing:content-box;width:var(--digi--datepicker--input-icon--width);padding:var(--digi--datepicker--input-icon--vertical-padding) var(--digi--datepicker--input-icon--horizontal-padding)}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__input-field.sc-digi-calendar-datepicker .digi-calendar-datepicker__input-button.sc-digi-calendar-datepicker:focus-visible{outline:2px solid black;outline-offset:2px;box-shadow:0px 0px 0px 5px white}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__calendar.sc-digi-calendar-datepicker{max-width:var(--digi--datepicker--calendar--max-width);height:0px;border-radius:var(--digi--datepicker--border-radius);overflow:hidden;z-index:1}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__show-week-numbers.sc-digi-calendar-datepicker .digi-calendar-datepicker__calendar.sc-digi-calendar-datepicker{max-width:var(--digi--datepicker--calendar--show-week--max-width)}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__show-error.sc-digi-calendar-datepicker .digi-calendar-datepicker__calendar.sc-digi-calendar-datepicker{margin-top:var(--digi--gutter--medium)}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__show-calendar.sc-digi-calendar-datepicker .digi-calendar-datepicker__calendar.sc-digi-calendar-datepicker{height:auto;background-color:#fff;box-shadow:var(--digi--datepicker--calendar-shadow);position:absolute}.sc-digi-calendar-datepicker-h .digi-calendar-datepicker__input-component.sc-digi-calendar-datepicker{--digi--form-input--padding:0 var(--digi--datepicker--input--inline-end)\n 0 var(--digi--datepicker--input--inline-start)}";
|
|
2190
|
+
const DigiCalendarDatepickerStyle0 = calendarDatepickerCss;
|
|
2191
|
+
|
|
2192
|
+
const CalendarDatepicker = class {
|
|
2193
|
+
constructor(hostRef) {
|
|
2194
|
+
index$2.registerInstance(this, hostRef);
|
|
2195
|
+
this.afOnDateChange = index$2.createEvent(this, "afOnDateChange", 7);
|
|
2196
|
+
this.futureYears = 10;
|
|
2197
|
+
this.showWrongFormatError = false;
|
|
2198
|
+
this.showDisabledDateError = false;
|
|
2199
|
+
this.showCalendar = false;
|
|
2200
|
+
this.userInput = '';
|
|
2201
|
+
this.afId = randomIdGenerator_util.randomIdGenerator('digi-calendar-datepicker');
|
|
2202
|
+
this.afLabel = 'Skriv in eller välj datum (åååå-mm-dd)';
|
|
2203
|
+
this.afLabelDescription = 'Exempel: 1992-06-26';
|
|
2204
|
+
this.afValidation = toolsFeedbackVariation_enum.CalendarDatepickerValidation.NEUTRAL;
|
|
2205
|
+
this.afValidationText = undefined;
|
|
2206
|
+
this.afInvalid = false;
|
|
2207
|
+
this.afValidationMessage = 'Eget meddelande';
|
|
2208
|
+
this.afValidationWrongFormat = 'Fel format';
|
|
2209
|
+
this.afValidationDisabledDate = 'Ej valbart datum';
|
|
2210
|
+
this.afRequired = undefined;
|
|
2211
|
+
this.afDisableValidation = undefined;
|
|
2212
|
+
this.afRequiredText = undefined;
|
|
2213
|
+
this.afSelectedDates = [];
|
|
2214
|
+
this.value = [];
|
|
2215
|
+
this.afMinDate = undefined;
|
|
2216
|
+
this.afMaxDate = undefined;
|
|
2217
|
+
this.afShowWeekNumber = false;
|
|
2218
|
+
this.afMultipleDates = false;
|
|
2219
|
+
this.afCloseOnSelect = false;
|
|
2220
|
+
}
|
|
2221
|
+
valueChangeHandler(newVal) {
|
|
2222
|
+
if (this.afDisableValidation && this.afSelectedDates.length > 0) {
|
|
2223
|
+
this.afSelectedDates = [];
|
|
2224
|
+
}
|
|
2225
|
+
/**
|
|
2226
|
+
* Behövde lägga till den här förändringen för att angular med value accessor betedde sig märkligt vid onBlur av input-fält. Den reagerade när man lämnade fältet även fast fältet var tomt (pratar om watchern). Så behövde bygga en guard/gatekeeper som kontrollerar värdet först. Ska inte påverka manuell-, eller autovalidering.
|
|
2227
|
+
*/
|
|
2228
|
+
if (Array.isArray(newVal) &&
|
|
2229
|
+
newVal.every((d) => d instanceof Date && !isNaN(d.getTime()))) {
|
|
2230
|
+
this.afSelectedDates = newVal;
|
|
2231
|
+
this.userInput = '';
|
|
2232
|
+
}
|
|
2233
|
+
}
|
|
2234
|
+
afMultipleDatesChangeHandler() {
|
|
2235
|
+
var _a;
|
|
2236
|
+
if (!this.afMultipleDates && this.afSelectedDates.length > 1) {
|
|
2237
|
+
this.afSelectedDates = this.afSelectedDates.slice(-1);
|
|
2238
|
+
this.value = (_a = this.afSelectedDates) !== null && _a !== void 0 ? _a : [];
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
2241
|
+
clickHandler(e) {
|
|
2242
|
+
const target = e.target;
|
|
2243
|
+
const selector = `#${this.afId}-datepicker`;
|
|
2244
|
+
if (detectClickOutside_util.detectClickOutside(target, selector)) {
|
|
2245
|
+
this.showCalendar = false;
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
connectedCallback() {
|
|
2249
|
+
this.hostElement.addEventListener('keyup', this.keyUpHandler.bind(this));
|
|
2250
|
+
}
|
|
2251
|
+
disconnectedCallback() {
|
|
2252
|
+
this.hostElement.removeEventListener('keyup', this.keyUpHandler.bind(this));
|
|
2253
|
+
}
|
|
2254
|
+
componentDidLoad() {
|
|
2255
|
+
var _a;
|
|
2256
|
+
if ((_a = this.value) === null || _a === void 0 ? void 0 : _a.length) {
|
|
2257
|
+
this.setValue(this.value);
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
get cssModifiers() {
|
|
2261
|
+
return {
|
|
2262
|
+
'digi-calendar-datepicker__show-week-numbers': this.afShowWeekNumber,
|
|
2263
|
+
'digi-calendar-datepicker__show-error': this.getShowError(),
|
|
2264
|
+
'digi-calendar-datepicker__show-calendar': this.showCalendar
|
|
2265
|
+
};
|
|
2266
|
+
}
|
|
2267
|
+
keyUpHandler(e) {
|
|
2268
|
+
if (e.key === 'Escape' && this.showCalendar) {
|
|
2269
|
+
this.showCalendar = false;
|
|
2270
|
+
this.focusOnCalendarButton();
|
|
2271
|
+
e.stopPropagation();
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
focusOnCalendarButton() {
|
|
2275
|
+
const calendarButton = this.hostElement.querySelector(`#${this.afId}-button`);
|
|
2276
|
+
calendarButton.focus();
|
|
2277
|
+
}
|
|
2278
|
+
toggleCalendar() {
|
|
2279
|
+
this.showCalendar = !this.showCalendar;
|
|
2280
|
+
}
|
|
2281
|
+
parseInputString(value) {
|
|
2282
|
+
return value
|
|
2283
|
+
.split(/[&,]|och/g)
|
|
2284
|
+
.map((text) => this.parseDateString(text.trim()));
|
|
2285
|
+
}
|
|
2286
|
+
resetValueAndState() {
|
|
2287
|
+
this.showWrongFormatError = false;
|
|
2288
|
+
this.showDisabledDateError = false;
|
|
2289
|
+
this.setValue([]);
|
|
2290
|
+
this.afOnDateChange.emit(['']);
|
|
2291
|
+
this.afSelectedDates = [];
|
|
2292
|
+
}
|
|
2293
|
+
validateInputAndShowErrors(dates) {
|
|
2294
|
+
this.showWrongFormatError = !!dates.find((date) => !index.isValid(date));
|
|
2295
|
+
this.showDisabledDateError = !!dates.find((date) => !this.isDateSelectable(date));
|
|
2296
|
+
}
|
|
2297
|
+
setValue(value) {
|
|
2298
|
+
this.afSelectedDates = value;
|
|
2299
|
+
this.value = value;
|
|
2300
|
+
}
|
|
2301
|
+
/*
|
|
2302
|
+
|
|
2303
|
+
Metoden tar både Stencil-specifika och vanliga DOM-event, extraherar texten användaren matat in, hanterar tom inmatning, parsar till Date[], kör intern validering, uppdaterar komponentens state och slutligen emitterar alltid en string[] med exakt det användaren skrev – vilket gör det smidigare för Angular-value-accessorn att jobba vidare med.
|
|
2304
|
+
|
|
2305
|
+
*/
|
|
2306
|
+
parseInput(evt) {
|
|
2307
|
+
let newValue = '';
|
|
2308
|
+
if (evt.detail && typeof evt.detail.value === 'string') {
|
|
2309
|
+
newValue = evt.detail.value;
|
|
2310
|
+
}
|
|
2311
|
+
else if (evt.target && evt.target.value != null) {
|
|
2312
|
+
newValue = evt.target.value;
|
|
2313
|
+
}
|
|
2314
|
+
this.userInput = newValue;
|
|
2315
|
+
if (newValue === '') {
|
|
2316
|
+
this.resetValueAndState();
|
|
2317
|
+
return;
|
|
2318
|
+
}
|
|
2319
|
+
const dates = this.parseInputString(newValue);
|
|
2320
|
+
this.setValue(dates); // target.value
|
|
2321
|
+
if (!this.afDisableValidation) {
|
|
2322
|
+
this.validateInputAndShowErrors(dates);
|
|
2323
|
+
if (this.getShowError()) {
|
|
2324
|
+
this.afOnDateChange.emit([]);
|
|
2325
|
+
}
|
|
2326
|
+
else {
|
|
2327
|
+
this.afOnDateChange.emit(this.afSelectedDates);
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
else {
|
|
2331
|
+
const dateStrs = newValue.split(/[&,]|och/g).map((s) => s.trim());
|
|
2332
|
+
this.afOnDateChange.emit([...dateStrs]); // evt.detail
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
parseCalendar(evt) {
|
|
2336
|
+
if (!(evt === null || evt === void 0 ? void 0 : evt.detail))
|
|
2337
|
+
return;
|
|
2338
|
+
if (!this.afDisableValidation) {
|
|
2339
|
+
this.afInvalid = false;
|
|
2340
|
+
this.showWrongFormatError = false;
|
|
2341
|
+
this.showDisabledDateError = false;
|
|
2342
|
+
}
|
|
2343
|
+
this.userInput = '';
|
|
2344
|
+
this.setValue(evt.detail);
|
|
2345
|
+
if (this.afCloseOnSelect) {
|
|
2346
|
+
this.toggleCalendar();
|
|
2347
|
+
this.focusOnCalendarButton();
|
|
2348
|
+
}
|
|
2349
|
+
this.afOnDateChange.emit(this.afSelectedDates);
|
|
2350
|
+
}
|
|
2351
|
+
/*
|
|
2352
|
+
|
|
2353
|
+
Metoden överskrider JavaScripts inbyggda "isValid"-funktion, då den tillåter att ex., "1" är rätt format medans ex., "13" är fel format vid YYYY-MM-DD krav på inmatat format.
|
|
2354
|
+
|
|
2355
|
+
*/
|
|
2356
|
+
parseDateString(s) {
|
|
2357
|
+
const raw = s.trim().replace(/[./]/g, '-');
|
|
2358
|
+
// 1) yyyy-MM-dd
|
|
2359
|
+
if (/^\d{4}-\d{2}-\d{2}$/.test(raw)) {
|
|
2360
|
+
const d = parse(raw, 'yyyy-MM-dd', new Date());
|
|
2361
|
+
return index.isValid(d) ? d : new Date(NaN);
|
|
2362
|
+
}
|
|
2363
|
+
// 2) yyyymmdd
|
|
2364
|
+
if (/^\d{8}$/.test(raw)) {
|
|
2365
|
+
const yyyy = raw.slice(0, 4);
|
|
2366
|
+
const mm = raw.slice(4, 6);
|
|
2367
|
+
const dd = raw.slice(6, 8);
|
|
2368
|
+
const d = parse(`${yyyy}-${mm}-${dd}`, 'yyyy-MM-dd', new Date());
|
|
2369
|
+
return index.isValid(d) ? d : new Date(NaN);
|
|
2370
|
+
}
|
|
2371
|
+
// 3) yymmdd (map to full year using the previous futureYears logic)
|
|
2372
|
+
if (/^\d{6}$/.test(raw)) {
|
|
2373
|
+
const yy = raw.slice(0, 2);
|
|
2374
|
+
const mm = raw.slice(2, 4);
|
|
2375
|
+
const dd = raw.slice(4, 6);
|
|
2376
|
+
const yyyy = this.getFullYear(yy);
|
|
2377
|
+
const d = parse(`${yyyy}-${mm}-${dd}`, 'yyyy-MM-dd', new Date());
|
|
2378
|
+
return index.isValid(d) ? d : new Date(NaN);
|
|
2379
|
+
}
|
|
2380
|
+
// Everything else is invalid (so "1" and "25" will now be "Fel format")
|
|
2381
|
+
return new Date(NaN);
|
|
2382
|
+
}
|
|
2383
|
+
getFullYear(s) {
|
|
2384
|
+
if (s.length === 4)
|
|
2385
|
+
return s;
|
|
2386
|
+
const y = new Date().getFullYear().toString();
|
|
2387
|
+
return parseInt(s) > parseInt(y.slice(-2)) + this.futureYears
|
|
2388
|
+
? parseInt(y.slice(0, -2)) - 1 + s
|
|
2389
|
+
: y.slice(0, -2) + s;
|
|
2390
|
+
}
|
|
2391
|
+
isDateSelectable(date) {
|
|
2392
|
+
if (this.afMinDate && this.isBefore(date, this.afMinDate))
|
|
2393
|
+
return false;
|
|
2394
|
+
if (this.afMaxDate && this.isAfter(date, this.afMaxDate))
|
|
2395
|
+
return false;
|
|
2396
|
+
return true;
|
|
2397
|
+
}
|
|
2398
|
+
isBefore(a, b) {
|
|
2399
|
+
return index$3.isBefore(this.dateWithoutTime(a), this.dateWithoutTime(b));
|
|
2400
|
+
}
|
|
2401
|
+
isAfter(a, b) {
|
|
2402
|
+
return index$3.isAfter(this.dateWithoutTime(a), this.dateWithoutTime(b));
|
|
2403
|
+
}
|
|
2404
|
+
dateWithoutTime(date) {
|
|
2405
|
+
return new Date(date.getFullYear(), date.getMonth(), date.getDate());
|
|
2406
|
+
}
|
|
2407
|
+
getShowError() {
|
|
2408
|
+
return (this.afInvalid || this.showWrongFormatError || this.showDisabledDateError);
|
|
2409
|
+
}
|
|
2410
|
+
getErrorText() {
|
|
2411
|
+
var _a;
|
|
2412
|
+
if (this.afInvalid) {
|
|
2413
|
+
return (_a = this.afValidationText) !== null && _a !== void 0 ? _a : this.afValidationMessage;
|
|
2414
|
+
}
|
|
2415
|
+
return this.showWrongFormatError
|
|
2416
|
+
? this.afValidationWrongFormat
|
|
2417
|
+
: this.afValidationDisabledDate;
|
|
2418
|
+
}
|
|
2419
|
+
get inputValue() {
|
|
2420
|
+
if (this.userInput !== '') {
|
|
2421
|
+
return this.userInput;
|
|
2422
|
+
}
|
|
2423
|
+
// otherwise format your real selected dates
|
|
2424
|
+
const sorted = this.afSelectedDates
|
|
2425
|
+
.slice()
|
|
2426
|
+
.sort((a, b) => (this.isBefore(a, b) ? -1 : 1));
|
|
2427
|
+
return this.datesToInputString(sorted);
|
|
2428
|
+
}
|
|
2429
|
+
datesToInputString(dates) {
|
|
2430
|
+
return dates.every((date) => date instanceof Date && !isNaN(date.getTime()))
|
|
2431
|
+
? dates
|
|
2432
|
+
.map((date) => date.toLocaleDateString('sv-SE'))
|
|
2433
|
+
.flatMap((date, index, all) => {
|
|
2434
|
+
const isLast = index == all.length - 1;
|
|
2435
|
+
const isFirst = index === 0;
|
|
2436
|
+
if (isFirst) {
|
|
2437
|
+
return date;
|
|
2438
|
+
}
|
|
2439
|
+
else if (isLast) {
|
|
2440
|
+
return [' och ', date];
|
|
2441
|
+
}
|
|
2442
|
+
else {
|
|
2443
|
+
return [', ', date];
|
|
2444
|
+
}
|
|
2445
|
+
})
|
|
2446
|
+
.join('')
|
|
2447
|
+
: '';
|
|
2448
|
+
}
|
|
2449
|
+
get getSelectedDates() {
|
|
2450
|
+
if (this.afDisableValidation && this.getShowError()) {
|
|
2451
|
+
return this.afSelectedDates;
|
|
2452
|
+
}
|
|
2453
|
+
if (this.getShowError()) {
|
|
2454
|
+
return [];
|
|
2455
|
+
}
|
|
2456
|
+
return this.afSelectedDates;
|
|
2457
|
+
}
|
|
2458
|
+
render() {
|
|
2459
|
+
return (index$2.h(index$2.Host, { key: '44ccd8d80d879801a47b66ac19cf9bcae4dd6087' }, index$2.h("div", { key: '2408157d090c63c33d802b5bf0b0afb6d0d15af4', class: Object.assign({ 'digi-calendar-datepicker': true }, this.cssModifiers), id: `${this.afId}-datepicker` }, index$2.h("div", { key: '2f59a810b2e79132b9cf7ee51e9225f2199ab98d', class: "digi-calendar-datepicker__input-field" }, index$2.h("digi-form-input", { key: 'ef39de9113fd8e357207fad515dd6ce43520e6f2', class: 'digi-calendar-datepicker__input-component', afLabel: this.afLabel, afLabelDescription: this.afLabelDescription, afValue: this.inputValue, afValidation: this.getShowError()
|
|
2460
|
+
? formInputVariation_enum.FormInputValidation.ERROR
|
|
2461
|
+
: formInputVariation_enum.FormInputValidation.NEUTRAL, afValidationText: this.getErrorText(), afId: this.afId, afAriaDescribedby: `${this.afId}--validation-message`, afRequired: this.afRequired, afRequiredText: this.afRequiredText, onAfOnChange: (evt) => {
|
|
2462
|
+
evt.stopImmediatePropagation();
|
|
2463
|
+
this.parseInput(evt);
|
|
2464
|
+
} }, index$2.h("button", { key: '008b0dd4b6e9fa27256685cb8d5a070310d6fb06', id: this.afId + '-button', class: "digi-calendar-datepicker__input-button", slot: "button", "aria-label": "Visa eller d\u00F6lj kalender", "aria-expanded": this.showCalendar ? 'true' : 'false', "aria-haspopup": true, onClick: () => this.toggleCalendar(), type: "button" }, index$2.h("digi-icon-calendar-alt", { key: '31923f874f4920e18e3b444bf75133c80674ad3b', class: "digi-calendar-datepicker__button-icon", slot: "icon" })))), index$2.h("div", { key: '6b964e9aebddbf3e1023cc12ddeb5e8b3dd15854', class: "digi-calendar-datepicker__calendar" }, index$2.h("digi-calendar", { key: '3f7aa9676f1996188274bf4fee666ab63d72fc01', afActive: this.showCalendar, afShowWeekNumber: this.afShowWeekNumber, afMultipleDates: this.afMultipleDates, afSelectedDates: this.getSelectedDates, afMinDate: this.afMinDate, afMaxDate: this.afMaxDate, "aria-hidden": !this.showCalendar, onAfOnDateSelectedChange: (evt) => {
|
|
2465
|
+
evt.stopImmediatePropagation();
|
|
2466
|
+
this.parseCalendar(evt);
|
|
2467
|
+
} })))));
|
|
2468
|
+
}
|
|
2469
|
+
get hostElement() { return index$2.getElement(this); }
|
|
2470
|
+
static get watchers() { return {
|
|
2471
|
+
"value": ["valueChangeHandler"],
|
|
2472
|
+
"afMultipleDates": ["afMultipleDatesChangeHandler"]
|
|
2473
|
+
}; }
|
|
2474
|
+
};
|
|
2475
|
+
CalendarDatepicker.style = DigiCalendarDatepickerStyle0;
|
|
2476
|
+
|
|
2477
|
+
exports.digi_calendar_datepicker = CalendarDatepicker;
|