@designsystem-se/af 38.2.1-beta.dark-mode → 39.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/digi-bar-chart.js +1 -1
- package/components/digi-button.js +1 -1
- package/components/digi-calendar-datepicker.js +4 -4
- 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 +3 -3
- package/components/digi-context-menu.js +6 -6
- package/components/digi-dialog.js +3 -3
- package/components/digi-expandable-faq-item.js +1 -1
- package/components/digi-footer.js +1 -1
- package/components/digi-form-category-filter.js +1 -1
- package/components/digi-form-checkbox.js +1 -1
- package/components/digi-form-error-list.js +3 -3
- 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 +1 -1
- package/components/digi-form-select-filter.js +87 -50
- package/components/digi-form-select.js +1 -1
- package/components/digi-header-avatar.js +1 -1
- package/components/digi-header-navigation.js +2 -2
- package/components/digi-header.js +5 -5
- 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 +2 -2
- 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 +1 -1
- package/components/digi-progress-indicator.js +1 -1
- package/components/digi-quote.js +1 -1
- package/components/digi-tag.js +1 -1
- package/components/digi-title-logo.js +1 -1
- package/components/digi-tools-feedback.js +3 -3
- package/components/digi-tools-theme-provider.js +5 -18
- package/components/index.js +1 -1
- package/components/p-4bad4fb0.js +7 -0
- package/components/p-70fad0ea.js +165 -0
- package/components/{p-78154d00.js → p-75c8d67e.js} +2 -2
- package/components/{p-0207ebef.js → p-9df35672.js} +1 -1
- package/components/p-ab07faba.js +66 -0
- package/components/{p-8562da9d.js → p-bc5b7057.js} +2 -2
- 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/custom-elements.json +1 -5
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_11.cjs.entry.js +1194 -0
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2601 -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} +132 -1
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
- package/dist/cjs/digi-dialog.cjs.entry.js +18 -2
- 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 +74 -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 +17 -1
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +601 -0
- package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
- package/dist/cjs/digi-form-receipt.cjs.entry.js +17 -1
- 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 +228 -0
- package/dist/cjs/digi-header-notification.cjs.entry.js +23 -0
- package/dist/cjs/digi-header.cjs.entry.js +115 -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-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 +17 -1
- 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 +112 -0
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +17 -1
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +137 -0
- 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 +133 -0
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +18 -2
- 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-mutation-observer.cjs.entry.js +64 -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-select-variation.enum-528c1bf0.js +16 -0
- package/dist/cjs/form-validation-message-variation.enum-c5ec3e2d.js +31 -0
- package/dist/cjs/index-7a477838.js +220 -4
- 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 +189 -179
- 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-variation.enum-7cf8e0e4.js +13 -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-ad1b2403.js → typography-variation.enum-9aab5027.js} +0 -235
- 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 +106 -426
- package/dist/collection/components/_code/code-example/code-example.css +0 -6
- 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/_form/form-select-filter/form-select-filter.js +85 -48
- 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-context-menu/navigation-context-menu.js +6 -6
- package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
- package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +3 -4
- 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/_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/_quote.variables.scss +2 -2
- package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
- package/dist/collection/enums.js +0 -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 +4 -160
- 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/_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/_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-02731621.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-07303cb5.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-13ee320b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-25371300.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-2a023831.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-366e18f4.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-3887bb40.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-3c9195db.entry.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-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-51149879.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-5f20045a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/{p-1efcad5b.entry.js → p-655cda00.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-6abd8d58.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-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-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-8713df13.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d9f4f10.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-915b2a14.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-986a1582.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +1 -0
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a0c77dff.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a2008b0a.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-160165b9.entry.js → p-b3283953.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-beba49c2.entry.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-06704534.entry.js → p-c3e0f6dd.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c553b73b.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c604a480.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-c9dfda73.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-d6d7b1d8.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-db246e29.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-de22ce43.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ee88e3f1.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-fa77fcf7.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 +4 -160
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_11.entry.js +1180 -0
- package/dist/esm/digi-calendar-datepicker.entry.js +2597 -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} +133 -3
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-context-menu.entry.js +236 -0
- package/dist/esm/digi-dialog.entry.js +18 -2
- 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 +70 -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 +17 -1
- package/dist/esm/digi-form-file-upload.entry.js +597 -0
- package/dist/esm/digi-form-filter.entry.js +244 -0
- package/dist/esm/digi-form-receipt.entry.js +17 -1
- 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 +224 -0
- package/dist/esm/digi-header-notification.entry.js +19 -0
- package/dist/esm/digi-header.entry.js +111 -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-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 +17 -1
- 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 +108 -0
- package/dist/esm/digi-notification-error-page.entry.js +17 -1
- package/dist/esm/digi-progress-indicator.entry.js +133 -0
- 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 +129 -0
- package/dist/esm/digi-tools-feedback.entry.js +18 -2
- 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-mutation-observer.entry.js +60 -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-select-variation.enum-f2f6098d.js +16 -0
- package/dist/esm/form-validation-message-variation.enum-f7835fc5.js +31 -0
- package/dist/esm/index-148a7577.js +220 -4
- 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 +17 -1
- 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-variation.enum-b12ba50a.js +13 -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-fdda731c.js +266 -0
- package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +22 -3
- package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.d.ts +2 -2
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
- package/dist/types/components.d.ts +6 -18
- package/dist/types/enums.d.ts +0 -1
- package/hydrate/index.js +114 -96
- package/hydrate/index.mjs +114 -96
- package/package.json +4 -2
- package/components/p-24e68936.js +0 -165
- package/components/p-4b1d11d0.js +0 -66
- package/components/p-8c4cbca6.js +0 -177
- package/components/p-d7ef9cb1.js +0 -13
- package/dist/cjs/digi-button_84.cjs.entry.js +0 -8421
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
- package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.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-922f4556.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
- package/dist/esm/digi-button_84.entry.js +0 -8334
- 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
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
var ProgressIndicatorRole;
|
|
2
|
+
(function (ProgressIndicatorRole) {
|
|
3
|
+
ProgressIndicatorRole["NONE"] = "";
|
|
4
|
+
ProgressIndicatorRole["STATUS"] = "status";
|
|
5
|
+
})(ProgressIndicatorRole || (ProgressIndicatorRole = {}));
|
|
6
|
+
|
|
7
|
+
var ProgressIndicatorVariation;
|
|
8
|
+
(function (ProgressIndicatorVariation) {
|
|
9
|
+
ProgressIndicatorVariation["PRIMARY"] = "primary";
|
|
10
|
+
ProgressIndicatorVariation["SECONDARY"] = "secondary";
|
|
11
|
+
})(ProgressIndicatorVariation || (ProgressIndicatorVariation = {}));
|
|
12
|
+
|
|
13
|
+
export { ProgressIndicatorRole as P, ProgressIndicatorVariation as a };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
var TagMediaIcon;
|
|
2
|
+
(function (TagMediaIcon) {
|
|
3
|
+
TagMediaIcon["NEWS"] = "news";
|
|
4
|
+
TagMediaIcon["PLAYLIST"] = "playlist";
|
|
5
|
+
TagMediaIcon["PODCAST"] = "podcast";
|
|
6
|
+
TagMediaIcon["FILM"] = "film";
|
|
7
|
+
TagMediaIcon["WEBTV"] = "webtv";
|
|
8
|
+
TagMediaIcon["WEBINAR"] = "webinar";
|
|
9
|
+
})(TagMediaIcon || (TagMediaIcon = {}));
|
|
10
|
+
|
|
11
|
+
export { TagMediaIcon as T };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var ToolsThemeProviderBrandEnum;
|
|
2
|
+
(function (ToolsThemeProviderBrandEnum) {
|
|
3
|
+
ToolsThemeProviderBrandEnum["AF25"] = "AF25";
|
|
4
|
+
ToolsThemeProviderBrandEnum["AF18"] = "AF18";
|
|
5
|
+
})(ToolsThemeProviderBrandEnum || (ToolsThemeProviderBrandEnum = {}));
|
|
6
|
+
|
|
7
|
+
export { ToolsThemeProviderBrandEnum as T };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var TypographyHeadingJumboLevel;
|
|
2
|
+
(function (TypographyHeadingJumboLevel) {
|
|
3
|
+
TypographyHeadingJumboLevel["H1"] = "h1";
|
|
4
|
+
TypographyHeadingJumboLevel["H2"] = "h2";
|
|
5
|
+
TypographyHeadingJumboLevel["H3"] = "h3";
|
|
6
|
+
TypographyHeadingJumboLevel["H4"] = "h4";
|
|
7
|
+
TypographyHeadingJumboLevel["H5"] = "h5";
|
|
8
|
+
TypographyHeadingJumboLevel["H6"] = "h6";
|
|
9
|
+
})(TypographyHeadingJumboLevel || (TypographyHeadingJumboLevel = {}));
|
|
10
|
+
|
|
11
|
+
var TypographyHeadingJumboVariation;
|
|
12
|
+
(function (TypographyHeadingJumboVariation) {
|
|
13
|
+
TypographyHeadingJumboVariation["PRIMARY"] = "primary";
|
|
14
|
+
TypographyHeadingJumboVariation["SECONDARY"] = "secondary";
|
|
15
|
+
})(TypographyHeadingJumboVariation || (TypographyHeadingJumboVariation = {}));
|
|
16
|
+
|
|
17
|
+
export { TypographyHeadingJumboLevel as T, TypographyHeadingJumboVariation as a };
|
|
@@ -0,0 +1,266 @@
|
|
|
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 FooterVariation;
|
|
53
|
+
(function (FooterVariation) {
|
|
54
|
+
FooterVariation["LARGE"] = "large";
|
|
55
|
+
FooterVariation["SMALL"] = "small";
|
|
56
|
+
})(FooterVariation || (FooterVariation = {}));
|
|
57
|
+
|
|
58
|
+
var FormErrorListHeadingLevel;
|
|
59
|
+
(function (FormErrorListHeadingLevel) {
|
|
60
|
+
FormErrorListHeadingLevel["H1"] = "h1";
|
|
61
|
+
FormErrorListHeadingLevel["H2"] = "h2";
|
|
62
|
+
FormErrorListHeadingLevel["H3"] = "h3";
|
|
63
|
+
FormErrorListHeadingLevel["H4"] = "h4";
|
|
64
|
+
FormErrorListHeadingLevel["H5"] = "h5";
|
|
65
|
+
FormErrorListHeadingLevel["H6"] = "h6";
|
|
66
|
+
})(FormErrorListHeadingLevel || (FormErrorListHeadingLevel = {}));
|
|
67
|
+
|
|
68
|
+
var FormInputMode;
|
|
69
|
+
(function (FormInputMode) {
|
|
70
|
+
FormInputMode["DEFAULT"] = "";
|
|
71
|
+
FormInputMode["NONE"] = "none";
|
|
72
|
+
FormInputMode["TEXT"] = "text";
|
|
73
|
+
FormInputMode["DECIMAL"] = "decimal";
|
|
74
|
+
FormInputMode["NUMERIC"] = "numeric";
|
|
75
|
+
FormInputMode["TEL"] = "tel";
|
|
76
|
+
FormInputMode["SEARCH"] = "search";
|
|
77
|
+
FormInputMode["EMAIL"] = "email";
|
|
78
|
+
FormInputMode["URL"] = "url";
|
|
79
|
+
})(FormInputMode || (FormInputMode = {}));
|
|
80
|
+
|
|
81
|
+
var FormInputValidation;
|
|
82
|
+
(function (FormInputValidation) {
|
|
83
|
+
FormInputValidation["SUCCESS"] = "success";
|
|
84
|
+
FormInputValidation["ERROR"] = "error";
|
|
85
|
+
FormInputValidation["WARNING"] = "warning";
|
|
86
|
+
FormInputValidation["NEUTRAL"] = "neutral";
|
|
87
|
+
})(FormInputValidation || (FormInputValidation = {}));
|
|
88
|
+
|
|
89
|
+
var FormInputVariation;
|
|
90
|
+
(function (FormInputVariation) {
|
|
91
|
+
FormInputVariation["SMALL"] = "small";
|
|
92
|
+
FormInputVariation["MEDIUM"] = "medium";
|
|
93
|
+
FormInputVariation["LARGE"] = "large";
|
|
94
|
+
})(FormInputVariation || (FormInputVariation = {}));
|
|
95
|
+
|
|
96
|
+
var FormFieldsetValidation;
|
|
97
|
+
(function (FormFieldsetValidation) {
|
|
98
|
+
FormFieldsetValidation["SUCCESS"] = "success";
|
|
99
|
+
FormFieldsetValidation["ERROR"] = "error";
|
|
100
|
+
FormFieldsetValidation["WARNING"] = "warning";
|
|
101
|
+
FormFieldsetValidation["NEUTRAL"] = "neutral";
|
|
102
|
+
})(FormFieldsetValidation || (FormFieldsetValidation = {}));
|
|
103
|
+
|
|
104
|
+
var FormRadiobuttonLayout;
|
|
105
|
+
(function (FormRadiobuttonLayout) {
|
|
106
|
+
FormRadiobuttonLayout["INLINE"] = "inline";
|
|
107
|
+
FormRadiobuttonLayout["BLOCK"] = "block";
|
|
108
|
+
})(FormRadiobuttonLayout || (FormRadiobuttonLayout = {}));
|
|
109
|
+
|
|
110
|
+
var FormRadiobuttonValidation;
|
|
111
|
+
(function (FormRadiobuttonValidation) {
|
|
112
|
+
FormRadiobuttonValidation["ERROR"] = "error";
|
|
113
|
+
})(FormRadiobuttonValidation || (FormRadiobuttonValidation = {}));
|
|
114
|
+
|
|
115
|
+
var FormRadiobuttonVariation;
|
|
116
|
+
(function (FormRadiobuttonVariation) {
|
|
117
|
+
FormRadiobuttonVariation["PRIMARY"] = "primary";
|
|
118
|
+
FormRadiobuttonVariation["SECONDARY"] = "secondary";
|
|
119
|
+
})(FormRadiobuttonVariation || (FormRadiobuttonVariation = {}));
|
|
120
|
+
|
|
121
|
+
var FormReceiptHeadingLevel;
|
|
122
|
+
(function (FormReceiptHeadingLevel) {
|
|
123
|
+
FormReceiptHeadingLevel["H1"] = "h1";
|
|
124
|
+
FormReceiptHeadingLevel["H2"] = "h2";
|
|
125
|
+
FormReceiptHeadingLevel["H3"] = "h3";
|
|
126
|
+
FormReceiptHeadingLevel["H4"] = "h4";
|
|
127
|
+
FormReceiptHeadingLevel["H5"] = "h5";
|
|
128
|
+
FormReceiptHeadingLevel["H6"] = "h6";
|
|
129
|
+
})(FormReceiptHeadingLevel || (FormReceiptHeadingLevel = {}));
|
|
130
|
+
|
|
131
|
+
var FormReceiptType;
|
|
132
|
+
(function (FormReceiptType) {
|
|
133
|
+
FormReceiptType["CENTER"] = "center";
|
|
134
|
+
FormReceiptType["START"] = "start";
|
|
135
|
+
})(FormReceiptType || (FormReceiptType = {}));
|
|
136
|
+
|
|
137
|
+
var FormReceiptVariation;
|
|
138
|
+
(function (FormReceiptVariation) {
|
|
139
|
+
FormReceiptVariation["FULLWIDTH"] = "fullwidth";
|
|
140
|
+
FormReceiptVariation["GRID"] = "grid";
|
|
141
|
+
})(FormReceiptVariation || (FormReceiptVariation = {}));
|
|
142
|
+
|
|
143
|
+
var FormSelectFilterValidation;
|
|
144
|
+
(function (FormSelectFilterValidation) {
|
|
145
|
+
FormSelectFilterValidation["SUCCESS"] = "success";
|
|
146
|
+
FormSelectFilterValidation["ERROR"] = "error";
|
|
147
|
+
FormSelectFilterValidation["WARNING"] = "warning";
|
|
148
|
+
FormSelectFilterValidation["NEUTRAL"] = "neutral";
|
|
149
|
+
})(FormSelectFilterValidation || (FormSelectFilterValidation = {}));
|
|
150
|
+
|
|
151
|
+
var HeaderCenterContentWidth;
|
|
152
|
+
(function (HeaderCenterContentWidth) {
|
|
153
|
+
HeaderCenterContentWidth["DEFAULT"] = "none";
|
|
154
|
+
HeaderCenterContentWidth["WIDTH_1200"] = "1200";
|
|
155
|
+
HeaderCenterContentWidth["WIDTH_1400"] = "1400";
|
|
156
|
+
})(HeaderCenterContentWidth || (HeaderCenterContentWidth = {}));
|
|
157
|
+
|
|
158
|
+
var TitleLogoVariation;
|
|
159
|
+
(function (TitleLogoVariation) {
|
|
160
|
+
TitleLogoVariation["MOBILE"] = "mobile";
|
|
161
|
+
TitleLogoVariation["ONE_ROW"] = "one-row";
|
|
162
|
+
TitleLogoVariation["TWO_ROWS"] = "two-rows";
|
|
163
|
+
})(TitleLogoVariation || (TitleLogoVariation = {}));
|
|
164
|
+
|
|
165
|
+
var InfoCardMultiContainerHeadingLevel;
|
|
166
|
+
(function (InfoCardMultiContainerHeadingLevel) {
|
|
167
|
+
InfoCardMultiContainerHeadingLevel["H1"] = "h1";
|
|
168
|
+
InfoCardMultiContainerHeadingLevel["H2"] = "h2";
|
|
169
|
+
InfoCardMultiContainerHeadingLevel["H3"] = "h3";
|
|
170
|
+
InfoCardMultiContainerHeadingLevel["H4"] = "h4";
|
|
171
|
+
InfoCardMultiContainerHeadingLevel["H5"] = "h5";
|
|
172
|
+
InfoCardMultiContainerHeadingLevel["H6"] = "h6";
|
|
173
|
+
})(InfoCardMultiContainerHeadingLevel || (InfoCardMultiContainerHeadingLevel = {}));
|
|
174
|
+
|
|
175
|
+
var InfoCardMultiHeadingLevel;
|
|
176
|
+
(function (InfoCardMultiHeadingLevel) {
|
|
177
|
+
InfoCardMultiHeadingLevel["H1"] = "h1";
|
|
178
|
+
InfoCardMultiHeadingLevel["H2"] = "h2";
|
|
179
|
+
InfoCardMultiHeadingLevel["H3"] = "h3";
|
|
180
|
+
InfoCardMultiHeadingLevel["H4"] = "h4";
|
|
181
|
+
InfoCardMultiHeadingLevel["H5"] = "h5";
|
|
182
|
+
InfoCardMultiHeadingLevel["H6"] = "h6";
|
|
183
|
+
})(InfoCardMultiHeadingLevel || (InfoCardMultiHeadingLevel = {}));
|
|
184
|
+
|
|
185
|
+
var InfoCardMultiVariation;
|
|
186
|
+
(function (InfoCardMultiVariation) {
|
|
187
|
+
InfoCardMultiVariation["PRIMARY"] = "primary";
|
|
188
|
+
InfoCardMultiVariation["SECONDARY"] = "secondary";
|
|
189
|
+
})(InfoCardMultiVariation || (InfoCardMultiVariation = {}));
|
|
190
|
+
|
|
191
|
+
var InfoCardHeadingLevel;
|
|
192
|
+
(function (InfoCardHeadingLevel) {
|
|
193
|
+
InfoCardHeadingLevel["H1"] = "h1";
|
|
194
|
+
InfoCardHeadingLevel["H2"] = "h2";
|
|
195
|
+
InfoCardHeadingLevel["H3"] = "h3";
|
|
196
|
+
InfoCardHeadingLevel["H4"] = "h4";
|
|
197
|
+
InfoCardHeadingLevel["H5"] = "h5";
|
|
198
|
+
InfoCardHeadingLevel["H6"] = "h6";
|
|
199
|
+
})(InfoCardHeadingLevel || (InfoCardHeadingLevel = {}));
|
|
200
|
+
|
|
201
|
+
var NotificationAlertHeadingLevel;
|
|
202
|
+
(function (NotificationAlertHeadingLevel) {
|
|
203
|
+
NotificationAlertHeadingLevel["H1"] = "h1";
|
|
204
|
+
NotificationAlertHeadingLevel["H2"] = "h2";
|
|
205
|
+
NotificationAlertHeadingLevel["H3"] = "h3";
|
|
206
|
+
NotificationAlertHeadingLevel["H4"] = "h4";
|
|
207
|
+
NotificationAlertHeadingLevel["H5"] = "h5";
|
|
208
|
+
NotificationAlertHeadingLevel["H6"] = "h6";
|
|
209
|
+
})(NotificationAlertHeadingLevel || (NotificationAlertHeadingLevel = {}));
|
|
210
|
+
|
|
211
|
+
var NotificationAlertSize;
|
|
212
|
+
(function (NotificationAlertSize) {
|
|
213
|
+
NotificationAlertSize["LARGE"] = "large";
|
|
214
|
+
NotificationAlertSize["MEDIUM"] = "medium";
|
|
215
|
+
NotificationAlertSize["SMALL"] = "small";
|
|
216
|
+
})(NotificationAlertSize || (NotificationAlertSize = {}));
|
|
217
|
+
|
|
218
|
+
var NotificationAlertVariation;
|
|
219
|
+
(function (NotificationAlertVariation) {
|
|
220
|
+
NotificationAlertVariation["INFO"] = "info";
|
|
221
|
+
NotificationAlertVariation["SUCCESS"] = "success";
|
|
222
|
+
NotificationAlertVariation["WARNING"] = "warning";
|
|
223
|
+
NotificationAlertVariation["DANGER"] = "danger";
|
|
224
|
+
})(NotificationAlertVariation || (NotificationAlertVariation = {}));
|
|
225
|
+
|
|
226
|
+
var ErrorPageStatusCodes;
|
|
227
|
+
(function (ErrorPageStatusCodes) {
|
|
228
|
+
ErrorPageStatusCodes["UNAUTHORIZED"] = "401";
|
|
229
|
+
ErrorPageStatusCodes["FORBIDDEN"] = "403";
|
|
230
|
+
ErrorPageStatusCodes["NOT_FOUND"] = "404";
|
|
231
|
+
ErrorPageStatusCodes["GONE"] = "410";
|
|
232
|
+
ErrorPageStatusCodes["INTERNAL_SERVER_ERRROR"] = "500";
|
|
233
|
+
ErrorPageStatusCodes["SERVICE_UNAVAILABLE"] = "503";
|
|
234
|
+
ErrorPageStatusCodes["GATEWAY_TIMEOUT"] = "504";
|
|
235
|
+
ErrorPageStatusCodes["BLOCKED"] = "blocked";
|
|
236
|
+
})(ErrorPageStatusCodes || (ErrorPageStatusCodes = {}));
|
|
237
|
+
|
|
238
|
+
var ToolsFeedbackHeadingLevel;
|
|
239
|
+
(function (ToolsFeedbackHeadingLevel) {
|
|
240
|
+
ToolsFeedbackHeadingLevel["H1"] = "h1";
|
|
241
|
+
ToolsFeedbackHeadingLevel["H2"] = "h2";
|
|
242
|
+
ToolsFeedbackHeadingLevel["H3"] = "h3";
|
|
243
|
+
ToolsFeedbackHeadingLevel["H4"] = "h4";
|
|
244
|
+
ToolsFeedbackHeadingLevel["H5"] = "h5";
|
|
245
|
+
ToolsFeedbackHeadingLevel["H6"] = "h6";
|
|
246
|
+
})(ToolsFeedbackHeadingLevel || (ToolsFeedbackHeadingLevel = {}));
|
|
247
|
+
|
|
248
|
+
var ToolsFeedbackType;
|
|
249
|
+
(function (ToolsFeedbackType) {
|
|
250
|
+
ToolsFeedbackType["FULLWIDTH"] = "fullwidth";
|
|
251
|
+
ToolsFeedbackType["GRID"] = "grid";
|
|
252
|
+
})(ToolsFeedbackType || (ToolsFeedbackType = {}));
|
|
253
|
+
|
|
254
|
+
var FeedbackVariation;
|
|
255
|
+
(function (FeedbackVariation) {
|
|
256
|
+
FeedbackVariation["PRIMARY"] = "primary";
|
|
257
|
+
FeedbackVariation["SECONDARY"] = "secondary";
|
|
258
|
+
})(FeedbackVariation || (FeedbackVariation = {}));
|
|
259
|
+
|
|
260
|
+
var TypographyVariation;
|
|
261
|
+
(function (TypographyVariation) {
|
|
262
|
+
TypographyVariation["SMALL"] = "small";
|
|
263
|
+
TypographyVariation["LARGE"] = "large";
|
|
264
|
+
})(TypographyVariation || (TypographyVariation = {}));
|
|
265
|
+
|
|
266
|
+
export { BadgeNotificationType as B, CalendarDatepickerValidation as C, DialogHeadingLevel as D, ErrorPageStatusCodes as E, FooterVariation as F, HeaderCenterContentWidth as H, InfoCardMultiContainerHeadingLevel as I, NotificationAlertHeadingLevel as N, TitleLogoVariation as T, CodeBlockLanguage as a, DialogSize as b, DialogVariation as c, FormErrorListHeadingLevel as d, FormInputMode as e, FormInputValidation as f, FormInputVariation as g, FormFieldsetValidation as h, FormRadiobuttonLayout as i, FormRadiobuttonValidation as j, FormRadiobuttonVariation as k, FormReceiptHeadingLevel as l, FormReceiptType as m, FormReceiptVariation as n, FormSelectFilterValidation as o, InfoCardMultiHeadingLevel as p, InfoCardMultiVariation as q, InfoCardHeadingLevel as r, NotificationAlertSize as s, NotificationAlertVariation as t, ToolsFeedbackHeadingLevel as u, ToolsFeedbackType as v, FeedbackVariation as w, TypographyVariation as x };
|
|
@@ -20,6 +20,10 @@ export declare class FormSelectFilter {
|
|
|
20
20
|
private _toggleButton;
|
|
21
21
|
private _submitButton;
|
|
22
22
|
private _searchQuery;
|
|
23
|
+
/** True when `value` was set from outside (e.g. Angular CVA) — then value is selection master. */
|
|
24
|
+
private _valueIsMaster;
|
|
25
|
+
/** Guards internal `value` writes so they don't flip `_valueIsMaster`. */
|
|
26
|
+
private _updatingValueInternally;
|
|
23
27
|
/**
|
|
24
28
|
* En valfri beskrivningstext.
|
|
25
29
|
* @en An optional description text.
|
|
@@ -71,9 +75,14 @@ export declare class FormSelectFilter {
|
|
|
71
75
|
sortAlphabetically: boolean;
|
|
72
76
|
/**
|
|
73
77
|
* @ignore
|
|
78
|
+
* Propertyn `value` finns inte dokumenterad på komponentens sida på dokumentationswebben, utan
|
|
79
|
+
* är endast till för att användas tillsammans med Angulars Control Value Accessors (CVA).
|
|
80
|
+
* Används CVA för att hantera komponentens värden så ska inte afListItems användas för att
|
|
81
|
+
* påverka vilka val som är gjorda eller ej.
|
|
82
|
+
* Exempel på båda sätten att hantera datat finns i Angular Playground.
|
|
74
83
|
*/
|
|
75
84
|
value: IListItem[];
|
|
76
|
-
onValueChanged(
|
|
85
|
+
onValueChanged(newValue: IListItem[] | string): void;
|
|
77
86
|
/**
|
|
78
87
|
* Sätts till true om det ska gå att välja flera val från listan.
|
|
79
88
|
* @en Set to true if you should be able to choose multiple items from the list.
|
|
@@ -201,7 +210,18 @@ export declare class FormSelectFilter {
|
|
|
201
210
|
* @en Listens for when focus is set on the custom element and propagates it down to the toggle butto.
|
|
202
211
|
*/
|
|
203
212
|
focusOnElement(): void;
|
|
204
|
-
|
|
213
|
+
componentWillLoad(): void;
|
|
214
|
+
private bootstrapInitialValue;
|
|
215
|
+
/**
|
|
216
|
+
* Keep `value` and `afListItems[].selected` in sync.
|
|
217
|
+
* - If `value` was set externally (`_valueIsMaster`), value wins on list updates.
|
|
218
|
+
* - Otherwise selection is seeded from `afListItems[].selected` (React/vanilla data-as-master).
|
|
219
|
+
* Does not emit `afOnSelect` — that is reserved for user interaction so Angular Control Value Accessors
|
|
220
|
+
* does not get feedback loops on prop sync.
|
|
221
|
+
*/
|
|
222
|
+
syncValueAndSelectedListItems(whereDidTheChangeComeFrom: 'valueChange' | 'afListItemsChange'): void;
|
|
223
|
+
private applyValueToListItems;
|
|
224
|
+
private setValueInternally;
|
|
205
225
|
setClosed(focusToggleButton?: boolean): void;
|
|
206
226
|
setScroll(scrollY: number): void;
|
|
207
227
|
setOpen(): void;
|
|
@@ -210,7 +230,6 @@ export declare class FormSelectFilter {
|
|
|
210
230
|
toggleDropdown(): void;
|
|
211
231
|
inputItem(identifier: any, index: any): HTMLInputElement;
|
|
212
232
|
emitFilterClosedEvent(): void;
|
|
213
|
-
componentWillLoad(): void;
|
|
214
233
|
setFocusItem(): void;
|
|
215
234
|
setFocusSearch(): void;
|
|
216
235
|
incrementFocusItem(): void;
|
package/dist/types/components/_navigation/navigation-context-menu/navigation-context-menu.d.ts
CHANGED
|
@@ -50,8 +50,8 @@ export declare class ContextMenu {
|
|
|
50
50
|
*/
|
|
51
51
|
afMenuPosition?: ContextMenuPosition;
|
|
52
52
|
/**
|
|
53
|
-
* Sätter ett förvalt värde.
|
|
54
|
-
* @en Sets a preselected value.
|
|
53
|
+
* Sätter ett förvalt värde.
|
|
54
|
+
* @en Sets a preselected value.
|
|
55
55
|
*/
|
|
56
56
|
afActiveItem: ContextMenuItem['id'];
|
|
57
57
|
/**
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ToolsThemeProviderBrandEnum } from './tools-theme-provider.brand.enum';
|
|
2
|
-
import { ToolsThemeProviderThemeEnum } from './tools-theme-provider.theme.enum';
|
|
3
2
|
/**
|
|
4
3
|
* @slot default - Kan innehålla vad som helst
|
|
5
4
|
* @swedishName Temaväljare
|
|
@@ -10,17 +9,9 @@ export declare class ToolsThemeProvider {
|
|
|
10
9
|
* @en Change theme for underlying components
|
|
11
10
|
*/
|
|
12
11
|
afBrand: ToolsThemeProviderBrandEnum;
|
|
13
|
-
/**
|
|
14
|
-
* Ändrar tema på underliggande komponenter
|
|
15
|
-
* @en Change theme for underlying components
|
|
16
|
-
*/
|
|
17
|
-
afTheme?: ToolsThemeProviderThemeEnum;
|
|
18
|
-
private get fallbackTheme();
|
|
19
12
|
get cssModifiers(): {
|
|
20
13
|
'digi-tools-theme-provider--af25': boolean;
|
|
21
14
|
'digi-tools-theme-provider--af18': boolean;
|
|
22
|
-
'digi-tools-theme-provider--light': boolean;
|
|
23
|
-
'digi-tools-theme-provider--dark': boolean;
|
|
24
15
|
};
|
|
25
16
|
render(): any;
|
|
26
17
|
}
|
|
@@ -130,7 +130,6 @@ import { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
|
|
|
130
130
|
import { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
|
|
131
131
|
import { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
|
|
132
132
|
import { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
|
|
133
|
-
import { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
|
|
134
133
|
import { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
135
134
|
import { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
136
135
|
import { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -260,7 +259,6 @@ export { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
|
|
|
260
259
|
export { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
|
|
261
260
|
export { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
|
|
262
261
|
export { ToolsThemeProviderBrandEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.brand.enum";
|
|
263
|
-
export { ToolsThemeProviderThemeEnum } from "./components/_tools/tools-theme-provider/tools-theme-provider.theme.enum";
|
|
264
262
|
export { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
265
263
|
export { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
266
264
|
export { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -774,8 +772,8 @@ export namespace Components {
|
|
|
774
772
|
*/
|
|
775
773
|
interface DigiContextMenu {
|
|
776
774
|
/**
|
|
777
|
-
* Sätter ett förvalt värde.
|
|
778
|
-
* @en Sets a preselected value.
|
|
775
|
+
* Sätter ett förvalt värde.
|
|
776
|
+
* @en Sets a preselected value.
|
|
779
777
|
*/
|
|
780
778
|
"afActiveItem": ContextMenuItem['id'];
|
|
781
779
|
/**
|
|
@@ -2205,7 +2203,7 @@ export namespace Components {
|
|
|
2205
2203
|
*/
|
|
2206
2204
|
"sortAlphabetically": boolean;
|
|
2207
2205
|
/**
|
|
2208
|
-
* @ignore
|
|
2206
|
+
* @ignore Propertyn `value` finns inte dokumenterad på komponentens sida på dokumentationswebben, utan är endast till för att användas tillsammans med Angulars Control Value Accessors (CVA). Används CVA för att hantera komponentens värden så ska inte afListItems användas för att påverka vilka val som är gjorda eller ej. Exempel på båda sätten att hantera datat finns i Angular Playground.
|
|
2209
2207
|
*/
|
|
2210
2208
|
"value": IListItem[];
|
|
2211
2209
|
}
|
|
@@ -8250,11 +8248,6 @@ export namespace Components {
|
|
|
8250
8248
|
* @en Change theme for underlying components
|
|
8251
8249
|
*/
|
|
8252
8250
|
"afBrand": ToolsThemeProviderBrandEnum;
|
|
8253
|
-
/**
|
|
8254
|
-
* Ändrar tema på underliggande komponenter
|
|
8255
|
-
* @en Change theme for underlying components
|
|
8256
|
-
*/
|
|
8257
|
-
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
8258
8251
|
}
|
|
8259
8252
|
/**
|
|
8260
8253
|
* @enums TypographyVariation - typography-variation.enum.ts
|
|
@@ -12245,8 +12238,8 @@ declare namespace LocalJSX {
|
|
|
12245
12238
|
*/
|
|
12246
12239
|
interface DigiContextMenu {
|
|
12247
12240
|
/**
|
|
12248
|
-
* Sätter ett förvalt värde.
|
|
12249
|
-
* @en Sets a preselected value.
|
|
12241
|
+
* Sätter ett förvalt värde.
|
|
12242
|
+
* @en Sets a preselected value.
|
|
12250
12243
|
*/
|
|
12251
12244
|
"afActiveItem"?: ContextMenuItem['id'];
|
|
12252
12245
|
/**
|
|
@@ -13956,7 +13949,7 @@ declare namespace LocalJSX {
|
|
|
13956
13949
|
*/
|
|
13957
13950
|
"sortAlphabetically"?: boolean;
|
|
13958
13951
|
/**
|
|
13959
|
-
* @ignore
|
|
13952
|
+
* @ignore Propertyn `value` finns inte dokumenterad på komponentens sida på dokumentationswebben, utan är endast till för att användas tillsammans med Angulars Control Value Accessors (CVA). Används CVA för att hantera komponentens värden så ska inte afListItems användas för att påverka vilka val som är gjorda eller ej. Exempel på båda sätten att hantera datat finns i Angular Playground.
|
|
13960
13953
|
*/
|
|
13961
13954
|
"value"?: IListItem[];
|
|
13962
13955
|
}
|
|
@@ -20165,11 +20158,6 @@ declare namespace LocalJSX {
|
|
|
20165
20158
|
* @en Change theme for underlying components
|
|
20166
20159
|
*/
|
|
20167
20160
|
"afBrand"?: ToolsThemeProviderBrandEnum;
|
|
20168
|
-
/**
|
|
20169
|
-
* Ändrar tema på underliggande komponenter
|
|
20170
|
-
* @en Change theme for underlying components
|
|
20171
|
-
*/
|
|
20172
|
-
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
20173
20161
|
}
|
|
20174
20162
|
/**
|
|
20175
20163
|
* @enums TypographyVariation - typography-variation.enum.ts
|
package/dist/types/enums.d.ts
CHANGED
|
@@ -125,7 +125,6 @@ export * from './components/_tools/tools-feedback/tools-feedback-heading-level.e
|
|
|
125
125
|
export * from './components/_tools/tools-feedback/tools-feedback-type.enum';
|
|
126
126
|
export * from './components/_tools/tools-feedback/tools-feedback-variation.enum';
|
|
127
127
|
export * from './components/_tools/tools-theme-provider/tools-theme-provider.brand.enum';
|
|
128
|
-
export * from './components/_tools/tools-theme-provider/tools-theme-provider.theme.enum';
|
|
129
128
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum';
|
|
130
129
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum';
|
|
131
130
|
export * from './components/_typography/typography-meta/typography-meta-variation.enum';
|