@ndla/ui 50.1.0 → 50.1.2
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/es/Article/Article.js +73 -76
- package/es/Article/ArticleAccessMessage.js +6 -4
- package/es/Article/ArticleByline.js +42 -58
- package/es/Article/ArticleFootNotes.js +17 -17
- package/es/Article/ArticleHeaderWrapper.js +11 -14
- package/es/Article/ArticleNotions.js +13 -10
- package/es/Aside/Aside.js +19 -24
- package/es/AudioPlayer/AudioPlayer.js +40 -53
- package/es/AudioPlayer/Controls.js +74 -97
- package/es/AudioPlayer/SpeechControl.js +11 -8
- package/es/BannerCard/BannerCard.js +19 -25
- package/es/BlogPost/BlogPost.js +18 -17
- package/es/Breadcrumb/Breadcrumb.js +42 -55
- package/es/Breadcrumb/BreadcrumbItem.js +32 -26
- package/es/Breadcrumb/HeaderBreadcrumb.js +15 -12
- package/es/Breadcrumb/HomeBreadcrumb.js +33 -21
- package/es/CampaignBlock/CampaignBlock.js +18 -18
- package/es/CompetenceGoalTab/CompetenceGoalItem.js +22 -21
- package/es/CompetenceGoalTab/CompetenceGoalTab.js +21 -27
- package/es/CompetenceGoalTab/CompetenceItem.js +49 -52
- package/es/CompetenceGoalTab/CoreElementItem.js +11 -8
- package/es/CompetenceGoalTab/SearchButton.js +8 -6
- package/es/CompetenceGoalTab/styles.js +5 -5
- package/es/ContactBlock/ContactBlock.js +46 -45
- package/es/ContentLoader/index.js +26 -40
- package/es/ContentPlaceholder/ContentPlaceholder.js +4 -4
- package/es/ContentTypeBadge/ContentTypeBadge.js +48 -61
- package/es/CopyParagraphButton/CopyParagraphButton.js +24 -33
- package/es/CreatedBy/CreatedBy.js +14 -13
- package/es/DefinitionList/DefinitionDescription.js +10 -17
- package/es/DefinitionList/DefinitionTerm.js +10 -17
- package/es/Embed/AudioEmbed.js +27 -32
- package/es/Embed/BrightcoveEmbed.js +63 -85
- package/es/Embed/ConceptEmbed.js +84 -85
- package/es/Embed/ConceptListEmbed.js +19 -12
- package/es/Embed/ContentLinkEmbed.js +14 -9
- package/es/Embed/EmbedErrorPlaceholder.js +9 -7
- package/es/Embed/ExternalEmbed.js +26 -26
- package/es/Embed/FootnoteEmbed.js +10 -7
- package/es/Embed/H5pEmbed.js +9 -8
- package/es/Embed/IframeEmbed.js +37 -33
- package/es/Embed/ImageEmbed.js +80 -97
- package/es/Embed/RelatedContentEmbed.js +23 -24
- package/es/Embed/UnknownEmbed.js +8 -5
- package/es/Embed/conceptComponents.js +53 -64
- package/es/ErrorMessage/ErrorMessage.js +14 -14
- package/es/ErrorMessage/ErrorResourceAccessDenied.js +8 -5
- package/es/ExpandableBox/ExpandableBox.js +16 -20
- package/es/FactBox/FactBox.js +21 -35
- package/es/Figure/Figure.js +21 -28
- package/es/Figure/FigureOpenDialogButton.js +5 -3
- package/es/FileList/File.js +27 -22
- package/es/FileList/FileList.js +10 -7
- package/es/FileList/PdfFile.js +5 -3
- package/es/Filter/FilterButtons.js +65 -83
- package/es/Filter/FilterCarousel.js +42 -64
- package/es/Filter/FilterList.js +47 -69
- package/es/Filter/FilterListPhone.js +134 -176
- package/es/Filter/ToggleItem.js +25 -26
- package/es/Filter/filterClasses.js +1 -1
- package/es/Footer/EditorName.js +6 -4
- package/es/Footer/Footer.js +23 -22
- package/es/Footer/FooterLinks.js +31 -32
- package/es/Footer/FooterPrivacy.js +17 -17
- package/es/Footer/FooterText.js +5 -3
- package/es/FramedContent/FramedContent.js +12 -19
- package/es/Frontpage/FrontpageAllSubjects.js +65 -76
- package/es/FrontpageArticle/FrontpageArticle.js +22 -20
- package/es/Gloss/Gloss.js +34 -36
- package/es/Grid/Grid.js +24 -29
- package/es/Hero/Hero.js +38 -48
- package/es/Hero/HeroContent.js +1 -1
- package/es/Image/Image.js +37 -51
- package/es/Image/ImageLink.js +12 -19
- package/es/KeyFigure/KeyFigure.js +13 -11
- package/es/LanguageSelector/LanguageSelector.js +32 -33
- package/es/Layout/Content.js +4 -2
- package/es/Layout/LayoutItem.js +10 -17
- package/es/Layout/OneColumn.js +16 -23
- package/es/Layout/PageContainer.js +19 -28
- package/es/LearningPaths/LearningPathContent.js +5 -3
- package/es/LearningPaths/LearningPathInformation.js +17 -14
- package/es/LearningPaths/LearningPathLastStepNavigation.js +15 -12
- package/es/LearningPaths/LearningPathMenu.js +61 -69
- package/es/LearningPaths/LearningPathMenuAside.js +18 -17
- package/es/LearningPaths/LearningPathMenuAsideCopyright.js +12 -11
- package/es/LearningPaths/LearningPathMenuContent.js +86 -50
- package/es/LearningPaths/LearningPathMenuIntro.js +17 -20
- package/es/LearningPaths/LearningPathMenuModalWrapper.js +13 -19
- package/es/LearningPaths/LearningPathMobileHeader.js +6 -5
- package/es/LearningPaths/LearningPathMobileStepInfo.js +9 -6
- package/es/LearningPaths/LearningPathSticky.js +24 -21
- package/es/LearningPaths/LearningPathWrapper.js +6 -4
- package/es/LetterFilter/LetterFilter.js +17 -20
- package/es/LetterFilter/alphabet.js +1 -1
- package/es/LicenseByline/EmbedByline.js +31 -36
- package/es/LicenseByline/LicenseDescription.js +6 -4
- package/es/LicenseByline/LicenseLink.js +7 -6
- package/es/LinkBlock/LinkBlock.js +17 -15
- package/es/LinkBlock/LinkBlockSection.js +12 -20
- package/es/List/OrderedList.js +17 -22
- package/es/List/UnOrderedList.js +10 -17
- package/es/Logo/Logo.js +17 -22
- package/es/Logo/SvgLogo.js +10 -15
- package/es/Masthead/Masthead.js +17 -23
- package/es/Masthead/SkipToMainContent.js +9 -6
- package/es/Masthead/utils.js +12 -24
- package/es/MediaList/MediaList.js +83 -72
- package/es/Messages/MessageBanner.js +14 -10
- package/es/Messages/MessageBox.js +20 -20
- package/es/MyNdla/Resource/Folder.js +35 -30
- package/es/MyNdla/Resource/FolderInput.js +23 -31
- package/es/NDLAFilm/AboutNdlaFilm.js +10 -7
- package/es/NDLAFilm/AllMoviesAlphabetically.js +49 -60
- package/es/NDLAFilm/FilmContentCard.js +28 -40
- package/es/NDLAFilm/FilmContentCardTags.js +14 -16
- package/es/NDLAFilm/FilmMovieList.js +15 -17
- package/es/NDLAFilm/FilmMovieSearch.js +34 -36
- package/es/NDLAFilm/FilmSlideshow.js +32 -51
- package/es/NDLAFilm/MovieGrid.js +23 -26
- package/es/NDLAFilm/VisualElement.js +11 -7
- package/es/NDLAFilm/filmStyles.js +14 -12
- package/es/NDLAFilm/isLetter.js +3 -3
- package/es/Navigation/NavigationBox.js +80 -94
- package/es/NoContentBox/NoContentBox.js +6 -4
- package/es/Notion/Notion.js +24 -26
- package/es/Notion/NotionImage.js +13 -10
- package/es/Programme/Programme.js +39 -21
- package/es/Programme/ProgrammeSubjects.js +19 -25
- package/es/ProgrammeCard/ProgrammeCard.js +10 -8
- package/es/RelatedArticleList/RelatedArticleList.js +51 -69
- package/es/Resource/BlockResource.js +34 -30
- package/es/Resource/ListResource.js +43 -37
- package/es/Resource/resourceComponents.js +69 -78
- package/es/Resource/storyComponents.js +28 -30
- package/es/ResourceBox/ResourceBox.js +14 -12
- package/es/ResourceGroup/ResourceGroup.js +14 -13
- package/es/ResourceGroup/ResourceItem.js +56 -36
- package/es/ResourceGroup/ResourceList.js +23 -31
- package/es/ResourcesWrapper/ResourcesTopicTitle.js +29 -25
- package/es/ResourcesWrapper/ResourcesWrapper.js +10 -16
- package/es/Search/ActiveFilterContent.js +9 -9
- package/es/Search/ActiveFilters.js +31 -24
- package/es/Search/ContentTypeResult.js +49 -66
- package/es/Search/ContentTypeResultStyles.js +19 -27
- package/es/Search/IsPathToHighlight.js +2 -2
- package/es/Search/LoadingWrapper.js +5 -3
- package/es/Search/SearchField.js +42 -48
- package/es/Search/SearchFieldForm.js +9 -9
- package/es/Search/SearchResult.js +53 -59
- package/es/Search/SearchResultSleeve.js +67 -89
- package/es/SearchTypeResult/ActiveFilterContent.js +11 -10
- package/es/SearchTypeResult/ActiveFilters.js +38 -33
- package/es/SearchTypeResult/PopupFilter.js +33 -47
- package/es/SearchTypeResult/ResultNavigation.js +22 -22
- package/es/SearchTypeResult/SearchFieldHeader.js +28 -41
- package/es/SearchTypeResult/SearchFilterContent.js +13 -10
- package/es/SearchTypeResult/SearchHeader.js +47 -57
- package/es/SearchTypeResult/SearchItem.js +30 -29
- package/es/SearchTypeResult/SearchItemList.js +39 -40
- package/es/SearchTypeResult/SearchItems.js +18 -19
- package/es/SearchTypeResult/SearchNotionsResult.js +16 -13
- package/es/SearchTypeResult/SearchSubjectItem.js +23 -14
- package/es/SearchTypeResult/SearchSubjectResult.js +17 -17
- package/es/SearchTypeResult/SearchTypeHeader.js +40 -40
- package/es/SearchTypeResult/SearchTypeResult.js +17 -21
- package/es/SearchTypeResult/SearchViewType.js +16 -19
- package/es/SearchTypeResult/components/ItemContexts.js +39 -38
- package/es/SearchTypeResult/components/ItemResourceHeader.js +24 -30
- package/es/SearchTypeResult/components/ItemTopicHeader.js +14 -11
- package/es/SearchTypeResult/components/SubjectFilters.js +49 -72
- package/es/SectionHeading/SectionHeading.js +11 -11
- package/es/SnackBar/DefaultSnackbar.js +14 -13
- package/es/SnackBar/SnackbarProvider.js +60 -91
- package/es/Subject/SubjectBanner.js +9 -13
- package/es/Subject/SubjectHeader.js +14 -21
- package/es/Table/Table.js +37 -53
- package/es/TagSelector/Control.js +11 -15
- package/es/TagSelector/DropdownIndicator.js +24 -30
- package/es/TagSelector/Input.js +6 -11
- package/es/TagSelector/Menu.js +10 -17
- package/es/TagSelector/MenuList.js +11 -15
- package/es/TagSelector/Option.js +26 -24
- package/es/TagSelector/SelectContainer.js +10 -13
- package/es/TagSelector/TagSelector.js +65 -102
- package/es/TagSelector/ValueButton.js +21 -20
- package/es/TagSelector/ariaMessages.js +83 -81
- package/es/ToolboxPage/ToolboxInfo.js +11 -8
- package/es/Topic/Loader.js +96 -98
- package/es/Topic/Topic.js +50 -52
- package/es/TreeStructure/AddFolderButton.js +22 -21
- package/es/TreeStructure/ComboboxButton.js +27 -28
- package/es/TreeStructure/FolderItem.js +64 -70
- package/es/TreeStructure/FolderItems.js +33 -37
- package/es/TreeStructure/TreeStructure.js +52 -89
- package/es/TreeStructure/arrowNavigation.js +5 -7
- package/es/TreeStructure/helperFunctions.js +19 -24
- package/es/i18n/formatNestedMessages.js +8 -9
- package/es/i18n/i18n.js +3 -3
- package/es/locale/LocaleProvider.js +13 -8
- package/es/locale/messages-en.js +99 -34
- package/es/locale/messages-nb.js +99 -34
- package/es/locale/messages-nn.js +106 -41
- package/es/locale/messages-se.js +98 -33
- package/es/locale/messages-sma.js +103 -38
- package/es/model/ContentType.js +36 -33
- package/es/model/SubjectCategories.js +4 -4
- package/es/model/SubjectTypes.js +3 -3
- package/es/model/WordClass.js +1 -1
- package/es/model/index.js +8 -8
- package/es/types.js +1 -1
- package/es/utils/relativeUrl.js +11 -11
- package/es/utils/resourceTypeColor.js +4 -2
- package/lib/Article/Article.js +80 -85
- package/lib/Article/ArticleAccessMessage.js +15 -15
- package/lib/Article/ArticleByline.js +51 -66
- package/lib/Article/ArticleFootNotes.js +18 -19
- package/lib/Article/ArticleHeaderWrapper.js +20 -22
- package/lib/Article/ArticleNotions.js +20 -18
- package/lib/Article/index.js +9 -11
- package/lib/Aside/Aside.js +28 -32
- package/lib/Aside/index.js +1 -2
- package/lib/AudioPlayer/AudioPlayer.js +47 -61
- package/lib/AudioPlayer/Controls.js +81 -105
- package/lib/AudioPlayer/SpeechControl.js +12 -10
- package/lib/AudioPlayer/index.js +1 -2
- package/lib/BannerCard/BannerCard.js +22 -28
- package/lib/BannerCard/index.js +1 -1
- package/lib/BlogPost/BlogPost.js +19 -19
- package/lib/BlogPost/index.js +1 -1
- package/lib/Breadcrumb/Breadcrumb.js +49 -63
- package/lib/Breadcrumb/BreadcrumbItem.js +39 -34
- package/lib/Breadcrumb/HeaderBreadcrumb.js +16 -14
- package/lib/Breadcrumb/HomeBreadcrumb.js +40 -29
- package/lib/Breadcrumb/index.js +3 -4
- package/lib/CampaignBlock/CampaignBlock.js +25 -26
- package/lib/CampaignBlock/index.js +1 -1
- package/lib/CompetenceGoalTab/CompetenceGoalItem.js +23 -23
- package/lib/CompetenceGoalTab/CompetenceGoalTab.js +30 -35
- package/lib/CompetenceGoalTab/CompetenceItem.js +56 -60
- package/lib/CompetenceGoalTab/CoreElementItem.js +12 -10
- package/lib/CompetenceGoalTab/SearchButton.js +9 -8
- package/lib/CompetenceGoalTab/index.js +1 -2
- package/lib/CompetenceGoalTab/styles.js +12 -17
- package/lib/ContactBlock/ContactBlock.js +55 -56
- package/lib/ContactBlock/index.js +1 -2
- package/lib/ContentLoader/index.js +28 -42
- package/lib/ContentPlaceholder/ContentPlaceholder.js +11 -12
- package/lib/ContentPlaceholder/index.js +1 -2
- package/lib/ContentTypeBadge/ContentTypeBadge.js +50 -63
- package/lib/ContentTypeBadge/index.js +8 -9
- package/lib/CopyParagraphButton/CopyParagraphButton.js +31 -41
- package/lib/CopyParagraphButton/index.js +2 -3
- package/lib/CreatedBy/CreatedBy.js +21 -21
- package/lib/CreatedBy/index.js +1 -2
- package/lib/DefinitionList/DefinitionDescription.js +13 -20
- package/lib/DefinitionList/DefinitionTerm.js +13 -20
- package/lib/DefinitionList/index.js +2 -2
- package/lib/Embed/AudioEmbed.js +28 -34
- package/lib/Embed/BrightcoveEmbed.js +70 -93
- package/lib/Embed/ConceptEmbed.js +91 -93
- package/lib/Embed/ConceptListEmbed.js +26 -20
- package/lib/Embed/ContentLinkEmbed.js +15 -11
- package/lib/Embed/EmbedErrorPlaceholder.js +10 -9
- package/lib/Embed/ExternalEmbed.js +33 -34
- package/lib/Embed/FootnoteEmbed.js +11 -9
- package/lib/Embed/H5pEmbed.js +16 -16
- package/lib/Embed/IframeEmbed.js +38 -35
- package/lib/Embed/ImageEmbed.js +91 -109
- package/lib/Embed/RelatedContentEmbed.js +24 -26
- package/lib/Embed/UnknownEmbed.js +9 -7
- package/lib/Embed/conceptComponents.js +56 -67
- package/lib/Embed/index.js +17 -18
- package/lib/ErrorMessage/ErrorMessage.js +15 -16
- package/lib/ErrorMessage/ErrorResourceAccessDenied.js +9 -7
- package/lib/ErrorMessage/index.js +2 -3
- package/lib/ExpandableBox/ExpandableBox.js +16 -20
- package/lib/ExpandableBox/index.js +2 -2
- package/lib/FactBox/FactBox.js +28 -43
- package/lib/FactBox/index.js +1 -2
- package/lib/Figure/Figure.js +25 -31
- package/lib/Figure/FigureOpenDialogButton.js +5 -3
- package/lib/Figure/index.js +2 -2
- package/lib/FileList/File.js +34 -30
- package/lib/FileList/FileList.js +17 -15
- package/lib/FileList/PdfFile.js +6 -5
- package/lib/FileList/index.js +3 -4
- package/lib/Filter/FilterButtons.js +72 -91
- package/lib/Filter/FilterCarousel.js +49 -72
- package/lib/Filter/FilterList.js +56 -77
- package/lib/Filter/FilterListPhone.js +143 -184
- package/lib/Filter/ToggleItem.js +34 -34
- package/lib/Filter/filterClasses.js +2 -3
- package/lib/Filter/index.js +5 -5
- package/lib/Footer/EditorName.js +6 -4
- package/lib/Footer/Footer.js +30 -30
- package/lib/Footer/FooterLinks.js +32 -34
- package/lib/Footer/FooterPrivacy.js +24 -25
- package/lib/Footer/FooterText.js +5 -3
- package/lib/Footer/index.js +3 -3
- package/lib/FramedContent/FramedContent.js +14 -21
- package/lib/FramedContent/index.js +1 -2
- package/lib/Frontpage/FrontpageAllSubjects.js +66 -78
- package/lib/FrontpageArticle/FrontpageArticle.js +23 -24
- package/lib/FrontpageArticle/index.js +5 -7
- package/lib/Gloss/Gloss.js +41 -44
- package/lib/Gloss/index.js +1 -1
- package/lib/Grid/Grid.js +31 -37
- package/lib/Grid/index.js +4 -5
- package/lib/Hero/Hero.js +46 -54
- package/lib/Hero/HeroContent.js +2 -3
- package/lib/Hero/index.js +9 -9
- package/lib/Image/Image.js +44 -59
- package/lib/Image/ImageLink.js +18 -25
- package/lib/Image/index.js +5 -7
- package/lib/KeyFigure/KeyFigure.js +20 -19
- package/lib/KeyFigure/index.js +1 -1
- package/lib/LanguageSelector/LanguageSelector.js +39 -41
- package/lib/LanguageSelector/index.js +1 -1
- package/lib/Layout/Content.js +5 -4
- package/lib/Layout/LayoutItem.js +11 -19
- package/lib/Layout/OneColumn.js +19 -26
- package/lib/Layout/PageContainer.js +22 -31
- package/lib/Layout/index.js +4 -5
- package/lib/LearningPaths/LearningPathContent.js +5 -3
- package/lib/LearningPaths/LearningPathInformation.js +17 -14
- package/lib/LearningPaths/LearningPathLastStepNavigation.js +16 -14
- package/lib/LearningPaths/LearningPathMenu.js +70 -77
- package/lib/LearningPaths/LearningPathMenuAside.js +19 -19
- package/lib/LearningPaths/LearningPathMenuAsideCopyright.js +13 -13
- package/lib/LearningPaths/LearningPathMenuContent.js +87 -52
- package/lib/LearningPaths/LearningPathMenuIntro.js +24 -28
- package/lib/LearningPaths/LearningPathMenuModalWrapper.js +22 -27
- package/lib/LearningPaths/LearningPathMobileHeader.js +7 -7
- package/lib/LearningPaths/LearningPathMobileStepInfo.js +10 -8
- package/lib/LearningPaths/LearningPathSticky.js +24 -21
- package/lib/LearningPaths/LearningPathWrapper.js +6 -4
- package/lib/LearningPaths/index.js +10 -10
- package/lib/LetterFilter/LetterFilter.js +18 -22
- package/lib/LetterFilter/alphabet.js +1 -2
- package/lib/LetterFilter/index.js +1 -2
- package/lib/LicenseByline/EmbedByline.js +38 -44
- package/lib/LicenseByline/LicenseDescription.js +7 -6
- package/lib/LicenseByline/LicenseLink.js +8 -8
- package/lib/LicenseByline/index.js +1 -1
- package/lib/LinkBlock/LinkBlock.js +18 -17
- package/lib/LinkBlock/LinkBlockSection.js +15 -23
- package/lib/LinkBlock/index.js +2 -2
- package/lib/List/OrderedList.js +20 -25
- package/lib/List/UnOrderedList.js +13 -20
- package/lib/List/index.js +2 -2
- package/lib/Logo/Logo.js +27 -31
- package/lib/Logo/SvgLogo.js +20 -23
- package/lib/Logo/index.js +1 -2
- package/lib/Masthead/Masthead.js +24 -31
- package/lib/Masthead/SkipToMainContent.js +10 -8
- package/lib/Masthead/index.js +4 -5
- package/lib/Masthead/utils.js +20 -30
- package/lib/MediaList/MediaList.js +91 -78
- package/lib/MediaList/index.js +6 -6
- package/lib/Messages/MessageBanner.js +21 -18
- package/lib/Messages/MessageBox.js +27 -28
- package/lib/Messages/index.js +2 -2
- package/lib/MyNdla/Resource/Folder.js +42 -38
- package/lib/MyNdla/Resource/FolderInput.js +26 -34
- package/lib/MyNdla/Resource/index.js +2 -2
- package/lib/MyNdla/index.js +2 -2
- package/lib/NDLAFilm/AboutNdlaFilm.js +11 -9
- package/lib/NDLAFilm/AllMoviesAlphabetically.js +58 -68
- package/lib/NDLAFilm/FilmContentCard.js +35 -48
- package/lib/NDLAFilm/FilmContentCardTags.js +15 -18
- package/lib/NDLAFilm/FilmMovieList.js +16 -19
- package/lib/NDLAFilm/FilmMovieSearch.js +35 -38
- package/lib/NDLAFilm/FilmSlideshow.js +39 -59
- package/lib/NDLAFilm/MovieGrid.js +24 -28
- package/lib/NDLAFilm/VisualElement.js +18 -15
- package/lib/NDLAFilm/filmStyles.js +14 -14
- package/lib/NDLAFilm/index.js +6 -6
- package/lib/NDLAFilm/isLetter.js +3 -3
- package/lib/Navigation/NavigationBox.js +81 -96
- package/lib/Navigation/index.js +1 -1
- package/lib/NoContentBox/NoContentBox.js +7 -6
- package/lib/NoContentBox/index.js +1 -2
- package/lib/Notion/Notion.js +31 -34
- package/lib/Notion/NotionImage.js +13 -10
- package/lib/Notion/index.js +1 -1
- package/lib/Programme/Programme.js +42 -26
- package/lib/Programme/ProgrammeSubjects.js +20 -27
- package/lib/Programme/index.js +2 -3
- package/lib/ProgrammeCard/ProgrammeCard.js +11 -10
- package/lib/ProgrammeCard/index.js +1 -1
- package/lib/RelatedArticleList/RelatedArticleList.js +57 -75
- package/lib/RelatedArticleList/index.js +2 -3
- package/lib/Resource/BlockResource.js +41 -38
- package/lib/Resource/ListResource.js +50 -45
- package/lib/Resource/index.js +2 -2
- package/lib/Resource/resourceComponents.js +77 -88
- package/lib/Resource/storyComponents.js +28 -31
- package/lib/ResourceBox/ResourceBox.js +15 -14
- package/lib/ResourceBox/index.js +1 -1
- package/lib/ResourceGroup/ResourceGroup.js +15 -15
- package/lib/ResourceGroup/ResourceItem.js +65 -47
- package/lib/ResourceGroup/ResourceList.js +26 -34
- package/lib/ResourceGroup/index.js +1 -2
- package/lib/ResourcesWrapper/ResourcesTopicTitle.js +30 -27
- package/lib/ResourcesWrapper/ResourcesWrapper.js +13 -19
- package/lib/ResourcesWrapper/index.js +2 -3
- package/lib/Search/ActiveFilterContent.js +10 -12
- package/lib/Search/ActiveFilters.js +34 -29
- package/lib/Search/ContentTypeResult.js +50 -68
- package/lib/Search/ContentTypeResultStyles.js +20 -38
- package/lib/Search/IsPathToHighlight.js +2 -2
- package/lib/Search/LoadingWrapper.js +6 -5
- package/lib/Search/SearchField.js +51 -56
- package/lib/Search/SearchFieldForm.js +9 -9
- package/lib/Search/SearchResult.js +53 -59
- package/lib/Search/SearchResultSleeve.js +76 -97
- package/lib/Search/index.js +4 -4
- package/lib/SearchTypeResult/ActiveFilterContent.js +18 -19
- package/lib/SearchTypeResult/ActiveFilters.js +47 -44
- package/lib/SearchTypeResult/PopupFilter.js +40 -55
- package/lib/SearchTypeResult/ResultNavigation.js +23 -24
- package/lib/SearchTypeResult/SearchFieldHeader.js +35 -49
- package/lib/SearchTypeResult/SearchFilterContent.js +20 -18
- package/lib/SearchTypeResult/SearchHeader.js +54 -65
- package/lib/SearchTypeResult/SearchItem.js +37 -37
- package/lib/SearchTypeResult/SearchItemList.js +46 -48
- package/lib/SearchTypeResult/SearchItems.js +25 -27
- package/lib/SearchTypeResult/SearchNotionsResult.js +17 -15
- package/lib/SearchTypeResult/SearchSubjectItem.js +30 -22
- package/lib/SearchTypeResult/SearchSubjectResult.js +18 -19
- package/lib/SearchTypeResult/SearchTypeHeader.js +47 -48
- package/lib/SearchTypeResult/SearchTypeResult.js +26 -29
- package/lib/SearchTypeResult/SearchViewType.js +23 -27
- package/lib/SearchTypeResult/components/ItemContexts.js +46 -46
- package/lib/SearchTypeResult/components/ItemResourceHeader.js +31 -38
- package/lib/SearchTypeResult/components/ItemTopicHeader.js +21 -19
- package/lib/SearchTypeResult/components/SubjectFilters.js +56 -80
- package/lib/SearchTypeResult/index.js +6 -6
- package/lib/SectionHeading/SectionHeading.js +12 -13
- package/lib/SectionHeading/index.js +1 -2
- package/lib/SnackBar/DefaultSnackbar.js +15 -15
- package/lib/SnackBar/SnackbarProvider.js +67 -99
- package/lib/SnackBar/index.js +4 -4
- package/lib/Subject/SubjectBanner.js +10 -15
- package/lib/Subject/SubjectHeader.js +15 -23
- package/lib/Subject/index.js +2 -2
- package/lib/Table/Table.js +44 -62
- package/lib/Table/index.js +4 -6
- package/lib/TagSelector/Control.js +20 -23
- package/lib/TagSelector/DropdownIndicator.js +31 -38
- package/lib/TagSelector/Input.js +15 -19
- package/lib/TagSelector/Menu.js +12 -19
- package/lib/TagSelector/MenuList.js +20 -24
- package/lib/TagSelector/Option.js +35 -32
- package/lib/TagSelector/SelectContainer.js +19 -21
- package/lib/TagSelector/TagSelector.js +65 -103
- package/lib/TagSelector/ValueButton.js +30 -29
- package/lib/TagSelector/ariaMessages.js +83 -81
- package/lib/TagSelector/index.js +1 -1
- package/lib/ToolboxPage/ToolboxInfo.js +12 -10
- package/lib/ToolboxPage/index.js +1 -1
- package/lib/Topic/Loader.js +97 -100
- package/lib/Topic/Topic.js +57 -60
- package/lib/Topic/index.js +1 -2
- package/lib/TreeStructure/AddFolderButton.js +29 -29
- package/lib/TreeStructure/ComboboxButton.js +28 -30
- package/lib/TreeStructure/FolderItem.js +71 -78
- package/lib/TreeStructure/FolderItems.js +40 -45
- package/lib/TreeStructure/TreeStructure.js +59 -98
- package/lib/TreeStructure/arrowNavigation.js +5 -7
- package/lib/TreeStructure/helperFunctions.js +19 -24
- package/lib/TreeStructure/index.js +1 -1
- package/lib/i18n/formatNestedMessages.js +8 -9
- package/lib/i18n/i18n.js +3 -5
- package/lib/i18n/index.js +2 -2
- package/lib/index.js +175 -176
- package/lib/locale/LocaleProvider.js +14 -10
- package/lib/locale/messages-en.d.ts +1 -0
- package/lib/locale/messages-en.js +108 -41
- package/lib/locale/messages-nb.d.ts +1 -0
- package/lib/locale/messages-nb.js +108 -41
- package/lib/locale/messages-nn.d.ts +1 -0
- package/lib/locale/messages-nn.js +115 -48
- package/lib/locale/messages-se.d.ts +1 -0
- package/lib/locale/messages-se.js +107 -40
- package/lib/locale/messages-sma.d.ts +1 -0
- package/lib/locale/messages-sma.js +112 -45
- package/lib/model/ContentType.js +37 -53
- package/lib/model/SubjectCategories.js +4 -8
- package/lib/model/SubjectTypes.js +3 -6
- package/lib/model/WordClass.js +2 -3
- package/lib/model/index.js +8 -10
- package/lib/types.js +1 -1
- package/lib/utils/relativeUrl.js +11 -11
- package/lib/utils/resourceTypeColor.js +5 -4
- package/package.json +14 -12
- package/src/Footer/Footer.stories.tsx +3 -3
- package/src/NDLAFilm/filmStyles.ts +9 -2
- package/src/locale/messages-en.ts +2 -1
- package/src/locale/messages-nb.ts +3 -2
- package/src/locale/messages-nn.ts +10 -9
- package/src/locale/messages-se.ts +2 -1
- package/src/locale/messages-sma.ts +7 -6
package/lib/index.js
CHANGED
|
@@ -1,1044 +1,1043 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
7
6
|
Object.defineProperty(exports, "AboutNdlaFilm", {
|
|
8
7
|
enumerable: true,
|
|
9
|
-
get: function
|
|
8
|
+
get: function () {
|
|
10
9
|
return _NDLAFilm.AboutNdlaFilm;
|
|
11
10
|
}
|
|
12
11
|
});
|
|
13
12
|
Object.defineProperty(exports, "ActiveFilters", {
|
|
14
13
|
enumerable: true,
|
|
15
|
-
get: function
|
|
14
|
+
get: function () {
|
|
16
15
|
return _Search.ActiveFilters;
|
|
17
16
|
}
|
|
18
17
|
});
|
|
19
18
|
Object.defineProperty(exports, "AllMoviesAlphabetically", {
|
|
20
19
|
enumerable: true,
|
|
21
|
-
get: function
|
|
20
|
+
get: function () {
|
|
22
21
|
return _NDLAFilm.AllMoviesAlphabetically;
|
|
23
22
|
}
|
|
24
23
|
});
|
|
25
24
|
Object.defineProperty(exports, "Article", {
|
|
26
25
|
enumerable: true,
|
|
27
|
-
get: function
|
|
26
|
+
get: function () {
|
|
28
27
|
return _Article.default;
|
|
29
28
|
}
|
|
30
29
|
});
|
|
31
30
|
Object.defineProperty(exports, "ArticleByline", {
|
|
32
31
|
enumerable: true,
|
|
33
|
-
get: function
|
|
32
|
+
get: function () {
|
|
34
33
|
return _Article.ArticleByline;
|
|
35
34
|
}
|
|
36
35
|
});
|
|
37
36
|
Object.defineProperty(exports, "ArticleFootNotes", {
|
|
38
37
|
enumerable: true,
|
|
39
|
-
get: function
|
|
38
|
+
get: function () {
|
|
40
39
|
return _Article.ArticleFootNotes;
|
|
41
40
|
}
|
|
42
41
|
});
|
|
43
42
|
Object.defineProperty(exports, "ArticleHeaderWrapper", {
|
|
44
43
|
enumerable: true,
|
|
45
|
-
get: function
|
|
44
|
+
get: function () {
|
|
46
45
|
return _Article.ArticleHeaderWrapper;
|
|
47
46
|
}
|
|
48
47
|
});
|
|
49
48
|
Object.defineProperty(exports, "ArticleIntroduction", {
|
|
50
49
|
enumerable: true,
|
|
51
|
-
get: function
|
|
50
|
+
get: function () {
|
|
52
51
|
return _Article.ArticleIntroduction;
|
|
53
52
|
}
|
|
54
53
|
});
|
|
55
54
|
Object.defineProperty(exports, "ArticleTitle", {
|
|
56
55
|
enumerable: true,
|
|
57
|
-
get: function
|
|
56
|
+
get: function () {
|
|
58
57
|
return _Article.ArticleTitle;
|
|
59
58
|
}
|
|
60
59
|
});
|
|
61
60
|
Object.defineProperty(exports, "ArticleWrapper", {
|
|
62
61
|
enumerable: true,
|
|
63
|
-
get: function
|
|
62
|
+
get: function () {
|
|
64
63
|
return _Article.ArticleWrapper;
|
|
65
64
|
}
|
|
66
65
|
});
|
|
67
66
|
Object.defineProperty(exports, "Aside", {
|
|
68
67
|
enumerable: true,
|
|
69
|
-
get: function
|
|
68
|
+
get: function () {
|
|
70
69
|
return _Aside.default;
|
|
71
70
|
}
|
|
72
71
|
});
|
|
73
72
|
Object.defineProperty(exports, "AssessmentResourcesBadge", {
|
|
74
73
|
enumerable: true,
|
|
75
|
-
get: function
|
|
74
|
+
get: function () {
|
|
76
75
|
return _ContentTypeBadge.AssessmentResourcesBadge;
|
|
77
76
|
}
|
|
78
77
|
});
|
|
79
78
|
Object.defineProperty(exports, "AssessmentResourcesHero", {
|
|
80
79
|
enumerable: true,
|
|
81
|
-
get: function
|
|
80
|
+
get: function () {
|
|
82
81
|
return _Hero.AssessmentResourcesHero;
|
|
83
82
|
}
|
|
84
83
|
});
|
|
85
84
|
Object.defineProperty(exports, "AudioEmbed", {
|
|
86
85
|
enumerable: true,
|
|
87
|
-
get: function
|
|
86
|
+
get: function () {
|
|
88
87
|
return _Embed.AudioEmbed;
|
|
89
88
|
}
|
|
90
89
|
});
|
|
91
90
|
Object.defineProperty(exports, "AudioPlayer", {
|
|
92
91
|
enumerable: true,
|
|
93
|
-
get: function
|
|
92
|
+
get: function () {
|
|
94
93
|
return _AudioPlayer.default;
|
|
95
94
|
}
|
|
96
95
|
});
|
|
97
96
|
Object.defineProperty(exports, "BannerCard", {
|
|
98
97
|
enumerable: true,
|
|
99
|
-
get: function
|
|
98
|
+
get: function () {
|
|
100
99
|
return _BannerCard.BannerCard;
|
|
101
100
|
}
|
|
102
101
|
});
|
|
103
102
|
Object.defineProperty(exports, "BaseSnack", {
|
|
104
103
|
enumerable: true,
|
|
105
|
-
get: function
|
|
104
|
+
get: function () {
|
|
106
105
|
return _SnackBar.BaseSnack;
|
|
107
106
|
}
|
|
108
107
|
});
|
|
109
108
|
Object.defineProperty(exports, "BlockConcept", {
|
|
110
109
|
enumerable: true,
|
|
111
|
-
get: function
|
|
110
|
+
get: function () {
|
|
112
111
|
return _Embed.BlockConcept;
|
|
113
112
|
}
|
|
114
113
|
});
|
|
115
114
|
Object.defineProperty(exports, "BlockResource", {
|
|
116
115
|
enumerable: true,
|
|
117
|
-
get: function
|
|
116
|
+
get: function () {
|
|
118
117
|
return _Resource.BlockResource;
|
|
119
118
|
}
|
|
120
119
|
});
|
|
121
120
|
Object.defineProperty(exports, "BlogPostV2", {
|
|
122
121
|
enumerable: true,
|
|
123
|
-
get: function
|
|
122
|
+
get: function () {
|
|
124
123
|
return _BlogPost.BlogPostV2;
|
|
125
124
|
}
|
|
126
125
|
});
|
|
127
126
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
128
127
|
enumerable: true,
|
|
129
|
-
get: function
|
|
128
|
+
get: function () {
|
|
130
129
|
return _Breadcrumb.default;
|
|
131
130
|
}
|
|
132
131
|
});
|
|
133
132
|
Object.defineProperty(exports, "BrightcoveEmbed", {
|
|
134
133
|
enumerable: true,
|
|
135
|
-
get: function
|
|
134
|
+
get: function () {
|
|
136
135
|
return _Embed.BrightcoveEmbed;
|
|
137
136
|
}
|
|
138
137
|
});
|
|
139
138
|
Object.defineProperty(exports, "CampaignBlock", {
|
|
140
139
|
enumerable: true,
|
|
141
|
-
get: function
|
|
140
|
+
get: function () {
|
|
142
141
|
return _CampaignBlock.CampaignBlock;
|
|
143
142
|
}
|
|
144
143
|
});
|
|
145
144
|
Object.defineProperty(exports, "CompetenceGoalTab", {
|
|
146
145
|
enumerable: true,
|
|
147
|
-
get: function
|
|
146
|
+
get: function () {
|
|
148
147
|
return _CompetenceGoalTab.default;
|
|
149
148
|
}
|
|
150
149
|
});
|
|
151
150
|
Object.defineProperty(exports, "ConceptEmbed", {
|
|
152
151
|
enumerable: true,
|
|
153
|
-
get: function
|
|
152
|
+
get: function () {
|
|
154
153
|
return _Embed.ConceptEmbed;
|
|
155
154
|
}
|
|
156
155
|
});
|
|
157
156
|
Object.defineProperty(exports, "ConceptListEmbed", {
|
|
158
157
|
enumerable: true,
|
|
159
|
-
get: function
|
|
158
|
+
get: function () {
|
|
160
159
|
return _Embed.ConceptListEmbed;
|
|
161
160
|
}
|
|
162
161
|
});
|
|
163
162
|
Object.defineProperty(exports, "ConceptNotionV2", {
|
|
164
163
|
enumerable: true,
|
|
165
|
-
get: function
|
|
164
|
+
get: function () {
|
|
166
165
|
return _Embed.ConceptNotionV2;
|
|
167
166
|
}
|
|
168
167
|
});
|
|
169
168
|
Object.defineProperty(exports, "ContactBlock", {
|
|
170
169
|
enumerable: true,
|
|
171
|
-
get: function
|
|
170
|
+
get: function () {
|
|
172
171
|
return _ContactBlock.default;
|
|
173
172
|
}
|
|
174
173
|
});
|
|
175
174
|
Object.defineProperty(exports, "Content", {
|
|
176
175
|
enumerable: true,
|
|
177
|
-
get: function
|
|
176
|
+
get: function () {
|
|
178
177
|
return _Layout.Content;
|
|
179
178
|
}
|
|
180
179
|
});
|
|
181
180
|
Object.defineProperty(exports, "ContentLinkEmbed", {
|
|
182
181
|
enumerable: true,
|
|
183
|
-
get: function
|
|
182
|
+
get: function () {
|
|
184
183
|
return _Embed.ContentLinkEmbed;
|
|
185
184
|
}
|
|
186
185
|
});
|
|
187
186
|
Object.defineProperty(exports, "ContentLoader", {
|
|
188
187
|
enumerable: true,
|
|
189
|
-
get: function
|
|
188
|
+
get: function () {
|
|
190
189
|
return _ContentLoader.default;
|
|
191
190
|
}
|
|
192
191
|
});
|
|
193
192
|
Object.defineProperty(exports, "ContentPlaceholder", {
|
|
194
193
|
enumerable: true,
|
|
195
|
-
get: function
|
|
194
|
+
get: function () {
|
|
196
195
|
return _ContentPlaceholder.default;
|
|
197
196
|
}
|
|
198
197
|
});
|
|
199
198
|
Object.defineProperty(exports, "ContentTypeBadge", {
|
|
200
199
|
enumerable: true,
|
|
201
|
-
get: function
|
|
200
|
+
get: function () {
|
|
202
201
|
return _ContentTypeBadge.default;
|
|
203
202
|
}
|
|
204
203
|
});
|
|
205
204
|
Object.defineProperty(exports, "ContentTypeResult", {
|
|
206
205
|
enumerable: true,
|
|
207
|
-
get: function
|
|
206
|
+
get: function () {
|
|
208
207
|
return _ContentTypeResult.default;
|
|
209
208
|
}
|
|
210
209
|
});
|
|
211
210
|
Object.defineProperty(exports, "CopyParagraphButton", {
|
|
212
211
|
enumerable: true,
|
|
213
|
-
get: function
|
|
212
|
+
get: function () {
|
|
214
213
|
return _CopyParagraphButton.default;
|
|
215
214
|
}
|
|
216
215
|
});
|
|
217
216
|
Object.defineProperty(exports, "CreatedBy", {
|
|
218
217
|
enumerable: true,
|
|
219
|
-
get: function
|
|
218
|
+
get: function () {
|
|
220
219
|
return _CreatedBy.default;
|
|
221
220
|
}
|
|
222
221
|
});
|
|
223
222
|
Object.defineProperty(exports, "DefaultSnackbar", {
|
|
224
223
|
enumerable: true,
|
|
225
|
-
get: function
|
|
224
|
+
get: function () {
|
|
226
225
|
return _SnackBar.DefaultSnackbar;
|
|
227
226
|
}
|
|
228
227
|
});
|
|
229
228
|
Object.defineProperty(exports, "DefinitionDescription", {
|
|
230
229
|
enumerable: true,
|
|
231
|
-
get: function
|
|
230
|
+
get: function () {
|
|
232
231
|
return _DefinitionList.DefinitionDescription;
|
|
233
232
|
}
|
|
234
233
|
});
|
|
235
234
|
Object.defineProperty(exports, "DefinitionTerm", {
|
|
236
235
|
enumerable: true,
|
|
237
|
-
get: function
|
|
236
|
+
get: function () {
|
|
238
237
|
return _DefinitionList.DefinitionTerm;
|
|
239
238
|
}
|
|
240
239
|
});
|
|
241
240
|
Object.defineProperty(exports, "EditorName", {
|
|
242
241
|
enumerable: true,
|
|
243
|
-
get: function
|
|
242
|
+
get: function () {
|
|
244
243
|
return _Footer.EditorName;
|
|
245
244
|
}
|
|
246
245
|
});
|
|
247
246
|
Object.defineProperty(exports, "ErrorMessage", {
|
|
248
247
|
enumerable: true,
|
|
249
|
-
get: function
|
|
248
|
+
get: function () {
|
|
250
249
|
return _ErrorMessage.default;
|
|
251
250
|
}
|
|
252
251
|
});
|
|
253
252
|
Object.defineProperty(exports, "ErrorResourceAccessDenied", {
|
|
254
253
|
enumerable: true,
|
|
255
|
-
get: function
|
|
254
|
+
get: function () {
|
|
256
255
|
return _ErrorMessage.ErrorResourceAccessDenied;
|
|
257
256
|
}
|
|
258
257
|
});
|
|
259
258
|
Object.defineProperty(exports, "ExpandableBox", {
|
|
260
259
|
enumerable: true,
|
|
261
|
-
get: function
|
|
260
|
+
get: function () {
|
|
262
261
|
return _ExpandableBox.ExpandableBox;
|
|
263
262
|
}
|
|
264
263
|
});
|
|
265
264
|
Object.defineProperty(exports, "ExpandableBoxSummary", {
|
|
266
265
|
enumerable: true,
|
|
267
|
-
get: function
|
|
266
|
+
get: function () {
|
|
268
267
|
return _ExpandableBox.ExpandableBoxSummary;
|
|
269
268
|
}
|
|
270
269
|
});
|
|
271
270
|
Object.defineProperty(exports, "ExternalEmbed", {
|
|
272
271
|
enumerable: true,
|
|
273
|
-
get: function
|
|
272
|
+
get: function () {
|
|
274
273
|
return _Embed.ExternalEmbed;
|
|
275
274
|
}
|
|
276
275
|
});
|
|
277
276
|
Object.defineProperty(exports, "ExternalLearningResourcesBadge", {
|
|
278
277
|
enumerable: true,
|
|
279
|
-
get: function
|
|
278
|
+
get: function () {
|
|
280
279
|
return _ContentTypeBadge.ExternalLearningResourcesBadge;
|
|
281
280
|
}
|
|
282
281
|
});
|
|
283
282
|
Object.defineProperty(exports, "ExternalLearningResourcesHero", {
|
|
284
283
|
enumerable: true,
|
|
285
|
-
get: function
|
|
284
|
+
get: function () {
|
|
286
285
|
return _Hero.ExternalLearningResourcesHero;
|
|
287
286
|
}
|
|
288
287
|
});
|
|
289
288
|
Object.defineProperty(exports, "FRONTPAGE_ARTICLE_MAX_WIDTH", {
|
|
290
289
|
enumerable: true,
|
|
291
|
-
get: function
|
|
290
|
+
get: function () {
|
|
292
291
|
return _FrontpageArticle.FRONTPAGE_ARTICLE_MAX_WIDTH;
|
|
293
292
|
}
|
|
294
293
|
});
|
|
295
294
|
Object.defineProperty(exports, "FactBox", {
|
|
296
295
|
enumerable: true,
|
|
297
|
-
get: function
|
|
296
|
+
get: function () {
|
|
298
297
|
return _FactBox.default;
|
|
299
298
|
}
|
|
300
299
|
});
|
|
301
300
|
Object.defineProperty(exports, "Figure", {
|
|
302
301
|
enumerable: true,
|
|
303
|
-
get: function
|
|
302
|
+
get: function () {
|
|
304
303
|
return _Figure.Figure;
|
|
305
304
|
}
|
|
306
305
|
});
|
|
307
306
|
Object.defineProperty(exports, "FigureOpenDialogButton", {
|
|
308
307
|
enumerable: true,
|
|
309
|
-
get: function
|
|
308
|
+
get: function () {
|
|
310
309
|
return _Figure.FigureOpenDialogButton;
|
|
311
310
|
}
|
|
312
311
|
});
|
|
313
312
|
Object.defineProperty(exports, "File", {
|
|
314
313
|
enumerable: true,
|
|
315
|
-
get: function
|
|
314
|
+
get: function () {
|
|
316
315
|
return _FileList.File;
|
|
317
316
|
}
|
|
318
317
|
});
|
|
319
318
|
Object.defineProperty(exports, "FileList", {
|
|
320
319
|
enumerable: true,
|
|
321
|
-
get: function
|
|
320
|
+
get: function () {
|
|
322
321
|
return _FileList.default;
|
|
323
322
|
}
|
|
324
323
|
});
|
|
325
324
|
Object.defineProperty(exports, "FilmMovieList", {
|
|
326
325
|
enumerable: true,
|
|
327
|
-
get: function
|
|
326
|
+
get: function () {
|
|
328
327
|
return _NDLAFilm.FilmMovieList;
|
|
329
328
|
}
|
|
330
329
|
});
|
|
331
330
|
Object.defineProperty(exports, "FilmMovieSearch", {
|
|
332
331
|
enumerable: true,
|
|
333
|
-
get: function
|
|
332
|
+
get: function () {
|
|
334
333
|
return _NDLAFilm.FilmMovieSearch;
|
|
335
334
|
}
|
|
336
335
|
});
|
|
337
336
|
Object.defineProperty(exports, "FilmSlideshow", {
|
|
338
337
|
enumerable: true,
|
|
339
|
-
get: function
|
|
338
|
+
get: function () {
|
|
340
339
|
return _NDLAFilm.FilmSlideshow;
|
|
341
340
|
}
|
|
342
341
|
});
|
|
343
342
|
Object.defineProperty(exports, "FilterButtons", {
|
|
344
343
|
enumerable: true,
|
|
345
|
-
get: function
|
|
344
|
+
get: function () {
|
|
346
345
|
return _Filter.FilterButtons;
|
|
347
346
|
}
|
|
348
347
|
});
|
|
349
348
|
Object.defineProperty(exports, "FilterList", {
|
|
350
349
|
enumerable: true,
|
|
351
|
-
get: function
|
|
350
|
+
get: function () {
|
|
352
351
|
return _Filter.FilterList;
|
|
353
352
|
}
|
|
354
353
|
});
|
|
355
354
|
Object.defineProperty(exports, "FilterListPhone", {
|
|
356
355
|
enumerable: true,
|
|
357
|
-
get: function
|
|
356
|
+
get: function () {
|
|
358
357
|
return _Filter.FilterListPhone;
|
|
359
358
|
}
|
|
360
359
|
});
|
|
361
360
|
Object.defineProperty(exports, "Folder", {
|
|
362
361
|
enumerable: true,
|
|
363
|
-
get: function
|
|
362
|
+
get: function () {
|
|
364
363
|
return _MyNdla.Folder;
|
|
365
364
|
}
|
|
366
365
|
});
|
|
367
366
|
Object.defineProperty(exports, "FolderInput", {
|
|
368
367
|
enumerable: true,
|
|
369
|
-
get: function
|
|
368
|
+
get: function () {
|
|
370
369
|
return _MyNdla.FolderInput;
|
|
371
370
|
}
|
|
372
371
|
});
|
|
373
372
|
Object.defineProperty(exports, "Footer", {
|
|
374
373
|
enumerable: true,
|
|
375
|
-
get: function
|
|
374
|
+
get: function () {
|
|
376
375
|
return _Footer.Footer;
|
|
377
376
|
}
|
|
378
377
|
});
|
|
379
378
|
Object.defineProperty(exports, "FooterText", {
|
|
380
379
|
enumerable: true,
|
|
381
|
-
get: function
|
|
380
|
+
get: function () {
|
|
382
381
|
return _Footer.FooterText;
|
|
383
382
|
}
|
|
384
383
|
});
|
|
385
384
|
Object.defineProperty(exports, "FootnoteEmbed", {
|
|
386
385
|
enumerable: true,
|
|
387
|
-
get: function
|
|
386
|
+
get: function () {
|
|
388
387
|
return _Embed.FootnoteEmbed;
|
|
389
388
|
}
|
|
390
389
|
});
|
|
391
390
|
Object.defineProperty(exports, "FramedContent", {
|
|
392
391
|
enumerable: true,
|
|
393
|
-
get: function
|
|
392
|
+
get: function () {
|
|
394
393
|
return _FramedContent.default;
|
|
395
394
|
}
|
|
396
395
|
});
|
|
397
396
|
Object.defineProperty(exports, "FrontpageArticle", {
|
|
398
397
|
enumerable: true,
|
|
399
|
-
get: function
|
|
398
|
+
get: function () {
|
|
400
399
|
return _FrontpageArticle.default;
|
|
401
400
|
}
|
|
402
401
|
});
|
|
403
402
|
Object.defineProperty(exports, "Gloss", {
|
|
404
403
|
enumerable: true,
|
|
405
|
-
get: function
|
|
404
|
+
get: function () {
|
|
406
405
|
return _Gloss.Gloss;
|
|
407
406
|
}
|
|
408
407
|
});
|
|
409
408
|
Object.defineProperty(exports, "Grid", {
|
|
410
409
|
enumerable: true,
|
|
411
|
-
get: function
|
|
410
|
+
get: function () {
|
|
412
411
|
return _Grid.Grid;
|
|
413
412
|
}
|
|
414
413
|
});
|
|
415
414
|
Object.defineProperty(exports, "GridParallaxItem", {
|
|
416
415
|
enumerable: true,
|
|
417
|
-
get: function
|
|
416
|
+
get: function () {
|
|
418
417
|
return _Grid.GridParallaxItem;
|
|
419
418
|
}
|
|
420
419
|
});
|
|
421
420
|
Object.defineProperty(exports, "H5pEmbed", {
|
|
422
421
|
enumerable: true,
|
|
423
|
-
get: function
|
|
422
|
+
get: function () {
|
|
424
423
|
return _Embed.H5pEmbed;
|
|
425
424
|
}
|
|
426
425
|
});
|
|
427
426
|
Object.defineProperty(exports, "HeaderBreadcrumb", {
|
|
428
427
|
enumerable: true,
|
|
429
|
-
get: function
|
|
428
|
+
get: function () {
|
|
430
429
|
return _Breadcrumb.HeaderBreadcrumb;
|
|
431
430
|
}
|
|
432
431
|
});
|
|
433
432
|
Object.defineProperty(exports, "Hero", {
|
|
434
433
|
enumerable: true,
|
|
435
|
-
get: function
|
|
434
|
+
get: function () {
|
|
436
435
|
return _Hero.Hero;
|
|
437
436
|
}
|
|
438
437
|
});
|
|
439
438
|
Object.defineProperty(exports, "HeroContent", {
|
|
440
439
|
enumerable: true,
|
|
441
|
-
get: function
|
|
440
|
+
get: function () {
|
|
442
441
|
return _Hero.HeroContent;
|
|
443
442
|
}
|
|
444
443
|
});
|
|
445
444
|
Object.defineProperty(exports, "HomeBreadcrumb", {
|
|
446
445
|
enumerable: true,
|
|
447
|
-
get: function
|
|
446
|
+
get: function () {
|
|
448
447
|
return _Breadcrumb.HomeBreadcrumb;
|
|
449
448
|
}
|
|
450
449
|
});
|
|
451
450
|
Object.defineProperty(exports, "IframeEmbed", {
|
|
452
451
|
enumerable: true,
|
|
453
|
-
get: function
|
|
452
|
+
get: function () {
|
|
454
453
|
return _Embed.IframeEmbed;
|
|
455
454
|
}
|
|
456
455
|
});
|
|
457
456
|
Object.defineProperty(exports, "Image", {
|
|
458
457
|
enumerable: true,
|
|
459
|
-
get: function
|
|
458
|
+
get: function () {
|
|
460
459
|
return _Image.default;
|
|
461
460
|
}
|
|
462
461
|
});
|
|
463
462
|
Object.defineProperty(exports, "ImageEmbed", {
|
|
464
463
|
enumerable: true,
|
|
465
|
-
get: function
|
|
464
|
+
get: function () {
|
|
466
465
|
return _Embed.ImageEmbed;
|
|
467
466
|
}
|
|
468
467
|
});
|
|
469
468
|
Object.defineProperty(exports, "ImageLink", {
|
|
470
469
|
enumerable: true,
|
|
471
|
-
get: function
|
|
470
|
+
get: function () {
|
|
472
471
|
return _Image.ImageLink;
|
|
473
472
|
}
|
|
474
473
|
});
|
|
475
474
|
Object.defineProperty(exports, "InlineConcept", {
|
|
476
475
|
enumerable: true,
|
|
477
|
-
get: function
|
|
476
|
+
get: function () {
|
|
478
477
|
return _Embed.InlineConcept;
|
|
479
478
|
}
|
|
480
479
|
});
|
|
481
480
|
Object.defineProperty(exports, "KeyFigure", {
|
|
482
481
|
enumerable: true,
|
|
483
|
-
get: function
|
|
482
|
+
get: function () {
|
|
484
483
|
return _KeyFigure.KeyFigure;
|
|
485
484
|
}
|
|
486
485
|
});
|
|
487
486
|
Object.defineProperty(exports, "LanguageSelector", {
|
|
488
487
|
enumerable: true,
|
|
489
|
-
get: function
|
|
488
|
+
get: function () {
|
|
490
489
|
return _LanguageSelector.LanguageSelector;
|
|
491
490
|
}
|
|
492
491
|
});
|
|
493
492
|
Object.defineProperty(exports, "LayoutItem", {
|
|
494
493
|
enumerable: true,
|
|
495
|
-
get: function
|
|
494
|
+
get: function () {
|
|
496
495
|
return _Layout.default;
|
|
497
496
|
}
|
|
498
497
|
});
|
|
499
498
|
Object.defineProperty(exports, "LearningPathBadge", {
|
|
500
499
|
enumerable: true,
|
|
501
|
-
get: function
|
|
500
|
+
get: function () {
|
|
502
501
|
return _ContentTypeBadge.LearningPathBadge;
|
|
503
502
|
}
|
|
504
503
|
});
|
|
505
504
|
Object.defineProperty(exports, "LearningPathContent", {
|
|
506
505
|
enumerable: true,
|
|
507
|
-
get: function
|
|
506
|
+
get: function () {
|
|
508
507
|
return _LearningPaths.LearningPathContent;
|
|
509
508
|
}
|
|
510
509
|
});
|
|
511
510
|
Object.defineProperty(exports, "LearningPathInformation", {
|
|
512
511
|
enumerable: true,
|
|
513
|
-
get: function
|
|
512
|
+
get: function () {
|
|
514
513
|
return _LearningPaths.LearningPathInformation;
|
|
515
514
|
}
|
|
516
515
|
});
|
|
517
516
|
Object.defineProperty(exports, "LearningPathLastStepNavigation", {
|
|
518
517
|
enumerable: true,
|
|
519
|
-
get: function
|
|
518
|
+
get: function () {
|
|
520
519
|
return _LearningPaths.LearningPathLastStepNavigation;
|
|
521
520
|
}
|
|
522
521
|
});
|
|
523
522
|
Object.defineProperty(exports, "LearningPathMenu", {
|
|
524
523
|
enumerable: true,
|
|
525
|
-
get: function
|
|
524
|
+
get: function () {
|
|
526
525
|
return _LearningPaths.LearningPathMenu;
|
|
527
526
|
}
|
|
528
527
|
});
|
|
529
528
|
Object.defineProperty(exports, "LearningPathMobileHeader", {
|
|
530
529
|
enumerable: true,
|
|
531
|
-
get: function
|
|
530
|
+
get: function () {
|
|
532
531
|
return _LearningPaths.LearningPathMobileHeader;
|
|
533
532
|
}
|
|
534
533
|
});
|
|
535
534
|
Object.defineProperty(exports, "LearningPathMobileStepInfo", {
|
|
536
535
|
enumerable: true,
|
|
537
|
-
get: function
|
|
536
|
+
get: function () {
|
|
538
537
|
return _LearningPaths.LearningPathMobileStepInfo;
|
|
539
538
|
}
|
|
540
539
|
});
|
|
541
540
|
Object.defineProperty(exports, "LearningPathSticky", {
|
|
542
541
|
enumerable: true,
|
|
543
|
-
get: function
|
|
542
|
+
get: function () {
|
|
544
543
|
return _LearningPaths.LearningPathSticky;
|
|
545
544
|
}
|
|
546
545
|
});
|
|
547
546
|
Object.defineProperty(exports, "LearningPathStickyPlaceholder", {
|
|
548
547
|
enumerable: true,
|
|
549
|
-
get: function
|
|
548
|
+
get: function () {
|
|
550
549
|
return _LearningPaths.LearningPathStickyPlaceholder;
|
|
551
550
|
}
|
|
552
551
|
});
|
|
553
552
|
Object.defineProperty(exports, "LearningPathStickySibling", {
|
|
554
553
|
enumerable: true,
|
|
555
|
-
get: function
|
|
554
|
+
get: function () {
|
|
556
555
|
return _LearningPaths.LearningPathStickySibling;
|
|
557
556
|
}
|
|
558
557
|
});
|
|
559
558
|
Object.defineProperty(exports, "LearningPathWrapper", {
|
|
560
559
|
enumerable: true,
|
|
561
|
-
get: function
|
|
560
|
+
get: function () {
|
|
562
561
|
return _LearningPaths.LearningPathWrapper;
|
|
563
562
|
}
|
|
564
563
|
});
|
|
565
564
|
Object.defineProperty(exports, "LetterFilter", {
|
|
566
565
|
enumerable: true,
|
|
567
|
-
get: function
|
|
566
|
+
get: function () {
|
|
568
567
|
return _LetterFilter.default;
|
|
569
568
|
}
|
|
570
569
|
});
|
|
571
570
|
Object.defineProperty(exports, "LinkBlock", {
|
|
572
571
|
enumerable: true,
|
|
573
|
-
get: function
|
|
572
|
+
get: function () {
|
|
574
573
|
return _LinkBlock.LinkBlock;
|
|
575
574
|
}
|
|
576
575
|
});
|
|
577
576
|
Object.defineProperty(exports, "LinkBlockSection", {
|
|
578
577
|
enumerable: true,
|
|
579
|
-
get: function
|
|
578
|
+
get: function () {
|
|
580
579
|
return _LinkBlock.LinkBlockSection;
|
|
581
580
|
}
|
|
582
581
|
});
|
|
583
582
|
Object.defineProperty(exports, "ListResource", {
|
|
584
583
|
enumerable: true,
|
|
585
|
-
get: function
|
|
584
|
+
get: function () {
|
|
586
585
|
return _Resource.ListResource;
|
|
587
586
|
}
|
|
588
587
|
});
|
|
589
588
|
Object.defineProperty(exports, "Logo", {
|
|
590
589
|
enumerable: true,
|
|
591
|
-
get: function
|
|
590
|
+
get: function () {
|
|
592
591
|
return _Logo.default;
|
|
593
592
|
}
|
|
594
593
|
});
|
|
595
594
|
Object.defineProperty(exports, "Masthead", {
|
|
596
595
|
enumerable: true,
|
|
597
|
-
get: function
|
|
596
|
+
get: function () {
|
|
598
597
|
return _Masthead.default;
|
|
599
598
|
}
|
|
600
599
|
});
|
|
601
600
|
Object.defineProperty(exports, "MediaList", {
|
|
602
601
|
enumerable: true,
|
|
603
|
-
get: function
|
|
602
|
+
get: function () {
|
|
604
603
|
return _MediaList.MediaList;
|
|
605
604
|
}
|
|
606
605
|
});
|
|
607
606
|
Object.defineProperty(exports, "MediaListItem", {
|
|
608
607
|
enumerable: true,
|
|
609
|
-
get: function
|
|
608
|
+
get: function () {
|
|
610
609
|
return _MediaList.MediaListItem;
|
|
611
610
|
}
|
|
612
611
|
});
|
|
613
612
|
Object.defineProperty(exports, "MediaListItemActions", {
|
|
614
613
|
enumerable: true,
|
|
615
|
-
get: function
|
|
614
|
+
get: function () {
|
|
616
615
|
return _MediaList.MediaListItemActions;
|
|
617
616
|
}
|
|
618
617
|
});
|
|
619
618
|
Object.defineProperty(exports, "MediaListItemBody", {
|
|
620
619
|
enumerable: true,
|
|
621
|
-
get: function
|
|
620
|
+
get: function () {
|
|
622
621
|
return _MediaList.MediaListItemBody;
|
|
623
622
|
}
|
|
624
623
|
});
|
|
625
624
|
Object.defineProperty(exports, "MediaListItemImage", {
|
|
626
625
|
enumerable: true,
|
|
627
|
-
get: function
|
|
626
|
+
get: function () {
|
|
628
627
|
return _MediaList.MediaListItemImage;
|
|
629
628
|
}
|
|
630
629
|
});
|
|
631
630
|
Object.defineProperty(exports, "MediaListItemMeta", {
|
|
632
631
|
enumerable: true,
|
|
633
|
-
get: function
|
|
632
|
+
get: function () {
|
|
634
633
|
return _MediaList.MediaListItemMeta;
|
|
635
634
|
}
|
|
636
635
|
});
|
|
637
636
|
Object.defineProperty(exports, "MessageBanner", {
|
|
638
637
|
enumerable: true,
|
|
639
|
-
get: function
|
|
638
|
+
get: function () {
|
|
640
639
|
return _Messages.MessageBanner;
|
|
641
640
|
}
|
|
642
641
|
});
|
|
643
642
|
Object.defineProperty(exports, "MessageBox", {
|
|
644
643
|
enumerable: true,
|
|
645
|
-
get: function
|
|
644
|
+
get: function () {
|
|
646
645
|
return _Messages.MessageBox;
|
|
647
646
|
}
|
|
648
647
|
});
|
|
649
648
|
Object.defineProperty(exports, "MovieGrid", {
|
|
650
649
|
enumerable: true,
|
|
651
|
-
get: function
|
|
650
|
+
get: function () {
|
|
652
651
|
return _NDLAFilm.MovieGrid;
|
|
653
652
|
}
|
|
654
653
|
});
|
|
655
654
|
Object.defineProperty(exports, "NavigationBox", {
|
|
656
655
|
enumerable: true,
|
|
657
|
-
get: function
|
|
656
|
+
get: function () {
|
|
658
657
|
return _Navigation.NavigationBox;
|
|
659
658
|
}
|
|
660
659
|
});
|
|
661
660
|
Object.defineProperty(exports, "NdlaFilmHero", {
|
|
662
661
|
enumerable: true,
|
|
663
|
-
get: function
|
|
662
|
+
get: function () {
|
|
664
663
|
return _Hero.NdlaFilmHero;
|
|
665
664
|
}
|
|
666
665
|
});
|
|
667
666
|
Object.defineProperty(exports, "NoContentBox", {
|
|
668
667
|
enumerable: true,
|
|
669
|
-
get: function
|
|
668
|
+
get: function () {
|
|
670
669
|
return _NoContentBox.default;
|
|
671
670
|
}
|
|
672
671
|
});
|
|
673
672
|
Object.defineProperty(exports, "Notion", {
|
|
674
673
|
enumerable: true,
|
|
675
|
-
get: function
|
|
674
|
+
get: function () {
|
|
676
675
|
return _Notion.Notion;
|
|
677
676
|
}
|
|
678
677
|
});
|
|
679
678
|
Object.defineProperty(exports, "OneColumn", {
|
|
680
679
|
enumerable: true,
|
|
681
|
-
get: function
|
|
680
|
+
get: function () {
|
|
682
681
|
return _Layout.OneColumn;
|
|
683
682
|
}
|
|
684
683
|
});
|
|
685
684
|
Object.defineProperty(exports, "OrderedList", {
|
|
686
685
|
enumerable: true,
|
|
687
|
-
get: function
|
|
686
|
+
get: function () {
|
|
688
687
|
return _List.OrderedList;
|
|
689
688
|
}
|
|
690
689
|
});
|
|
691
690
|
Object.defineProperty(exports, "PageContainer", {
|
|
692
691
|
enumerable: true,
|
|
693
|
-
get: function
|
|
692
|
+
get: function () {
|
|
694
693
|
return _Layout.PageContainer;
|
|
695
694
|
}
|
|
696
695
|
});
|
|
697
696
|
Object.defineProperty(exports, "PdfFile", {
|
|
698
697
|
enumerable: true,
|
|
699
|
-
get: function
|
|
698
|
+
get: function () {
|
|
700
699
|
return _FileList.PdfFile;
|
|
701
700
|
}
|
|
702
701
|
});
|
|
703
702
|
Object.defineProperty(exports, "Programme", {
|
|
704
703
|
enumerable: true,
|
|
705
|
-
get: function
|
|
704
|
+
get: function () {
|
|
706
705
|
return _Programme.default;
|
|
707
706
|
}
|
|
708
707
|
});
|
|
709
708
|
Object.defineProperty(exports, "ProgrammeCard", {
|
|
710
709
|
enumerable: true,
|
|
711
|
-
get: function
|
|
710
|
+
get: function () {
|
|
712
711
|
return _ProgrammeCard.ProgrammeCard;
|
|
713
712
|
}
|
|
714
713
|
});
|
|
715
714
|
Object.defineProperty(exports, "RelatedArticle", {
|
|
716
715
|
enumerable: true,
|
|
717
|
-
get: function
|
|
716
|
+
get: function () {
|
|
718
717
|
return _RelatedArticleList.RelatedArticle;
|
|
719
718
|
}
|
|
720
719
|
});
|
|
721
720
|
Object.defineProperty(exports, "RelatedArticleList", {
|
|
722
721
|
enumerable: true,
|
|
723
|
-
get: function
|
|
722
|
+
get: function () {
|
|
724
723
|
return _RelatedArticleList.default;
|
|
725
724
|
}
|
|
726
725
|
});
|
|
727
726
|
Object.defineProperty(exports, "RelatedContentEmbed", {
|
|
728
727
|
enumerable: true,
|
|
729
|
-
get: function
|
|
728
|
+
get: function () {
|
|
730
729
|
return _Embed.RelatedContentEmbed;
|
|
731
730
|
}
|
|
732
731
|
});
|
|
733
732
|
Object.defineProperty(exports, "ResourceBox", {
|
|
734
733
|
enumerable: true,
|
|
735
|
-
get: function
|
|
734
|
+
get: function () {
|
|
736
735
|
return _ResourceBox.ResourceBox;
|
|
737
736
|
}
|
|
738
737
|
});
|
|
739
738
|
Object.defineProperty(exports, "ResourceGroup", {
|
|
740
739
|
enumerable: true,
|
|
741
|
-
get: function
|
|
740
|
+
get: function () {
|
|
742
741
|
return _ResourceGroup.default;
|
|
743
742
|
}
|
|
744
743
|
});
|
|
745
744
|
Object.defineProperty(exports, "ResourcesTopicTitle", {
|
|
746
745
|
enumerable: true,
|
|
747
|
-
get: function
|
|
746
|
+
get: function () {
|
|
748
747
|
return _ResourcesWrapper.ResourcesTopicTitle;
|
|
749
748
|
}
|
|
750
749
|
});
|
|
751
750
|
Object.defineProperty(exports, "ResourcesWrapper", {
|
|
752
751
|
enumerable: true,
|
|
753
|
-
get: function
|
|
752
|
+
get: function () {
|
|
754
753
|
return _ResourcesWrapper.default;
|
|
755
754
|
}
|
|
756
755
|
});
|
|
757
756
|
Object.defineProperty(exports, "SearchField", {
|
|
758
757
|
enumerable: true,
|
|
759
|
-
get: function
|
|
758
|
+
get: function () {
|
|
760
759
|
return _Search.SearchField;
|
|
761
760
|
}
|
|
762
761
|
});
|
|
763
762
|
Object.defineProperty(exports, "SearchFieldForm", {
|
|
764
763
|
enumerable: true,
|
|
765
|
-
get: function
|
|
764
|
+
get: function () {
|
|
766
765
|
return _SearchFieldForm.SearchFieldForm;
|
|
767
766
|
}
|
|
768
767
|
});
|
|
769
768
|
Object.defineProperty(exports, "SearchFieldHeader", {
|
|
770
769
|
enumerable: true,
|
|
771
|
-
get: function
|
|
770
|
+
get: function () {
|
|
772
771
|
return _SearchTypeResult.SearchFieldHeader;
|
|
773
772
|
}
|
|
774
773
|
});
|
|
775
774
|
Object.defineProperty(exports, "SearchFilterContent", {
|
|
776
775
|
enumerable: true,
|
|
777
|
-
get: function
|
|
776
|
+
get: function () {
|
|
778
777
|
return _SearchTypeResult.SearchFilterContent;
|
|
779
778
|
}
|
|
780
779
|
});
|
|
781
780
|
Object.defineProperty(exports, "SearchHeader", {
|
|
782
781
|
enumerable: true,
|
|
783
|
-
get: function
|
|
782
|
+
get: function () {
|
|
784
783
|
return _SearchTypeResult.SearchHeader;
|
|
785
784
|
}
|
|
786
785
|
});
|
|
787
786
|
Object.defineProperty(exports, "SearchNotionsResult", {
|
|
788
787
|
enumerable: true,
|
|
789
|
-
get: function
|
|
788
|
+
get: function () {
|
|
790
789
|
return _SearchTypeResult.SearchNotionsResult;
|
|
791
790
|
}
|
|
792
791
|
});
|
|
793
792
|
Object.defineProperty(exports, "SearchResultItem", {
|
|
794
793
|
enumerable: true,
|
|
795
|
-
get: function
|
|
794
|
+
get: function () {
|
|
796
795
|
return _Search.SearchResultItem;
|
|
797
796
|
}
|
|
798
797
|
});
|
|
799
798
|
Object.defineProperty(exports, "SearchResultList", {
|
|
800
799
|
enumerable: true,
|
|
801
|
-
get: function
|
|
800
|
+
get: function () {
|
|
802
801
|
return _Search.SearchResultList;
|
|
803
802
|
}
|
|
804
803
|
});
|
|
805
804
|
Object.defineProperty(exports, "SearchResultSleeve", {
|
|
806
805
|
enumerable: true,
|
|
807
|
-
get: function
|
|
806
|
+
get: function () {
|
|
808
807
|
return _SearchResultSleeve.default;
|
|
809
808
|
}
|
|
810
809
|
});
|
|
811
810
|
Object.defineProperty(exports, "SearchSubjectResult", {
|
|
812
811
|
enumerable: true,
|
|
813
|
-
get: function
|
|
812
|
+
get: function () {
|
|
814
813
|
return _SearchTypeResult.SearchSubjectResult;
|
|
815
814
|
}
|
|
816
815
|
});
|
|
817
816
|
Object.defineProperty(exports, "SearchTypeResult", {
|
|
818
817
|
enumerable: true,
|
|
819
|
-
get: function
|
|
818
|
+
get: function () {
|
|
820
819
|
return _SearchTypeResult.SearchTypeResult;
|
|
821
820
|
}
|
|
822
821
|
});
|
|
823
822
|
Object.defineProperty(exports, "SectionHeading", {
|
|
824
823
|
enumerable: true,
|
|
825
|
-
get: function
|
|
824
|
+
get: function () {
|
|
826
825
|
return _SectionHeading.default;
|
|
827
826
|
}
|
|
828
827
|
});
|
|
829
828
|
Object.defineProperty(exports, "SkipToMainContent", {
|
|
830
829
|
enumerable: true,
|
|
831
|
-
get: function
|
|
830
|
+
get: function () {
|
|
832
831
|
return _Masthead.SkipToMainContent;
|
|
833
832
|
}
|
|
834
833
|
});
|
|
835
834
|
Object.defineProperty(exports, "SnackbarProvider", {
|
|
836
835
|
enumerable: true,
|
|
837
|
-
get: function
|
|
836
|
+
get: function () {
|
|
838
837
|
return _SnackBar.SnackbarProvider;
|
|
839
838
|
}
|
|
840
839
|
});
|
|
841
840
|
Object.defineProperty(exports, "SourceMaterialBadge", {
|
|
842
841
|
enumerable: true,
|
|
843
|
-
get: function
|
|
842
|
+
get: function () {
|
|
844
843
|
return _ContentTypeBadge.SourceMaterialBadge;
|
|
845
844
|
}
|
|
846
845
|
});
|
|
847
846
|
Object.defineProperty(exports, "SourceMaterialHero", {
|
|
848
847
|
enumerable: true,
|
|
849
|
-
get: function
|
|
848
|
+
get: function () {
|
|
850
849
|
return _Hero.SourceMaterialHero;
|
|
851
850
|
}
|
|
852
851
|
});
|
|
853
852
|
Object.defineProperty(exports, "SubjectBadge", {
|
|
854
853
|
enumerable: true,
|
|
855
|
-
get: function
|
|
854
|
+
get: function () {
|
|
856
855
|
return _ContentTypeBadge.SubjectBadge;
|
|
857
856
|
}
|
|
858
857
|
});
|
|
859
858
|
Object.defineProperty(exports, "SubjectBanner", {
|
|
860
859
|
enumerable: true,
|
|
861
|
-
get: function
|
|
860
|
+
get: function () {
|
|
862
861
|
return _Subject.SubjectBanner;
|
|
863
862
|
}
|
|
864
863
|
});
|
|
865
864
|
Object.defineProperty(exports, "SubjectHeader", {
|
|
866
865
|
enumerable: true,
|
|
867
|
-
get: function
|
|
866
|
+
get: function () {
|
|
868
867
|
return _Subject.SubjectHeader;
|
|
869
868
|
}
|
|
870
869
|
});
|
|
871
870
|
Object.defineProperty(exports, "SubjectHero", {
|
|
872
871
|
enumerable: true,
|
|
873
|
-
get: function
|
|
872
|
+
get: function () {
|
|
874
873
|
return _Hero.SubjectHero;
|
|
875
874
|
}
|
|
876
875
|
});
|
|
877
876
|
Object.defineProperty(exports, "SubjectMaterialBadge", {
|
|
878
877
|
enumerable: true,
|
|
879
|
-
get: function
|
|
878
|
+
get: function () {
|
|
880
879
|
return _ContentTypeBadge.SubjectMaterialBadge;
|
|
881
880
|
}
|
|
882
881
|
});
|
|
883
882
|
Object.defineProperty(exports, "SubjectMaterialHero", {
|
|
884
883
|
enumerable: true,
|
|
885
|
-
get: function
|
|
884
|
+
get: function () {
|
|
886
885
|
return _Hero.SubjectMaterialHero;
|
|
887
886
|
}
|
|
888
887
|
});
|
|
889
888
|
Object.defineProperty(exports, "Table", {
|
|
890
889
|
enumerable: true,
|
|
891
|
-
get: function
|
|
890
|
+
get: function () {
|
|
892
891
|
return _Table.default;
|
|
893
892
|
}
|
|
894
893
|
});
|
|
895
894
|
Object.defineProperty(exports, "TableStyling", {
|
|
896
895
|
enumerable: true,
|
|
897
|
-
get: function
|
|
896
|
+
get: function () {
|
|
898
897
|
return _Table.TableStyling;
|
|
899
898
|
}
|
|
900
899
|
});
|
|
901
900
|
Object.defineProperty(exports, "TagSelector", {
|
|
902
901
|
enumerable: true,
|
|
903
|
-
get: function
|
|
902
|
+
get: function () {
|
|
904
903
|
return _TagSelector.TagSelector;
|
|
905
904
|
}
|
|
906
905
|
});
|
|
907
906
|
Object.defineProperty(exports, "TasksAndActivitiesBadge", {
|
|
908
907
|
enumerable: true,
|
|
909
|
-
get: function
|
|
908
|
+
get: function () {
|
|
910
909
|
return _ContentTypeBadge.TasksAndActivitiesBadge;
|
|
911
910
|
}
|
|
912
911
|
});
|
|
913
912
|
Object.defineProperty(exports, "TasksAndActivitiesHero", {
|
|
914
913
|
enumerable: true,
|
|
915
|
-
get: function
|
|
914
|
+
get: function () {
|
|
916
915
|
return _Hero.TasksAndActivitiesHero;
|
|
917
916
|
}
|
|
918
917
|
});
|
|
919
918
|
Object.defineProperty(exports, "ToggleItem", {
|
|
920
919
|
enumerable: true,
|
|
921
|
-
get: function
|
|
920
|
+
get: function () {
|
|
922
921
|
return _Filter.ToggleItem;
|
|
923
922
|
}
|
|
924
923
|
});
|
|
925
924
|
Object.defineProperty(exports, "ToolboxInfo", {
|
|
926
925
|
enumerable: true,
|
|
927
|
-
get: function
|
|
926
|
+
get: function () {
|
|
928
927
|
return _ToolboxPage.ToolboxInfo;
|
|
929
928
|
}
|
|
930
929
|
});
|
|
931
930
|
Object.defineProperty(exports, "Topic", {
|
|
932
931
|
enumerable: true,
|
|
933
|
-
get: function
|
|
932
|
+
get: function () {
|
|
934
933
|
return _Topic.default;
|
|
935
934
|
}
|
|
936
935
|
});
|
|
937
936
|
Object.defineProperty(exports, "TreeStructure", {
|
|
938
937
|
enumerable: true,
|
|
939
|
-
get: function
|
|
938
|
+
get: function () {
|
|
940
939
|
return _TreeStructure.TreeStructure;
|
|
941
940
|
}
|
|
942
941
|
});
|
|
943
942
|
Object.defineProperty(exports, "UnOrderedList", {
|
|
944
943
|
enumerable: true,
|
|
945
|
-
get: function
|
|
944
|
+
get: function () {
|
|
946
945
|
return _List.UnOrderedList;
|
|
947
946
|
}
|
|
948
947
|
});
|
|
949
948
|
Object.defineProperty(exports, "UnknownEmbed", {
|
|
950
949
|
enumerable: true,
|
|
951
|
-
get: function
|
|
950
|
+
get: function () {
|
|
952
951
|
return _Embed.UnknownEmbed;
|
|
953
952
|
}
|
|
954
953
|
});
|
|
955
954
|
Object.defineProperty(exports, "WIDE_FRONTPAGE_ARTICLE_MAX_WIDTH", {
|
|
956
955
|
enumerable: true,
|
|
957
|
-
get: function
|
|
956
|
+
get: function () {
|
|
958
957
|
return _FrontpageArticle.WIDE_FRONTPAGE_ARTICLE_MAX_WIDTH;
|
|
959
958
|
}
|
|
960
959
|
});
|
|
961
960
|
Object.defineProperty(exports, "constants", {
|
|
962
961
|
enumerable: true,
|
|
963
|
-
get: function
|
|
962
|
+
get: function () {
|
|
964
963
|
return _model.default;
|
|
965
964
|
}
|
|
966
965
|
});
|
|
967
966
|
Object.defineProperty(exports, "formatNestedMessages", {
|
|
968
967
|
enumerable: true,
|
|
969
|
-
get: function
|
|
968
|
+
get: function () {
|
|
970
969
|
return _i18n.formatNestedMessages;
|
|
971
970
|
}
|
|
972
971
|
});
|
|
973
972
|
Object.defineProperty(exports, "getMastheadHeight", {
|
|
974
973
|
enumerable: true,
|
|
975
|
-
get: function
|
|
974
|
+
get: function () {
|
|
976
975
|
return _Masthead.getMastheadHeight;
|
|
977
976
|
}
|
|
978
977
|
});
|
|
979
978
|
Object.defineProperty(exports, "getPossiblyRelativeUrl", {
|
|
980
979
|
enumerable: true,
|
|
981
|
-
get: function
|
|
980
|
+
get: function () {
|
|
982
981
|
return _relativeUrl.getPossiblyRelativeUrl;
|
|
983
982
|
}
|
|
984
983
|
});
|
|
985
984
|
Object.defineProperty(exports, "i18nInstance", {
|
|
986
985
|
enumerable: true,
|
|
987
|
-
get: function
|
|
986
|
+
get: function () {
|
|
988
987
|
return _i18n.i18nInstance;
|
|
989
988
|
}
|
|
990
989
|
});
|
|
991
990
|
Object.defineProperty(exports, "makeSrcQueryString", {
|
|
992
991
|
enumerable: true,
|
|
993
|
-
get: function
|
|
992
|
+
get: function () {
|
|
994
993
|
return _Image.makeSrcQueryString;
|
|
995
994
|
}
|
|
996
995
|
});
|
|
997
996
|
Object.defineProperty(exports, "messagesEN", {
|
|
998
997
|
enumerable: true,
|
|
999
|
-
get: function
|
|
998
|
+
get: function () {
|
|
1000
999
|
return _messagesEn.default;
|
|
1001
1000
|
}
|
|
1002
1001
|
});
|
|
1003
1002
|
Object.defineProperty(exports, "messagesNB", {
|
|
1004
1003
|
enumerable: true,
|
|
1005
|
-
get: function
|
|
1004
|
+
get: function () {
|
|
1006
1005
|
return _messagesNb.default;
|
|
1007
1006
|
}
|
|
1008
1007
|
});
|
|
1009
1008
|
Object.defineProperty(exports, "messagesNN", {
|
|
1010
1009
|
enumerable: true,
|
|
1011
|
-
get: function
|
|
1010
|
+
get: function () {
|
|
1012
1011
|
return _messagesNn.default;
|
|
1013
1012
|
}
|
|
1014
1013
|
});
|
|
1015
1014
|
Object.defineProperty(exports, "messagesSE", {
|
|
1016
1015
|
enumerable: true,
|
|
1017
|
-
get: function
|
|
1016
|
+
get: function () {
|
|
1018
1017
|
return _messagesSe.default;
|
|
1019
1018
|
}
|
|
1020
1019
|
});
|
|
1021
1020
|
Object.defineProperty(exports, "messagesSMA", {
|
|
1022
1021
|
enumerable: true,
|
|
1023
|
-
get: function
|
|
1022
|
+
get: function () {
|
|
1024
1023
|
return _messagesSma.default;
|
|
1025
1024
|
}
|
|
1026
1025
|
});
|
|
1027
1026
|
Object.defineProperty(exports, "resourceTypeColor", {
|
|
1028
1027
|
enumerable: true,
|
|
1029
|
-
get: function
|
|
1028
|
+
get: function () {
|
|
1030
1029
|
return _resourceTypeColor.default;
|
|
1031
1030
|
}
|
|
1032
1031
|
});
|
|
1033
1032
|
Object.defineProperty(exports, "useMastheadHeight", {
|
|
1034
1033
|
enumerable: true,
|
|
1035
|
-
get: function
|
|
1034
|
+
get: function () {
|
|
1036
1035
|
return _Masthead.useMastheadHeight;
|
|
1037
1036
|
}
|
|
1038
1037
|
});
|
|
1039
1038
|
Object.defineProperty(exports, "useSnack", {
|
|
1040
1039
|
enumerable: true,
|
|
1041
|
-
get: function
|
|
1040
|
+
get: function () {
|
|
1042
1041
|
return _SnackBar.useSnack;
|
|
1043
1042
|
}
|
|
1044
1043
|
});
|
|
@@ -1116,6 +1115,6 @@ var _FrontpageArticle = _interopRequireWildcard(require("./FrontpageArticle"));
|
|
|
1116
1115
|
var _DefinitionList = require("./DefinitionList");
|
|
1117
1116
|
var _Gloss = require("./Gloss");
|
|
1118
1117
|
var _LinkBlock = require("./LinkBlock");
|
|
1119
|
-
function _getRequireWildcardCache(
|
|
1120
|
-
function _interopRequireWildcard(
|
|
1118
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
1119
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
1121
1120
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|