@designsystem-se/af 39.0.1-beta.dark-mode → 39.1.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/README.md +1 -1
- package/components/digi-badge-status.js +1 -1
- package/components/digi-bar-chart.js +1 -1
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +6 -6
- package/components/digi-calendar-week-view.js +1 -1
- package/components/digi-calendar.js +1 -1
- package/components/digi-chart-line.js +1 -1
- package/components/digi-code-block.js +1 -1
- package/components/digi-code-example.js +8 -8
- package/components/digi-context-menu.js +2 -2
- package/components/digi-dialog.js +5 -5
- package/components/digi-expandable-faq-item.js +1 -1
- package/components/digi-footer.js +3 -3
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +5 -5
- package/components/digi-form-file-upload.js +1 -1
- package/components/digi-form-filter.js +3 -3
- package/components/digi-form-input-search.js +1 -1
- package/components/digi-form-receipt.js +3 -3
- package/components/digi-form-select-filter.js +5 -5
- package/components/digi-form-select.js +1 -1
- package/components/digi-header-avatar.js +1 -1
- package/components/digi-header-navigation.js +4 -4
- package/components/digi-header.js +7 -7
- package/components/digi-info-card-multi.js +1 -1
- package/components/digi-info-card.js +2 -2
- package/components/digi-link-button.js +1 -1
- package/components/digi-link-internal.js +1 -1
- package/components/digi-navigation-pagination.js +4 -4
- package/components/digi-navigation-sidebar-button.js +1 -1
- package/components/digi-navigation-sidebar.js +1 -1
- package/components/digi-navigation-vertical-menu-item.js +1 -1
- package/components/digi-notification-alert.js +1 -1
- package/components/digi-notification-error-page.js +3 -3
- package/components/digi-progress-circle.js +12 -10
- package/components/digi-progress-indicator.js +8 -6
- package/components/digi-progress-list-item.js +1 -1
- package/components/digi-quote.js +1 -1
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +3 -3
- package/components/digi-tools-feedback.js +5 -5
- package/components/digi-tools-theme-provider.js +5 -18
- package/components/index.js +3 -3
- package/components/{p-90f7d507.js → p-36826879.js} +5 -5
- package/components/p-4bad4fb0.js +7 -0
- package/components/p-70fad0ea.js +165 -0
- package/components/{p-0207ebef.js → p-9df35672.js} +1 -1
- package/components/{p-8562da9d.js → p-a1255d30.js} +4 -4
- package/components/p-ab07faba.js +66 -0
- package/components/{p-9dd5d6c8.js → p-d0f35bd6.js} +11 -1
- package/components/{p-99793659.js → p-dbb0665a.js} +2 -2
- package/components/{p-b94458ed.js → p-e2a68e2b.js} +1 -1
- package/components/p-f84f590e.js +177 -0
- package/components/p-fe63f0b9.js +17 -0
- package/custom-elements.json +8 -4
- package/dist/cjs/button-size.enum-1fd86b9e.js +7 -0
- package/dist/cjs/button-type.enum-406723db.js +8 -0
- package/dist/cjs/{code-example-variation.enum-1611825e.js → code-example-variation.enum-c6557727.js} +0 -6
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-badge-status.cjs.entry.js +1 -1
- package/dist/cjs/digi-button.cjs.entry.js +130 -0
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2605 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +51 -50
- package/dist/cjs/digi-calendar_2.cjs.entry.js +464 -0
- package/dist/cjs/{digi-code-block_2.cjs.entry.js → digi-code-block_3.cjs.entry.js} +140 -5
- package/dist/cjs/digi-code-example.cjs.entry.js +9 -8
- package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
- package/dist/cjs/digi-dialog.cjs.entry.js +26 -6
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +97 -0
- package/dist/cjs/digi-footer-card.cjs.entry.js +29 -0
- package/dist/cjs/digi-footer.cjs.entry.js +78 -0
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +139 -0
- package/dist/cjs/digi-form-error-list.cjs.entry.js +24 -4
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +602 -0
- package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
- package/dist/cjs/digi-form-input-search.cjs.entry.js +8 -6
- package/dist/cjs/digi-form-input.cjs.entry.js +194 -0
- package/dist/cjs/digi-form-label_3.cjs.entry.js +129 -0
- package/dist/cjs/digi-form-receipt.cjs.entry.js +24 -4
- package/dist/cjs/digi-form-select-filter.cjs.entry.js +605 -0
- package/dist/cjs/digi-form-select_2.cjs.entry.js +186 -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 +232 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +119 -0
- package/dist/cjs/digi-icon-accessibility-universal.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-check-circle-solid_4.cjs.entry.js +99 -0
- package/dist/cjs/digi-icon-check_6.cjs.entry.js +340 -0
- package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-envelope.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +60 -0
- package/dist/cjs/digi-icon-globe.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
- package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +99 -0
- package/dist/cjs/digi-icon-sign.cjs.entry.js +30 -0
- package/dist/cjs/digi-icon-spinner.cjs.entry.js +31 -0
- package/dist/cjs/digi-icon-x.cjs.entry.js +30 -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_2.cjs.entry.js +92 -0
- package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
- package/dist/cjs/digi-link-button.cjs.entry.js +66 -0
- package/dist/cjs/digi-link-internal.cjs.entry.js +37 -0
- package/dist/cjs/digi-link.cjs.entry.js +75 -0
- package/dist/cjs/digi-logo.cjs.entry.js +49 -0
- package/dist/cjs/digi-media-image_2.cjs.entry.js +167 -0
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +24 -4
- package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +30 -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 +116 -0
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +24 -4
- package/dist/cjs/digi-progress-list-item.cjs.entry.js +1 -1
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
- package/dist/cjs/digi-title-logo.cjs.entry.js +137 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +27 -7
- package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +28 -0
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +38 -0
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
- package/dist/cjs/digi-typography.cjs.entry.js +26 -0
- package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +48 -0
- package/dist/cjs/digi-util-keydown-handler.cjs.entry.js +83 -0
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.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-file-upload-variation.enum-634cfae8.js +24 -0
- package/dist/cjs/form-input-search-variation.enum-c50239bc.js +8 -0
- package/dist/cjs/{form-input-type.enum-1fb2180a.js → form-input-type.enum-9c8ee12a.js} +0 -14
- 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-validation-message-variation.enum-855ae0be.js +8 -0
- package/dist/cjs/index-7a477838.js +236 -8
- package/dist/cjs/{index-acb7b350.js → index-ac8e01b4.js} +19 -189
- package/dist/cjs/index-cad91a90.js +66 -0
- package/dist/cjs/index-e8333bcc.js +174 -0
- package/dist/cjs/index.cjs.js +223 -197
- 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/layout-columns-variation.enum-65675649.js +23 -0
- package/dist/cjs/layout-container-max-width.enum-7e637f44.js +21 -0
- package/dist/cjs/link-button-variation.enum-137785e3.js +9 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/logo-color.enum-76f6c506.js +7 -0
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
- package/dist/cjs/progress-indicator-heading-level.enum-13c38ed0.js +39 -0
- package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
- package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +7 -0
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
- package/dist/cjs/typography-variation.enum-50512a4e.js +238 -0
- package/dist/collection/components/_badge/badge-status/badge-status.css +2 -2
- package/dist/collection/components/_button/button/button.css +14 -14
- package/dist/collection/components/_calendar/calendar/calendar.css +3 -8
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +107 -427
- package/dist/collection/components/_code/code-example/code-example.css +0 -6
- package/dist/collection/components/_code/code-example/code-example.js +5 -4
- package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
- package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
- package/dist/collection/components/_form/form-checkbox/form-checkbox.css +106 -426
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +5 -6
- package/dist/collection/components/_form/form-filter/form-filter.css +2 -2
- package/dist/collection/components/_form/form-select/form-select.css +2 -2
- package/dist/collection/components/_form/form-select-filter/form-select-filter.css +3 -3
- package/dist/collection/components/_header/header/header.js +2 -2
- package/dist/collection/components/_header/header-avatar/header-avatar.css +105 -425
- package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
- package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
- package/dist/collection/components/_link/link-button/link-button.css +3 -3
- package/dist/collection/components/_link/link-internal/link-internal.css +105 -425
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +2 -3
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
- package/dist/collection/components/_notification/notification-alert/notification-alert.css +1 -1
- package/dist/collection/components/_progress/progress-circle/progress-circle-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-circle/progress-circle.js +41 -9
- package/dist/collection/components/_progress/progress-indicator/progress-indicator-heading-level.enum.js +9 -0
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +4 -5
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.js +36 -4
- package/dist/collection/components/_progress/progress-list-item/progress-list-item.css +2 -2
- package/dist/collection/components/_quote/quote/quote.css +2 -2
- package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +2 -166
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +2 -43
- package/dist/collection/design-tokens/components/_badge-status.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_button.variables.scss +14 -14
- package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_calendar.variables.scss +3 -4
- package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +0 -2
- package/dist/collection/design-tokens/components/_form-filter.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_link-button.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/collection/design-tokens/components/_notification-alert.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_progress-indicator.variables.scss +1 -1
- package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/collection/enums.js +2 -1
- package/dist/collection/styles/src/_alias.mixin.scss +105 -252
- package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +0 -19
- package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +0 -144
- package/dist/collection/styles/src/themes/_brand-common.mixin.scss +0 -7
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +132 -442
- package/dist/digi-arbetsformedlingen/design-tokens/components/_badge-status.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +14 -14
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +3 -4
- package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +0 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_link-button.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +2 -0
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
- package/dist/digi-arbetsformedlingen/design-tokens/components/_notification-alert.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_progress-indicator.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
- package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
- package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
- package/dist/digi-arbetsformedlingen/p-02854c3f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-04033c3a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-045a1bd6.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0b2e2c33.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0ef5ec06.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
- package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-10261517.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-197903bf.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-21b5747f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a023831.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2b134ff1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2c685e4f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-300aa9ef.js +1 -0
- package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-366e18f4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3efa2f0b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-44c75bab.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +1 -0
- package/dist/digi-arbetsformedlingen/p-4e9f2f05.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5a602122.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-60916953.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-69922ec2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-69aeb038.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6bd37def.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7933b555.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e77bbe7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7e85c9e3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-7ed49934.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-82611050.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-83643aa3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-84bff8ef.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-89ef4ec1.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8ef41ad9.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-905ccb30.js +1 -0
- package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-931057a8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9e13d85b.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a48de93b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bc3d2778.js +1 -0
- package/dist/digi-arbetsformedlingen/p-bf80a488.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-03b818fc.entry.js → p-c1fd535b.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7a512ee.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c7d079d0.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cb74e4f3.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-cdf86efc.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
- package/dist/digi-arbetsformedlingen/p-e23d905e.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee4cb21a.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-f2e16531.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f5bcd77b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f87c0b45.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +105 -252
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +0 -19
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +0 -144
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +0 -7
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +132 -442
- package/dist/esm/button-size.enum-d5ff6ff3.js +7 -0
- package/dist/esm/button-type.enum-5250ae0b.js +8 -0
- package/dist/esm/{code-example-variation.enum-e656d235.js → code-example-variation.enum-e9f9fced.js} +1 -7
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-badge-status.entry.js +1 -1
- package/dist/esm/digi-button.entry.js +126 -0
- package/dist/esm/digi-calendar-datepicker.entry.js +2601 -0
- package/dist/esm/digi-calendar-week-view.entry.js +2 -1
- package/dist/esm/digi-calendar_2.entry.js +459 -0
- package/dist/esm/{digi-code-block_2.entry.js → digi-code-block_3.entry.js} +140 -6
- package/dist/esm/digi-code-example.entry.js +7 -6
- package/dist/esm/digi-context-menu.entry.js +236 -0
- package/dist/esm/digi-dialog.entry.js +25 -5
- package/dist/esm/digi-expandable-faq-item.entry.js +93 -0
- package/dist/esm/digi-footer-card.entry.js +25 -0
- package/dist/esm/digi-footer.entry.js +74 -0
- package/dist/esm/digi-form-category-filter.entry.js +117 -0
- package/dist/esm/digi-form-checkbox.entry.js +135 -0
- package/dist/esm/digi-form-error-list.entry.js +24 -4
- package/dist/esm/digi-form-file-upload.entry.js +598 -0
- package/dist/esm/digi-form-filter.entry.js +244 -0
- package/dist/esm/digi-form-input-search.entry.js +3 -1
- package/dist/esm/digi-form-input.entry.js +190 -0
- package/dist/esm/digi-form-label_3.entry.js +123 -0
- package/dist/esm/digi-form-receipt.entry.js +24 -4
- package/dist/esm/digi-form-select-filter.entry.js +601 -0
- package/dist/esm/digi-form-select_2.entry.js +181 -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 +228 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +115 -0
- package/dist/esm/digi-icon-accessibility-universal.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-check-circle-solid_4.entry.js +92 -0
- package/dist/esm/digi-icon-check_6.entry.js +331 -0
- package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
- package/dist/esm/digi-icon-chevron-left_2.entry.js +48 -0
- package/dist/esm/digi-icon-copy.entry.js +26 -0
- package/dist/esm/digi-icon-envelope.entry.js +26 -0
- package/dist/esm/digi-icon-external-link-alt_2.entry.js +55 -0
- package/dist/esm/digi-icon-globe.entry.js +26 -0
- package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
- package/dist/esm/digi-icon-minus_2.entry.js +48 -0
- package/dist/esm/digi-icon-notification-error_4.entry.js +92 -0
- package/dist/esm/digi-icon-sign.entry.js +26 -0
- package/dist/esm/digi-icon-spinner.entry.js +27 -0
- package/dist/esm/digi-icon-x.entry.js +26 -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_2.entry.js +87 -0
- package/dist/esm/digi-layout-columns.entry.js +29 -0
- package/dist/esm/digi-link-button.entry.js +62 -0
- package/dist/esm/digi-link-internal.entry.js +33 -0
- package/dist/esm/digi-link.entry.js +71 -0
- package/dist/esm/digi-logo.entry.js +45 -0
- package/dist/esm/digi-media-image_2.entry.js +162 -0
- package/dist/esm/digi-navigation-pagination.entry.js +24 -4
- package/dist/esm/digi-navigation-sidebar-button.entry.js +26 -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 +112 -0
- package/dist/esm/digi-notification-error-page.entry.js +24 -4
- package/dist/esm/digi-progress-list-item.entry.js +1 -1
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-tag-media.entry.js +43 -0
- package/dist/esm/digi-title-logo.entry.js +133 -0
- package/dist/esm/digi-tools-feedback.entry.js +25 -5
- package/dist/esm/digi-tools-theme-provider.entry.js +24 -0
- package/dist/esm/digi-typography-heading-jumbo.entry.js +34 -0
- package/dist/esm/digi-typography-preamble.entry.js +16 -0
- package/dist/esm/digi-typography.entry.js +22 -0
- package/dist/esm/digi-util-breakpoint-observer.entry.js +44 -0
- package/dist/esm/digi-util-keydown-handler.entry.js +79 -0
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.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-file-upload-variation.enum-9c49ec5e.js +24 -0
- package/dist/esm/form-input-search-variation.enum-f9d669f2.js +8 -0
- package/dist/esm/{form-input-type.enum-a6bba983.js → form-input-type.enum-3da3db27.js} +1 -15
- 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-validation-message-variation.enum-bcef8a9d.js +8 -0
- package/dist/esm/index-148a7577.js +236 -8
- package/dist/esm/{index-dc6b83f7.js → index-2fce392f.js} +3 -170
- package/dist/esm/index-5b6c95c6.js +63 -0
- package/dist/esm/index-8685f88d.js +170 -0
- package/dist/esm/index.js +24 -4
- 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/layout-columns-variation.enum-34f7754e.js +23 -0
- package/dist/esm/layout-container-max-width.enum-c40018ac.js +21 -0
- package/dist/esm/link-button-variation.enum-84d4976f.js +9 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/logo-color.enum-8593dca6.js +7 -0
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
- package/dist/esm/progress-indicator-heading-level.enum-ace13afe.js +39 -0
- package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +7 -0
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
- package/dist/esm/typography-variation.enum-8c3ff25c.js +238 -0
- package/dist/types/components/_progress/progress-circle/progress-circle-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-circle/progress-circle.d.ts +7 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator-heading-level.enum.d.ts +8 -0
- package/dist/types/components/_progress/progress-indicator/progress-indicator.d.ts +7 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
- package/dist/types/components.d.ts +32 -12
- package/dist/types/enums.d.ts +2 -1
- package/hydrate/index.js +73 -66
- package/hydrate/index.mjs +73 -66
- package/package.json +1 -1
- package/components/p-24e68936.js +0 -165
- package/components/p-a162b186.js +0 -177
- package/components/p-be4fd246.js +0 -7
- package/components/p-d516f6af.js +0 -66
- package/components/p-d7ef9cb1.js +0 -13
- package/dist/cjs/digi-button_84.cjs.entry.js +0 -8458
- package/dist/cjs/digi-progress-circle.cjs.entry.js +0 -84
- package/dist/cjs/progress-circle-role.enum-b7fdcf0c.js +0 -7
- package/dist/cjs/typography-variation.enum-ad1b2403.js +0 -501
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
- package/dist/digi-arbetsformedlingen/p-06704534.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-160165b9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1efcad5b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-501f9b16.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-53880b04.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-53d9556b.js +0 -1
- package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8d055a17.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a2fb7d64.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-be4fd246.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c64b4626.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f4b540e3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
- package/dist/esm/digi-button_84.entry.js +0 -8371
- package/dist/esm/digi-progress-circle.entry.js +0 -80
- package/dist/esm/progress-circle-role.enum-7737a2c6.js +0 -7
- package/dist/esm/typography-variation.enum-7319240b.js +0 -501
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +0 -4
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-148a7577.js';
|
|
2
|
-
import { _ as _t } from './text-8f88c0f6.js';
|
|
3
|
-
import { r as randomIdGenerator } from './randomIdGenerator.util-56406f2e.js';
|
|
4
|
-
import { P as ProgressCircleRole } from './progress-circle-role.enum-7737a2c6.js';
|
|
5
|
-
|
|
6
|
-
const progressCircleCss = ".sc-digi-progress-circle-h{--digi--progress-circle--heading--font-weight:var(--digi--typography--heading-2--font-weight--desktop);--digi--progress-circle--heading--font-size:var(--digi--typography--heading-2--font-size--mobile);--digi--progress-circle--label--font-size:var(--digi--typography--label--font-size--desktop);--digi--progress-circle--label--margin:var(--digi--gutter--medium) 0;--digi--progress-circle--border-color:#d5d5d5;--digi--progress-circle--step--line--color:var(--digi--grayscale--700);--digi--progress-circle--step--background--active:var(--digi--color--marking--indication--primary);--digi--progress-circle--icon--width:1rem;--digi--progress-circle--icon--height:1rem;--digi--progress-circle--icon--color:var(--digi--color--icon--secondary);--digi--progress-circle--icon--warning--color:var(--digi--color--icon--validation--warning);--digi--progress-circle--icon--error--color:var(--digi--color--icon--validation--error);--digi--progress-circle--icon--error--background-color:var(--digi--color--background--interactive--validation--error);--digi--progress-circle--icon-status--width:1.75rem;--digi--progress-circle--icon-status--height:1.75rem}.sc-digi-progress-circle-h .digi-progress-circle.sc-digi-progress-circle{box-sizing:border-box}.sc-digi-progress-circle-h .digi-progress-circle__content.sc-digi-progress-circle{font-family:var(--digi--global--typography--font-family--default)}.sc-digi-progress-circle-h .digi-progress-circle__heading.sc-digi-progress-circle{font-weight:var(--digi--progress-circle--heading--font-weight);margin:0;margin-bottom:0.5rem}.sc-digi-progress-circle-h .digi-progress-circle__heading--circle.sc-digi-progress-circle{font-size:var(--digi--progress-circle--heading--font-size);margin-bottom:0.35rem}.sc-digi-progress-circle-h .digi-progress-circle__next.sc-digi-progress-circle{font-size:var(--digi--typography--body--font-size--desktop);font-style:italic;color:var(--digi--color--text--primary);margin:0}.sc-digi-progress-circle-h .digi-progress-circle__next--circle.sc-digi-progress-circle{font-size:var(--digi--typography--tag--font-size--desktop)}.sc-digi-progress-circle-h .digi-progress-circle__icon.sc-digi-progress-circle{--digi--icon--height:var(--digi--progress-circle--icon--width);--digi--icon--width:var(--digi--progress-circle--icon--height);--digi--icon--color:var(--digi--progress-circle--icon--color)}.sc-digi-progress-circle-h .digi-progress-circle__icon--warning.sc-digi-progress-circle{--digi--icon--height:var(--digi--progress-circle--icon-status--height);--digi--icon--width:var(--digi--progress-circle--icon-status--width)}.sc-digi-progress-circle-h .digi-progress-circle__icon--error.sc-digi-progress-circle{margin-top:4px;--digi--icon--height:var(--digi--progress-circle--icon-status--height);--digi--icon--width:var(--digi--progress-circle--icon-status--width);--digi--icon--color:var(--digi--progress-circle--icon--error--color)}.sc-digi-progress-circle-h .digi-progress-circle__label.sc-digi-progress-circle{font-family:var(--digi--global--typography--font-family--default);font-size:var(--digi--progress-circle--label--font-size);line-height:var(--digi--typography--body--line-height--desktop);color:var(--digi--color--text--primary);margin:var(--digi--progress-circle--label--margin)}.sc-digi-progress-circle-h .digi-progress-circle__label--steps.sc-digi-progress-circle{font-weight:600}.sc-digi-progress-circle-h .digi-progress-circle__validation-label.sc-digi-progress-circle{font-family:var(--digi--global--typography--font-family--default);font-size:var(--digi--progress-circle--label--font-size);line-height:var(--digi--typography--body--line-height--desktop);color:var(--digi--color--text--primary);padding:var(--digi--gutter--medium) var(--digi--gutter--medium);display:flex;align-items:center}.sc-digi-progress-circle-h .digi-progress-circle__validation-label.sc-digi-progress-circle span.sc-digi-progress-circle{display:inline-block;margin-left:8px}.sc-digi-progress-circle-h .digi-progress-circle__validation-label--warning.sc-digi-progress-circle{background-color:var(--digi--color--background--interactive--validation--warning)}.sc-digi-progress-circle-h .digi-progress-circle__validation-label--error.sc-digi-progress-circle{background-color:var(--digi--color--background--interactive--validation--error)}.sc-digi-progress-circle-h .digi-progress-circle__circle-wrapper.sc-digi-progress-circle{display:flex;align-items:center}.sc-digi-progress-circle-h .digi-progress-circle__circle.sc-digi-progress-circle{position:relative;display:inline-block}.sc-digi-progress-circle-h .digi-progress-circle__circle.sc-digi-progress-circle svg.sc-digi-progress-circle{transform:rotate(-90deg)}.sc-digi-progress-circle-h .digi-progress-circle__circle-label.sc-digi-progress-circle{position:absolute;top:47%;left:50%;transform:translate(-50%, -50%);font-family:var(--digi--global--typography--font-family--default);font-size:var(--digi--typography--tag--font-size--desktop);line-height:var(--digi--typography--body--line-height--desktop);color:var(--digi--color--text--primary);font-weight:600;margin:0}.sc-digi-progress-circle-h .digi-progress-circle__circle-step-unfinished.sc-digi-progress-circle{stroke:var(--digi--progress-circle--border-color)}.sc-digi-progress-circle-h .digi-progress-circle__circle-step-completed.sc-digi-progress-circle{stroke:var(--digi--progress-circle--step--background--active)}.sc-digi-progress-circle-h .digi-progress-circle__circle-step-warning.sc-digi-progress-circle{stroke:var(--digi--progress-circle--icon--warning--color)}.sc-digi-progress-circle-h .digi-progress-circle__circle-step-error.sc-digi-progress-circle{stroke:var(--digi--progress-circle--icon--error--color)}";
|
|
7
|
-
const DigiProgressCircleStyle0 = progressCircleCss;
|
|
8
|
-
|
|
9
|
-
const ProgressCircle = class {
|
|
10
|
-
constructor(hostRef) {
|
|
11
|
-
registerInstance(this, hostRef);
|
|
12
|
-
this.completedSteps = undefined;
|
|
13
|
-
this.totalSteps = [];
|
|
14
|
-
this.radius = 42;
|
|
15
|
-
this.stroke = 6;
|
|
16
|
-
this.afCompletedSteps = undefined;
|
|
17
|
-
this.afWarningStep = undefined;
|
|
18
|
-
this.afErrorStep = undefined;
|
|
19
|
-
this.afTotalSteps = undefined;
|
|
20
|
-
this.afStepsSeparator = _t.of;
|
|
21
|
-
this.afStepText = _t.step;
|
|
22
|
-
this.afStepNextText = _t.progress.questions_next;
|
|
23
|
-
this.afStepHeading = undefined;
|
|
24
|
-
this.afStepNextLabel = undefined;
|
|
25
|
-
this.afValidationLabel = undefined;
|
|
26
|
-
this.afRole = ProgressCircleRole.STATUS;
|
|
27
|
-
this.afId = randomIdGenerator('digi-progress-circle');
|
|
28
|
-
}
|
|
29
|
-
componentWillLoad() {
|
|
30
|
-
this.changeTotalStepsHandler(this.afTotalSteps);
|
|
31
|
-
}
|
|
32
|
-
changeTotalStepsHandler(value) {
|
|
33
|
-
this.totalSteps = new Array(value);
|
|
34
|
-
}
|
|
35
|
-
changeCompletedStepsHandler(value) {
|
|
36
|
-
this.completedSteps = value;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Lyssnar på om fokus sätts på custom-elementet och propagerar ner det till själva rubrik-elementet.
|
|
40
|
-
* @en Listens for when focus is set on the custom element and propagates it down to the actual heading element.
|
|
41
|
-
*/
|
|
42
|
-
focusOnHeading() {
|
|
43
|
-
this.headingElement.focus();
|
|
44
|
-
}
|
|
45
|
-
renderHeading() {
|
|
46
|
-
return (h("h2", { class: "digi-progress-circle__heading digi-progress-circle__heading--circle", tabIndex: -1, ref: (el) => (this.headingElement = el) }, this.afStepHeading));
|
|
47
|
-
}
|
|
48
|
-
get cssModifiers() {
|
|
49
|
-
return {
|
|
50
|
-
'digi-progress-circle': true,
|
|
51
|
-
'digi-progress-circle--primary': true
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
get slottedContent() {
|
|
55
|
-
return;
|
|
56
|
-
}
|
|
57
|
-
render() {
|
|
58
|
-
return (h("div", { key: 'ca6512b28f62524a92f09546e74bb071641f3049', class: this.cssModifiers, role: this.afRole === ProgressCircleRole.STATUS
|
|
59
|
-
? ProgressCircleRole.STATUS
|
|
60
|
-
: null }, h("div", { key: 'bae2c7fde66239d6b9e8a269fa5fd9841e8df061', class: "digi-progress-circle__circle-wrapper" }, h("div", { key: 'd8ee49c0188a9ee21c61c074ea0289cfdf62419c', class: "digi-progress-circle__circle" }, h("p", { key: '35008e69a4a2eaaa8f3a7071fad4c1cb661307a9', class: "digi-progress-circle__circle-label", "aria-label": `${this.afCompletedSteps} ${this.afStepsSeparator} ${this.afTotalSteps}` }, this.afCompletedSteps, " ", this.afStepsSeparator, ' ', this.afTotalSteps, ' '), h("svg", { key: '5bdea4bc72ede3c1a146265131f09b579acf4536', width: this.radius * 2, height: this.radius * 2 }, h("defs", { key: '09ac61ffcf124709532354788ffa47dafaa97558' }, h("mask", { key: '0c295af00e32424b07db515f4d0789d1c23d5e62', id: this.afId }, h("circle", { key: '020f8337bfcdd52e8840105232cc64426fb97bd9', cx: this.radius, cy: this.radius, r: this.radius - this.stroke * 2, fill: "none", stroke: "white", "stroke-width": this.stroke, "stroke-dasharray": (1000 - this.afTotalSteps * 15) / this.afTotalSteps +
|
|
61
|
-
' 15', pathLength: "1000" }))), h("g", { key: '16bbf87e2556c02ca54f7de629862695e85970d1' }, h("circle", { key: 'f71d1e1190044a47e492cca6a9991034f994ba69', class: "digi-progress-circle__circle-step-unfinished", mask: `url(#${this.afId})`, cx: this.radius, cy: this.radius, r: this.radius - this.stroke * 2, fill: "none", "stroke-width": this.stroke }), h("circle", { key: '094c56594a03b0ef42034372d57199017372f49e', class: "digi-progress-circle__circle-step-completed", mask: `url(#${this.afId})`, cx: this.radius, cy: this.radius, r: this.radius - this.stroke * 2, fill: "none", "stroke-width": this.stroke, "stroke-dasharray": (1000 / this.totalSteps.length) * this.afCompletedSteps +
|
|
62
|
-
' 1000', pathLength: "1000" }), this.afWarningStep && (h("circle", { key: '7e9a1b166a4b04e7e7c333c0bc57980bec24de0c', class: "digi-progress-circle__circle-step-warning", mask: `url(#${this.afId})`, cx: this.radius, cy: this.radius, r: this.radius - this.stroke * 2, fill: "none", "stroke-width": this.stroke, "stroke-dasharray": (1000 / this.totalSteps.length) * 1 + ' 1000', "stroke-dashoffset": -(1000 / this.totalSteps.length) *
|
|
63
|
-
(this.afCompletedSteps - 1), pathLength: "1000" })), this.afErrorStep && (h("circle", { key: '3068f8b64b407e18cec2b11560cd40030916ceb1', class: "digi-progress-circle__circle-step-error", mask: `url(#${this.afId})`, cx: this.radius, cy: this.radius, r: this.radius - this.stroke * 2, fill: "none", "stroke-width": this.stroke, "stroke-dasharray": (1000 / this.totalSteps.length) * 1 + ' 1000', "stroke-dashoffset": -(1000 / this.totalSteps.length) *
|
|
64
|
-
(this.afCompletedSteps - 1), pathLength: "1000" }))))), h("div", { key: '60b96b79b55d444a8345a0eac94b0a881a0c4383', class: "digi-progress-circle__content" }, this.renderHeading(), this.afCompletedSteps === this.afTotalSteps && (h("p", { key: '3b94d604e8c5b9e4f632a6a87abf449117794f5e', class: "digi-progress-circle__next digi-progress-circle__next--circle", style: {
|
|
65
|
-
visibility: 'hidden'
|
|
66
|
-
} }, `${this.afStepNextText} ${this.afStepNextLabel}`)), this.afCompletedSteps != this.afTotalSteps && (h("p", { key: '705a62347ae918312757296bd03abb2b173964aa', class: "digi-progress-circle__next digi-progress-circle__next--circle", style: {
|
|
67
|
-
visibility: this.afStepNextLabel !== null &&
|
|
68
|
-
this.afStepNextLabel !== undefined
|
|
69
|
-
? 'visible'
|
|
70
|
-
: 'hidden'
|
|
71
|
-
} }, `${this.afStepNextText} ${this.afStepNextLabel}`)))), this.afValidationLabel && this.afWarningStep > 0 && (h("p", { key: 'f1e01fd4bfcdb3da1fe3eb1796364da1cf9f438d', class: "digi-progress-circle__validation-label digi-progress-circle__validation-label--warning" }, h("digi-icon-validation-warning", { key: '480a484300dfeb8be427baec3ad95b25d63d5df1', class: "digi-progress-circle__icon--warning" }), h("span", { key: '009c14e1ed7f75428b258b3315703f3e2f07935f' }, this.afValidationLabel))), this.afValidationLabel && this.afErrorStep > 0 && (h("p", { key: '630520bf2e35015347ad8ae56e332b93d56a118d', class: "digi-progress-circle__validation-label digi-progress-circle__validation-label--error" }, h("digi-icon-validation-error", { key: 'a6d205065dcee634688ff21baae8980f1e4bdba5', class: "digi-progress-circle__icon--error" }), h("span", { key: '96318e2beef967797a3b4e3ff84f0856f7e5c4de' }, this.afValidationLabel)))));
|
|
72
|
-
}
|
|
73
|
-
get hostElement() { return getElement(this); }
|
|
74
|
-
static get watchers() { return {
|
|
75
|
-
"afCompletedSteps": ["changeCompletedStepsHandler"]
|
|
76
|
-
}; }
|
|
77
|
-
};
|
|
78
|
-
ProgressCircle.style = DigiProgressCircleStyle0;
|
|
79
|
-
|
|
80
|
-
export { ProgressCircle as digi_progress_circle };
|
|
@@ -1,501 +0,0 @@
|
|
|
1
|
-
var BadgeNotificationType;
|
|
2
|
-
(function (BadgeNotificationType) {
|
|
3
|
-
BadgeNotificationType["NUMBER"] = "number";
|
|
4
|
-
BadgeNotificationType["WORD"] = "word";
|
|
5
|
-
})(BadgeNotificationType || (BadgeNotificationType = {}));
|
|
6
|
-
|
|
7
|
-
var CalendarDatepickerValidation;
|
|
8
|
-
(function (CalendarDatepickerValidation) {
|
|
9
|
-
CalendarDatepickerValidation["SUCCESS"] = "success";
|
|
10
|
-
CalendarDatepickerValidation["ERROR"] = "error";
|
|
11
|
-
CalendarDatepickerValidation["WARNING"] = "warning";
|
|
12
|
-
CalendarDatepickerValidation["NEUTRAL"] = "neutral";
|
|
13
|
-
})(CalendarDatepickerValidation || (CalendarDatepickerValidation = {}));
|
|
14
|
-
|
|
15
|
-
var CodeBlockLanguage;
|
|
16
|
-
(function (CodeBlockLanguage) {
|
|
17
|
-
CodeBlockLanguage["JSON"] = "json";
|
|
18
|
-
CodeBlockLanguage["CSS"] = "css";
|
|
19
|
-
CodeBlockLanguage["SCSS"] = "scss";
|
|
20
|
-
CodeBlockLanguage["TYPESCRIPT"] = "typescript";
|
|
21
|
-
CodeBlockLanguage["JAVASCRIPT"] = "javascript";
|
|
22
|
-
CodeBlockLanguage["BASH"] = "bash";
|
|
23
|
-
CodeBlockLanguage["HTML"] = "html";
|
|
24
|
-
CodeBlockLanguage["GIT"] = "git";
|
|
25
|
-
CodeBlockLanguage["JSX"] = "jsx";
|
|
26
|
-
CodeBlockLanguage["TSX"] = "tsx";
|
|
27
|
-
})(CodeBlockLanguage || (CodeBlockLanguage = {}));
|
|
28
|
-
|
|
29
|
-
var DialogHeadingLevel;
|
|
30
|
-
(function (DialogHeadingLevel) {
|
|
31
|
-
DialogHeadingLevel["H1"] = "h1";
|
|
32
|
-
DialogHeadingLevel["H2"] = "h2";
|
|
33
|
-
DialogHeadingLevel["H3"] = "h3";
|
|
34
|
-
DialogHeadingLevel["H4"] = "h4";
|
|
35
|
-
DialogHeadingLevel["H5"] = "h5";
|
|
36
|
-
DialogHeadingLevel["H6"] = "h6";
|
|
37
|
-
})(DialogHeadingLevel || (DialogHeadingLevel = {}));
|
|
38
|
-
|
|
39
|
-
var DialogSize;
|
|
40
|
-
(function (DialogSize) {
|
|
41
|
-
DialogSize["SMALL"] = "small";
|
|
42
|
-
DialogSize["MEDIUM"] = "medium";
|
|
43
|
-
DialogSize["LARGE"] = "large";
|
|
44
|
-
})(DialogSize || (DialogSize = {}));
|
|
45
|
-
|
|
46
|
-
var DialogVariation;
|
|
47
|
-
(function (DialogVariation) {
|
|
48
|
-
DialogVariation["PRIMARY"] = "primary";
|
|
49
|
-
DialogVariation["SECONDARY"] = "secondary";
|
|
50
|
-
})(DialogVariation || (DialogVariation = {}));
|
|
51
|
-
|
|
52
|
-
var ExpandableFaqItemHeadingLevel;
|
|
53
|
-
(function (ExpandableFaqItemHeadingLevel) {
|
|
54
|
-
ExpandableFaqItemHeadingLevel["H1"] = "h1";
|
|
55
|
-
ExpandableFaqItemHeadingLevel["H2"] = "h2";
|
|
56
|
-
ExpandableFaqItemHeadingLevel["H3"] = "h3";
|
|
57
|
-
ExpandableFaqItemHeadingLevel["H4"] = "h4";
|
|
58
|
-
ExpandableFaqItemHeadingLevel["H5"] = "h5";
|
|
59
|
-
ExpandableFaqItemHeadingLevel["H6"] = "h6";
|
|
60
|
-
})(ExpandableFaqItemHeadingLevel || (ExpandableFaqItemHeadingLevel = {}));
|
|
61
|
-
|
|
62
|
-
var ExpandableFaqItemVariation;
|
|
63
|
-
(function (ExpandableFaqItemVariation) {
|
|
64
|
-
ExpandableFaqItemVariation["PRIMARY"] = "primary";
|
|
65
|
-
ExpandableFaqItemVariation["SECONDARY"] = "secondary";
|
|
66
|
-
ExpandableFaqItemVariation["TERTIARY"] = "tertiary";
|
|
67
|
-
})(ExpandableFaqItemVariation || (ExpandableFaqItemVariation = {}));
|
|
68
|
-
|
|
69
|
-
var FooterCardVariation;
|
|
70
|
-
(function (FooterCardVariation) {
|
|
71
|
-
FooterCardVariation["NONE"] = "none";
|
|
72
|
-
FooterCardVariation["ICON"] = "icon";
|
|
73
|
-
FooterCardVariation["BORDER"] = "border";
|
|
74
|
-
})(FooterCardVariation || (FooterCardVariation = {}));
|
|
75
|
-
|
|
76
|
-
var FooterVariation;
|
|
77
|
-
(function (FooterVariation) {
|
|
78
|
-
FooterVariation["LARGE"] = "large";
|
|
79
|
-
FooterVariation["SMALL"] = "small";
|
|
80
|
-
})(FooterVariation || (FooterVariation = {}));
|
|
81
|
-
|
|
82
|
-
var FormCheckboxLayout;
|
|
83
|
-
(function (FormCheckboxLayout) {
|
|
84
|
-
FormCheckboxLayout["INLINE"] = "inline";
|
|
85
|
-
FormCheckboxLayout["BLOCK"] = "block";
|
|
86
|
-
})(FormCheckboxLayout || (FormCheckboxLayout = {}));
|
|
87
|
-
|
|
88
|
-
var FormCheckboxValidation;
|
|
89
|
-
(function (FormCheckboxValidation) {
|
|
90
|
-
FormCheckboxValidation["ERROR"] = "error";
|
|
91
|
-
FormCheckboxValidation["WARNING"] = "warning";
|
|
92
|
-
})(FormCheckboxValidation || (FormCheckboxValidation = {}));
|
|
93
|
-
|
|
94
|
-
var FormCheckboxVariation;
|
|
95
|
-
(function (FormCheckboxVariation) {
|
|
96
|
-
FormCheckboxVariation["PRIMARY"] = "primary";
|
|
97
|
-
FormCheckboxVariation["SECONDARY"] = "secondary";
|
|
98
|
-
})(FormCheckboxVariation || (FormCheckboxVariation = {}));
|
|
99
|
-
|
|
100
|
-
var FormErrorListHeadingLevel;
|
|
101
|
-
(function (FormErrorListHeadingLevel) {
|
|
102
|
-
FormErrorListHeadingLevel["H1"] = "h1";
|
|
103
|
-
FormErrorListHeadingLevel["H2"] = "h2";
|
|
104
|
-
FormErrorListHeadingLevel["H3"] = "h3";
|
|
105
|
-
FormErrorListHeadingLevel["H4"] = "h4";
|
|
106
|
-
FormErrorListHeadingLevel["H5"] = "h5";
|
|
107
|
-
FormErrorListHeadingLevel["H6"] = "h6";
|
|
108
|
-
})(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
|
|
109
|
-
|
|
110
|
-
var FormFileUploadHeadingLevel;
|
|
111
|
-
(function (FormFileUploadHeadingLevel) {
|
|
112
|
-
FormFileUploadHeadingLevel["H1"] = "h1";
|
|
113
|
-
FormFileUploadHeadingLevel["H2"] = "h2";
|
|
114
|
-
FormFileUploadHeadingLevel["H3"] = "h3";
|
|
115
|
-
FormFileUploadHeadingLevel["H4"] = "h4";
|
|
116
|
-
FormFileUploadHeadingLevel["H5"] = "h5";
|
|
117
|
-
FormFileUploadHeadingLevel["H6"] = "h6";
|
|
118
|
-
})(FormFileUploadHeadingLevel || (FormFileUploadHeadingLevel = {}));
|
|
119
|
-
|
|
120
|
-
var FormFileUploadValidation;
|
|
121
|
-
(function (FormFileUploadValidation) {
|
|
122
|
-
FormFileUploadValidation["ENABLED"] = "enabled";
|
|
123
|
-
FormFileUploadValidation["DISABLED"] = "disabled";
|
|
124
|
-
})(FormFileUploadValidation || (FormFileUploadValidation = {}));
|
|
125
|
-
|
|
126
|
-
var FormFileUploadVariation;
|
|
127
|
-
(function (FormFileUploadVariation) {
|
|
128
|
-
FormFileUploadVariation["SMALL"] = "small";
|
|
129
|
-
FormFileUploadVariation["MEDIUM"] = "medium";
|
|
130
|
-
FormFileUploadVariation["LARGE"] = "large";
|
|
131
|
-
})(FormFileUploadVariation || (FormFileUploadVariation = {}));
|
|
132
|
-
|
|
133
|
-
var FormInputMode;
|
|
134
|
-
(function (FormInputMode) {
|
|
135
|
-
FormInputMode["DEFAULT"] = "";
|
|
136
|
-
FormInputMode["NONE"] = "none";
|
|
137
|
-
FormInputMode["TEXT"] = "text";
|
|
138
|
-
FormInputMode["DECIMAL"] = "decimal";
|
|
139
|
-
FormInputMode["NUMERIC"] = "numeric";
|
|
140
|
-
FormInputMode["TEL"] = "tel";
|
|
141
|
-
FormInputMode["SEARCH"] = "search";
|
|
142
|
-
FormInputMode["EMAIL"] = "email";
|
|
143
|
-
FormInputMode["URL"] = "url";
|
|
144
|
-
})(FormInputMode || (FormInputMode = {}));
|
|
145
|
-
|
|
146
|
-
var FormInputValidation;
|
|
147
|
-
(function (FormInputValidation) {
|
|
148
|
-
FormInputValidation["SUCCESS"] = "success";
|
|
149
|
-
FormInputValidation["ERROR"] = "error";
|
|
150
|
-
FormInputValidation["WARNING"] = "warning";
|
|
151
|
-
FormInputValidation["NEUTRAL"] = "neutral";
|
|
152
|
-
})(FormInputValidation || (FormInputValidation = {}));
|
|
153
|
-
|
|
154
|
-
var FormInputVariation;
|
|
155
|
-
(function (FormInputVariation) {
|
|
156
|
-
FormInputVariation["SMALL"] = "small";
|
|
157
|
-
FormInputVariation["MEDIUM"] = "medium";
|
|
158
|
-
FormInputVariation["LARGE"] = "large";
|
|
159
|
-
})(FormInputVariation || (FormInputVariation = {}));
|
|
160
|
-
|
|
161
|
-
var FormFieldsetValidation;
|
|
162
|
-
(function (FormFieldsetValidation) {
|
|
163
|
-
FormFieldsetValidation["SUCCESS"] = "success";
|
|
164
|
-
FormFieldsetValidation["ERROR"] = "error";
|
|
165
|
-
FormFieldsetValidation["WARNING"] = "warning";
|
|
166
|
-
FormFieldsetValidation["NEUTRAL"] = "neutral";
|
|
167
|
-
})(FormFieldsetValidation || (FormFieldsetValidation = {}));
|
|
168
|
-
|
|
169
|
-
var FormRadiobuttonLayout;
|
|
170
|
-
(function (FormRadiobuttonLayout) {
|
|
171
|
-
FormRadiobuttonLayout["INLINE"] = "inline";
|
|
172
|
-
FormRadiobuttonLayout["BLOCK"] = "block";
|
|
173
|
-
})(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
|
|
174
|
-
|
|
175
|
-
var FormRadiobuttonValidation;
|
|
176
|
-
(function (FormRadiobuttonValidation) {
|
|
177
|
-
FormRadiobuttonValidation["ERROR"] = "error";
|
|
178
|
-
})(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
|
|
179
|
-
|
|
180
|
-
var FormRadiobuttonVariation;
|
|
181
|
-
(function (FormRadiobuttonVariation) {
|
|
182
|
-
FormRadiobuttonVariation["PRIMARY"] = "primary";
|
|
183
|
-
FormRadiobuttonVariation["SECONDARY"] = "secondary";
|
|
184
|
-
})(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
|
|
185
|
-
|
|
186
|
-
var FormReceiptHeadingLevel;
|
|
187
|
-
(function (FormReceiptHeadingLevel) {
|
|
188
|
-
FormReceiptHeadingLevel["H1"] = "h1";
|
|
189
|
-
FormReceiptHeadingLevel["H2"] = "h2";
|
|
190
|
-
FormReceiptHeadingLevel["H3"] = "h3";
|
|
191
|
-
FormReceiptHeadingLevel["H4"] = "h4";
|
|
192
|
-
FormReceiptHeadingLevel["H5"] = "h5";
|
|
193
|
-
FormReceiptHeadingLevel["H6"] = "h6";
|
|
194
|
-
})(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
|
|
195
|
-
|
|
196
|
-
var FormReceiptType;
|
|
197
|
-
(function (FormReceiptType) {
|
|
198
|
-
FormReceiptType["CENTER"] = "center";
|
|
199
|
-
FormReceiptType["START"] = "start";
|
|
200
|
-
})(FormReceiptType || (FormReceiptType = {}));
|
|
201
|
-
|
|
202
|
-
var FormReceiptVariation;
|
|
203
|
-
(function (FormReceiptVariation) {
|
|
204
|
-
FormReceiptVariation["FULLWIDTH"] = "fullwidth";
|
|
205
|
-
FormReceiptVariation["GRID"] = "grid";
|
|
206
|
-
})(FormReceiptVariation || (FormReceiptVariation = {}));
|
|
207
|
-
|
|
208
|
-
var FormSelectFilterValidation;
|
|
209
|
-
(function (FormSelectFilterValidation) {
|
|
210
|
-
FormSelectFilterValidation["SUCCESS"] = "success";
|
|
211
|
-
FormSelectFilterValidation["ERROR"] = "error";
|
|
212
|
-
FormSelectFilterValidation["WARNING"] = "warning";
|
|
213
|
-
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
214
|
-
})(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
|
|
215
|
-
|
|
216
|
-
var FormSelectValidation;
|
|
217
|
-
(function (FormSelectValidation) {
|
|
218
|
-
FormSelectValidation["SUCCESS"] = "success";
|
|
219
|
-
FormSelectValidation["ERROR"] = "error";
|
|
220
|
-
FormSelectValidation["WARNING"] = "warning";
|
|
221
|
-
FormSelectValidation["NEUTRAL"] = "neutral";
|
|
222
|
-
})(FormSelectValidation || (FormSelectValidation = {}));
|
|
223
|
-
|
|
224
|
-
var FormSelectVariation;
|
|
225
|
-
(function (FormSelectVariation) {
|
|
226
|
-
FormSelectVariation["SMALL"] = "small";
|
|
227
|
-
FormSelectVariation["MEDIUM"] = "medium";
|
|
228
|
-
FormSelectVariation["LARGE"] = "large";
|
|
229
|
-
})(FormSelectVariation || (FormSelectVariation = {}));
|
|
230
|
-
|
|
231
|
-
var FormValidationMessageVariation;
|
|
232
|
-
(function (FormValidationMessageVariation) {
|
|
233
|
-
FormValidationMessageVariation["SUCCESS"] = "success";
|
|
234
|
-
FormValidationMessageVariation["ERROR"] = "error";
|
|
235
|
-
FormValidationMessageVariation["WARNING"] = "warning";
|
|
236
|
-
})(FormValidationMessageVariation || (FormValidationMessageVariation = {}));
|
|
237
|
-
|
|
238
|
-
var HeaderCenterContentWidth;
|
|
239
|
-
(function (HeaderCenterContentWidth) {
|
|
240
|
-
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
241
|
-
HeaderCenterContentWidth["WIDTH_1200"] = "1200";
|
|
242
|
-
HeaderCenterContentWidth["WIDTH_1400"] = "1400";
|
|
243
|
-
})(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
|
|
244
|
-
|
|
245
|
-
var TitleLogoVariation;
|
|
246
|
-
(function (TitleLogoVariation) {
|
|
247
|
-
TitleLogoVariation["MOBILE"] = "mobile";
|
|
248
|
-
TitleLogoVariation["ONE_ROW"] = "one-row";
|
|
249
|
-
TitleLogoVariation["TWO_ROWS"] = "two-rows";
|
|
250
|
-
})(TitleLogoVariation || (TitleLogoVariation = {}));
|
|
251
|
-
|
|
252
|
-
var InfoCardMultiContainerHeadingLevel;
|
|
253
|
-
(function (InfoCardMultiContainerHeadingLevel) {
|
|
254
|
-
InfoCardMultiContainerHeadingLevel["H1"] = "h1";
|
|
255
|
-
InfoCardMultiContainerHeadingLevel["H2"] = "h2";
|
|
256
|
-
InfoCardMultiContainerHeadingLevel["H3"] = "h3";
|
|
257
|
-
InfoCardMultiContainerHeadingLevel["H4"] = "h4";
|
|
258
|
-
InfoCardMultiContainerHeadingLevel["H5"] = "h5";
|
|
259
|
-
InfoCardMultiContainerHeadingLevel["H6"] = "h6";
|
|
260
|
-
})(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
|
|
261
|
-
|
|
262
|
-
var InfoCardMultiHeadingLevel;
|
|
263
|
-
(function (InfoCardMultiHeadingLevel) {
|
|
264
|
-
InfoCardMultiHeadingLevel["H1"] = "h1";
|
|
265
|
-
InfoCardMultiHeadingLevel["H2"] = "h2";
|
|
266
|
-
InfoCardMultiHeadingLevel["H3"] = "h3";
|
|
267
|
-
InfoCardMultiHeadingLevel["H4"] = "h4";
|
|
268
|
-
InfoCardMultiHeadingLevel["H5"] = "h5";
|
|
269
|
-
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
270
|
-
})(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
|
|
271
|
-
|
|
272
|
-
var InfoCardMultiType;
|
|
273
|
-
(function (InfoCardMultiType) {
|
|
274
|
-
InfoCardMultiType["MEDIA"] = "media";
|
|
275
|
-
InfoCardMultiType["RELATED"] = "related";
|
|
276
|
-
InfoCardMultiType["ENTRY"] = "entry";
|
|
277
|
-
})(InfoCardMultiType || (InfoCardMultiType = {}));
|
|
278
|
-
|
|
279
|
-
var InfoCardMultiVariation;
|
|
280
|
-
(function (InfoCardMultiVariation) {
|
|
281
|
-
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
282
|
-
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
283
|
-
})(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
|
|
284
|
-
|
|
285
|
-
var InfoCardBorderPosition;
|
|
286
|
-
(function (InfoCardBorderPosition) {
|
|
287
|
-
InfoCardBorderPosition["TOP"] = "top";
|
|
288
|
-
InfoCardBorderPosition["LEFT"] = "left";
|
|
289
|
-
})(InfoCardBorderPosition || (InfoCardBorderPosition = {}));
|
|
290
|
-
|
|
291
|
-
var InfoCardHeadingLevel;
|
|
292
|
-
(function (InfoCardHeadingLevel) {
|
|
293
|
-
InfoCardHeadingLevel["H1"] = "h1";
|
|
294
|
-
InfoCardHeadingLevel["H2"] = "h2";
|
|
295
|
-
InfoCardHeadingLevel["H3"] = "h3";
|
|
296
|
-
InfoCardHeadingLevel["H4"] = "h4";
|
|
297
|
-
InfoCardHeadingLevel["H5"] = "h5";
|
|
298
|
-
InfoCardHeadingLevel["H6"] = "h6";
|
|
299
|
-
})(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
|
|
300
|
-
|
|
301
|
-
var InfoCardSize;
|
|
302
|
-
(function (InfoCardSize) {
|
|
303
|
-
InfoCardSize["STANDARD"] = "standard";
|
|
304
|
-
})(InfoCardSize || (InfoCardSize = {}));
|
|
305
|
-
|
|
306
|
-
var InfoCardType;
|
|
307
|
-
(function (InfoCardType) {
|
|
308
|
-
InfoCardType["TIP"] = "tip";
|
|
309
|
-
InfoCardType["RELATED"] = "related";
|
|
310
|
-
})(InfoCardType || (InfoCardType = {}));
|
|
311
|
-
|
|
312
|
-
var InfoCardVariation;
|
|
313
|
-
(function (InfoCardVariation) {
|
|
314
|
-
InfoCardVariation["PRIMARY"] = "primary";
|
|
315
|
-
InfoCardVariation["SECONDARY"] = "secondary";
|
|
316
|
-
})(InfoCardVariation || (InfoCardVariation = {}));
|
|
317
|
-
|
|
318
|
-
var LayoutBlockContainer;
|
|
319
|
-
(function (LayoutBlockContainer) {
|
|
320
|
-
LayoutBlockContainer["STATIC"] = "static";
|
|
321
|
-
LayoutBlockContainer["FLUID"] = "fluid";
|
|
322
|
-
LayoutBlockContainer["NONE"] = "none";
|
|
323
|
-
})(LayoutBlockContainer || (LayoutBlockContainer = {}));
|
|
324
|
-
|
|
325
|
-
var LayoutColumnsGap;
|
|
326
|
-
(function (LayoutColumnsGap) {
|
|
327
|
-
LayoutColumnsGap["DEFAULT"] = "default";
|
|
328
|
-
LayoutColumnsGap["GAP_32"] = "32";
|
|
329
|
-
})(LayoutColumnsGap || (LayoutColumnsGap = {}));
|
|
330
|
-
|
|
331
|
-
var LayoutColumnsElement;
|
|
332
|
-
(function (LayoutColumnsElement) {
|
|
333
|
-
LayoutColumnsElement["DIV"] = "div";
|
|
334
|
-
LayoutColumnsElement["UL"] = "ul";
|
|
335
|
-
LayoutColumnsElement["OL"] = "ol";
|
|
336
|
-
})(LayoutColumnsElement || (LayoutColumnsElement = {}));
|
|
337
|
-
|
|
338
|
-
var LayoutColumnsVariation;
|
|
339
|
-
(function (LayoutColumnsVariation) {
|
|
340
|
-
LayoutColumnsVariation["FOUR"] = "four";
|
|
341
|
-
LayoutColumnsVariation["THREE"] = "three";
|
|
342
|
-
LayoutColumnsVariation["TWO"] = "two";
|
|
343
|
-
LayoutColumnsVariation["ONE"] = "one";
|
|
344
|
-
LayoutColumnsVariation["NONE"] = "none";
|
|
345
|
-
})(LayoutColumnsVariation || (LayoutColumnsVariation = {}));
|
|
346
|
-
|
|
347
|
-
var LayoutContainerVariation;
|
|
348
|
-
(function (LayoutContainerVariation) {
|
|
349
|
-
LayoutContainerVariation["STATIC"] = "static";
|
|
350
|
-
LayoutContainerVariation["FLUID"] = "fluid";
|
|
351
|
-
LayoutContainerVariation["NONE"] = "none";
|
|
352
|
-
})(LayoutContainerVariation || (LayoutContainerVariation = {}));
|
|
353
|
-
|
|
354
|
-
var LayoutContainerMaxWidth;
|
|
355
|
-
(function (LayoutContainerMaxWidth) {
|
|
356
|
-
LayoutContainerMaxWidth["WIDTH_1200"] = "1200";
|
|
357
|
-
LayoutContainerMaxWidth["WIDTH_1400"] = "1400";
|
|
358
|
-
})(LayoutContainerMaxWidth || (LayoutContainerMaxWidth = {}));
|
|
359
|
-
|
|
360
|
-
var LinkButtonVariation;
|
|
361
|
-
(function (LinkButtonVariation) {
|
|
362
|
-
LinkButtonVariation["PRIMARY"] = "primary";
|
|
363
|
-
LinkButtonVariation["SECONDARY"] = "secondary";
|
|
364
|
-
LinkButtonVariation["PRIMARY_ALT"] = "primary-alt";
|
|
365
|
-
LinkButtonVariation["SECONDARY_ALT"] = "secondary-alt";
|
|
366
|
-
})(LinkButtonVariation || (LinkButtonVariation = {}));
|
|
367
|
-
|
|
368
|
-
var LogoColor;
|
|
369
|
-
(function (LogoColor) {
|
|
370
|
-
LogoColor["PRIMARY"] = "primary";
|
|
371
|
-
LogoColor["SECONDARY"] = "secondary";
|
|
372
|
-
})(LogoColor || (LogoColor = {}));
|
|
373
|
-
|
|
374
|
-
var NavigationVerticalMenuActiveIndicatorSize;
|
|
375
|
-
(function (NavigationVerticalMenuActiveIndicatorSize) {
|
|
376
|
-
NavigationVerticalMenuActiveIndicatorSize["PRIMARY"] = "primary";
|
|
377
|
-
NavigationVerticalMenuActiveIndicatorSize["SECONDARY"] = "secondary";
|
|
378
|
-
})(NavigationVerticalMenuActiveIndicatorSize || (NavigationVerticalMenuActiveIndicatorSize = {}));
|
|
379
|
-
|
|
380
|
-
var NavigationVerticalMenuVariation;
|
|
381
|
-
(function (NavigationVerticalMenuVariation) {
|
|
382
|
-
NavigationVerticalMenuVariation["PRIMARY"] = "primary";
|
|
383
|
-
NavigationVerticalMenuVariation["SECONDARY"] = "secondary";
|
|
384
|
-
})(NavigationVerticalMenuVariation || (NavigationVerticalMenuVariation = {}));
|
|
385
|
-
|
|
386
|
-
var NotificationAlertHeadingLevel;
|
|
387
|
-
(function (NotificationAlertHeadingLevel) {
|
|
388
|
-
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
389
|
-
NotificationAlertHeadingLevel["H2"] = "h2";
|
|
390
|
-
NotificationAlertHeadingLevel["H3"] = "h3";
|
|
391
|
-
NotificationAlertHeadingLevel["H4"] = "h4";
|
|
392
|
-
NotificationAlertHeadingLevel["H5"] = "h5";
|
|
393
|
-
NotificationAlertHeadingLevel["H6"] = "h6";
|
|
394
|
-
})(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
|
|
395
|
-
|
|
396
|
-
var NotificationAlertSize;
|
|
397
|
-
(function (NotificationAlertSize) {
|
|
398
|
-
NotificationAlertSize["LARGE"] = "large";
|
|
399
|
-
NotificationAlertSize["MEDIUM"] = "medium";
|
|
400
|
-
NotificationAlertSize["SMALL"] = "small";
|
|
401
|
-
})(NotificationAlertSize || (NotificationAlertSize = {}));
|
|
402
|
-
|
|
403
|
-
var NotificationAlertVariation;
|
|
404
|
-
(function (NotificationAlertVariation) {
|
|
405
|
-
NotificationAlertVariation["INFO"] = "info";
|
|
406
|
-
NotificationAlertVariation["SUCCESS"] = "success";
|
|
407
|
-
NotificationAlertVariation["WARNING"] = "warning";
|
|
408
|
-
NotificationAlertVariation["DANGER"] = "danger";
|
|
409
|
-
})(NotificationAlertVariation || (NotificationAlertVariation = {}));
|
|
410
|
-
|
|
411
|
-
var ErrorPageStatusCodes;
|
|
412
|
-
(function (ErrorPageStatusCodes) {
|
|
413
|
-
ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
|
|
414
|
-
ErrorPageStatusCodes["FORBIDDEN"] = "403";
|
|
415
|
-
ErrorPageStatusCodes["NOT_FOUND"] = "404";
|
|
416
|
-
ErrorPageStatusCodes["GONE"] = "410";
|
|
417
|
-
ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
|
|
418
|
-
ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
|
|
419
|
-
ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
|
|
420
|
-
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
421
|
-
})(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
|
|
422
|
-
|
|
423
|
-
var ProgressIndicatorRole;
|
|
424
|
-
(function (ProgressIndicatorRole) {
|
|
425
|
-
ProgressIndicatorRole["NONE"] = "";
|
|
426
|
-
ProgressIndicatorRole["STATUS"] = "status";
|
|
427
|
-
})(ProgressIndicatorRole || (ProgressIndicatorRole = {}));
|
|
428
|
-
|
|
429
|
-
var ProgressIndicatorVariation;
|
|
430
|
-
(function (ProgressIndicatorVariation) {
|
|
431
|
-
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
432
|
-
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
433
|
-
})(ProgressIndicatorVariation || (ProgressIndicatorVariation = {}));
|
|
434
|
-
|
|
435
|
-
var TagMediaIcon;
|
|
436
|
-
(function (TagMediaIcon) {
|
|
437
|
-
TagMediaIcon["NEWS"] = "news";
|
|
438
|
-
TagMediaIcon["PLAYLIST"] = "playlist";
|
|
439
|
-
TagMediaIcon["PODCAST"] = "podcast";
|
|
440
|
-
TagMediaIcon["FILM"] = "film";
|
|
441
|
-
TagMediaIcon["WEBTV"] = "webtv";
|
|
442
|
-
TagMediaIcon["WEBINAR"] = "webinar";
|
|
443
|
-
})(TagMediaIcon || (TagMediaIcon = {}));
|
|
444
|
-
|
|
445
|
-
var ToolsFeedbackHeadingLevel;
|
|
446
|
-
(function (ToolsFeedbackHeadingLevel) {
|
|
447
|
-
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
448
|
-
ToolsFeedbackHeadingLevel["H2"] = "h2";
|
|
449
|
-
ToolsFeedbackHeadingLevel["H3"] = "h3";
|
|
450
|
-
ToolsFeedbackHeadingLevel["H4"] = "h4";
|
|
451
|
-
ToolsFeedbackHeadingLevel["H5"] = "h5";
|
|
452
|
-
ToolsFeedbackHeadingLevel["H6"] = "h6";
|
|
453
|
-
})(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
|
|
454
|
-
|
|
455
|
-
var ToolsFeedbackType;
|
|
456
|
-
(function (ToolsFeedbackType) {
|
|
457
|
-
ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
|
|
458
|
-
ToolsFeedbackType["GRID"] = "grid";
|
|
459
|
-
})(ToolsFeedbackType || (ToolsFeedbackType = {}));
|
|
460
|
-
|
|
461
|
-
var FeedbackVariation;
|
|
462
|
-
(function (FeedbackVariation) {
|
|
463
|
-
FeedbackVariation["PRIMARY"] = "primary";
|
|
464
|
-
FeedbackVariation["SECONDARY"] = "secondary";
|
|
465
|
-
})(FeedbackVariation || (FeedbackVariation = {}));
|
|
466
|
-
|
|
467
|
-
var ToolsThemeProviderBrandEnum;
|
|
468
|
-
(function (ToolsThemeProviderBrandEnum) {
|
|
469
|
-
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
470
|
-
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
471
|
-
})(ToolsThemeProviderBrandEnum || (ToolsThemeProviderBrandEnum = {}));
|
|
472
|
-
|
|
473
|
-
var ToolsThemeProviderThemeEnum;
|
|
474
|
-
(function (ToolsThemeProviderThemeEnum) {
|
|
475
|
-
ToolsThemeProviderThemeEnum["LIGHT"] = "light";
|
|
476
|
-
ToolsThemeProviderThemeEnum["DARK"] = "dark";
|
|
477
|
-
})(ToolsThemeProviderThemeEnum || (ToolsThemeProviderThemeEnum = {}));
|
|
478
|
-
|
|
479
|
-
var TypographyHeadingJumboLevel;
|
|
480
|
-
(function (TypographyHeadingJumboLevel) {
|
|
481
|
-
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
482
|
-
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
483
|
-
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
484
|
-
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
485
|
-
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
486
|
-
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
487
|
-
})(TypographyHeadingJumboLevel || (TypographyHeadingJumboLevel = {}));
|
|
488
|
-
|
|
489
|
-
var TypographyHeadingJumboVariation;
|
|
490
|
-
(function (TypographyHeadingJumboVariation) {
|
|
491
|
-
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
492
|
-
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
493
|
-
})(TypographyHeadingJumboVariation || (TypographyHeadingJumboVariation = {}));
|
|
494
|
-
|
|
495
|
-
var TypographyVariation;
|
|
496
|
-
(function (TypographyVariation) {
|
|
497
|
-
TypographyVariation["SMALL"] = "small";
|
|
498
|
-
TypographyVariation["LARGE"] = "large";
|
|
499
|
-
})(TypographyVariation || (TypographyVariation = {}));
|
|
500
|
-
|
|
501
|
-
export { NotificationAlertSize as $, InfoCardMultiHeadingLevel as A, BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ExpandableFaqItemHeadingLevel as E, FooterCardVariation as F, InfoCardMultiType as G, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, InfoCardMultiVariation as J, InfoCardBorderPosition as K, InfoCardHeadingLevel as L, InfoCardSize as M, InfoCardType as N, InfoCardVariation as O, LayoutBlockContainer as P, LayoutColumnsGap as Q, LayoutColumnsElement as R, LayoutColumnsVariation as S, TitleLogoVariation as T, LayoutContainerVariation as U, LayoutContainerMaxWidth as V, LinkButtonVariation as W, LogoColor as X, NavigationVerticalMenuActiveIndicatorSize as Y, NavigationVerticalMenuVariation as Z, NotificationAlertHeadingLevel as _, CodeBlockLanguage as a, NotificationAlertVariation as a0, ErrorPageStatusCodes as a1, ProgressIndicatorRole as a2, ProgressIndicatorVariation as a3, TagMediaIcon as a4, ToolsFeedbackHeadingLevel as a5, ToolsFeedbackType as a6, FeedbackVariation as a7, ToolsThemeProviderBrandEnum as a8, ToolsThemeProviderThemeEnum as a9, TypographyHeadingJumboLevel as aa, TypographyHeadingJumboVariation as ab, TypographyVariation as ac, DialogSize as b, DialogVariation as c, ExpandableFaqItemVariation as d, FooterVariation as e, FormCheckboxLayout as f, FormCheckboxValidation as g, FormCheckboxVariation as h, FormErrorListHeadingLevel as i, FormFileUploadHeadingLevel as j, FormFileUploadValidation as k, FormFileUploadVariation as l, FormInputMode as m, FormInputValidation as n, FormInputVariation as o, FormFieldsetValidation as p, FormRadiobuttonLayout as q, FormRadiobuttonValidation as r, FormRadiobuttonVariation as s, FormReceiptHeadingLevel as t, FormReceiptType as u, FormReceiptVariation as v, FormSelectFilterValidation as w, FormSelectValidation as x, FormSelectVariation as y, FormValidationMessageVariation as z };
|