@designsystem-se/af 38.2.1-beta.0 → 38.2.1-beta.dark-mode
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 +2 -2
- 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 +50 -87
- 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 +18 -5
- package/components/index.js +1 -1
- package/components/{p-9df35672.js → p-0207ebef.js} +1 -1
- package/components/p-24e68936.js +165 -0
- package/components/p-4b1d11d0.js +66 -0
- package/components/{p-75c8d67e.js → p-78154d00.js} +2 -2
- package/components/{p-bc5b7057.js → p-8562da9d.js} +2 -2
- package/components/p-8c4cbca6.js +177 -0
- package/components/{p-dbb0665a.js → p-99793659.js} +2 -2
- package/components/{p-e2a68e2b.js → p-b94458ed.js} +1 -1
- package/components/p-d7ef9cb1.js +13 -0
- package/custom-elements.json +4 -0
- package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
- package/dist/cjs/digi-button_84.cjs.entry.js +8421 -0
- package/dist/cjs/digi-calendar-week-view.cjs.entry.js +50 -51
- package/dist/cjs/{digi-code-block_3.cjs.entry.js → digi-code-block_2.cjs.entry.js} +1 -132
- package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
- package/dist/cjs/digi-dialog.cjs.entry.js +2 -18
- package/dist/cjs/digi-form-error-list.cjs.entry.js +1 -17
- package/dist/cjs/digi-form-receipt.cjs.entry.js +1 -17
- package/dist/cjs/digi-navigation-pagination.cjs.entry.js +1 -17
- package/dist/cjs/digi-notification-error-page.cjs.entry.js +1 -17
- package/dist/cjs/digi-quote.cjs.entry.js +1 -1
- package/dist/cjs/digi-tools-feedback.cjs.entry.js +2 -18
- package/dist/cjs/index-7a477838.js +4 -220
- package/dist/cjs/{index-ac8e01b4.js → index-acb7b350.js} +189 -19
- package/dist/cjs/index.cjs.js +179 -189
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{typography-variation.enum-9aab5027.js → typography-variation.enum-ad1b2403.js} +235 -0
- package/dist/collection/components/_button/button/button.css +14 -14
- package/dist/collection/components/_calendar/calendar/calendar.css +8 -3
- package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +426 -106
- package/dist/collection/components/_code/code-example/code-example.css +6 -0
- 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 +426 -106
- package/dist/collection/components/_form/form-file-upload/form-file-upload.css +6 -5
- 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 +48 -85
- package/dist/collection/components/_header/header/header.js +2 -2
- package/dist/collection/components/_header/header-avatar/header-avatar.css +425 -105
- 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 +425 -105
- package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +3 -2
- 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 +4 -3
- 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 +166 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +43 -2
- package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +5 -0
- 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 +4 -3
- 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 +2 -0
- 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 +1 -0
- package/dist/collection/styles/src/_alias.mixin.scss +252 -105
- package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +19 -0
- package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +144 -0
- package/dist/collection/styles/src/themes/_brand-common.mixin.scss +7 -0
- package/dist/collection/styles/src/tokens-documentation/web-AF25.json +160 -4
- 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 +4 -3
- 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 +2 -0
- 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 +0 -2
- 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-c3e0f6dd.entry.js → p-06704534.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/{p-b3283953.entry.js → p-160165b9.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/{p-655cda00.entry.js → p-1efcad5b.entry.js} +1 -1
- package/dist/digi-arbetsformedlingen/p-3ae13b8a.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-80500b2d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-8d055a17.js +1 -0
- package/dist/digi-arbetsformedlingen/p-922f4556.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-a105d9fe.js +1 -0
- package/dist/digi-arbetsformedlingen/p-c59e5f69.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ca8d7464.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +1 -0
- package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +252 -105
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +19 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +144 -0
- package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +7 -0
- package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +160 -4
- package/dist/esm/digi-arbetsformedlingen.js +1 -1
- package/dist/esm/digi-button_84.entry.js +8334 -0
- package/dist/esm/digi-calendar-week-view.entry.js +1 -2
- package/dist/esm/{digi-code-block_3.entry.js → digi-code-block_2.entry.js} +3 -133
- package/dist/esm/digi-code-example.entry.js +1 -1
- package/dist/esm/digi-dialog.entry.js +2 -18
- package/dist/esm/digi-form-error-list.entry.js +1 -17
- package/dist/esm/digi-form-receipt.entry.js +1 -17
- package/dist/esm/digi-navigation-pagination.entry.js +1 -17
- package/dist/esm/digi-notification-error-page.entry.js +1 -17
- package/dist/esm/digi-quote.entry.js +1 -1
- package/dist/esm/digi-tools-feedback.entry.js +2 -18
- package/dist/esm/index-148a7577.js +4 -220
- package/dist/esm/{index-2fce392f.js → index-dc6b83f7.js} +170 -3
- package/dist/esm/index.js +1 -17
- package/dist/esm/loader.js +1 -1
- package/dist/esm/typography-variation.enum-7319240b.js +501 -0
- package/dist/types/components/_form/form-select-filter/form-select-filter.d.ts +3 -22
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +9 -0
- package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +4 -0
- package/dist/types/components.d.ts +14 -2
- package/dist/types/enums.d.ts +1 -0
- package/hydrate/index.js +92 -110
- package/hydrate/index.mjs +92 -110
- package/package.json +2 -4
- package/components/p-4bad4fb0.js +0 -7
- package/components/p-70fad0ea.js +0 -165
- package/components/p-ab07faba.js +0 -66
- package/components/p-f84f590e.js +0 -177
- package/dist/cjs/digi-button_11.cjs.entry.js +0 -1194
- package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +0 -2601
- package/dist/cjs/digi-calendar_2.cjs.entry.js +0 -464
- package/dist/cjs/digi-context-menu.cjs.entry.js +0 -240
- package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +0 -97
- package/dist/cjs/digi-footer-card.cjs.entry.js +0 -29
- package/dist/cjs/digi-footer.cjs.entry.js +0 -74
- package/dist/cjs/digi-form-category-filter.cjs.entry.js +0 -121
- package/dist/cjs/digi-form-checkbox.cjs.entry.js +0 -139
- package/dist/cjs/digi-form-file-upload.cjs.entry.js +0 -601
- package/dist/cjs/digi-form-filter.cjs.entry.js +0 -248
- package/dist/cjs/digi-form-select_2.cjs.entry.js +0 -186
- package/dist/cjs/digi-header-avatar.cjs.entry.js +0 -114
- package/dist/cjs/digi-header-navigation-item.cjs.entry.js +0 -27
- package/dist/cjs/digi-header-navigation.cjs.entry.js +0 -228
- package/dist/cjs/digi-header-notification.cjs.entry.js +0 -23
- package/dist/cjs/digi-header.cjs.entry.js +0 -115
- package/dist/cjs/digi-icon-accessibility-universal.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-bars.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-bell-filled.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +0 -99
- package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-copy.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-envelope.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-external-link-alt_2.cjs.entry.js +0 -60
- package/dist/cjs/digi-icon-globe.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +0 -145
- package/dist/cjs/digi-icon-minus_2.cjs.entry.js +0 -53
- package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +0 -99
- package/dist/cjs/digi-icon-sign.cjs.entry.js +0 -30
- package/dist/cjs/digi-icon-spinner.cjs.entry.js +0 -31
- package/dist/cjs/digi-icon-x.cjs.entry.js +0 -30
- package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +0 -22
- package/dist/cjs/digi-info-card-multi.cjs.entry.js +0 -58
- package/dist/cjs/digi-info-card.cjs.entry.js +0 -79
- package/dist/cjs/digi-layout-block_2.cjs.entry.js +0 -92
- package/dist/cjs/digi-layout-columns.cjs.entry.js +0 -33
- package/dist/cjs/digi-link-button.cjs.entry.js +0 -66
- package/dist/cjs/digi-link-internal.cjs.entry.js +0 -37
- package/dist/cjs/digi-link.cjs.entry.js +0 -75
- package/dist/cjs/digi-logo.cjs.entry.js +0 -49
- package/dist/cjs/digi-media-image_2.cjs.entry.js +0 -167
- package/dist/cjs/digi-navigation-sidebar-button.cjs.entry.js +0 -30
- package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +0 -150
- package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +0 -177
- package/dist/cjs/digi-notification-alert.cjs.entry.js +0 -112
- package/dist/cjs/digi-progress-indicator.cjs.entry.js +0 -137
- package/dist/cjs/digi-tag-media.cjs.entry.js +0 -47
- package/dist/cjs/digi-title-logo.cjs.entry.js +0 -133
- package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +0 -28
- package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +0 -38
- package/dist/cjs/digi-typography-preamble.cjs.entry.js +0 -20
- package/dist/cjs/digi-typography.cjs.entry.js +0 -26
- package/dist/cjs/digi-util-breakpoint-observer.cjs.entry.js +0 -48
- package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +0 -64
- package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +0 -18
- package/dist/cjs/footer-card-variation.enum-99555edc.js +0 -8
- package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +0 -19
- package/dist/cjs/form-select-variation.enum-528c1bf0.js +0 -16
- package/dist/cjs/form-validation-message-variation.enum-c5ec3e2d.js +0 -31
- package/dist/cjs/index-cad91a90.js +0 -66
- package/dist/cjs/index-e8333bcc.js +0 -174
- package/dist/cjs/info-card-multi-type.enum-14746572.js +0 -8
- package/dist/cjs/info-card-variation.enum-64cef637.js +0 -24
- package/dist/cjs/layout-columns-variation.enum-65675649.js +0 -23
- package/dist/cjs/layout-container-max-width.enum-7e637f44.js +0 -21
- package/dist/cjs/link-button-variation.enum-137785e3.js +0 -9
- package/dist/cjs/logo-color.enum-76f6c506.js +0 -7
- package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +0 -13
- package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +0 -13
- package/dist/cjs/tag-media-icon.enum-372563c5.js +0 -11
- package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +0 -7
- package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +0 -17
- package/dist/digi-arbetsformedlingen/p-02731621.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-07303cb5.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0ef5ec06.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0f6c0360.js +0 -1
- package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-10261517.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-1f3345e9.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2295239c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-25371300.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2a023831.js +0 -1
- package/dist/digi-arbetsformedlingen/p-2c685e4f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-300aa9ef.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3887bb40.js +0 -1
- package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3b20ec86.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3efa2f0b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +0 -1
- package/dist/digi-arbetsformedlingen/p-4e9f2f05.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-51149879.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6abd8d58.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7aacd45f.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7e77bbe7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-7e85c9e3.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8142cc73.js +0 -1
- package/dist/digi-arbetsformedlingen/p-814ca2ad.js +0 -1
- package/dist/digi-arbetsformedlingen/p-820e795b.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8713df13.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8d9f4f10.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8ef41ad9.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-986a1582.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dd41cc4.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +0 -1
- package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a0c77dff.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a2008b0a.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-beba49c2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-bf80a488.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c553b73b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c604694f.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c604a480.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7949525.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7a512ee.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c7d079d0.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-c9dfda73.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d1886fff.js +0 -1
- package/dist/digi-arbetsformedlingen/p-d6d7b1d8.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-db246e29.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-de22ce43.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ecc2e481.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-ee88e3f1.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f2e16531.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f447b984.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f5bcd77b.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-f87c0b45.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-fa77fcf7.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +0 -1
- package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +0 -1
- package/dist/esm/digi-button_11.entry.js +0 -1180
- package/dist/esm/digi-calendar-datepicker.entry.js +0 -2597
- package/dist/esm/digi-calendar_2.entry.js +0 -459
- package/dist/esm/digi-context-menu.entry.js +0 -236
- package/dist/esm/digi-expandable-faq-item.entry.js +0 -93
- package/dist/esm/digi-footer-card.entry.js +0 -25
- package/dist/esm/digi-footer.entry.js +0 -70
- package/dist/esm/digi-form-category-filter.entry.js +0 -117
- package/dist/esm/digi-form-checkbox.entry.js +0 -135
- package/dist/esm/digi-form-file-upload.entry.js +0 -597
- package/dist/esm/digi-form-filter.entry.js +0 -244
- package/dist/esm/digi-form-select_2.entry.js +0 -181
- package/dist/esm/digi-header-avatar.entry.js +0 -110
- package/dist/esm/digi-header-navigation-item.entry.js +0 -23
- package/dist/esm/digi-header-navigation.entry.js +0 -224
- package/dist/esm/digi-header-notification.entry.js +0 -19
- package/dist/esm/digi-header.entry.js +0 -111
- package/dist/esm/digi-icon-accessibility-universal.entry.js +0 -26
- package/dist/esm/digi-icon-bars.entry.js +0 -26
- package/dist/esm/digi-icon-bell-filled.entry.js +0 -26
- package/dist/esm/digi-icon-check-circle-solid_4.entry.js +0 -92
- package/dist/esm/digi-icon-chevron-left_2.entry.js +0 -48
- package/dist/esm/digi-icon-copy.entry.js +0 -26
- package/dist/esm/digi-icon-envelope.entry.js +0 -26
- package/dist/esm/digi-icon-external-link-alt_2.entry.js +0 -55
- package/dist/esm/digi-icon-globe.entry.js +0 -26
- package/dist/esm/digi-icon-list-ul_6.entry.js +0 -136
- package/dist/esm/digi-icon-minus_2.entry.js +0 -48
- package/dist/esm/digi-icon-notification-error_4.entry.js +0 -92
- package/dist/esm/digi-icon-sign.entry.js +0 -26
- package/dist/esm/digi-icon-spinner.entry.js +0 -27
- package/dist/esm/digi-icon-x.entry.js +0 -26
- package/dist/esm/digi-info-card-multi-container.entry.js +0 -18
- package/dist/esm/digi-info-card-multi.entry.js +0 -54
- package/dist/esm/digi-info-card.entry.js +0 -75
- package/dist/esm/digi-layout-block_2.entry.js +0 -87
- package/dist/esm/digi-layout-columns.entry.js +0 -29
- package/dist/esm/digi-link-button.entry.js +0 -62
- package/dist/esm/digi-link-internal.entry.js +0 -33
- package/dist/esm/digi-link.entry.js +0 -71
- package/dist/esm/digi-logo.entry.js +0 -45
- package/dist/esm/digi-media-image_2.entry.js +0 -162
- package/dist/esm/digi-navigation-sidebar-button.entry.js +0 -26
- package/dist/esm/digi-navigation-vertical-menu-item.entry.js +0 -146
- package/dist/esm/digi-navigation-vertical-menu.entry.js +0 -173
- package/dist/esm/digi-notification-alert.entry.js +0 -108
- package/dist/esm/digi-progress-indicator.entry.js +0 -133
- package/dist/esm/digi-tag-media.entry.js +0 -43
- package/dist/esm/digi-title-logo.entry.js +0 -129
- package/dist/esm/digi-tools-theme-provider.entry.js +0 -24
- package/dist/esm/digi-typography-heading-jumbo.entry.js +0 -34
- package/dist/esm/digi-typography-preamble.entry.js +0 -16
- package/dist/esm/digi-typography.entry.js +0 -22
- package/dist/esm/digi-util-breakpoint-observer.entry.js +0 -44
- package/dist/esm/digi-util-mutation-observer.entry.js +0 -60
- package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +0 -18
- package/dist/esm/footer-card-variation.enum-cc732148.js +0 -8
- package/dist/esm/form-checkbox-variation.enum-83e906fc.js +0 -19
- package/dist/esm/form-select-variation.enum-f2f6098d.js +0 -16
- package/dist/esm/form-validation-message-variation.enum-f7835fc5.js +0 -31
- package/dist/esm/index-5b6c95c6.js +0 -63
- package/dist/esm/index-8685f88d.js +0 -170
- package/dist/esm/info-card-multi-type.enum-07ee124f.js +0 -8
- package/dist/esm/info-card-variation.enum-2ccc52c1.js +0 -24
- package/dist/esm/layout-columns-variation.enum-34f7754e.js +0 -23
- package/dist/esm/layout-container-max-width.enum-c40018ac.js +0 -21
- package/dist/esm/link-button-variation.enum-84d4976f.js +0 -9
- package/dist/esm/logo-color.enum-8593dca6.js +0 -7
- package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +0 -13
- package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +0 -13
- package/dist/esm/tag-media-icon.enum-fefa191c.js +0 -11
- package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +0 -7
- package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +0 -17
- package/dist/esm/typography-variation.enum-fdda731c.js +0 -266
|
@@ -0,0 +1,501 @@
|
|
|
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 };
|
|
@@ -20,10 +20,6 @@ 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;
|
|
27
23
|
/**
|
|
28
24
|
* En valfri beskrivningstext.
|
|
29
25
|
* @en An optional description text.
|
|
@@ -75,14 +71,9 @@ export declare class FormSelectFilter {
|
|
|
75
71
|
sortAlphabetically: boolean;
|
|
76
72
|
/**
|
|
77
73
|
* @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.
|
|
83
74
|
*/
|
|
84
75
|
value: IListItem[];
|
|
85
|
-
onValueChanged(
|
|
76
|
+
onValueChanged(value: IListItem[]): void;
|
|
86
77
|
/**
|
|
87
78
|
* Sätts till true om det ska gå att välja flera val från listan.
|
|
88
79
|
* @en Set to true if you should be able to choose multiple items from the list.
|
|
@@ -210,18 +201,7 @@ export declare class FormSelectFilter {
|
|
|
210
201
|
* @en Listens for when focus is set on the custom element and propagates it down to the toggle butto.
|
|
211
202
|
*/
|
|
212
203
|
focusOnElement(): void;
|
|
213
|
-
|
|
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;
|
|
204
|
+
debounce(func: any, timeout?: number): (...args: any[]) => void;
|
|
225
205
|
setClosed(focusToggleButton?: boolean): void;
|
|
226
206
|
setScroll(scrollY: number): void;
|
|
227
207
|
setOpen(): void;
|
|
@@ -230,6 +210,7 @@ export declare class FormSelectFilter {
|
|
|
230
210
|
toggleDropdown(): void;
|
|
231
211
|
inputItem(identifier: any, index: any): HTMLInputElement;
|
|
232
212
|
emitFilterClosedEvent(): void;
|
|
213
|
+
componentWillLoad(): void;
|
|
233
214
|
setFocusItem(): void;
|
|
234
215
|
setFocusSearch(): void;
|
|
235
216
|
incrementFocusItem(): void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ToolsThemeProviderBrandEnum } from './tools-theme-provider.brand.enum';
|
|
2
|
+
import { ToolsThemeProviderThemeEnum } from './tools-theme-provider.theme.enum';
|
|
2
3
|
/**
|
|
3
4
|
* @slot default - Kan innehålla vad som helst
|
|
4
5
|
* @swedishName Temaväljare
|
|
@@ -9,9 +10,17 @@ export declare class ToolsThemeProvider {
|
|
|
9
10
|
* @en Change theme for underlying components
|
|
10
11
|
*/
|
|
11
12
|
afBrand: ToolsThemeProviderBrandEnum;
|
|
13
|
+
/**
|
|
14
|
+
* Ändrar tema på underliggande komponenter
|
|
15
|
+
* @en Change theme for underlying components
|
|
16
|
+
*/
|
|
17
|
+
afTheme?: ToolsThemeProviderThemeEnum;
|
|
18
|
+
private get fallbackTheme();
|
|
12
19
|
get cssModifiers(): {
|
|
13
20
|
'digi-tools-theme-provider--af25': boolean;
|
|
14
21
|
'digi-tools-theme-provider--af18': boolean;
|
|
22
|
+
'digi-tools-theme-provider--light': boolean;
|
|
23
|
+
'digi-tools-theme-provider--dark': boolean;
|
|
15
24
|
};
|
|
16
25
|
render(): any;
|
|
17
26
|
}
|
|
@@ -130,6 +130,7 @@ 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";
|
|
133
134
|
import { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
134
135
|
import { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
135
136
|
import { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -259,6 +260,7 @@ export { FeedbackRatingVariation } from "./components/_tools/tools-feedback-rati
|
|
|
259
260
|
export { FeedbackRatingType } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-type.enum";
|
|
260
261
|
export { FeedbackRatingHeadingLevel } from "./components/_tools/tools-feedback-rating/tools-feedback-rating-heading-level.enum";
|
|
261
262
|
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";
|
|
262
264
|
export { TypographyHeadingJumboVariation } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum";
|
|
263
265
|
export { TypographyHeadingJumboLevel } from "./components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum";
|
|
264
266
|
export { TypographyMetaVariation } from "./components/_typography/typography-meta/typography-meta-variation.enum";
|
|
@@ -2203,7 +2205,7 @@ export namespace Components {
|
|
|
2203
2205
|
*/
|
|
2204
2206
|
"sortAlphabetically": boolean;
|
|
2205
2207
|
/**
|
|
2206
|
-
* @ignore
|
|
2208
|
+
* @ignore
|
|
2207
2209
|
*/
|
|
2208
2210
|
"value": IListItem[];
|
|
2209
2211
|
}
|
|
@@ -8248,6 +8250,11 @@ export namespace Components {
|
|
|
8248
8250
|
* @en Change theme for underlying components
|
|
8249
8251
|
*/
|
|
8250
8252
|
"afBrand": ToolsThemeProviderBrandEnum;
|
|
8253
|
+
/**
|
|
8254
|
+
* Ändrar tema på underliggande komponenter
|
|
8255
|
+
* @en Change theme for underlying components
|
|
8256
|
+
*/
|
|
8257
|
+
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
8251
8258
|
}
|
|
8252
8259
|
/**
|
|
8253
8260
|
* @enums TypographyVariation - typography-variation.enum.ts
|
|
@@ -13949,7 +13956,7 @@ declare namespace LocalJSX {
|
|
|
13949
13956
|
*/
|
|
13950
13957
|
"sortAlphabetically"?: boolean;
|
|
13951
13958
|
/**
|
|
13952
|
-
* @ignore
|
|
13959
|
+
* @ignore
|
|
13953
13960
|
*/
|
|
13954
13961
|
"value"?: IListItem[];
|
|
13955
13962
|
}
|
|
@@ -20158,6 +20165,11 @@ declare namespace LocalJSX {
|
|
|
20158
20165
|
* @en Change theme for underlying components
|
|
20159
20166
|
*/
|
|
20160
20167
|
"afBrand"?: ToolsThemeProviderBrandEnum;
|
|
20168
|
+
/**
|
|
20169
|
+
* Ändrar tema på underliggande komponenter
|
|
20170
|
+
* @en Change theme for underlying components
|
|
20171
|
+
*/
|
|
20172
|
+
"afTheme"?: ToolsThemeProviderThemeEnum;
|
|
20161
20173
|
}
|
|
20162
20174
|
/**
|
|
20163
20175
|
* @enums TypographyVariation - typography-variation.enum.ts
|
package/dist/types/enums.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ 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';
|
|
128
129
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-level.enum';
|
|
129
130
|
export * from './components/_typography/typography-heading-jumbo/typography-heading-jumbo-variation.enum';
|
|
130
131
|
export * from './components/_typography/typography-meta/typography-meta-variation.enum';
|