From 008b582221ad51b2677a651ca91a9e6ff5a0cb05 Mon Sep 17 00:00:00 2001 From: Ze Yu Date: Sun, 18 Jul 2021 15:39:26 +0800 Subject: [PATCH] v3.0.6 --- lerna.json | 2 +- packages/cli/package.json | 6 +++--- .../cli/test/functional/test_site/expected/bugs/index.html | 2 +- packages/cli/test/functional/test_site/expected/index.html | 2 +- .../test/functional/test_site/expected/sub_site/index.html | 2 +- .../test_site/expected/sub_site/nested_sub_site/index.html | 2 +- .../sub_site/nested_sub_site/testNunjucksPathResolving.html | 2 +- .../expected/sub_site/testNunjucksPathResolving.html | 2 +- .../functional/test_site/expected/testAnchorGeneration.html | 2 +- .../functional/test_site/expected/testAntiFOUCStyles.html | 2 +- .../test/functional/test_site/expected/testCodeBlocks.html | 2 +- .../cli/test/functional/test_site/expected/testDates.html | 2 +- .../functional/test_site/expected/testEmptyFrontmatter.html | 2 +- .../functional/test_site/expected/testExternalScripts.html | 2 +- .../test_site/expected/testIncludeBoilerplate.html | 2 +- .../test_site/expected/testIncludeMultipleModals.html | 2 +- .../test_site/expected/testIncludePluginsRendered.html | 2 +- .../cli/test/functional/test_site/expected/testLayouts.html | 2 +- .../functional/test_site/expected/testLayoutsOverride.html | 2 +- .../test_site/expected/testNunjucksPathResolving.html | 2 +- .../test_site/expected/testPanelMarkdownParsing.html | 2 +- .../test/functional/test_site/expected/testPlantUML.html | 2 +- .../functional/test_site/expected/testPopoverTrigger.html | 2 +- .../test/functional/test_site/expected/testThumbnails.html | 2 +- .../functional/test_site/expected/testTooltipSpacing.html | 2 +- .../test_site/expected/testVariableContainsInclude.html | 2 +- .../functional/test_site/expected/test_md_fragment.html | 2 +- .../functional/test_site_algolia_plugin/expected/index.html | 2 +- .../test/functional/test_site_convert/expected/Home.html | 2 +- .../test/functional/test_site_convert/expected/Page-1.html | 2 +- .../test/functional/test_site_convert/expected/_Footer.html | 2 +- .../functional/test_site_convert/expected/_Sidebar.html | 2 +- .../test/functional/test_site_convert/expected/about.html | 2 +- .../test_site_convert/expected/contents/topic1.html | 2 +- .../test_site_convert/expected/contents/topic2.html | 2 +- .../test_site_convert/expected/contents/topic3a.html | 2 +- .../test_site_convert/expected/contents/topic3b.html | 2 +- .../test/functional/test_site_convert/expected/index.html | 2 +- .../functional/test_site_special_tags/expected/index.html | 2 +- .../test_default/expected/contents/topic1.html | 4 ++-- .../expected/contents/topic1.page-vue-render.js | 2 +- .../test_default/expected/contents/topic2.html | 4 ++-- .../expected/contents/topic2.page-vue-render.js | 2 +- .../test_default/expected/contents/topic3a.html | 4 ++-- .../expected/contents/topic3a.page-vue-render.js | 2 +- .../test_default/expected/contents/topic3b.html | 4 ++-- .../expected/contents/topic3b.page-vue-render.js | 2 +- .../test_site_templates/test_default/expected/index.html | 4 ++-- .../test_default/expected/index.page-vue-render.js | 2 +- .../test_site_templates/test_minimal/expected/index.html | 2 +- packages/core-web/dist/js/vueCommonAppFactory.min.js | 2 +- packages/core-web/package.json | 4 ++-- packages/core/package.json | 4 ++-- packages/vue-components/package.json | 2 +- 54 files changed, 63 insertions(+), 63 deletions(-) diff --git a/lerna.json b/lerna.json index c152d32999..a8cf4e5f82 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "3.0.5" + "version": "3.0.6" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 219e07fdd1..346ca7a9d5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "markbind-cli", - "version": "3.0.5", + "version": "3.0.6", "description": "Command line interface for MarkBind", "keywords": [ "mark", @@ -25,8 +25,8 @@ "updatetest": "cd test/functional && node updatetest.js" }, "dependencies": { - "@markbind/core": "^3.0.5", - "@markbind/core-web": "^3.0.5", + "@markbind/core": "^3.0.6", + "@markbind/core-web": "^3.0.6", "bluebird": "^3.7.2", "chalk": "^3.0.0", "cheerio": "^0.22.0", diff --git a/packages/cli/test/functional/test_site/expected/bugs/index.html b/packages/cli/test/functional/test_site/expected/bugs/index.html index 9f2d1082a7..0861ab3193 100644 --- a/packages/cli/test/functional/test_site/expected/bugs/index.html +++ b/packages/cli/test/functional/test_site/expected/bugs/index.html @@ -8,7 +8,7 @@ - + Open Bugs diff --git a/packages/cli/test/functional/test_site/expected/index.html b/packages/cli/test/functional/test_site/expected/index.html index b93c03fc6d..f730d9221a 100644 --- a/packages/cli/test/functional/test_site/expected/index.html +++ b/packages/cli/test/functional/test_site/expected/index.html @@ -8,7 +8,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/sub_site/index.html b/packages/cli/test/functional/test_site/expected/sub_site/index.html index 02d19bfbb2..3bd392e6e9 100644 --- a/packages/cli/test/functional/test_site/expected/sub_site/index.html +++ b/packages/cli/test/functional/test_site/expected/sub_site/index.html @@ -8,7 +8,7 @@ - + diff --git a/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/index.html b/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/index.html index c4236c0977..9c0211b9b1 100644 --- a/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/index.html +++ b/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/index.html @@ -8,7 +8,7 @@ - + diff --git a/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/testNunjucksPathResolving.html b/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/testNunjucksPathResolving.html index a44109d0f9..2b227206cf 100644 --- a/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/testNunjucksPathResolving.html +++ b/packages/cli/test/functional/test_site/expected/sub_site/nested_sub_site/testNunjucksPathResolving.html @@ -8,7 +8,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/sub_site/testNunjucksPathResolving.html b/packages/cli/test/functional/test_site/expected/sub_site/testNunjucksPathResolving.html index d2ab99ae97..ae24293dcb 100644 --- a/packages/cli/test/functional/test_site/expected/sub_site/testNunjucksPathResolving.html +++ b/packages/cli/test/functional/test_site/expected/sub_site/testNunjucksPathResolving.html @@ -8,7 +8,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/testAnchorGeneration.html b/packages/cli/test/functional/test_site/expected/testAnchorGeneration.html index 4b9b738235..46326e652b 100644 --- a/packages/cli/test/functional/test_site/expected/testAnchorGeneration.html +++ b/packages/cli/test/functional/test_site/expected/testAnchorGeneration.html @@ -8,7 +8,7 @@ - + Anchor Generation Test diff --git a/packages/cli/test/functional/test_site/expected/testAntiFOUCStyles.html b/packages/cli/test/functional/test_site/expected/testAntiFOUCStyles.html index 13c722ff47..c705a32297 100644 --- a/packages/cli/test/functional/test_site/expected/testAntiFOUCStyles.html +++ b/packages/cli/test/functional/test_site/expected/testAntiFOUCStyles.html @@ -8,7 +8,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/testCodeBlocks.html b/packages/cli/test/functional/test_site/expected/testCodeBlocks.html index 203af2d332..34cf712832 100644 --- a/packages/cli/test/functional/test_site/expected/testCodeBlocks.html +++ b/packages/cli/test/functional/test_site/expected/testCodeBlocks.html @@ -8,7 +8,7 @@ - + Test: Code Blocks diff --git a/packages/cli/test/functional/test_site/expected/testDates.html b/packages/cli/test/functional/test_site/expected/testDates.html index 4ac17f1c3f..284438a7dc 100644 --- a/packages/cli/test/functional/test_site/expected/testDates.html +++ b/packages/cli/test/functional/test_site/expected/testDates.html @@ -8,7 +8,7 @@ - + Nunjucks date filter tests diff --git a/packages/cli/test/functional/test_site/expected/testEmptyFrontmatter.html b/packages/cli/test/functional/test_site/expected/testEmptyFrontmatter.html index 1e84e44244..7ebb41308b 100644 --- a/packages/cli/test/functional/test_site/expected/testEmptyFrontmatter.html +++ b/packages/cli/test/functional/test_site/expected/testEmptyFrontmatter.html @@ -11,7 +11,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/testExternalScripts.html b/packages/cli/test/functional/test_site/expected/testExternalScripts.html index 9570a5f431..8b76d7261c 100644 --- a/packages/cli/test/functional/test_site/expected/testExternalScripts.html +++ b/packages/cli/test/functional/test_site/expected/testExternalScripts.html @@ -11,7 +11,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/testIncludeBoilerplate.html b/packages/cli/test/functional/test_site/expected/testIncludeBoilerplate.html index 77c7cc8ad7..9e665e7f7f 100644 --- a/packages/cli/test/functional/test_site/expected/testIncludeBoilerplate.html +++ b/packages/cli/test/functional/test_site/expected/testIncludeBoilerplate.html @@ -8,7 +8,7 @@ - + Content inside <include> should not be processed by markdown diff --git a/packages/cli/test/functional/test_site/expected/testIncludeMultipleModals.html b/packages/cli/test/functional/test_site/expected/testIncludeMultipleModals.html index 9524e8d30b..924ecbfbd3 100644 --- a/packages/cli/test/functional/test_site/expected/testIncludeMultipleModals.html +++ b/packages/cli/test/functional/test_site/expected/testIncludeMultipleModals.html @@ -8,7 +8,7 @@ - + Multiple inclusions of a modal should be supported diff --git a/packages/cli/test/functional/test_site/expected/testIncludePluginsRendered.html b/packages/cli/test/functional/test_site/expected/testIncludePluginsRendered.html index 5764ab2318..ddaf02c5c4 100644 --- a/packages/cli/test/functional/test_site/expected/testIncludePluginsRendered.html +++ b/packages/cli/test/functional/test_site/expected/testIncludePluginsRendered.html @@ -8,7 +8,7 @@ - + Included files should have plugins rendered on them diff --git a/packages/cli/test/functional/test_site/expected/testLayouts.html b/packages/cli/test/functional/test_site/expected/testLayouts.html index 5447138629..f09215752a 100644 --- a/packages/cli/test/functional/test_site/expected/testLayouts.html +++ b/packages/cli/test/functional/test_site/expected/testLayouts.html @@ -11,7 +11,7 @@ - + Test nunjucks path resolving diff --git a/packages/cli/test/functional/test_site/expected/testLayoutsOverride.html b/packages/cli/test/functional/test_site/expected/testLayoutsOverride.html index 54a1bf9210..34347bbe92 100644 --- a/packages/cli/test/functional/test_site/expected/testLayoutsOverride.html +++ b/packages/cli/test/functional/test_site/expected/testLayoutsOverride.html @@ -11,7 +11,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/testNunjucksPathResolving.html b/packages/cli/test/functional/test_site/expected/testNunjucksPathResolving.html index e6c065284b..864114a743 100644 --- a/packages/cli/test/functional/test_site/expected/testNunjucksPathResolving.html +++ b/packages/cli/test/functional/test_site/expected/testNunjucksPathResolving.html @@ -8,7 +8,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site/expected/testPanelMarkdownParsing.html b/packages/cli/test/functional/test_site/expected/testPanelMarkdownParsing.html index e293c8de4a..3c7300452a 100644 --- a/packages/cli/test/functional/test_site/expected/testPanelMarkdownParsing.html +++ b/packages/cli/test/functional/test_site/expected/testPanelMarkdownParsing.html @@ -8,7 +8,7 @@ - + markdown-it should parse minimized panel as inline element and normal panel as block element diff --git a/packages/cli/test/functional/test_site/expected/testPlantUML.html b/packages/cli/test/functional/test_site/expected/testPlantUML.html index 73e503f491..61c7df1a6f 100644 --- a/packages/cli/test/functional/test_site/expected/testPlantUML.html +++ b/packages/cli/test/functional/test_site/expected/testPlantUML.html @@ -8,7 +8,7 @@ - + PlantUML Test diff --git a/packages/cli/test/functional/test_site/expected/testPopoverTrigger.html b/packages/cli/test/functional/test_site/expected/testPopoverTrigger.html index f788790609..47731847e4 100644 --- a/packages/cli/test/functional/test_site/expected/testPopoverTrigger.html +++ b/packages/cli/test/functional/test_site/expected/testPopoverTrigger.html @@ -8,7 +8,7 @@ - + Popover initiated by trigger should honor trigger attribute diff --git a/packages/cli/test/functional/test_site/expected/testThumbnails.html b/packages/cli/test/functional/test_site/expected/testThumbnails.html index 0cc7b103fa..52ab7c20e5 100644 --- a/packages/cli/test/functional/test_site/expected/testThumbnails.html +++ b/packages/cli/test/functional/test_site/expected/testThumbnails.html @@ -8,7 +8,7 @@ - + Thumbnails Test diff --git a/packages/cli/test/functional/test_site/expected/testTooltipSpacing.html b/packages/cli/test/functional/test_site/expected/testTooltipSpacing.html index ca36c947d9..77738a04b8 100644 --- a/packages/cli/test/functional/test_site/expected/testTooltipSpacing.html +++ b/packages/cli/test/functional/test_site/expected/testTooltipSpacing.html @@ -8,7 +8,7 @@ - + Tooltip Spacing Test diff --git a/packages/cli/test/functional/test_site/expected/testVariableContainsInclude.html b/packages/cli/test/functional/test_site/expected/testVariableContainsInclude.html index 8f0aeb1cc9..8d4428f322 100644 --- a/packages/cli/test/functional/test_site/expected/testVariableContainsInclude.html +++ b/packages/cli/test/functional/test_site/expected/testVariableContainsInclude.html @@ -8,7 +8,7 @@ - + Variable should be able to store included content fragments diff --git a/packages/cli/test/functional/test_site/expected/test_md_fragment.html b/packages/cli/test/functional/test_site/expected/test_md_fragment.html index cd83d2e0f4..45ddf820a8 100644 --- a/packages/cli/test/functional/test_site/expected/test_md_fragment.html +++ b/packages/cli/test/functional/test_site/expected/test_md_fragment.html @@ -8,7 +8,7 @@ - + diff --git a/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html b/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html index e88cb25ce9..a03e05b44d 100644 --- a/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html +++ b/packages/cli/test/functional/test_site_algolia_plugin/expected/index.html @@ -4,7 +4,7 @@ - + Hello World diff --git a/packages/cli/test/functional/test_site_convert/expected/Home.html b/packages/cli/test/functional/test_site_convert/expected/Home.html index d2b2636dd7..3ff167ecef 100644 --- a/packages/cli/test/functional/test_site_convert/expected/Home.html +++ b/packages/cli/test/functional/test_site_convert/expected/Home.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/Page-1.html b/packages/cli/test/functional/test_site_convert/expected/Page-1.html index aea8b01840..5032a683ef 100644 --- a/packages/cli/test/functional/test_site_convert/expected/Page-1.html +++ b/packages/cli/test/functional/test_site_convert/expected/Page-1.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/_Footer.html b/packages/cli/test/functional/test_site_convert/expected/_Footer.html index 8c275c9f40..838e07983d 100644 --- a/packages/cli/test/functional/test_site_convert/expected/_Footer.html +++ b/packages/cli/test/functional/test_site_convert/expected/_Footer.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/_Sidebar.html b/packages/cli/test/functional/test_site_convert/expected/_Sidebar.html index 68124086ca..452e616423 100644 --- a/packages/cli/test/functional/test_site_convert/expected/_Sidebar.html +++ b/packages/cli/test/functional/test_site_convert/expected/_Sidebar.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/about.html b/packages/cli/test/functional/test_site_convert/expected/about.html index d6c1947c93..e743278541 100644 --- a/packages/cli/test/functional/test_site_convert/expected/about.html +++ b/packages/cli/test/functional/test_site_convert/expected/about.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/contents/topic1.html b/packages/cli/test/functional/test_site_convert/expected/contents/topic1.html index b4f053e7a0..e155ec21c6 100644 --- a/packages/cli/test/functional/test_site_convert/expected/contents/topic1.html +++ b/packages/cli/test/functional/test_site_convert/expected/contents/topic1.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/contents/topic2.html b/packages/cli/test/functional/test_site_convert/expected/contents/topic2.html index 0c174084cf..c8b87ad3f3 100644 --- a/packages/cli/test/functional/test_site_convert/expected/contents/topic2.html +++ b/packages/cli/test/functional/test_site_convert/expected/contents/topic2.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/contents/topic3a.html b/packages/cli/test/functional/test_site_convert/expected/contents/topic3a.html index d74dce1222..e4a2a2c634 100644 --- a/packages/cli/test/functional/test_site_convert/expected/contents/topic3a.html +++ b/packages/cli/test/functional/test_site_convert/expected/contents/topic3a.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/contents/topic3b.html b/packages/cli/test/functional/test_site_convert/expected/contents/topic3b.html index bb40ed0112..684584d671 100644 --- a/packages/cli/test/functional/test_site_convert/expected/contents/topic3b.html +++ b/packages/cli/test/functional/test_site_convert/expected/contents/topic3b.html @@ -4,7 +4,7 @@ - + diff --git a/packages/cli/test/functional/test_site_convert/expected/index.html b/packages/cli/test/functional/test_site_convert/expected/index.html index 1de812f602..8187f57ba4 100644 --- a/packages/cli/test/functional/test_site_convert/expected/index.html +++ b/packages/cli/test/functional/test_site_convert/expected/index.html @@ -4,7 +4,7 @@ - + Landing Page diff --git a/packages/cli/test/functional/test_site_special_tags/expected/index.html b/packages/cli/test/functional/test_site_special_tags/expected/index.html index 30ca236d15..7cf20cc700 100644 --- a/packages/cli/test/functional/test_site_special_tags/expected/index.html +++ b/packages/cli/test/functional/test_site_special_tags/expected/index.html @@ -4,7 +4,7 @@ - + Landing Page diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.html b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.html index 98c61524bf..5c354c02c0 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.html +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.html @@ -4,7 +4,7 @@ - + @@ -100,7 +100,7 @@

Topic 1 - [Generated by MarkBind 3.0.5] + [Generated by MarkBind 3.0.6] diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.page-vue-render.js b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.page-vue-render.js index e5825eac11..2681613cde 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.page-vue-render.js +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic1.page-vue-render.js @@ -8,6 +8,6 @@ with(this){return _c('div',{attrs:{"id":"app"}},[_c('header',{attrs:{"fixed":""} with(this){return _c('div',{staticClass:"fixed-header-padding",attrs:{"id":"content-wrapper"}},[_c('br'),_v(" "),_c('h1',{attrs:{"id":"topic-1"}},[_c('span',{staticClass:"anchor",attrs:{"id":"topic-1"}}),_v("Topic 1"),_c('a',{staticClass:"fa fa-anchor",attrs:{"href":"#topic-1","onclick":"event.stopPropagation()"}})]),_v(" "),_c('blockquote',[_c('p',[_v("More content to be added")])]),_v(" "),_c('i',{staticClass:"fa fa-arrow-circle-up fa-lg d-print-none",attrs:{"id":"scroll-top-button","onclick":"handleScrollTop()","aria-hidden":"true"}})])} },function anonymous( ) { -with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.5")]),_v("]")])])])} +with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.6")]),_v("]")])])])} }]; \ No newline at end of file diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.html b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.html index 4f92a35a78..e81909f56a 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.html +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.html @@ -4,7 +4,7 @@ - + @@ -99,7 +99,7 @@ diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.page-vue-render.js b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.page-vue-render.js index 862fdbd95e..1243f3b491 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.page-vue-render.js +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic2.page-vue-render.js @@ -5,6 +5,6 @@ with(this){return _c('div',{attrs:{"id":"app"}},[_c('header',{attrs:{"fixed":""} }; var pageVueStaticRenderFns = [function anonymous( ) { -with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.5")]),_v("]")])])])} +with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.6")]),_v("]")])])])} }]; \ No newline at end of file diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.html b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.html index 3370f7553e..97fd186868 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.html +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.html @@ -4,7 +4,7 @@ - + @@ -99,7 +99,7 @@ diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.page-vue-render.js b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.page-vue-render.js index 862fdbd95e..1243f3b491 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.page-vue-render.js +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3a.page-vue-render.js @@ -5,6 +5,6 @@ with(this){return _c('div',{attrs:{"id":"app"}},[_c('header',{attrs:{"fixed":""} }; var pageVueStaticRenderFns = [function anonymous( ) { -with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.5")]),_v("]")])])])} +with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.6")]),_v("]")])])])} }]; \ No newline at end of file diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.html b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.html index cc2b926588..7d3ddfa117 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.html +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.html @@ -4,7 +4,7 @@ - + @@ -99,7 +99,7 @@ diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.page-vue-render.js b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.page-vue-render.js index 862fdbd95e..1243f3b491 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.page-vue-render.js +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/contents/topic3b.page-vue-render.js @@ -5,6 +5,6 @@ with(this){return _c('div',{attrs:{"id":"app"}},[_c('header',{attrs:{"fixed":""} }; var pageVueStaticRenderFns = [function anonymous( ) { -with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.5")]),_v("]")])])])} +with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.6")]),_v("]")])])])} }]; \ No newline at end of file diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/index.html b/packages/cli/test/functional/test_site_templates/test_default/expected/index.html index 6e0c059717..09c79c2a6b 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/index.html +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/index.html @@ -4,7 +4,7 @@ - + Landing Page @@ -248,7 +248,7 @@

Heading 3 diff --git a/packages/cli/test/functional/test_site_templates/test_default/expected/index.page-vue-render.js b/packages/cli/test/functional/test_site_templates/test_default/expected/index.page-vue-render.js index 291e75f55b..a933a0e3db 100644 --- a/packages/cli/test/functional/test_site_templates/test_default/expected/index.page-vue-render.js +++ b/packages/cli/test/functional/test_site_templates/test_default/expected/index.page-vue-render.js @@ -65,6 +65,6 @@ with(this){return _c('p',[_c('strong',[_v("Some boxes:")])])} with(this){return _c('h1',{attrs:{"id":"heading-3"}},[_c('span',{staticClass:"anchor",attrs:{"id":"heading-3"}}),_v("Heading 3"),_c('a',{staticClass:"fa fa-anchor",attrs:{"href":"#heading-3","onclick":"event.stopPropagation()"}})])} },function anonymous( ) { -with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.5")]),_v("]")])])])} +with(this){return _c('footer',[_c('div',{staticClass:"text-center"},[_c('small',[_v("[Generated by "),_c('a',{attrs:{"href":"https://markbind.org/"}},[_v("MarkBind 3.0.6")]),_v("]")])])])} }]; \ No newline at end of file diff --git a/packages/cli/test/functional/test_site_templates/test_minimal/expected/index.html b/packages/cli/test/functional/test_site_templates/test_minimal/expected/index.html index 615e978bb0..8df796bddf 100644 --- a/packages/cli/test/functional/test_site_templates/test_minimal/expected/index.html +++ b/packages/cli/test/functional/test_site_templates/test_minimal/expected/index.html @@ -4,7 +4,7 @@ - + Hello World diff --git a/packages/core-web/dist/js/vueCommonAppFactory.min.js b/packages/core-web/dist/js/vueCommonAppFactory.min.js index f0a290b2ea..7f3e3adad7 100644 --- a/packages/core-web/dist/js/vueCommonAppFactory.min.js +++ b/packages/core-web/dist/js/vueCommonAppFactory.min.js @@ -1,2 +1,2 @@ /*! For license information please see vueCommonAppFactory.min.js.LICENSE.txt */ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.MarkBind=e():t.MarkBind=e()}(global,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=62)}([function(t,e,n){var r=n(48),i=n(49),o=n(15),a=n(50);t.exports=function(t){return r(t)||i(t)||o(t)||a()},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){var r=n(16);t.exports=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n');jQuery(t).contents().appendTo(n),jQuery(t).empty(),jQuery(t).append(n),jQuery(t).attr("class","".concat(t.className," closeable-wrapper"));var r=jQuery('');jQuery(t).append(r);var i=jQuery('"));jQuery(t).append(i),r.click((function(){t.dataset.isShown="false",i.show(),r.hide(),n.get()[0].style.display="none"})),i.click((function(){t.dataset.isShown="true",i.hide(),n.get()[0].style.display=""})),jQuery(t).on("mouseover",(function(){"false"!==t.dataset.isShown&&r.show()})),jQuery(t).on("mouseout",(function(){"false"!==t.dataset.isShown&&r.hide()}))}}},function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){function n(t,e){for(var n=0;n=0&&Math.floor(e)===e&&isFinite(t)}function h(t){return o(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function p(t){return null==t?"":Array.isArray(t)||u(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i-1)return t.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function _(t,e){return y.call(t,e)}function w(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var O=/-(\w)/g,x=w((function(t){return t.replace(O,(function(t,e){return e?e.toUpperCase():""}))})),S=w((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),C=/\B([A-Z])/g,$=w((function(t){return t.replace(C,"-$1").toLowerCase()}));var T=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function k(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function j(t,e){for(var n in e)t[n]=e[n];return t}function E(t){for(var e={},n=0;n0,Z=Q&&Q.indexOf("edge/")>0,Y=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===U),X=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),J={}.watch,tt=!1,et=function(){return void 0===V&&(V=!W&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),V},nt=!1;function rt(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,ot="undefined"!=typeof Symbol&&rt(Symbol)&&"undefined"!=typeof Reflect&&rt(Reflect.ownKeys);it="undefined"!=typeof Set&&rt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var at=A,st=0,lt=function(){this.id=st++,this.subs=[]};lt.prototype.addSub=function(t){this.subs.push(t)},lt.prototype.removeSub=function(t){b(this.subs,t)},lt.prototype.depend=function(){lt.target&<.target.addDep(this)},lt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(o&&!_(i,"default"))a=!1;else if(""===a||a===$(t)){var l=Ht(String,i.type);(l<0||s0&&(le((l=t(l,(n||"")+"_"+r))[0])&&le(u)&&(d[c]=vt(u.text+l[0].text),l.shift()),d.push.apply(d,l)):s(l)?le(u)?d[c]=vt(u.text+l):""!==l&&d.push(vt(l)):le(l)&&le(u)?d[c]=vt(u.text+l.text):(a(e._isVList)&&o(l.tag)&&i(l.key)&&o(n)&&(l.key="__vlist"+n+"_"+r+"__"),d.push(l)));return d}(t):void 0}function le(t){return o(t)&&o(t.text)&&!1===t.isComment}function ce(t,e){if(t){for(var n=Object.create(null),r=ot?Reflect.ownKeys(t):Object.keys(t),i=0;i0,a=t?!!t.$stable:!o,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&n&&n!==r&&s===n.$key&&!o&&!n.$hasNormal)return n;for(var l in i={},t)t[l]&&"$"!==l[0]&&(i[l]=he(e,l,t[l]))}else i={};for(var c in e)c in i||(i[c]=pe(e,c));return t&&Object.isExtensible(t)&&(t._normalized=i),R(i,"$stable",a),R(i,"$key",s),R(i,"$hasNormal",o),i}function he(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:se(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function pe(t,e){return function(){return t[e]}}function ve(t,e){var n,r,i,a,s;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,i=t.length;rrn&&Xe[n].id>t.id;)n--;Xe.splice(n+1,0,t)}else Xe.push(t);en||(en=!0,Jt(sn))}}(this)},cn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||l(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Ft(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},cn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},cn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},cn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var un={enumerable:!0,configurable:!0,get:A,set:A};function dn(t,e,n){un.get=function(){return this[e][n]},un.set=function(t){this[e][n]=t},Object.defineProperty(t,n,un)}function fn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},i=t.$options._propKeys=[];t.$parent&&wt(!1);var o=function(o){i.push(o);var a=Lt(o,e,n,t);St(r,o,a),o in t||dn(t,"_props",o)};for(var a in e)o(a);wt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?A:T(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;u(e=t._data="function"==typeof e?function(t,e){ut();try{return t.call(e,e)}catch(t){return Ft(t,e,"data()"),{}}finally{dt()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&_(r,o)||(a=void 0,36!==(a=(o+"").charCodeAt(0))&&95!==a&&dn(t,"_data",o))}var a;xt(e,!0)}(t):xt(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=et();for(var i in e){var o=e[i],a="function"==typeof o?o:o.get;0,r||(n[i]=new cn(t,a||A,A,hn)),i in t||pn(t,i,o)}}(t,e.computed),e.watch&&e.watch!==J&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var i=0;i-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!d(t)&&t.test(e)}function Sn(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=On(a.componentOptions);s&&!e(s)&&Cn(n,o,r,i)}}}function Cn(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,b(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=bn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Bt(yn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ue(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,i=n&&n.context;t.$slots=ue(e._renderChildren,i),t.$scopedSlots=r,t._c=function(e,n,r,i){return Me(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return Me(t,e,n,r,i,!0)};var o=n&&n.data;St(t,"$attrs",o&&o.attrs||r,null,!0),St(t,"$listeners",e._parentListeners||r,null,!0)}(e),Ye(e,"beforeCreate"),function(t){var e=ce(t.$options.inject,t);e&&(wt(!1),Object.keys(e).forEach((function(n){St(t,n,e[n])})),wt(!0))}(e),fn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),Ye(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(_n),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Ct,t.prototype.$delete=$t,t.prototype.$watch=function(t,e,n){if(u(e))return gn(this,t,e,n);(n=n||{}).user=!0;var r=new cn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){Ft(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(_n),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var i=0,o=t.length;i1?k(n):n;for(var r=k(arguments,1),i='event handler for "'+t+'"',o=0,a=n.length;oparseInt(this.max)&&Cn(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return H}};Object.defineProperty(t,"config",e),t.util={warn:at,extend:j,mergeOptions:Bt,defineReactive:St},t.set=Ct,t.delete=$t,t.nextTick=Jt,t.observable=function(t){return xt(t),t},t.options=Object.create(null),M.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,j(t.options.components,Tn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Bt(this.options,t),this}}(t),wn(t),function(t){M.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&u(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(_n),Object.defineProperty(_n.prototype,"$isServer",{get:et}),Object.defineProperty(_n.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(_n,"FunctionalRenderContext",{value:Ee}),_n.version="2.6.11";var kn=m("style,class"),jn=m("input,textarea,option,select,progress"),En=m("contenteditable,draggable,spellcheck"),An=m("events,caret,typing,plaintext-only"),Pn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Nn="http://www.w3.org/1999/xlink",Bn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Dn=function(t){return Bn(t)?t.slice(6,t.length):""},Ln=function(t){return null==t||!1===t};function Mn(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=In(r.data,e));for(;o(n=n.parent);)n&&n.data&&(e=In(e,n.data));return function(t,e){if(o(t)||o(e))return Hn(t,Fn(e));return""}(e.staticClass,e.class)}function In(t,e){return{staticClass:Hn(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Hn(t,e){return t?e?t+" "+e:t:e||""}function Fn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r-1?lr(t,e,n):Pn(e)?Ln(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):En(e)?t.setAttribute(e,function(t,e){return Ln(e)||"false"===e?"false":"contenteditable"===t&&An(e)?e:"true"}(e,n)):Bn(e)?Ln(n)?t.removeAttributeNS(Nn,Dn(e)):t.setAttributeNS(Nn,e,n):lr(t,e,n)}function lr(t,e,n){if(Ln(n))t.removeAttribute(e);else{if(G&&!K&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var cr={create:ar,update:ar};function ur(t,e){var n=e.elm,r=e.data,a=t.data;if(!(i(r.staticClass)&&i(r.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=Mn(e),l=n._transitionClasses;o(l)&&(s=Hn(s,Fn(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var dr,fr={create:ur,update:ur};function hr(t,e,n){var r=dr;return function i(){var o=e.apply(null,arguments);null!==o&&mr(t,i,n,r)}}var pr=Wt&&!(X&&Number(X[1])<=53);function vr(t,e,n,r){if(pr){var i=on,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||void 0!==t.target.ownerDocument)return o.apply(this,arguments)}}dr.addEventListener(t,e,tt?{capture:n,passive:r}:n)}function mr(t,e,n,r){(r||dr).removeEventListener(t,e._wrapper||e,n)}function gr(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};dr=e.elm,function(t){if(o(t.__r)){var e=G?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}o(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ie(n,r,vr,mr,hr,e.context),dr=void 0}}var br,yr={create:gr,update:gr};function _r(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,a=e.elm,s=t.data.domProps||{},l=e.data.domProps||{};for(n in o(l.__ob__)&&(l=e.data.domProps=j({},l)),s)n in l||(a[n]="");for(n in l){if(r=l[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var c=i(r)?"":String(r);wr(a,c)&&(a.value=c)}else if("innerHTML"===n&&Vn(a.tagName)&&i(a.innerHTML)){(br=br||(void 0).createElement("div")).innerHTML=""+r+"";for(var u=br.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;u.firstChild;)a.appendChild(u.firstChild)}else if(r!==s[n])try{a[n]=r}catch(t){}}}}function wr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=(void 0).activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Or={create:_r,update:_r},xr=w((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Sr(t){var e=Cr(t.style);return t.staticStyle?j(t.staticStyle,e):e}function Cr(t){return Array.isArray(t)?E(t):"string"==typeof t?xr(t):t}var $r,Tr=/^--/,kr=/\s*!important$/,jr=function(t,e,n){if(Tr.test(e))t.style.setProperty(e,n);else if(kr.test(n))t.style.setProperty($(e),n.replace(kr,""),"important");else{var r=Ar(e);if(Array.isArray(n))for(var i=0,o=n.length;i-1?e.split(Br).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Lr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Br).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Mr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&j(e,Ir(t.name||"v")),j(e,t),e}return"string"==typeof t?Ir(t):void 0}}var Ir=w((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),Hr="transition",Fr="transitionend",Rr="animation",qr="animationend";var Vr=function(t){return t()};function zr(t){Vr((function(){Vr(t)}))}function Wr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Dr(t,e))}function Ur(t,e){t._transitionClasses&&b(t._transitionClasses,e),Lr(t,e)}function Qr(t,e,n){var r=Kr(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s="transition"===i?Fr:qr,l=0,c=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++l>=a&&c()};setTimeout((function(){l0&&(n="transition",u=a,d=o.length):"animation"===e?c>0&&(n="animation",u=c,d=l.length):d=(n=(u=Math.max(a,c))>0?a>c?"transition":"animation":null)?"transition"===n?o.length:l.length:0,{type:n,timeout:u,propCount:d,hasTransform:"transition"===n&&Gr.test(r[Hr+"Property"])}}function Zr(t,e){for(;t.length1}!function(t){var e,n,r={},l=t.modules,c=t.nodeOps;for(e=0;ep?y(t,i(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&w(e,f,p)}(f,m,g,n,u):o(g)?(o(t.text)&&c.setTextContent(f,""),y(f,null,g,0,g.length-1,n)):o(m)?w(m,0,m.length-1):o(t.text)&&c.setTextContent(f,""):t.text!==e.text&&c.setTextContent(f,e.text),o(p)&&o(p.hook)&&o(h.postpatch)&&h(t,e)}}}function C(t,e,n){if(a(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==o&&(a.selected=o);else if(B(ai(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function oi(t,e){return e.every((function(e){return!B(e,t)}))}function ai(t){return"_value"in t?t._value:t.value}function si(t){t.target.composing=!0}function li(t){t.target.composing&&(t.target.composing=!1,ci(t.target,"input"))}function ci(t,e){var n=(void 0).createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ui(t){return!t.componentInstance||t.data&&t.data.transition?t:ui(t.componentInstance._vnode)}var di={model:ni,show:{bind:function(t,e,n){var r=e.value,i=(n=ui(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,Xr(n,(function(){t.style.display=o}))):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ui(n)).data&&n.data.transition?(n.data.show=!0,r?Xr(n,(function(){t.style.display=t.__vOriginalDisplay})):Jr(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}}},fi={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function hi(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?hi(qe(e.children)):t}function pi(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var o in i)e[x(o)]=i[o];return e}function vi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var mi=function(t){return t.tag||Re(t)},gi=function(t){return"show"===t.name},bi={name:"transition",props:fi,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(mi)).length){0;var r=this.mode;0;var i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var o=hi(i);if(!o)return i;if(this._leaving)return vi(t,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var l=(o.data||(o.data={})).transition=pi(this),c=this._vnode,u=hi(c);if(o.data.directives&&o.data.directives.some(gi)&&(o.data.show=!0),u&&u.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,u)&&!Re(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var d=u.data.transition=j({},l);if("out-in"===r)return this._leaving=!0,oe(d,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),vi(t,i);if("in-out"===r){if(Re(o))return c;var f,h=function(){f()};oe(l,"afterEnter",h),oe(l,"enterCancelled",h),oe(d,"delayLeave",(function(t){f=t}))}}return i}}},yi=j({tag:String,moveClass:String},fi);function _i(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function wi(t){t.data.newPos=t.elm.getBoundingClientRect()}function Oi(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete yi.mode;var xi={Transition:bi,TransitionGroup:{props:yi,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var i=Ge(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=pi(this),s=0;s1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseInt(t,10);return isNaN(n)?e:n},Lo=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseFloat(t);return isNaN(n)?e:n},Mo=function(t){return t.replace(vo,"-$1").toLowerCase()},Io=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return Oo(t)?"":To(t)||jo(t)&&t.toString===Object.prototype.toString?JSON.stringify(t,null,e):String(t)},Ho=uo.prototype,Fo=["button","[href]:not(.disabled)","input","select","textarea","[tabindex]","[contenteditable]"].map((function(t){return"".concat(t,":not(:disabled):not([disabled])")})).join(", "),Ro=Ho.matches||Ho.msMatchesSelector||Ho.webkitMatchesSelector,qo=Ho.closest||function(t){var e=this;do{if(Jo(e,t))return e;e=e.parentElement||e.parentNode}while(!wo(e)&&e.nodeType===Node.ELEMENT_NODE);return null},Vo=Bi.requestAnimationFrame||Bi.webkitRequestAnimationFrame||Bi.mozRequestAnimationFrame||Bi.msRequestAnimationFrame||Bi.oRequestAnimationFrame||function(t){return setTimeout(t,16)},zo=Bi.MutationObserver||Bi.WebKitMutationObserver||Bi.MozMutationObserver||null,Wo=function(t){return!(!t||t.nodeType!==Node.ELEMENT_NODE)},Uo=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=Di.activeElement;return e&&!t.some((function(t){return t===e}))?e:null},Qo=function(t,e){return Io(t).toLowerCase()===Io(e).toLowerCase()},Go=function(t){return Wo(t)&&t===Uo()},Ko=function(t){if(!Wo(t)||!t.parentNode||!ea(Di.body,t))return!1;if("none"===da(t,"display"))return!1;var e=fa(t);return!!(e&&e.height>0&&e.width>0)},Zo=function(t){return!Wo(t)||t.disabled||ca(t,"disabled")||oa(t,"disabled")},Yo=function(t,e){return Po((Wo(e)?e:Di).querySelectorAll(t))},Xo=function(t,e){return(Wo(e)?e:Di).querySelector(t)||null},Jo=function(t,e){return!!Wo(t)&&Ro.call(t,e)},ta=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!Wo(e))return null;var r=qo.call(e,t);return n?r:r===e?null:r},ea=function(t,e){return!(!t||!xo(t.contains))&&t.contains(e)},na=function(t){return Di.getElementById(/^#/.test(t)?t.slice(1):t)||null},ra=function(t,e){e&&Wo(t)&&t.classList&&t.classList.add(e)},ia=function(t,e){e&&Wo(t)&&t.classList&&t.classList.remove(e)},oa=function(t,e){return!!(e&&Wo(t)&&t.classList)&&t.classList.contains(e)},aa=function(t,e,n){e&&Wo(t)&&t.setAttribute(e,n)},sa=function(t,e){e&&Wo(t)&&t.removeAttribute(e)},la=function(t,e){return e&&Wo(t)?t.getAttribute(e):null},ca=function(t,e){return e&&Wo(t)?t.hasAttribute(e):null},ua=function(t,e,n){e&&Wo(t)&&(t.style[e]=n)},da=function(t,e){return e&&Wo(t)&&t.style[e]||null},fa=function(t){return Wo(t)?t.getBoundingClientRect():null},ha=function(t){var e=Bi.getComputedStyle;return e&&Wo(t)?e(t):{}},pa=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};try{t.focus(e)}catch(t){}return Go(t)},va=function(t){return Ii?ko(t)?t:{capture:!!t||!1}:!!(ko(t)?t.capture:t)},ma=function(t,e,n,r){t&&t.addEventListener&&t.addEventListener(e,n,va(r))},ga=function(t,e,n,r){t&&t.removeEventListener&&t.removeEventListener(e,n,va(r))},ba=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.preventDefault,r=void 0===n||n,i=e.propagation,o=void 0===i||i,a=e.immediatePropagation,s=void 0!==a&&a;r&&t.preventDefault(),o&&t.stopPropagation(),s&&t.stopImmediatePropagation()},ya=function(t){return Mo(t.replace(po,""))},_a=function(t,e){return[Hi,ya(t),e].join("::")},wa=function(t,e){return[Hi,e,ya(t)].join("::")},Oa=function(t,e){return t?{innerHTML:t}:e?{textContent:e}:{}},xa=function(t){return t};function Sa(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ca(t){for(var e=1;et.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:e;return To(e)?e.reduce((function(e,n){return[].concat(La(e),[t(n,n)])}),[]):jo(e)?Ea(e).reduce((function(n,r){return Ba(Ba({},n),{},Da({},r,t(e[r],e[r])))}),{}):n},Ha=["xs","sm","md","lg","xl"],Fa=function(t){var e,n,r=(e=null,Object.create(e,n));return function(){for(var e=arguments.length,n=new Array(e),i=0;i1&&void 0!==arguments[1]?arguments[1]:void 0,n=Ra.$bvConfig;return n?n.getConfigValue(t,e):Ia(e)},Va=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;return e?qa("".concat(t,".").concat(e),n):qa(t,{})},za=function(){return qa("breakpoints",Ha)},Wa=Fa((function(){return za()})),Ua=function(){return Ia(Wa())};Fa((function(){var t=Ua();return t[0]="",t}));function Qa(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ga(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:void 0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,i=!0===n;return r=i?r:n,Ga(Ga(Ga({},t?{type:t}:{}),i?{required:i}:_o(e)?{}:{default:ko(e)?function(){return e}:e}),_o(r)?{}:{validator:r})},Ya=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:xa;return(To(t)?t.slice():Ea(t)).reduce((function(t,r){return t[n(r)]=e[r],t}),{})},Xa=function(t,e,n){return Ga(Ga({},Ia(t)),{},{default:function(){var r=Va(n,e,t.default);return xo(r)?r():r}})},Ja=function(t,e){return Ea(t).reduce((function(n,r){return Ga(Ga({},n),{},Ka({},r,Xa(t[r],r,e)))}),{})};Xa({},"","").default.name;function ts(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var es=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n="undefined"!=typeof process&&process&&process.env||{};return t?n[t]||e:n},ns=function(){return es("BOOTSTRAP_VUE_NO_WARN")||"production"===es("NODE_ENV")},rs=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;ns()||console.warn("[BootstrapVue warn]: ".concat(e?"".concat(e," - "):"").concat(t))};function is(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function os(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var as=function(t,e,n){if(t=t?t.$el||t:null,!Wo(t))return null;if(r="observeDom",!Ni&&(rs("".concat(r,": Requires MutationObserver support.")),1))return null;var r,i=new zo((function(t){for(var n=!1,r=0;r0||i.removedNodes.length>0))&&(n=!0)}n&&e()}));return i.observe(t,function(t){for(var e=1;e1?n-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(t=Bo(t).filter(xa)).some((function(t){return e[t]||n[t]}))},_s=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};t=Bo(t).filter(xa);for(var o=0;o0&&void 0!==arguments[0]?arguments[0]:"default",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.$scopedSlots,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$slots;return ys(t,e,n)},normalizeSlot:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$scopedSlots,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.$slots,i=_s(t,e,n,r);return i?Bo(i):i}}}),Os=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return t&&t.$options._scopeId||e};var xs=Si.extend({computed:{scopedStyleAttrs:function(){var t,e,n,r=Os(this.$parent);return r?(n="",(e=r)in(t={})?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t):{}}}}),Ss=function(t){return"%"+t.charCodeAt(0).toString(16)},Cs=function(t){return encodeURIComponent(Io(t)).replace(go,Ss).replace(mo,",")},$s=(decodeURIComponent,function(t){if(!jo(t))return"";var e=Ea(t).map((function(e){var n=t[e];return _o(n)?"":wo(n)?Cs(e):To(n)?n.reduce((function(t,n){return wo(n)?t.push(Cs(e)):_o(n)||t.push(Cs(e)+"="+Cs(n)),t}),[]).join("&"):Cs(e)+"="+Cs(n)})).filter((function(t){return t.length>0})).join("&");return e?"?".concat(e):""}),Ts=function(t){return!(!t||Qo(t,"a"))},ks=ds("$listeners","bvListeners");function js(t){return function(t){if(Array.isArray(t))return Es(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return Es(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Es(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Es(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n0&&void 0!==arguments[0]?arguments[0]:{},e=t.target,n=t.rel;return"_blank"===e&&wo(n)?"noopener":n||null}({target:this.target,rel:this.rel})},computedHref:function(){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.href,n=t.to,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"a",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"#",o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(e)return e;if(Ts(r))return null;if(Co(n))return n||o;if(jo(n)&&(n.path||n.query||n.hash)){var a=Io(n.path),s=$s(n.query),l=Io(n.hash);return l=l&&"#"!==l.charAt(0)?"#".concat(l):l,"".concat(a).concat(s).concat(l)||o}return i}({to:this.to,href:this.href},this.computedTag)},computedProps:function(){var t=this.prefetch;return this.isRouterLink?Ps(Ps({},Ya(Ps(Ps({},Ds),Ls),this)),{},{prefetch:So(t)?t:void 0,tag:this.routerTag}):{}},computedAttrs:function(){var t=this.bvAttrs,e=this.computedHref,n=this.computedRel,r=this.disabled,i=this.target,o=this.routerTag,a=this.isRouterLink;return Ps(Ps(Ps(Ps({},t),e?{href:e}:{}),a&&!Qo(o,"a")?{}:{rel:n,target:i}),{},{tabindex:r?"-1":_o(t.tabindex)?null:t.tabindex,"aria-disabled":r?"true":null})},computedListeners:function(){return Ps(Ps({},this.bvListeners),{},{click:this.onClick})}},methods:{onClick:function(t){var e=arguments,n=Ao(t),r=this.isRouterLink,i=this.bvListeners.click;n&&this.disabled?ba(t,{immediatePropagation:!0}):(r&&t.currentTarget.__vue__&&t.currentTarget.__vue__.$emit("click",t),Bo(i).filter((function(t){return xo(t)})).forEach((function(t){t.apply(void 0,js(e))})),this.emitOnRoot(Bs,t),this.emitOnRoot("clicked::link",t)),n&&!r&&"#"===this.computedHref&&ba(t,{propagation:!1})},focus:function(){pa(this.$el)},blur:function(){!function(t){try{t.blur()}catch(t){}Go(t)}(this.$el)}},render:function(t){var e=this.active,n=this.disabled;return t(this.computedTag,Ns({class:{active:e,disabled:n},attrs:this.computedAttrs,props:this.computedProps},this.isRouterLink?"nativeOn":"on",this.computedListeners),this.normalizeSlot())}});function Hs(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Fs(t){for(var e=1;e0&&!n[0].text?n[0]:t()}}),fl={container:Za([fo,Qi],"body"),disabled:Za(Vi,!1),tag:Za(Qi,"div")},hl=Si.extend({name:"BVTransporter",mixins:[ws],props:fl,watch:{disabled:{immediate:!0,handler:function(t){t?this.unmountTarget():this.$nextTick(this.mountTarget)}}},created:function(){this.$_defaultFn=null,this.$_target=null},beforeMount:function(){this.mountTarget()},updated:function(){this.updateTarget()},beforeDestroy:function(){this.unmountTarget(),this.$_defaultFn=null},methods:{getContainer:function(){return null},mountTarget:function(){if(!this.$_target){var t=this.getContainer();if(t){var e=(void 0).createElement("div");t.appendChild(e),this.$_target=new dl({el:e,parent:this,propsData:{nodes:Bo(this.normalizeSlot())}})}}},updateTarget:function(){},unmountTarget:function(){this.$_target&&this.$_target.$destroy(),this.$_target=null}},render:function(t){if(this.disabled){var e=Bo(this.normalizeSlot()).filter(xa);if(e.length>0&&!e[0].text)return e[0]}return t()}});function pl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function vl(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{};if(pl(this,t),!e)throw new TypeError("Failed to construct '".concat(this.constructor.name,"'. 1 argument required, ").concat(arguments.length," given."));Ta(this,t.Defaults,this.constructor.Defaults,n,{type:e}),ka(this,{type:{enumerable:!0,configurable:!1,writable:!1},cancelable:{enumerable:!0,configurable:!1,writable:!1},nativeEvent:{enumerable:!0,configurable:!1,writable:!1},target:{enumerable:!0,configurable:!1,writable:!1},relatedTarget:{enumerable:!0,configurable:!1,writable:!1},vueTarget:{enumerable:!0,configurable:!1,writable:!1},componentId:{enumerable:!0,configurable:!1,writable:!1}});var r=!1;this.preventDefault=function(){this.cancelable&&(r=!0)},ja(this,"defaultPrevented",{enumerable:!0,get:function(){return r}})}var e,n,r;return e=t,r=[{key:"Defaults",get:function(){return{type:"",cancelable:!0,nativeEvent:null,target:null,relatedTarget:null,vueTarget:null,componentId:null}}}],(n=null)&&vl(e.prototype,n),r&&vl(e,r),t}();function gl(t){return(gl="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function bl(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function yl(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:{};return wl(this,o),e=i.call(this,t,n),ka(Tl(e),{trigger:{enumerable:!0,configurable:!1,writable:!1}}),e}return e=o,r=[{key:"Defaults",get:function(){return yl(yl({},xl(kl(o),"Defaults",this)),{},{trigger:null})}}],(n=null)&&Ol(e.prototype,n),r&&Ol(e,r),o}(ml),El=new(Si.extend({data:function(){return{modals:[],baseZIndex:null,scrollbarWidth:null,isBodyOverflowing:!1}},computed:{modalCount:function(){return this.modals.length},modalsAreOpen:function(){return this.modalCount>0}},watch:{modalCount:function(t,e){0},modals:function(t){var e=this;this.checkScrollbar(),Vo((function(){e.updateModals(t||[])}))}},methods:{registerModal:function(t){var e=this;t&&-1===this.modals.indexOf(t)&&(this.modals.push(t),t.$once("hook:beforeDestroy",(function(){e.unregisterModal(t)})))},unregisterModal:function(t){var e=this.modals.indexOf(t);e>-1&&(this.modals.splice(e,1),t._isBeingDestroyed||t._isDestroyed||this.resetModal(t))},getBaseZIndex:function(){return wo(this.baseZIndex),this.baseZIndex||1040},getScrollbarWidth:function(){return wo(this.scrollbarWidth),this.scrollbarWidth||0},updateModals:function(t){var e=this,n=this.getBaseZIndex(),r=this.getScrollbarWidth();t.forEach((function(t,i){t.zIndex=n+i,t.scrollbarWidth=r,t.isTop=i===e.modals.length-1,t.isBodyOverflowing=e.isBodyOverflowing}))},resetModal:function(t){t&&(t.zIndex=this.getBaseZIndex(),t.isTop=!0,t.isBodyOverflowing=!1)},checkScrollbar:function(){var t=fa((void 0).body),e=t.left,n=t.right;this.isBodyOverflowing=e+n<(void 0).innerWidth},setScrollbar:function(){var t=(void 0).body;if(t._paddingChangedForModal=t._paddingChangedForModal||[],t._marginChangedForModal=t._marginChangedForModal||[],this.isBodyOverflowing){var e=this.scrollbarWidth;Yo(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top").forEach((function(n){var r=da(n,"paddingRight")||"";aa(n,"data-padding-right",r),ua(n,"paddingRight","".concat(Lo(ha(n).paddingRight,0)+e,"px")),t._paddingChangedForModal.push(n)})),Yo(".sticky-top").forEach((function(n){var r=da(n,"marginRight")||"";aa(n,"data-margin-right",r),ua(n,"marginRight","".concat(Lo(ha(n).marginRight,0)-e,"px")),t._marginChangedForModal.push(n)})),Yo(".navbar-toggler").forEach((function(n){var r=da(n,"marginRight")||"";aa(n,"data-margin-right",r),ua(n,"marginRight","".concat(Lo(ha(n).marginRight,0)+e,"px")),t._marginChangedForModal.push(n)}));var n=da(t,"paddingRight")||"";aa(t,"data-padding-right",n),ua(t,"paddingRight","".concat(Lo(ha(t).paddingRight,0)+e,"px"))}},resetScrollbar:function(){var t=(void 0).body;t._paddingChangedForModal&&t._paddingChangedForModal.forEach((function(t){ca(t,"data-padding-right")&&(ua(t,"paddingRight",la(t,"data-padding-right")||""),sa(t,"data-padding-right"))})),t._marginChangedForModal&&t._marginChangedForModal.forEach((function(t){ca(t,"data-margin-right")&&(ua(t,"marginRight",la(t,"data-margin-right")||""),sa(t,"data-margin-right"))})),t._paddingChangedForModal=null,t._marginChangedForModal=null,ca(t,"data-padding-right")&&(ua(t,"paddingRight",la(t,"data-padding-right")||""),sa(t,"data-padding-right"))}}}));function Al(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Pl(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:{},n=e.type,r=void 0===n?void 0:n,i=e.defaultValue,o=void 0===i?void 0:i,a=e.validator,s=void 0===a?void 0:a,l=e.event,c=void 0===l?"input":l,u=ts({},t,Za(r,o,s)),d=Si.extend({model:{prop:t,event:c},props:u});return{mixin:d,props:u,prop:t,event:c}}("visible",{type:Vi,defaultValue:!1,event:"change"}),Dl=Bl.mixin,Ll=Bl.props,Ml=Bl.prop,Il=Bl.event,Hl=["cancel","headerclose","ok"],Fl={subtree:!0,childList:!0,characterData:!0,attributes:!0,attributeFilter:["style","class"]},Rl=Ja(Pa(Pl(Pl(Pl({},hs),Ll),{},{ariaLabel:Za(Qi),autoFocusButton:Za(Qi,null,(function(t){return Oo(t)||No(Hl,t)})),bodyBgVariant:Za(Qi),bodyClass:Za(Ki),bodyTextVariant:Za(Qi),busy:Za(Vi,!1),buttonSize:Za(Qi),cancelDisabled:Za(Vi,!1),cancelTitle:Za(Qi,"Cancel"),cancelTitleHtml:Za(Qi),cancelVariant:Za(Qi,"secondary"),centered:Za(Vi,!1),contentClass:Za(Ki),dialogClass:Za(Ki),footerBgVariant:Za(Qi),footerBorderVariant:Za(Qi),footerClass:Za(Ki),footerTextVariant:Za(Qi),headerBgVariant:Za(Qi),headerBorderVariant:Za(Qi),headerClass:Za(Ki),headerCloseContent:Za(Qi,"×"),headerCloseLabel:Za(Qi,"Close"),headerCloseVariant:Za(Qi),headerTextVariant:Za(Qi),hideBackdrop:Za(Vi,!1),hideFooter:Za(Vi,!1),hideHeader:Za(Vi,!1),hideHeaderClose:Za(Vi,!1),ignoreEnforceFocusSelector:Za(Zi),lazy:Za(Vi,!1),modalClass:Za(Ki),noCloseOnBackdrop:Za(Vi,!1),noCloseOnEsc:Za(Vi,!1),noEnforceFocus:Za(Vi,!1),noFade:Za(Vi,!1),noStacking:Za(Vi,!1),okDisabled:Za(Vi,!1),okOnly:Za(Vi,!1),okTitle:Za(Qi,"OK"),okTitleHtml:Za(Qi),okVariant:Za(Qi,"primary"),returnFocus:Za([fo,Ui,Qi]),scrollable:Za(Vi,!1),size:Za(Qi,"md"),static:Za(Vi,!1),title:Za(Qi),titleClass:Za(Ki),titleHtml:Za(Qi),titleSrOnly:Za(Vi,!1),titleTag:Za(Qi,"h5")})),"BModal"),ql=Si.extend({name:"BModal",mixins:[fs,ps,Dl,ms,gs,bs,ws,xs],inheritAttrs:!1,props:Rl,data:function(){return{isHidden:!0,isVisible:!1,isTransitioning:!1,isShow:!1,isBlock:!1,isOpening:!1,isClosing:!1,ignoreBackdropClick:!1,isModalOverflowing:!1,scrollbarWidth:0,zIndex:El.getBaseZIndex(),isTop:!0,isBodyOverflowing:!1}},computed:{modalId:function(){return this.safeId()},modalOuterId:function(){return this.safeId("__BV_modal_outer_")},modalHeaderId:function(){return this.safeId("__BV_modal_header_")},modalBodyId:function(){return this.safeId("__BV_modal_body_")},modalTitleId:function(){return this.safeId("__BV_modal_title_")},modalContentId:function(){return this.safeId("__BV_modal_content_")},modalFooterId:function(){return this.safeId("__BV_modal_footer_")},modalBackdropId:function(){return this.safeId("__BV_modal_backdrop_")},modalClasses:function(){return[{fade:!this.noFade,show:this.isShow},this.modalClass]},modalStyles:function(){var t="".concat(this.scrollbarWidth,"px");return{paddingLeft:!this.isBodyOverflowing&&this.isModalOverflowing?t:"",paddingRight:this.isBodyOverflowing&&!this.isModalOverflowing?t:"",display:this.isBlock?"block":"none"}},dialogClasses:function(){var t;return[(t={},Nl(t,"modal-".concat(this.size),this.size),Nl(t,"modal-dialog-centered",this.centered),Nl(t,"modal-dialog-scrollable",this.scrollable),t),this.dialogClass]},headerClasses:function(){var t;return[(t={},Nl(t,"bg-".concat(this.headerBgVariant),this.headerBgVariant),Nl(t,"text-".concat(this.headerTextVariant),this.headerTextVariant),Nl(t,"border-".concat(this.headerBorderVariant),this.headerBorderVariant),t),this.headerClass]},titleClasses:function(){return[{"sr-only":this.titleSrOnly},this.titleClass]},bodyClasses:function(){var t;return[(t={},Nl(t,"bg-".concat(this.bodyBgVariant),this.bodyBgVariant),Nl(t,"text-".concat(this.bodyTextVariant),this.bodyTextVariant),t),this.bodyClass]},footerClasses:function(){var t;return[(t={},Nl(t,"bg-".concat(this.footerBgVariant),this.footerBgVariant),Nl(t,"text-".concat(this.footerTextVariant),this.footerTextVariant),Nl(t,"border-".concat(this.footerBorderVariant),this.footerBorderVariant),t),this.footerClass]},modalOuterStyle:function(){return{position:"absolute",zIndex:this.zIndex}},slotScope:function(){return{cancel:this.onCancel,close:this.onClose,hide:this.hide,ok:this.onOk,visible:this.isVisible}},computeIgnoreEnforceFocusSelector:function(){return Bo(this.ignoreEnforceFocusSelector).filter(xa).join(",").trim()},computedAttrs:function(){return Pl(Pl(Pl({},this.static?{}:this.scopedStyleAttrs),this.bvAttrs),{},{id:this.modalOuterId})},computedModalAttrs:function(){var t=this.isVisible,e=this.ariaLabel;return{id:this.modalId,role:"dialog","aria-hidden":t?null:"true","aria-modal":t?"true":null,"aria-label":e,"aria-labelledby":this.hideHeader||e||!(this.hasNormalizedSlot("modal-title")||this.titleHtml||this.title)?null:this.modalTitleId,"aria-describedby":this.modalBodyId}}},watch:Nl({},Ml,(function(t,e){t!==e&&this[t?"show":"hide"]()})),created:function(){this.$_observer=null,this.$_returnFocus=this.returnFocus||null},mounted:function(){this.zIndex=El.getBaseZIndex(),this.listenOnRoot(wa("BModal","show"),this.showHandler),this.listenOnRoot(wa("BModal","hide"),this.hideHandler),this.listenOnRoot(wa("BModal","toggle"),this.toggleHandler),this.listenOnRoot(_a("BModal","show"),this.modalListener),!0===this[Ml]&&this.$nextTick(this.show)},beforeDestroy:function(){this.setObserver(!1),this.isVisible&&(this.isVisible=!1,this.isShow=!1,this.isTransitioning=!1)},methods:{setObserver:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,t&&(this.$_observer=as(this.$refs.content,this.checkModalOverflow.bind(this),Fl))},updateModel:function(t){t!==this[Ml]&&this.$emit(Il,t)},buildEvent:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new jl(t,Pl(Pl({cancelable:!1,target:this.$refs.modal||this.$el||null,relatedTarget:null,trigger:null},e),{},{vueTarget:this,componentId:this.modalId}))},show:function(){if(!this.isVisible&&!this.isOpening)if(this.isClosing)this.$once("hidden",this.show);else{this.isOpening=!0,this.$_returnFocus=this.$_returnFocus||this.getActiveElement();var t=this.buildEvent("show",{cancelable:!0});if(this.emitEvent(t),t.defaultPrevented||this.isVisible)return this.isOpening=!1,void this.updateModel(!1);this.doShow()}},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(this.isVisible&&!this.isClosing){this.isClosing=!0;var e=this.buildEvent("hide",{cancelable:"FORCE"!==t,trigger:t||null});if("ok"===t?this.$emit("ok",e):"cancel"===t?this.$emit("cancel",e):"headerclose"===t&&this.$emit("close",e),this.emitEvent(e),e.defaultPrevented||!this.isVisible)return this.isClosing=!1,void this.updateModel(!0);this.setObserver(!1),this.isVisible=!1,this.updateModel(!1)}},toggle:function(t){t&&(this.$_returnFocus=t),this.isVisible?this.hide("toggle"):this.show()},getActiveElement:function(){var t=Uo([]);return t&&t.focus?t:null},doShow:function(){var t=this;El.modalsAreOpen&&this.noStacking?this.listenOnRootOnce(_a("BModal","hidden"),this.doShow):(El.registerModal(this),this.isHidden=!1,this.$nextTick((function(){t.isVisible=!0,t.isOpening=!1,t.updateModel(!0),t.$nextTick((function(){t.setObserver(!0)}))})))},onBeforeEnter:function(){this.isTransitioning=!0,this.setResizeEvent(!0)},onEnter:function(){var t=this;this.isBlock=!0,Vo((function(){Vo((function(){t.isShow=!0}))}))},onAfterEnter:function(){var t=this;this.checkModalOverflow(),this.isTransitioning=!1,Vo((function(){t.emitEvent(t.buildEvent("shown")),t.setEnforceFocus(!0),t.$nextTick((function(){t.focusFirst()}))}))},onBeforeLeave:function(){this.isTransitioning=!0,this.setResizeEvent(!1),this.setEnforceFocus(!1)},onLeave:function(){this.isShow=!1},onAfterLeave:function(){var t=this;this.isBlock=!1,this.isTransitioning=!1,this.isModalOverflowing=!1,this.isHidden=!0,this.$nextTick((function(){t.isClosing=!1,El.unregisterModal(t),t.returnFocusTo(),t.emitEvent(t.buildEvent("hidden"))}))},emitEvent:function(t){var e=t.type;this.emitOnRoot(_a("BModal",e),t,t.componentId),this.$emit(e,t)},onDialogMousedown:function(){var t=this,e=this.$refs.modal;ma(e,"mouseup",(function n(r){ga(e,"mouseup",n,Ri),r.target===e&&(t.ignoreBackdropClick=!0)}),Ri)},onClickOut:function(t){this.ignoreBackdropClick?this.ignoreBackdropClick=!1:this.isVisible&&!this.noCloseOnBackdrop&&ea((void 0).body,t.target)&&(ea(this.$refs.content,t.target)||this.hide("backdrop"))},onOk:function(){this.hide("ok")},onCancel:function(){this.hide("cancel")},onClose:function(){this.hide("headerclose")},onEsc:function(t){27===t.keyCode&&this.isVisible&&!this.noCloseOnEsc&&this.hide("esc")},focusHandler:function(t){var e=this.$refs.content,n=t.target;if(!(this.noEnforceFocus||!this.isTop||!this.isVisible||!e||void 0===n||ea(e,n)||this.computeIgnoreEnforceFocusSelector&&ta(this.computeIgnoreEnforceFocusSelector,n,!0))){var r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;return Yo(Fo,t).filter(Ko).filter((function(t){return t.tabIndex>-1&&!t.disabled}))}(this.$refs.content),i=this.$refs["bottom-trap"],o=this.$refs["top-trap"];if(i&&n===i){if(pa(r[0]))return}else if(o&&n===o&&pa(r[r.length-1]))return;pa(e,{preventScroll:!0})}},setEnforceFocus:function(t){this.listenDocument(t,"focusin",this.focusHandler)},setResizeEvent:function(t){this.listenWindow(t,"resize",this.checkModalOverflow),this.listenWindow(t,"orientationchange",this.checkModalOverflow)},showHandler:function(t,e){t===this.modalId&&(this.$_returnFocus=e||this.getActiveElement(),this.show())},hideHandler:function(t){t===this.modalId&&this.hide("event")},toggleHandler:function(t,e){t===this.modalId&&this.toggle(e)},modalListener:function(t){this.noStacking&&t.vueTarget!==this&&this.hide()},focusFirst:function(){},returnFocusTo:function(){var t=this.returnFocus||this.$_returnFocus||null;this.$_returnFocus=null,this.$nextTick((function(){(t=Co(t)?Xo(t):t)&&(t=t.$el||t,pa(t))}))},checkModalOverflow:function(){if(this.isVisible){var t=this.$refs.modal;this.isModalOverflowing=t.scrollHeight>(void 0).documentElement.clientHeight}},makeModal:function(t){var e=t();if(!this.hideHeader){var n=this.normalizeSlot("modal-header",this.slotScope);if(!n){var r=t();this.hideHeaderClose||(r=t(rl,{props:{content:this.headerCloseContent,disabled:this.isTransitioning,ariaLabel:this.headerCloseLabel,textVariant:this.headerCloseVariant||this.headerTextVariant},on:{click:this.onClose},ref:"close-button"},[this.normalizeSlot("modal-header-close")])),n=[t(this.titleTag,{staticClass:"modal-title",class:this.titleClasses,attrs:{id:this.modalTitleId},domProps:this.hasNormalizedSlot("modal-title")?{}:Oa(this.titleHtml,this.title)},this.normalizeSlot("modal-title",this.slotScope)),r]}e=t("header",{staticClass:"modal-header",class:this.headerClasses,attrs:{id:this.modalHeaderId},ref:"header"},[n])}var i=t("div",{staticClass:"modal-body",class:this.bodyClasses,attrs:{id:this.modalBodyId},ref:"body"},this.normalizeSlot("default",this.slotScope)),o=t();if(!this.hideFooter){var a=this.normalizeSlot("modal-footer",this.slotScope);if(!a){var s=t();this.okOnly||(s=t(tl,{props:{variant:this.cancelVariant,size:this.buttonSize,disabled:this.cancelDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot("modal-cancel")?{}:Oa(this.cancelTitleHtml,this.cancelTitle),on:{click:this.onCancel},ref:"cancel-button"},this.normalizeSlot("modal-cancel"))),a=[s,t(tl,{props:{variant:this.okVariant,size:this.buttonSize,disabled:this.okDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot("modal-ok")?{}:Oa(this.okTitleHtml,this.okTitle),on:{click:this.onOk},ref:"ok-button"},this.normalizeSlot("modal-ok"))]}o=t("footer",{staticClass:"modal-footer",class:this.footerClasses,attrs:{id:this.modalFooterId},ref:"footer"},[a])}var l=t("div",{staticClass:"modal-content",class:this.contentClass,attrs:{id:this.modalContentId,tabindex:"-1"},ref:"content"},[e,i,o]),c=t(),u=t();this.isVisible&&!this.noEnforceFocus&&(c=t("span",{attrs:{tabindex:"0"},ref:"top-trap"}),u=t("span",{attrs:{tabindex:"0"},ref:"bottom-trap"}));var d=t("div",{staticClass:"modal-dialog",class:this.dialogClasses,on:{mousedown:this.onDialogMousedown},ref:"dialog"},[c,l,u]),f=t("div",{staticClass:"modal",class:this.modalClasses,style:this.modalStyles,attrs:this.computedModalAttrs,on:{keydown:this.onEsc,click:this.onClickOut},directives:[{name:"show",value:this.isVisible}],ref:"modal"},[d]);f=t("transition",{props:{enterClass:"",enterToClass:"",enterActiveClass:"",leaveClass:"",leaveActiveClass:"",leaveToClass:""},on:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave}},[f]);var h=t();return!this.hideBackdrop&&this.isVisible&&(h=t("div",{staticClass:"modal-backdrop",attrs:{id:this.modalBackdropId}},this.normalizeSlot("modal-backdrop"))),h=t(ul,{props:{noFade:this.noFade}},[h]),t("div",{style:this.modalOuterStyle,attrs:this.computedAttrs,key:"modal-outer-".concat(this._uid)},[f,h])}},render:function(t){return this.static?this.lazy&&this.isHidden?t():this.makeModal(t):this.isHidden?t():t(hl,[this.makeModal(t)])}}),Vl=(Math.min,Math.max),zl=(Math.abs,Math.ceil,Math.floor,Math.pow,Math.round,function(){}),Wl=function(){for(var t=["Edge","Trident","Firefox"],e=0;e1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var i=t.ownerDocument.documentElement,o=t.ownerDocument.scrollingElement||i;return o[n]}return t[n]}function nc(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=ec(e,"top"),i=ec(e,"left"),o=n?-1:1;return t.top+=r*o,t.bottom+=r*o,t.left+=i*o,t.right+=i*o,t}function rc(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function ic(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],0)}function oc(t){var e=t.body,n=t.documentElement;return{height:ic("Height",e,n),width:ic("Width",e,n)}}var ac=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},sc=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],r=!1,i="HTML"===e.nodeName,o=dc(t),a=dc(e),s=Zl(t),l=Gl(e),c=parseFloat(l.borderTopWidth),u=parseFloat(l.borderLeftWidth);n&&i&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var d=uc({top:o.top-a.top-c,left:o.left-a.left-u,width:o.width,height:o.height});if(d.marginTop=0,d.marginLeft=0,!r&&i){var f=parseFloat(l.marginTop),h=parseFloat(l.marginLeft);d.top-=c-f,d.bottom-=c-f,d.left-=u-h,d.right-=u-h,d.marginTop=f,d.marginLeft=h}return(r&&!n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(d=nc(d,e)),d}function hc(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,r=fc(t,n),i=Math.max(n.clientWidth,(void 0).innerWidth||0),o=Math.max(n.clientHeight,(void 0).innerHeight||0),a=e?0:ec(n),s=e?0:ec(n,"left"),l={top:a-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:i,height:o};return uc(l)}function pc(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===Gl(t,"position"))return!0;var n=Kl(t);return!!n&&pc(n)}function vc(t){if(!t||!t.parentElement)return(void 0).documentElement;for(var e=t.parentElement;e&&"none"===Gl(e,"transform");)e=e.parentElement;return e||(void 0).documentElement}function mc(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},a=i?vc(t):tc(t,Yl(e));if("viewport"===r)o=hc(a,i);else{var s=void 0;"scrollParent"===r?"BODY"===(s=Zl(Kl(e))).nodeName&&(s=t.ownerDocument.documentElement):s="window"===r?t.ownerDocument.documentElement:r;var l=fc(s,a,i);if("HTML"!==s.nodeName||pc(a))o=l;else{var c=oc(t.ownerDocument),u=c.height,d=c.width;o.top+=l.top-l.marginTop,o.bottom=u+l.top,o.left+=l.left-l.marginLeft,o.right=d+l.left}}var f="number"==typeof(n=n||0);return o.left+=f?n:n.left||0,o.top+=f?n:n.top||0,o.right-=f?n:n.right||0,o.bottom-=f?n:n.bottom||0,o}function gc(t){return t.width*t.height}function bc(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=mc(n,r,o,i),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map((function(t){return cc({key:t},s[t],{area:gc(s[t])})})).sort((function(t,e){return e.area-t.area})),c=l.filter((function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,d=t.split("-")[1];return u+(d?"-"+d:"")}function yc(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=r?vc(e):tc(e,Yl(n));return fc(n,i,r)}function _c(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),r=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+r,height:t.offsetHeight+n}}function wc(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function Oc(t,e,n){n=n.split("-")[0];var r=_c(t),i={width:r.width,height:r.height},o=-1!==["right","left"].indexOf(n),a=o?"top":"left",s=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return i[a]=e[a]+e[l]/2-r[l]/2,i[s]=n===s?e[s]-r[c]:e[wc(s)],i}function xc(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function Sc(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var r=xc(t,(function(t){return t[e]===n}));return t.indexOf(r)}(t,"name",n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&Ql(n)&&(e.offsets.popper=uc(e.offsets.popper),e.offsets.reference=uc(e.offsets.reference),e=n(e,t))})),e}function Cc(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=yc(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=bc(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=Oc(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=Sc(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function $c(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function Tc(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r1&&void 0!==arguments[1]&&arguments[1],n=Mc.indexOf(t),r=Mc.slice(n+1).concat(Mc.slice(0,n));return e?r.reverse():r}var Hc="flip",Fc="clockwise",Rc="counterclockwise";function qc(t,e,n,r){var i=[0,0],o=-1!==["right","left"].indexOf(r),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(xc(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return(c=c.map((function(t,r){var i=(1===r?!o:o)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,r){var i=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+i[1],a=i[2];if(!o)return t;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=r}return uc(s)[e]/100*o}if("vh"===a||"vw"===a){return("vh"===a?Math.max((void 0).documentElement.clientHeight,(void 0).innerHeight||0):Math.max((void 0).documentElement.clientWidth,(void 0).innerWidth||0))/100*o}return o}(t,i,e,n)}))}))).forEach((function(t,e){t.forEach((function(n,r){Nc(n)&&(i[e]+=n*("-"===t[r-1]?-1:1))}))})),i}var Vc={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var i=t.offsets,o=i.reference,a=i.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",c=s?"width":"height",u={start:lc({},l,o[l]),end:lc({},l,o[l]+o[c]-a[c])};t.offsets.popper=cc({},a,u[r])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,r=t.placement,i=t.offsets,o=i.popper,a=i.reference,s=r.split("-")[0],l=void 0;return l=Nc(+n)?[+n,0]:qc(n,o,a,s),"left"===s?(o.top+=l[0],o.left-=l[1]):"right"===s?(o.top+=l[0],o.left+=l[1]):"top"===s?(o.left+=l[0],o.top-=l[1]):"bottom"===s&&(o.left+=l[0],o.top+=l[1]),t.popper=o,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||Xl(t.instance.popper);t.instance.reference===n&&(n=Xl(n));var r=Tc("transform"),i=t.instance.popper.style,o=i.top,a=i.left,s=i[r];i.top="",i.left="",i[r]="";var l=mc(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);i.top=o,i.left=a,i[r]=s,e.boundaries=l;var c=e.priority,u=t.offsets.popper,d={primary:function(t){var n=u[t];return u[t]l[t]&&!e.escapeWithReference&&(r=Math.min(u[n],l[t]-("right"===t?u.width:u.height))),lc({},n,r)}};return c.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";u=cc({},u,d[e](t))})),t.offsets.popper=u,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,r=e.reference,i=t.placement.split("-")[0],o=Math.floor,a=-1!==["top","bottom"].indexOf(i),s=a?"right":"bottom",l=a?"left":"top",c=a?"width":"height";return n[s]o(r[s])&&(t.offsets.popper[l]=o(r[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!Dc(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"==typeof r){if(!(r=t.instance.popper.querySelector(r)))return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var i=t.placement.split("-")[0],o=t.offsets,a=o.popper,s=o.reference,l=-1!==["left","right"].indexOf(i),c=l?"height":"width",u=l?"Top":"Left",d=u.toLowerCase(),f=l?"left":"top",h=l?"bottom":"right",p=_c(r)[c];s[h]-pa[h]&&(t.offsets.popper[d]+=s[d]+p-a[h]),t.offsets.popper=uc(t.offsets.popper);var v=s[d]+s[c]/2-p/2,m=Gl(t.instance.popper),g=parseFloat(m["margin"+u]),b=parseFloat(m["border"+u+"Width"]),y=v-t.offsets.popper[d]-g-b;return y=Math.max(Math.min(a[c]-p,y),0),t.arrowElement=r,t.offsets.arrow=(lc(n={},d,Math.round(y)),lc(n,f,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if($c(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=mc(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],i=wc(r),o=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case Hc:a=[r,i];break;case Fc:a=Ic(r);break;case Rc:a=Ic(r,!0);break;default:a=e.behavior}return a.forEach((function(s,l){if(r!==s||a.length===l+1)return t;r=t.placement.split("-")[0],i=wc(r);var c=t.offsets.popper,u=t.offsets.reference,d=Math.floor,f="left"===r&&d(c.right)>d(u.left)||"right"===r&&d(c.left)d(u.top)||"bottom"===r&&d(c.top)d(n.right),v=d(c.top)d(n.bottom),g="left"===r&&h||"right"===r&&p||"top"===r&&v||"bottom"===r&&m,b=-1!==["top","bottom"].indexOf(r),y=!!e.flipVariations&&(b&&"start"===o&&h||b&&"end"===o&&p||!b&&"start"===o&&v||!b&&"end"===o&&m),_=!!e.flipVariationsByContent&&(b&&"start"===o&&p||b&&"end"===o&&h||!b&&"start"===o&&m||!b&&"end"===o&&v),w=y||_;(f||g||w)&&(t.flipped=!0,(f||g)&&(r=a[l+1]),w&&(o=function(t){return"end"===t?"start":"start"===t?"end":t}(o)),t.placement=r+(o?"-"+o:""),t.offsets.popper=cc({},t.offsets.popper,Oc(t.instance.popper,t.offsets.reference,t.placement)),t=Sc(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,i=r.popper,o=r.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return i[a?"left":"top"]=o[n]-(s?i[a?"width":"height"]:0),t.placement=wc(e),t.offsets.popper=uc(i),t}},hide:{order:800,enabled:!0,fn:function(t){if(!Dc(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=xc(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};ac(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=Ul(this.update.bind(this)),this.options=cc({},t.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(cc({},t.Defaults.modifiers,i.modifiers)).forEach((function(e){r.options.modifiers[e]=cc({},t.Defaults.modifiers[e]||{},i.modifiers?i.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return cc({name:t},r.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&Ql(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)})),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return sc(t,[{key:"update",value:function(){return Cc.call(this)}},{key:"destroy",value:function(){return kc.call(this)}},{key:"enableEventListeners",value:function(){return Ac.call(this)}},{key:"disableEventListeners",value:function(){return Pc.call(this)}}]),t}();zc.Utils=global.PopperUtils,zc.placements=Lc,zc.Defaults=Vc;var Wc=zc,Uc={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left",TOPLEFT:"top",TOPRIGHT:"top",RIGHTTOP:"right",RIGHTBOTTOM:"right",BOTTOMLEFT:"bottom",BOTTOMRIGHT:"bottom",LEFTTOP:"left",LEFTBOTTOM:"left"},Qc={AUTO:0,TOPLEFT:-1,TOP:0,TOPRIGHT:1,RIGHTTOP:-1,RIGHT:0,RIGHTBOTTOM:1,BOTTOMLEFT:-1,BOTTOM:0,BOTTOMRIGHT:1,LEFTTOP:-1,LEFT:0,LEFTBOTTOM:1},Gc={arrowPadding:Za(Yi,6),boundary:Za([fo,Qi],"scrollParent"),boundaryPadding:Za(Yi,5),fallbackPlacement:Za(Zi,"flip"),offset:Za(Yi,0),placement:Za(Qi,"top"),target:Za([fo,ho])},Kc=Si.extend({name:"BVPopper",props:Gc,data:function(){return{noFade:!1,localShow:!0,attachment:this.getAttachment(this.placement)}},computed:{templateType:function(){return"unknown"},popperConfig:function(){var t=this,e=this.placement;return{placement:this.getAttachment(e),modifiers:{offset:{offset:this.getOffset(e)},flip:{behavior:this.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{padding:this.boundaryPadding,boundariesElement:this.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t.popperPlacementChange(e)},onUpdate:function(e){t.popperPlacementChange(e)}}}},created:function(){var t=this;this.$_popper=null,this.localShow=!0,this.$on("show",(function(e){t.popperCreate(e)}));var e=function(){t.$nextTick((function(){Vo((function(){t.$destroy()}))}))};this.$parent.$once("hook:destroyed",e),this.$once("hidden",e)},beforeMount:function(){this.attachment=this.getAttachment(this.placement)},updated:function(){this.updatePopper()},beforeDestroy:function(){this.destroyPopper()},destroyed:function(){var t=this.$el;t&&t.parentNode&&t.parentNode.removeChild(t)},methods:{hide:function(){this.localShow=!1},getAttachment:function(t){return Uc[String(t).toUpperCase()]||"auto"},getOffset:function(t){if(!this.offset){var e=this.$refs.arrow||Xo(".arrow",this.$el),n=Lo(ha(e).width,0)+Lo(this.arrowPadding,0);switch(Qc[String(t).toUpperCase()]||0){case 1:return"+50%p - ".concat(n,"px");case-1:return"-50%p + ".concat(n,"px");default:return 0}}return this.offset},popperCreate:function(t){this.destroyPopper(),this.$_popper=new Wc(this.target,t,this.popperConfig)},destroyPopper:function(){this.$_popper&&this.$_popper.destroy(),this.$_popper=null},updatePopper:function(){this.$_popper&&this.$_popper.scheduleUpdate()},popperPlacementChange:function(t){this.attachment=this.getAttachment(t.placement)},renderTemplate:function(t){return t("div")}},render:function(t){var e=this,n=this.noFade;return t(ul,{props:{appear:!0,noFade:n},on:{beforeEnter:function(t){return e.$emit("show",t)},afterEnter:function(t){return e.$emit("shown",t)},beforeLeave:function(t){return e.$emit("hide",t)},afterLeave:function(t){return e.$emit("hidden",t)}}},[this.localShow?this.renderTemplate(t):t()])}});function Zc(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Yc(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},n=!1;Ea(cu).forEach((function(r){_o(e[r])||t[r]===e[r]||(t[r]=e[r],"title"===r&&(n=!0))})),n&&this.localShow&&this.fixTitle()},createTemplateAndShow:function(){var t=this.getContainer(),e=this.getTemplate(),n=this.$_tip=new e({parent:this,propsData:{id:this.computedId,html:this.html,placement:this.placement,fallbackPlacement:this.fallbackPlacement,target:this.getPlacementTarget(),boundary:this.getBoundary(),offset:Do(this.offset,0),arrowPadding:Do(this.arrowPadding,0),boundaryPadding:Do(this.boundaryPadding,0)}});this.handleTemplateUpdate(),n.$once("show",this.onTemplateShow),n.$once("shown",this.onTemplateShown),n.$once("hide",this.onTemplateHide),n.$once("hidden",this.onTemplateHidden),n.$once("hook:destroyed",this.destroyTemplate),n.$on("focusin",this.handleEvent),n.$on("focusout",this.handleEvent),n.$on("mouseenter",this.handleEvent),n.$on("mouseleave",this.handleEvent),n.$mount(t.appendChild((void 0).createElement("div")))},hideTemplate:function(){this.$_tip&&this.$_tip.hide(),this.clearActiveTriggers(),this.$_hoverState=""},destroyTemplate:function(){this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.localPlacementTarget=null;try{this.$_tip.$destroy()}catch(t){}this.$_tip=null,this.removeAriaDescribedby(),this.restoreTitle(),this.localShow=!1},getTemplateElement:function(){return this.$_tip?this.$_tip.$el:null},handleTemplateUpdate:function(){var t=this,e=this.$_tip;if(e){["title","content","variant","customClass","noFade","interactive"].forEach((function(n){e[n]!==t[n]&&(e[n]=t[n])}))}},show:function(){var t=this.getTarget();if(t&&ea((void 0).body,t)&&Ko(t)&&!this.dropdownOpen()&&(!Oo(this.title)&&""!==this.title||!Oo(this.content)&&""!==this.content)&&!this.$_tip&&!this.localShow){this.localShow=!0;var e=this.buildEvent("show",{cancelable:!0});this.emitEvent(e),e.defaultPrevented?this.destroyTemplate():(this.fixTitle(),this.addAriaDescribedby(),this.createTemplateAndShow())}},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.getTemplateElement();if(e&&this.localShow){var n=this.buildEvent("hide",{cancelable:!t});this.emitEvent(n),n.defaultPrevented||this.hideTemplate()}else this.restoreTitle()},forceHide:function(){this.getTemplateElement()&&this.localShow&&(this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.$_tip&&(this.$_tip.noFade=!0),this.hide(!0))},enable:function(){this.$_enabled=!0,this.emitEvent(this.buildEvent("enabled"))},disable:function(){this.$_enabled=!1,this.emitEvent(this.buildEvent("disabled"))},onTemplateShow:function(){this.setWhileOpenListeners(!0)},onTemplateShown:function(){var t=this.$_hoverState;this.$_hoverState="","out"===t&&this.leave(null),this.emitEvent(this.buildEvent("shown"))},onTemplateHide:function(){this.setWhileOpenListeners(!1)},onTemplateHidden:function(){this.destroyTemplate(),this.emitEvent(this.buildEvent("hidden"))},getTarget:function(){var t=this.target;return Co(t)?t=na(t.replace(/^#/,"")):xo(t)?t=t():t&&(t=t.$el||t),Wo(t)?t:null},getPlacementTarget:function(){return this.getTarget()},getTargetId:function(){var t=this.getTarget();return t&&t.id?t.id:null},getContainer:function(){var t=!!this.container&&(this.container.$el||this.container),e=(void 0).body,n=this.getTarget();return!1===t?ta(lu,n)||e:Co(t)&&na(t.replace(/^#/,""))||e},getBoundary:function(){return this.boundary?this.boundary.$el||this.boundary:"scrollParent"},isInModal:function(){var t=this.getTarget();return t&&ta(au,t)},isDropdown:function(){var t=this.getTarget();return t&&oa(t,"dropdown")},dropdownOpen:function(){var t=this.getTarget();return this.isDropdown()&&t&&Xo(".dropdown-menu.show",t)},clearHoverTimeout:function(){clearTimeout(this.$_hoverTimeout),this.$_hoverTimeout=null},clearVisibilityInterval:function(){clearInterval(this.$_visibleInterval),this.$_visibleInterval=null},clearActiveTriggers:function(){for(var t in this.activeTrigger)this.activeTrigger[t]=!1},addAriaDescribedby:function(){var t=this.getTarget(),e=la(t,"aria-describedby")||"";e=e.split(/\s+/).concat(this.computedId).join(" ").trim(),aa(t,"aria-describedby",e)},removeAriaDescribedby:function(){var t=this,e=this.getTarget(),n=la(e,"aria-describedby")||"";(n=n.split(/\s+/).filter((function(e){return e!==t.computedId})).join(" ").trim())?aa(e,"aria-describedby",n):sa(e,"aria-describedby")},fixTitle:function(){var t=this.getTarget();if(ca(t,"title")){var e=la(t,"title");aa(t,"title",""),e&&aa(t,"data-original-title",e)}},restoreTitle:function(){var t=this.getTarget();if(ca(t,"data-original-title")){var e=la(t,"data-original-title");sa(t,"data-original-title"),e&&aa(t,"title",e)}},buildEvent:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new ml(t,nu({cancelable:!1,target:this.getTarget(),relatedTarget:this.getTemplateElement()||null,componentId:this.computedId,vueTarget:this},e))},emitEvent:function(t){var e=t.type;this.emitOnRoot(_a(this.templateType,e),t),this.$emit(e,t)},listen:function(){var t=this,e=this.getTarget();e&&(this.setRootListener(!0),this.computedTriggers.forEach((function(n){"click"===n?ma(e,"click",t.handleEvent,Ri):"focus"===n?(ma(e,"focusin",t.handleEvent,Ri),ma(e,"focusout",t.handleEvent,Ri)):"blur"===n?ma(e,"focusout",t.handleEvent,Ri):"hover"===n&&(ma(e,"mouseenter",t.handleEvent,Ri),ma(e,"mouseleave",t.handleEvent,Ri))}),this))},unListen:function(){var t=this,e=this.getTarget();this.setRootListener(!1),["click","focusin","focusout","mouseenter","mouseleave"].forEach((function(n){e&&ga(e,n,t.handleEvent,Ri)}),this)},setRootListener:function(t){var e=this.$root;if(e){var n=t?"$on":"$off",r=this.templateType;e[n](wa(r,"hide"),this.doHide),e[n](wa(r,"show"),this.doShow),e[n](wa(r,"disable"),this.doDisable),e[n](wa(r,"enable"),this.doEnable)}},setWhileOpenListeners:function(t){this.setModalListener(t),this.setDropdownListener(t),this.visibleCheck(t),this.setOnTouchStartListener(t)},visibleCheck:function(t){var e=this;this.clearVisibilityInterval();var n=this.getTarget(),r=this.getTemplateElement();t&&(this.$_visibleInterval=setInterval((function(){!r||!e.localShow||n.parentNode&&Ko(n)||e.forceHide()}),100))},setModalListener:function(t){this.isInModal()&&this.$root[t?"$on":"$off"](su,this.forceHide)},setOnTouchStartListener:function(t){var e=this;"ontouchstart"in(void 0).documentElement&&Po((void 0).body.children).forEach((function(n){!function(t){for(var e=t?ma:ga,n=arguments.length,r=new Array(n>1?n-1:0),i=1;i0&&void 0!==arguments[0]?arguments[0]:null;e&&(this.activeTrigger["focusin"===e.type?"focus":"hover"]=!0),this.localShow||"in"===this.$_hoverState?this.$_hoverState="in":(this.clearHoverTimeout(),this.$_hoverState="in",this.computedDelay.show?(this.fixTitle(),this.$_hoverTimeout=setTimeout((function(){"in"===t.$_hoverState?t.show():t.localShow||t.restoreTitle()}),this.computedDelay.show)):this.show())},leave:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;e&&(this.activeTrigger["focusout"===e.type?"focus":"hover"]=!1,"focusout"===e.type&&No(this.computedTriggers,"blur")&&(this.activeTrigger.click=!1,this.activeTrigger.hover=!1)),this.isWithActiveTrigger||(this.clearHoverTimeout(),this.$_hoverState="out",this.computedDelay.hide?this.$_hoverTimeout=setTimeout((function(){"out"===t.$_hoverState&&t.hide()}),this.computedDelay.hide):this.hide())}}});function du(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function fu(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var hu=Ja((fu(iu={boundary:Za([fo,Ui,Qi],"scrollParent"),boundaryPadding:Za(Yi,50),container:Za([fo,Ui,Qi]),customClass:Za(Qi),delay:Za(Xi,50)},"disabled",Za(Vi,!1)),fu(iu,"fallbackPlacement",Za(Zi,"flip")),fu(iu,"id",Za(Qi)),fu(iu,"noFade",Za(Vi,!1)),fu(iu,"noninteractive",Za(Vi,!1)),fu(iu,"offset",Za(Yi,0)),fu(iu,"placement",Za(Qi,"top")),fu(iu,"show",Za(Vi,!1)),fu(iu,"target",Za([fo,ho,zi,Ui,Qi],void 0,!0)),fu(iu,"title",Za(Qi)),fu(iu,"triggers",Za(Zi,"hover focus")),fu(iu,"variant",Za(Qi)),iu),"BTooltip"),pu=Si.extend({name:"BTooltip",mixins:[ws],inheritAttrs:!1,props:hu,data:function(){return{localShow:this.show,localTitle:"",localContent:""}},computed:{templateData:function(){return function(t){for(var e=1;e li, li.nav-item")&&Xo("a, button",t)||t},$u=function(t){t&&"BUTTON"!==t.tagName&&(ca(t,"role")||aa(t,"role","button"),"A"===t.tagName||ca(t,"tabindex")||aa(t,"tabindex","0"))},Tu=function(t){var e=t[xu]||{},n=e.trigger,r=e.handler;n&&r&&(ga(n,"click",r,Fi),ga(n,"keydown",r,Fi),ga(t,"click",r,Fi),ga(t,"keydown",r,Fi)),delete t[xu]},ku=function(t,e,n){var r=t[xu]||{},i=Su(e),o=Cu(t);i===r.target&&o===r.trigger||(Tu(t),function(t,e,n){var r=Su(e),i=Cu(t);if(r&&i){var o=function(t){var e=t.currentTarget;if(!Zo(e)){var i=t.type,o=t.keyCode;"click"!==i&&("keydown"!==i||13!==o&&32!==o)||n.context.$root.$emit(Ou,r,e)}};t[xu]={handler:o,target:r,trigger:i},$u(i),ma(i,"click",o,Fi),"BUTTON"!==i.tagName&&"button"===la(i,"role")&&ma(i,"keydown",o,Fi)}}(t,e,n)),$u(o)},ju={inserted:ku,updated:function(){},componentUpdated:ku,unbind:Tu};var Eu="__BV_Popover__",Au={bind:function(t,e,n){},componentUpdated:function(t,e,n){n.context.$nextTick((function(){}))},unbind:function(t){!function(t){t[Eu]&&(t[Eu].$destroy(),t[Eu]=null),delete t[Eu]}(t)}};var Pu="__BV_Tooltip__",Nu={bind:function(t,e,n){},componentUpdated:function(t,e,n){n.context.$nextTick((function(){}))},unbind:function(t){!function(t){t[Pu]&&(t[Pu].$destroy(),t[Pu]=null),delete t[Pu]}(t)}},Bu=n(28),Du=n.n(Bu),Lu=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isLi?n("li",{ref:"dropdown",class:[{disabled:t.disabledBool},t.isLi?"dropdown":"btn-group",t.addClass]},[t._t("button",[n("a",{staticClass:"dropdown-toggle",class:{disabled:t.disabledBool},attrs:{role:"button"},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.hideDropdownMenu()}}},[t._t("header")],2)]),t._ssrNode(" "),t._t("dropdown-menu",[n("ul",{staticClass:"dropdown-menu",class:[{show:t.show},{"dropdown-menu-right":t.menuAlignRight}]},[t._t("default")],2)])],2):t.isSubmenu?n("submenu",{ref:"submenu",scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)}):n("div",{ref:"dropdown",class:[{disabled:t.disabledBool},t.isLi?"dropdown":"btn-group",t.addClass]},[t._t("before"),t._ssrNode(" "),t._t("button",[n("button",{staticClass:"btn dropdown-toggle",class:[t.btnType,t.btnWithBefore],attrs:{type:"button",disabled:t.disabledBool},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.hideDropdownMenu()}}},[t._t("header")],2)]),t._ssrNode(" "),t._t("dropdown-menu",[n("ul",{staticClass:"dropdown-menu",class:[{show:t.show},{"dropdown-menu-right":t.menuAlignRight}]},[t._t("default")],2)])],2)};Lu._withStripped=!0;var Mu=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("li",{ref:"submenu",class:[t.addClass,"dropdown-submenu",{dropright:t.dropright,dropleft:t.dropleft}]},[t._t("button",[n("a",{staticClass:"submenu-toggle",class:{disabled:t.disabled},attrs:{role:"button"}},[t._t("header")],2)]),t._ssrNode(" "),t._t("dropdown-menu",[n("ul",{staticClass:"dropdown-menu"},[t._t("default")],2)])],2)};Mu._withStripped=!0;var Iu=function(t){return"string"==typeof t?""===t||"true"===t||"false"!==t&&"null"!==t&&"undefined"!==t&&t:t};function Hu(t){return"string"==typeof t?""===t||"true"===t||"false"!==t&&"null"!==t&&"undefined"!==t&&t:t}function Fu(t){return"number"==typeof t?t:null==t||isNaN(Number(t))?null:Number(t)}function Ru(t){var e=t.split("#"),n="";return e.length>1&&(n=e[1]),n}var qu,Vu=n(29),zu=n.n(Vu),Wu=n(30),Uu=n.n(Wu),Qu=Array.prototype,Gu=new Error("Passed arguments must be of Node"),Ku=[],Zu=[];function Yu(t){return t instanceof(void 0).Node}function Xu(t){return t instanceof(void 0).NodeList||t instanceof td||t instanceof(void 0).HTMLCollection||t instanceof Array}function Ju(t){return(t=t.trim()).length?t.replace(/\s+/," ").split(" "):[]}var td=function(){function t(e){zu()(this,t);var n=e;if(void 0===e[0]?n=[void 0]:"string"==typeof e[0]?(n=(e[1]||void 0).querySelectorAll(e[0]),e[1]&&(this.owner=e[1])):0 in e&&!Yu(e[0])&&e[0]&&"length"in e[0]&&(n=e[0],e[1]&&(this.owner=e[1])),n){for(var r in n)this[r]=n[r];this.length=n.length}else this.length=0}return Uu()(t,[{key:"concat",value:function(){var t=Qu.slice.call(this);function e(n){Qu.forEach.call(n,(function(n){Yu(n)?~t.indexOf(n)||t.push(n):Xu(n)&&e(n)}))}for(var n=arguments.length,r=new Array(n),i=0;i1&&void 0!==arguments[1])||arguments[1];return this&&this.length&&t?(this.each((function(e){Ku.push({el:e,callback:t})})),qu||(qu=function(t){Ku.forEach((function(e){e.el&&(e.el.contains(t.target)||e.el===t.target||e.callback.call(e.el,t,e.el))}))},(void 0).addEventListener("click",qu,!1),e&&(void 0).addEventListener("touchstart",qu,!1)),this):this}},{key:"offBlur",value:function(t){return this.each((function(e){Ku=Ku.filter((function(n){return!(n&&n.el===e&&(!t||n.callback===t))&&e}))})),this}}]),t}(),ed=td.prototype;function nd(t,e){var n=[];return Qu.forEach.call(t,(function(r){if(Yu(r))~n.indexOf(r)||n.push(r);else if(Xu(r))for(var i in r)n.push(r[i]);else if(null!==r)return t.get=ed.get,t.set=ed.set,t.call=ed.call,t.owner=e,t})),od(n,e)}Object.getOwnPropertyNames(Qu).forEach((function(t){"join"!==t&&"copyWithin"!==t&&"fill"!==t&&void 0===ed[t]&&(ed[t]=Qu[t])}));function rd(t){var e=this;ed[t]||((void 0)[t]instanceof Function?ed[t]=function(){for(var n=[],r=!0,i=arguments.length,o=new Array(i),a=0;an))},preventOverflow:function(t){t.removeAttribute("style");var e=0,n=((void 0).innerWidth,(void 0).innerHeight),r=t.getBoundingClientRect();if(void 0!==r){var i=r.y,o=(r.x,r.x,t.offsetWidth,r.y+t.offsetHeight);o>n?t.setAttribute("style","bottom: auto; top: ".concat(-(o-n),"px;")):i767){if(t.show||t.disabledBool)return!1;e.currentTarget.click(),t.showSubmenu()}return!1}))},beforeDestroy:function(){var t=ad(this.$refs.submenu);t.offBlur(),t.findChildren("a,button").off(),t.findChildren("ul").off()}},Mu,[],!1,(function(t){var e=n(32);e.__inject__&&e.__inject__(t)}),"3d2bfc10","4c32627b");cd.options.__file="vue-components/src/Submenu.vue";var ud=cd.exports;var dd=ld({components:{Submenu:ud},props:{disabled:{type:[Boolean,String],default:!1},type:{type:String,default:"light"},menuAlignRight:{type:Boolean,default:!1},addClass:{type:String,default:""}},provide:{hasParentDropdown:!0},inject:{hasParentDropdown:{default:void 0}},data:function(){return{show:!1}},computed:{btnType:function(){return"btn-".concat(this.type)},disabledBool:function(){return Hu(this.disabled)},isLi:function(){return this.$parent._navbar||this.$parent.menu||this.$parent._tabset},isSubmenu:function(){return this.hasParentDropdown},menu:function(){return!this.$parent||this.$parent.navbar},submenu:function(){return this.$parent&&(this.$parent.menu||this.$parent.submenu)},slots:function(){return this.$scopedSlots.default},btnWithBefore:function(){return this.$scopedSlots.before?"btn-with-before":""}},methods:{blur:function(){var t=this;this.unblur(),this._hide=setTimeout((function(){t._hide=null,t.hideDropdownMenu()}),100)},unblur:function(){this._hide&&(clearTimeout(this._hide),this._hide=null)},hideDropdownMenu:function(){this.show=!1,ad(this.$refs.dropdown).findChildren("ul").each((function(t){return t.classList.toggle("show",!1)}))},showDropdownMenu:function(){this.show=!0,ad(this.$refs.dropdown).findChildren("ul").each((function(t){return t.classList.toggle("show",!0)}))}},mounted:function(){var t=this,e=ad(this.$refs.dropdown);this.show&&this.showDropdownMenu(),e.onBlur((function(){t.hideDropdownMenu()}),!1),e.findChildren("a,button.dropdown-toggle").on("click",(function(e){return e.preventDefault(),t.disabledBool||(t.show?t.hideDropdownMenu():t.showDropdownMenu()),!1})),e.findChildren("ul").on("click","li>a",(function(e){e.target.classList.contains("submenu-toggle")||t.hideDropdownMenu()}))},beforeDestroy:function(){var t=ad(this.$refs.dropdown);t.offBlur(),t.findChildren("a,button").off(),t.findChildren("ul").off()}},Lu,[],!1,(function(t){var e=n(33);e.__inject__&&e.__inject__(t)}),"2e98b3f0","005f1ae5");dd.options.__file="vue-components/src/Dropdown.vue";var fd=dd.exports,hd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t._ssrNode("","",[t._ssrNode('
',"
",[t._ssrNode('",[t._t("brand")],2),t._ssrNode(" "),t.slots.collapse?t._e():t._ssrNode('",[t._ssrNode(' '),t._t("collapse")],2),t._ssrNode(" "),t._ssrNode("","",[t._ssrNode('",[t._t("default")],2),t._ssrNode(" "),t.slots.right?t._ssrNode('",[t._t("right")],2):t._e()],2)],2)]),t._ssrNode(" "),t._ssrNode('
","
",[t._t("lower-navbar",[n("site-nav-button"),t._v(" "),n("page-nav-button")])],2)],2)};function pd(t){return t.endsWith(".html")?t.toLowerCase():t.endsWith("/")?"".concat(t,"index.html").toLowerCase():t.endsWith("/")?t.toLowerCase():"".concat(t,".html").toLowerCase()}hd._withStripped=!0;var vd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showSiteNav?n("overlay",{attrs:{type:"siteNav","portal-name":t.portalName},scopedSlots:t._u([{key:"navMenuIcon",fn:function(){return[n("div",{class:["toggle-site-nav-button"]},[n("span"),t._v(" "),n("span"),t._v(" "),n("span")])]},proxy:!0}],null,!1,3920804522)}):t._e()};vd._withStripped=!0;var md=ld({data:function(){return{portalName:void 0,show:!1}},computed:{showSiteNav:function(){return this.show&&this.portalName}},methods:{toggleSiteNavButton:function(){(void 0).innerWidth<992?this.show=!0:this.show=!1}},mounted:function(){null!==(void 0).querySelector("#site-nav a")?this.portalName="site-nav":null!==(void 0).querySelector(".site-nav-root a")&&(this.portalName="mb-site-nav"),this.toggleSiteNavButton(),ad(void 0).on("resize",this.toggleSiteNavButton)},beforeDestroy:function(){ad(void 0).off("resize",this.toggleSiteNavButton)}},vd,[],!1,(function(t){var e=n(34);e.__inject__&&e.__inject__(t)}),"69eece42","553579ec");md.options.__file="vue-components/src/SiteNavButton.vue";var gd=md.exports,bd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showPageNav?n("overlay",{attrs:{type:"pageNav","portal-name":t.portalName},scopedSlots:t._u([{key:"navMenuIcon",fn:function(){return[n("div",{class:["toggle-page-nav-button"]},[n("span"),t._v(" "),n("span"),t._v(" "),n("span")])]},proxy:!0}],null,!1,171840498)}):t._e()};bd._withStripped=!0;var yd=ld({data:function(){return{portalName:void 0,show:!1}},computed:{showPageNav:function(){return this.show&&this.portalName}},methods:{togglePageNavButton:function(){(void 0).innerWidth<1300?this.show=!0:this.show=!1}},mounted:function(){null!==(void 0).querySelector("#page-nav a")?this.portalName="page-nav":null!==(void 0).querySelector("#mb-page-nav a")&&(this.portalName="mb-page-nav"),this.togglePageNavButton(),ad(void 0).on("resize",this.togglePageNavButton)},beforeDestroy:function(){ad(void 0).off("resize",this.togglePageNavButton)}},bd,[],!1,(function(t){var e=n(35);e.__inject__&&e.__inject__(t)}),"3c57aa97","46b454c2");yd.options.__file="vue-components/src/PageNavButton.vue";var _d=yd.exports;var wd=ld({components:{SiteNavButton:gd,PageNavButton:_d},props:{type:{type:String,default:"primary"},addClass:{type:String,default:""},fixed:{type:[Boolean,String],default:!1},defaultHighlightOn:{type:String,default:"sibling-or-child"}},provide:function(){return{toggleLowerNavbar:this.toggleLowerNavbar}},data:function(){return{id:"bs-example-navbar-collapse-1",collapsed:!0,styles:{},isLowerNavbarShowing:!1}},computed:{fixedBool:function(){return Hu(this.fixed)},fixedOptions:function(){return this.fixedBool?"navbar-fixed":""},slots:function(){return this.$scopedSlots},themeOptions:function(){switch(this.type){case"none":return"";case"light":return"navbar-light bg-light";case"dark":return"navbar-dark bg-dark";case"primary":default:return"navbar-dark bg-primary"}}},methods:{toggleCollapse:function(t){t&&t.preventDefault(),this.collapsed=!this.collapsed},splitUrl:function(t){var e=new URL(pd(t));return"".concat(e.pathname).substr(1).split("/")},isSibling:function(t,e){var n=this.splitUrl(e),r=this.splitUrl(t);if(n.length!==r.length)return!1;for(var i=0;i0?this.isLowerNavbarShowing=!0:this.isLowerNavbarShowing=!1}},created:function(){this._navbar=!0},mounted:function(){var t=this,e=ad('.dropdown>[data-toggle="dropdown"]',this.$el).parent();e.on("click",".dropdown-toggle",(function(t){t.preventDefault(),e.each((function(e){e.contains(t.target)&&e.classList.toggle("open")}))})).on("click",".dropdown-menu>li>a",(function(t){e.each((function(e){e.contains(t.target)&&e.classList.remove("open")}))})).onBlur((function(t){e.each((function(e){e.contains(t.target)||e.classList.remove("open")}))})),ad(this.$el).on("click","li:not(.dropdown)>a",(function(e){e.target.classList.contains("submenu-toggle")||setTimeout((function(){t.collapsed=!0}),200)})).onBlur((function(e){t.$el.contains(e.target)||(t.collapsed=!0)})),this.slots.collapse&&ad('[data-toggle="collapse"]',this.$el).on("click",(function(e){return t.toggleCollapse(e)})),this.highlightLink((void 0).location.href),this.toggleLowerNavbar(),ad(void 0).on("resize",this.toggleLowerNavbar)},beforeDestroy:function(){ad(".dropdown",this.$el).off("click").offBlur(),this.slots.collapse&&ad('[data-toggle="collapse"]',this.$el).off("click"),ad(void 0).off("resize",this.toggleLowerNavbar)}},hd,[],!1,(function(t){var e=n(36);e.__inject__&&e.__inject__(t)}),"15113a2f","48824b38");wd.options.__file="vue-components/src/Navbar.vue";var Od=wd.exports,xd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isMinimal?n("minimal-panel",t._b({attrs:{"panel-id":t.panelId},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},"minimal-panel",t.$attrs,!1)):n("nested-panel",t._b({attrs:{"panel-id":t.panelId,type:t.type},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},"nested-panel",t.$attrs,!1))};xd._withStripped=!0;var Sd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.localMinimized?n("span",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode('',"",[t._ssrNode("","",[t._t("_alt",[t._t("header")])],2)])],2):n("div",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode("","",[t._ssrNode("","",[t._ssrNode('
'+(t.showCaret?"":"\x3c!----\x3e")+"
"),t._ssrNode("","",[t._t("header")],2),t._ssrNode(" "),t._ssrNode('
',"
",[t._t("button",[n("panel-switch",{directives:[{name:"show",rawName:"v-show",value:t.isExpandableCard&&!t.noSwitchBool&&!t.showCaret,expression:"isExpandableCard && !noSwitchBool && !showCaret"}],attrs:{"is-open":t.localExpanded,"is-light-bg":t.isLightBg}}),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:!t.noCloseBool,expression:"!noCloseBool"}],staticClass:"close-button btn",class:[t.isLightBg?"btn-outline-secondary":"btn-outline-light",{"seamless-button":t.isSeamless}],attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.close()}}},[n("span",{staticClass:"glyphicon glyphicon-remove",attrs:{"aria-hidden":"true"}})]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:t.popupUrl,expression:"popupUrl"}],staticClass:"popup-button btn",class:[t.isLightBg?"btn-outline-secondary":"btn-outline-light",{"seamless-button":t.isSeamless}],attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n("span",{staticClass:"glyphicon glyphicon-new-window",attrs:{"aria-hidden":"true"}})])])],2)],2),t._ssrNode(" "),t._ssrNode("","",[t.wasRetrieverLoaded||t.preloadBool?t._ssrNode('
',"
",[t._t("default"),t._ssrNode(" "),t.hasSrc?n("retriever",{ref:"retriever",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{"src-loaded":t.retrieverUpdateMaxHeight}}):t._e(),t._ssrNode(" "),n("panel-switch",{directives:[{name:"show",rawName:"v-show",value:t.isExpandableCard&&t.bottomSwitchBool,expression:"isExpandableCard && bottomSwitchBool"}],attrs:{"is-open":t.localExpanded},nativeOn:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggle()}}})],2):t._e(),t._ssrNode(" ")],2),t._ssrNode(" "),n("transition",{attrs:{name:"peek-read-more-fade"}},[t.shouldShowPeek?n("div",{staticClass:"peek-read-more glyphicon glyphicon-chevron-down",on:{click:function(e){return t.toggle()}}}):t._e()])],2)],2)};Sd._withStripped=!0;var Cd={props:{type:{type:String,default:null},expandable:{type:[Boolean,String],default:!0},isOpen:{type:[Boolean,String],default:null},expanded:{type:[Boolean,String],default:null},minimized:{type:[Boolean,String],default:!1},noSwitch:{type:[Boolean,String],default:!1},noClose:{type:[Boolean,String],default:!1},popupUrl:{type:String,default:null},src:{type:String},bottomSwitch:{type:[Boolean,String],default:!0},preload:{type:[Boolean,String],default:!1},addClass:{type:String,default:""},expandHeaderless:{type:Boolean,default:!1},peek:{type:Boolean,default:!1},panelId:{type:String,default:null}},computed:{expandableBool:function(){return Hu(this.expandable)},isOpenBool:function(){return Hu(this.isOpen)},expandedBool:function(){return Hu(this.expanded)},minimizedBool:function(){return Hu(this.minimized)},noSwitchBool:function(){return Hu(this.noSwitch)},noCloseBool:function(){return Hu(this.noClose)},bottomSwitchBool:function(){return Hu(this.bottomSwitch)},preloadBool:function(){return Hu(this.preload)},hasHeaderBool:function(){return this.$scopedSlots.header},isExpandableCard:function(){return this.expandableBool},hasId:function(){return this.panelId},hasSrc:function(){return this.src&&this.src.length>0},srcWithoutFragment:function(){return this.src.split("#")[0]},shouldShowHeader:function(){return!this.localExpanded||!this.expandHeaderless},shouldShowPeek:function(){return this.peek&&!this.localExpanded},collapsedPanelHeight:function(){return this.peek?125:0}},data:function(){return{localExpanded:!1,localMinimized:!1,wasRetrieverLoaded:!1,isRetrieverLoadDone:!this.src,fragment:""}},methods:{toggle:function(){var t=this;this.wasRetrieverLoaded?(this.localExpanded?(this.$refs.panel.style.maxHeight="".concat(this.$refs.panel.scrollHeight,"px"),requestAnimationFrame((function(){if(t.$el.getBoundingClientRect().top<0){var e=jQuery("header[fixed]").height()||0;jQuery("html").animate({scrollTop:(void 0).scrollY+t.$el.getBoundingClientRect().top-e-3},500,"swing")}t.$refs.panel.style.maxHeight="".concat(t.collapsedPanelHeight,"px")}))):this.$refs.panel.style.maxHeight="".concat(this.$refs.panel.scrollHeight,"px"),this.localExpanded=!this.localExpanded):this.open()},close:function(){this.localMinimized=!0,this.localExpanded=!1},open:function(){var t=this;this.localMinimized=!1,this.$nextTick((function(){t.initPanel(),t.localExpanded=!0,t.wasRetrieverLoaded=!0,t.$nextTick((function(){t.$refs.panel.style.maxHeight="".concat(t.$refs.panel.scrollHeight,"px")}))}))},openPopup:function(){(void 0).open(this.popupUrl)},retrieverUpdateMaxHeight:function(){this.isRetrieverLoadDone=!0,this.localExpanded&&(this.expandedBool?this.$refs.panel.style.maxHeight="none":this.$refs.panel.style.maxHeight="".concat(this.$refs.panel.scrollHeight,"px"))},initPanel:function(){var t=this;this.$refs.panel.addEventListener("transitionend",(function(e){t.localExpanded&&t.isRetrieverLoadDone&&e.target===t.$refs.panel&&(t.$refs.panel.style.maxHeight="none")})),this.localExpanded?this.$refs.panel.style.maxHeight="none":this.$refs.panel.style.maxHeight="".concat(this.collapsedPanelHeight,"px")}},created:function(){if(this.src){var t=Ru(this.src);t&&(this.fragment=t)}var e=!this.expandableBool&&"false"!==this.expanded;this.localExpanded=e||this.expandedBool,null===this.localExpanded&&(this.localExpanded=!1),this.wasRetrieverLoaded=this.localExpanded||this.peek,this.localMinimized=this.minimizedBool},mounted:function(){this.localMinimized||this.initPanel()}},$d=function(){var t=this.$createElement;return(this._self._c||t)("button",{class:["collapse-button","btn",this.isLightBg?"btn-outline-secondary":"btn-outline-light"],attrs:{type:"button"}},[this._ssrNode('")])};$d._withStripped=!0;var Td=ld({props:{isOpen:{type:[Boolean,String],default:!1},isLightBg:{type:Boolean,default:!0}},computed:{isOpenBool:function(){return Hu(this.isOpen)}}},$d,[],!1,(function(t){var e=n(37);e.__inject__&&e.__inject__(t)}),null,"36ba0902");Td.options.__file="vue-components/src/panels/PanelSwitch.vue";var kd=Td.exports,jd=function(){var t=this.$createElement;return(this._self._c||t)("div",[this._ssrNode("\n Loading...\n")])};jd._withStripped=!0;var Ed=n(1),Ad=n.n(Ed);function Pd(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}var Nd=ld({props:{src:{type:String,default:null},fragment:{type:String,default:null},delay:{type:[Boolean,String],default:!1},hasFetched:{type:Boolean,default:!1}},data:function(){return{hasFetchedCopy:this.hasFetched}},computed:{delayBool:function(){return Hu(this.delay)},hash:function(){return Ru(this.src)||this.fragment},srcWithoutHash:function(){return this.src.split("#")[0]}},methods:{fetch:function(){var t=this;this.srcWithoutHash&&(this.hasFetchedCopy||jQuery.get(this.srcWithoutHash).done((function(e){var n=e;if(t.hash){var r=jQuery("").append(jQuery.parseHTML(n));n=jQuery("#".concat(t.hash),r).html()}if(t.hasFetchedCopy=!0,void 0===n&&t.hash)t.$el.innerHTML="Error: Failed to retrieve page fragment:"+" ".concat(t.srcWithoutHash,"#").concat(t.hash);else{var i=function(t){for(var e=1;e\n".concat(n,"\n"),data:function(){return i}}))).$mount(t.$el),t.$emit("src-loaded")}})).fail((function(e){console.error(e.responseText),t.$el.innerHTML="Error: Failed to retrieve content from source: "+"".concat(t.srcWithoutHash,""),t.$emit("src-loaded")})))}},mounted:function(){this.$nextTick((function(){this.srcWithoutHash||(this.$el.innerHTML=""),this.delayBool||this.fetch()}))}},jd,[],!1,null,null,"1999b212");Nd.options.__file="vue-components/src/Retriever.vue";var Bd=Nd.exports;var Dd=ld({mixins:[Cd],components:{panelSwitch:kd,retriever:Bd},computed:{showCaret:function(){return this.isSeamless&&this.expandableBool},isSeamless:function(){return"seamless"===this.type},btnType:function(){return this.isSeamless||"light"===this.type?"btn-outline-secondary":"btn-outline-".concat(this.type||"secondary")},borderType:function(){return this.isSeamless?"border-0":this.type?"light"===this.type?"":"border-".concat(this.type):""},cardType:function(){return this.isSeamless?"bg-white":"bg-".concat(this.type||"light")},isLightBg:function(){return"bg-light"===this.cardType||"bg-white"===this.cardType||"bg-warning"===this.cardType}}},Sd,[],!1,(function(t){var e=n(38);e.__inject__&&e.__inject__(t);var r=n(39);r.__inject__&&r.__inject__(t)}),"5681bde8","287dcc18");Dd.options.__file="vue-components/src/panels/NestedPanel.vue";var Ld=Dd.exports,Md=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.localMinimized?n("span",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode('',"",[t._ssrNode('",[t._t("_alt",[t._t("header")])],2)])],2):n("div",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode('
',"
",[t._ssrNode("","",[n("transition",{attrs:{name:"header-fade"}},[n("span",{directives:[{name:"show",rawName:"v-show",value:!t.isHeaderAtBottom,expression:"!isHeaderAtBottom"}],ref:"headerWrapper",class:["card-title",{ellipses:!t.hasHeaderBool}]},[n("span",{staticClass:"card-title-inline"},[t._t("header")],2),t._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:t.showDownSwitch,expression:"showDownSwitch"}],staticClass:"minimal-button glyphicon glyphicon-menu-down minimal-menu-down",attrs:{"aria-hidden":"true"}})])]),t._ssrNode(" "),t._ssrNode("","",[t._t("button",[n("button",{directives:[{name:"show",rawName:"v-show",value:!t.noCloseBool,expression:"!noCloseBool"}],staticClass:"minimal-button",attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.minimalClose()}}},[n("span",{staticClass:"glyphicon glyphicon-remove minimal-close-button",attrs:{"aria-hidden":"true"}})]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:null!==t.popupUrl,expression:"popupUrl !== null"}],staticClass:"minimal-button",attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n("span",{staticClass:"glyphicon glyphicon-new-window minimal-popup-button",attrs:{"aria-hidden":"true"}})]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:t.isHeaderAtBottom&&t.isExpandableCard&&t.bottomSwitchBool,expression:"isHeaderAtBottom && isExpandableCard && bottomSwitchBool"}],staticClass:"minimal-button",attrs:{type:"button"}},[n("span",{staticClass:"glyphicon glyphicon-menu-up minimal-menu-up",attrs:{"aria-hidden":"true"}})])])],2)],2),t._ssrNode(" "),t._ssrNode("","",[t.wasRetrieverLoaded||t.preloadBool?t._ssrNode('
',"
",[t._t("default"),t._ssrNode(" "),t.hasSrc?n("retriever",{ref:"retriever",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{"src-loaded":t.retrieverUpdateMaxHeight}}):t._e()],2):t._e()])],2)],2)};Md._withStripped=!0;var Id=ld({mixins:[Cd],components:{retriever:Bd},data:function(){return{isHeaderAtBottom:!1}},computed:{showDownSwitch:function(){return this.hasHeaderBool&&this.isExpandableCard&&!this.noSwitchBool}},methods:{minimalToggle:function(){var t=this;if(this.localExpanded){this.$refs.panel.addEventListener("transitionend",(function e(n){n.target===t.$refs.panel&&(t.isHeaderAtBottom=!1,t.$refs.panel.removeEventListener("transitionend",e))}))}else this.isHeaderAtBottom=!0;this.toggle()},minimalOpen:function(){this.open(),this.isHeaderAtBottom=!0},minimalClose:function(){this.close(),this.isHeaderAtBottom=!1}},created:function(){this.isHeaderAtBottom=this.localExpanded}},Md,[],!1,(function(t){var e=n(40);e.__inject__&&e.__inject__(t)}),"e932f598","54a3a94c");Id.options.__file="vue-components/src/panels/MinimalPanel.vue";var Hd=ld({components:{nestedPanel:Ld,minimalPanel:Id.exports},props:{panelId:{type:String,default:null},type:{type:String,default:null}},computed:{isMinimal:function(){return"minimal"===this.type}}},xd,[],!1,null,null,"6d011f60");Hd.options.__file="vue-components/src/Panel.vue";var Fd=Hd.exports,Rd=function(){var t=this,e=t.$createElement;return(t._self._c||e)("span",{class:["image-wrapper",t.addClass]},[t._ssrNode(" '),t._ssrNode('',"",[t._t("default")],2)],2)};Rd._withStripped=!0;var qd=ld({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:""},width:{type:String,default:""},eager:{type:Boolean,default:!1},addClass:{type:String,default:""}},computed:{hasWidth:function(){return""!==this.width},hasHeight:function(){return""!==this.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight},computedLoadType:function(){return this.eager?"eager":"lazy"}},data:function(){return{widthFromHeight:""}},methods:{computeWidth:function(){if(!this.hasWidth&&this.hasHeight){var t=this.$refs.pic,e=t.naturalHeight,n=t.naturalWidth/e;this.widthFromHeight=Math.round(Fu(this.height)*n).toString()}}}},Rd,[],!1,(function(t){var e=n(41);e.__inject__&&e.__inject__(t)}),null,"2cbc1634");qd.options.__file="vue-components/src/Pic.vue";var Vd=qd.exports,zd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["quiz-container",t.addClass]},[3===t.state?t._ssrNode('
',"
",[t._ssrNode('
',"
",[t._t("intro",[n("h4",[t._v("\n Click start to begin\n ")])]),t._ssrNode("
"+t._ssrEscape(t._s(t.questions.length)+" questions")+'

')],2)]):t._e(),t._ssrNode('
"),t._t("default"),t._ssrNode(" "),n("transition",{attrs:{name:"intro-outro-card"},on:{"after-enter":t.setScoreCircleStyles}},[5===t.state?n("div",{staticClass:"card intro-outro-card"},[n("div",{staticClass:"card-body"},[n("h4",{staticClass:"mb-3"},[t._v("\n "+t._s(t.scoreText)+"\n ")]),t._v(" "),n("svg",{attrs:{viewBox:"0 0 100 100",width:"120px",height:"120px"}},[n("circle",{staticClass:"score-background-circle",attrs:{cx:"50",cy:"50",r:"42"}}),t._v(" "),n("circle",{ref:"score",staticClass:"score-circle",attrs:{cx:"50",cy:"50",r:"42",transform:"rotate(-90, 50, 50)","stroke-dashoffset":"264"}}),t._v(" "),n("text",{staticClass:"score",attrs:{x:"22",y:"57",textLength:"56"}},[t._v(t._s(t.score)+" / "+t._s(t.questions.length))])]),t._v(" "),n("hr"),t._v(" "),n("button",{staticClass:"btn btn-outline-primary",attrs:{type:"button"},on:{click:t.begin}},[t._v("\n Retry\n ")])])]):t._e()])],2)};zd._withStripped=!0;var Wd=ld({name:"Quiz",props:{addClass:{type:String,default:null}},data:function(){return{currentQuestion:0,questions:[],score:0,state:3}},provide:function(){return{questions:this.questions,gotoNextQuestion:this.gotoNextQuestion}},computed:{scoreText:function(){return this.score/this.questions.length>.5?"Well done!":"Try again?"}},methods:{gotoNextQuestion:function(){this.questions[this.currentQuestion-1].hide(),this.currentQuestion+=1,this.currentQuestion<=this.questions.length?this.questions[this.currentQuestion-1].show():this.complete()},begin:function(){this.currentQuestion=1,this.score=0,this.state=4,this.questions.length&&this.questions[0].show()},reset:function(){this.questions.forEach((function(t){return t.reset()}))},complete:function(){this.score=this.questions.filter((function(t){return 2===t.qState.state})).length,this.state=5,this.reset()},setScoreCircleStyles:function(){var t=this.score/this.questions.length;this.$refs.score.style.strokeDashoffset=264*(1-t),this.$refs.score.style.stroke="#51c2f8"}}},zd,[],!1,(function(t){var e=n(42);e.__inject__&&e.__inject__(t)}),"c7bbe514","253ba850");Wd.options.__file="vue-components/src/questions/Quiz.vue";var Ud=Wd.exports,Qd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:t.questions?"question":null}},[t.active?n("div",{class:["card","question",t.shakeClass,t.addClass]},[t.$scopedSlots.header?n("div",{staticClass:"card-header alert-light border-bottom border-light text-dark"},[t._t("header")],2):t._e(),t._v(" "),n("div",{staticClass:"card-body"},[t._t("default"),t._v(" "),t.isTextQuestion()?n("div",{staticClass:"mb-2"},[n("textarea",{directives:[{name:"model",rawName:"v-model",value:t.textareaText,expression:"textareaText"}],staticClass:"form-control",attrs:{disabled:t.qState.answered},domProps:{value:t.textareaText},on:{input:function(e){e.target.composing||(t.textareaText=e.target.value)}}}),t._v(" "),t.qState.answered?n("div",[n("hr"),t._v(" "),t.keywordsSplitTrimmed().length?n("strong",[t._v("\n Keywords: \n "),t._l(t.keywordsSplitTrimmed(),(function(e){return n("span",{key:e,staticClass:"badge badge-pill badge-light font-weight-normal"},[t._v("\n "+t._s(e)+"\n ")])}))],2):n("strong",[t._v("No answer checking keywords provided")])]):t._e()]):t._e(),t._v(" "),t.qState.answered&&!t.isMcqOrCheckboxQuestion()?n("div",{staticClass:"answer"},[t._t("answer")],2):t._e(),t._v(" "),t.showHint?n("box",{staticClass:"mb-0 mt-3",attrs:{type:"tip"}},[t._t("hint")],2):t._e()],2),t._v(" "),t.showCardFooter?n("div",{staticClass:"card-footer alert-light border-top border-light text-dark"},[1===t.qState.state&&t.isValidTypeAndNotTextWithoutKeywords()?n("i",{staticClass:"fa fa-times text-danger border-danger result-icon"}):2===t.qState.state&&t.isValidTypeAndNotTextWithoutKeywords()?n("i",{staticClass:"fa fa-check text-success border-success result-icon"}):t._e(),t._v(" "),n("transition-group",{staticClass:"float-right",attrs:{name:"q-btn",tag:"div"}},[t.$scopedSlots.hint&&!t.showHint?n("button",{key:"hint",staticClass:"btn btn-success q-btn ml-1",attrs:{type:"button"},on:{click:function(e){t.showHint=!0}}},[t._v("\n Hint\n ")]):t._e(),t._v(" "),0===t.qState.state&&(t.isValidTypeAndNotTextWithoutKeywords()||t.$scopedSlots.answer)?n("button",{key:"check",staticClass:"btn btn-primary q-btn ml-1",attrs:{type:"button"},on:{click:function(e){return t.checkAnswer(!!t.questions)}}},[t._v("\n Check\n ")]):t._e(),t._v(" "),0!==t.qState.state&&t.questions?n("button",{key:"active",staticClass:"btn btn-primary q-btn ml-1",attrs:{type:"button"},on:{click:t.gotoNextQuestion}},[t._v("\n Next\n ")]):t._e(),t._v(" "),t.retryState?n("button",{key:"show",staticClass:"btn btn-info q-btn ml-1",attrs:{type:"button"},on:{click:function(e){return t.checkAnswer(!0)}}},[t._v("\n Show\n ")]):t._e(),t._v(" "),t.retryState?n("button",{key:"retry",staticClass:"btn btn-primary q-btn ml-1",attrs:{type:"button"},on:{click:function(e){return t.checkAnswer(!1)}}},[t._v("\n Retry\n ")]):t._e()])],1):t._e()]):t._e()])};function Gd(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Kd(t){for(var e=1;e=this.threshold?this.markAsCorrect():this.markAsWrong(t)}else this.markAsCorrect()},checkAnswer:function(t){"mcq"===this.type?this.checkMcqAnswer(t):"checkbox"===this.type?this.checkCheckboxAnswer(t):this.isTextQuestion()?this.checkTextAnswer(t):this.markAsCorrect()}}},Qd,[],!1,(function(t){var e=n(43);e.__inject__&&e.__inject__(t)}),"48074a07","b525312e");Zd.options.__file="vue-components/src/questions/Question.vue";var Yd=Zd.exports,Xd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return"mcq"===t.qOptionType?n("div",{class:["form-control",t.hintClass],on:{click:t.toggleRadioOn,mouseover:function(e){t.hover=!0},mouseleave:function(e){t.hover=!1}}},[t._ssrNode("","",[t._ssrNode(' "),t._ssrNode('
',"
",[t._t("default")],2),t._ssrNode('
'+(t.qState.answered?"
"+(t.correct?"":"")+"
":"\x3c!----\x3e")+"
")],2),t._ssrNode(" "),t.qState.answered&&t.$scopedSlots.reason?t._ssrNode("
","
",[t._ssrNode("
"),t._ssrNode('
',"
",[t._t("reason")],2)],2):t._e()],2):"checkbox"===t.qOptionType?n("div",{class:["form-control",t.hintClass],on:{click:t.toggleCheckbox,mouseover:function(e){t.hover=!0},mouseleave:function(e){t.hover=!1}}},[t._ssrNode("","",[t._ssrNode("-1:t.selected)+' class="checkbox" data-v-41dcef96> '),t._ssrNode('
',"
",[t._t("default")],2),t._ssrNode('
'+(t.qState.answered?"
"+(t.correct?"":"")+"
":"\x3c!----\x3e")+"
")],2),t._ssrNode(" "),t.qState.answered&&t.$scopedSlots.reason?t._ssrNode("
","
",[t._ssrNode("
"),t._ssrNode('
',"
",[t._t("reason")],2)],2):t._e()],2):t._e()};Xd._withStripped=!0;var Jd=ld({name:"McqOption",props:{correct:{type:Boolean,default:!1}},data:function(){return{selected:!1,hover:!1}},inject:{answers:{default:void 0},qOptionType:{default:void 0},qState:{default:void 0}},computed:{hintClass:function(){return this.qState.answered?this.correct?"success":"danger":this.selected||this.hover?"alert-light text-dark border border-secondary":""},answeredCorrectly:function(){return this.correct&&this.selected||!this.correct&&!this.selected}},methods:{toggleRadioOn:function(){this.qState.answered||this.selected||(this.answers.forEach((function(t){t.selected=!1})),this.selected=!0)},toggleCheckbox:function(){this.qState.answered||(this.selected=!this.selected)}},created:function(){this.answers.push(this)}},Xd,[],!1,(function(t){var e=n(44);e.__inject__&&e.__inject__(t)}),"41dcef96","13a13693");Jd.options.__file="vue-components/src/questions/QOption.vue";var tf=Jd.exports,ef=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticStyle:{position:"relative"}},[t._ssrNode(" '),t._ssrNode("","",t._l(t.items,(function(e,r){return t._ssrNode("","",[t._ssrNode('',"",[n("searchbar-page-item",{attrs:{item:e,value:t.value}})],1)])})),0)],2)};ef._withStripped=!0;var nf=n(31),rf=n.n(nf),of=n(0),af=n.n(of),sf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.item.heading?n("div",{staticClass:"heading"},[t._ssrNode('
'+t._s(t.item.heading.text)+'
'+t._s(t.highlight(t.item.heading.text,t.value))+"
"+t._ssrList(t.item.keywords,(function(e,n){return""+t._s(t.highlight(e,t.value))+"
"}))+"
")],2):n("div",[t._ssrNode(''+t._s(t.highlight(t.item.title,t.value))+" "+(t.item.keywords?"
":"\x3c!----\x3e")+" "+(t.item.keywords?""+t._s(t.highlight(t.item.keywords,t.value))+"":"\x3c!----\x3e")+'
')])};sf._withStripped=!0;var lf=ld({props:{item:{type:Object,default:null},value:{type:String,default:""}},methods:{highlight:function(t,e){for(var n,r=(n=function(){var n=e.split(" ").filter((function(t){return""!==t})).map((function(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})).map((function(t){return new RegExp("(".concat(t,")"),"gi")})),r=[];return n.forEach((function(e){for(var n=e.exec(t);null!==n&&n.index!==e.lastIndex;)r.push({start:n.index,end:e.lastIndex}),n=e.exec(t)})),r}()).length<=1?n:n.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){var n=t[t.length-1];return!n||n.end=0;o-=1)i="".concat(i.slice(0,r[o].start),"")+"".concat(i.slice(r[o].start,r[o].end),"")+"".concat(i.slice(r[o].end));return i}}},sf,[],!1,(function(t){var e=n(51);e.__inject__&&e.__inject__(t)}),"521e76fe","2c7413a9");lf.options.__file="vue-components/src/SearchbarPageItem.vue";var cf=lf.exports;var uf=ld({created:function(){this.items=this.primitiveData},props:{data:{type:Array,default:function(){return[]}},limit:{type:Number,default:8},async:{type:String,default:""},keyProp:{type:String,default:null},onHit:{type:Function,default:function(t){this.reset(),this.value=t}},placeholder:{type:String,default:"Search"},delay:{type:Number,default:200},menuAlignRight:{type:Boolean,default:!1},algolia:{type:Boolean,default:!1}},data:function(){return{value:"",showDropdown:!1,noResults:!0,current:0,items:[]}},computed:{primitiveData:function(){function t(t,e){var n=t.join(" ");return e.reduce((function(t,e){var r=n.match(e);return t+(r?r.length:0)}),0)}if(this.value.length<2||!this.data)return[];var e=[],n=this.value.split(" ").filter((function(t){return""!==t})).map((function(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})).map((function(t){return new RegExp(t,"ig")}));return this.data.forEach((function(r){var i=r.headings,o=r.src,a=r.title,s=r.headingKeywords,l=r.keywords||"",c=a||o,u=t([c,l].concat(af()(Object.values(i)),af()(Object.values(s))),n);if(u>0){var d=[];Object.entries(i).forEach((function(e){var r=rf()(e,2),i=r[0],a=r[1],l=n.some((function(t){return t.test(a)})),c=s[i]&&s[i].some((function(t){return n.some((function(e){return e.test(t)}))}));if(l||c){var u=t([a].concat(af()(s[i]||[])),n);d.push({heading:{id:i,text:a},keywords:s[i],src:o,totalMatches:u})}})),d.sort((function(t,e){return e.totalMatches-t.totalMatches})),e.push({headings:d,keywords:l,src:o,title:c,totalMatches:u})}})),e.sort((function(t,e){return e.totalMatches-t.totalMatches})).flatMap((function(t){return t.headings?[t].concat(af()(t.headings)):t}))},inputId:function(){return this.algolia?"algolia-search-input":null},dropdownMenuClasses:function(){return["dropdown-menu","search-dropdown-menu",{show:this.showDropdown},{"dropdown-menu-right":this.menuAlignRight}]}},methods:{update:function(){return this.value?(this.data&&(this.items=this.primitiveData,this.showDropdown=this.items.length>0),this.async&&this.query(),!0):(this.reset(),!1)},query:function(t,e){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:100;function i(t){return/^[0-9]+$/.test(t)?Number(t)||1:null}return function(){for(var o=this,a=arguments.length,s=new Array(a),l=0;l0&&(this.current-=1,this.scrollListView())},scrollListView:function(){var t=this.$refs.dropdown,e=t.children[this.current],n=t.scrollTop,r=n+t.clientHeight,i=e.offsetTop+e.offsetHeight;e.offsetTopr&&(t.scrollTop=i-t.clientHeight)}},components:{searchbarPageItem:cf}},ef,[],!1,(function(t){var e=n(52);e.__inject__&&e.__inject__(t)}),null,"df474572");uf.options.__file="vue-components/src/Searchbar.vue";var df=uf.exports,ff=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"tab-pane active printable-tab-pane",class:{"tab-pane-hide":!this.show},attrs:{role:"tabpanel"}},[this._ssrNode('",[this._ssrNode('",[this._t("header")],2)]),this._ssrNode(" "),this._t("default"),this._ssrNode("
")],2)};ff._withStripped=!0;var hf=ld({props:{header:{type:String,default:""},disabled:{type:[Boolean,String],default:!1}},computed:{headerRendered:function(){return this.$refs.header.innerHTML},active:function(){return this._tabset.show===this},index:function(){return this._tabset.tabs.indexOf(this)},show:function(){return this._tabset&&this._tabset.show===this},disabledBool:function(){return Hu(this.disabled)}},created:function(){this._ingroup=this.$parent&&this.$parent._tabgroup;for(var t=this;t&&!0!==t._tabset&&t.$parent;)t=t.$parent;t._tabset?(t.tabs.push(this),this._ingroup?~t.headers.indexOf(this.$parent)||t.headers.push(this.$parent):t.headers.push(this),this._tabset=t):this._tabset={},this._ingroup&&this.$parent.tabs.push(this)},beforeDestroy:function(){if(this._tabset.activeNumber===this.index&&(this._tabset.activeNumber=0),this._ingroup){var t=this.$parent.tabs.indexOf(this);this.$parent.tabs.splice(t,1)}this._tabset.tabs.splice(this.index,1)}},ff,[],!1,(function(t){var e=n(53);e.__inject__&&e.__inject__(t)}),"430db186","a0f3f51e");hf.options.__file="vue-components/src/Tab.vue";var pf=hf.exports,vf=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"printable-tab-group"},[this._ssrNode('
',"
",[this._t("header")],2),this._ssrNode(" "),this._t("default")],2)};vf._withStripped=!0;var mf=ld({props:{disabled:{type:[Boolean,String],default:!1},header:{type:String,default:""}},data:function(){return{tabs:[],show:!1}},computed:{active:function(){return~this.tabs.indexOf(this._tabset.show)},headerRendered:function(){return this.$refs.header.innerHTML},disabledBool:function(){return Iu(this.disabled)}},created:function(){this._tabgroup=!0;for(var t=this.$parent&&!0===this.$parent._tabset?this.$parent:{};t&&!t._tabset&&t.$parent;)t=t.$parent;t._tabset?this._tabset=t:(this._tabset={},this.show=!0)},methods:{blur:function(){this.show=!1},toggle:function(){this.show=!this.show}}},vf,[],!1,(function(t){var e=n(54);e.__inject__&&e.__inject__(t)}),"4ad59749","1c9bfe3e");mf.options.__file="vue-components/src/TabGroup.vue";var gf=mf.exports,bf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:[t.addClass,"printable-tabs"]},[t._ssrNode('
    ","
",[t._l(t.headers,(function(e,r){return[e._tabgroup?n("dropdown",{key:r,staticClass:"nav-item nav-link",class:{active:e.active},attrs:{header:e.headerRendered,disabled:e.disabled}},t._l(e.tabs,(function(e,r){return n("li",{key:r},[n("a",{staticClass:"nav-link",class:{disabled:e.disabled},attrs:{href:"#"},domProps:{innerHTML:t._s(e.headerRendered)},on:{click:function(n){return n.preventDefault(),t.select(e)}}})])})),0):t._ssrNode('",[t._ssrNode('"+t._s(e.headerRendered)+"")],2)]}))],2),t._ssrNode(" "),t._ssrNode('
',"
",[t._t("default")],2)],2)};bf._withStripped=!0;var yf=ld({components:{dropdown:fd},props:{navStyle:{type:String,default:"tabs"},active:{type:String,default:"0"},addClass:{type:String,default:""}},data:function(){return{show:null,headers:[],activeNumber:Fu(this.active),tabs:[]}},created:function(){this._tabset=!0},computed:{getNavStyleClass:function(){return"nav-".concat(this.navStyle)}},watch:{activeNumber:function(t){this.show=this.tabs[t]}},mounted:function(){this.show=this.tabs[this.activeNumber]},methods:{select:function(t){t.disabled||(this.activeNumber=t.index)}}},bf,[],!1,(function(t){var e=n(55);e.__inject__&&e.__inject__(t)}),"3b6be04c","02198081");yf.options.__file="vue-components/src/Tabset.vue";var _f=yf.exports,wf=function(){var t=this,e=t.$createElement;return(t._self._c||e)("span",{class:["thumb-wrapper",{"thumb-circle":t.circle},t.addClass],style:[t.getBorder,t.getFontSize,t.getFontColor,t.getBgColor]},[t._ssrNode((t.hasSrc?"':"\x3c!----\x3e")+" "),t._t("default")],2)};wf._withStripped=!0;var Of=ld({props:{circle:{type:Boolean,default:!1},addClass:{type:String,default:""},alt:{type:String,default:""},background:{type:String,default:""},border:{type:String,default:""},fontColor:{type:String,default:""},fontSize:{type:String,default:""},size:{type:String,default:""},src:{type:String,default:null},text:{type:String,default:""}},computed:{getBorder:function(){return""===this.border?{}:{border:this.border}},getFontSize:function(){var t=this.imageSize/2,e=this.fontSize;return{"font-size":"".concat(void 0===e||""===e?t:e,"px")}},getFontColor:function(){return""===this.fontColor?{}:{color:this.fontColor}},getBgColor:function(){return""===this.background?{}:{background:this.background}},hasSrc:function(){return void 0!==this.src&&""!==this.src},imageSize:function(){return this.size||100}},data:function(){return{computedWidth:"",computedHeight:""}},mounted:function(){var t=this.$el;t.style.width="".concat(this.imageSize,"px"),t.style.height="".concat(this.imageSize,"px"),t.style.lineHeight="".concat(this.imageSize,"px")},methods:{computeImgSize:function(){var t=this.$refs.pic,e=t.naturalHeight,n=t.naturalWidth,r=Math.min(e,n),i=this.imageSize/r;this.computedWidth=n*i,this.computedHeight=e*i}}},wf,[],!1,(function(t){var e=n(56);e.__inject__&&e.__inject__(t)}),null,"25d1b048");Of.options.__file="vue-components/src/Thumbnail.vue";var xf=Of.exports,Sf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["alert box-container",t.containerStyle(),t.addClass,{"d-flex":t.seamlessHeaderBool()}],style:t.customStyle()},[t.seamlessHeaderBool()?t._ssrNode('
',"
",[t.iconBool()?t._ssrNode("","",[t._t("icon",[n("i",{class:["fas",t.getFontAwesomeIconStyle()]})])],2):t._e(),t._ssrNode(' ")],2):t._e(),t._ssrNode(" "),t._ssrNode('
',"
",[t.headerBool()?t._ssrNode("","",[t.iconBool()&&!t.seamlessHeaderBool()?t._ssrNode("","",[t._t("icon",[n("i",{class:["fas",t.getFontAwesomeIconStyle()]})])],2):t._e(),t._ssrNode(" "),t._ssrNode('
',"
",[t._t("header")],2),t._ssrNode(" "+(t.dismissible?'':"\x3c!----\x3e"))],2):t._e(),t._ssrNode(" "),t._ssrNode("","",[t.iconBool()&&!t.headerBool()?t._ssrNode("","",[t._t("icon",[n("i",{class:["fas",t.getFontAwesomeIconStyle()]})])],2):t._e(),t._ssrNode(" "+(t.seamlessNoHeaderBool()?'":"\x3c!----\x3e")+" "),t._ssrNode('
","
",[t._t("default")],2),t._ssrNode(" "+(t.dismissible&&!t.headerBool()?'':"\x3c!----\x3e"))],2)],2)],2)};Sf._withStripped=!0;var Cf=ld({props:{dismissible:{type:Boolean,default:!1},backgroundColor:{type:String,default:null},borderColor:{type:String,default:null},borderLeftColor:{type:String,default:null},color:{type:String,default:null},icon:{type:String,default:null},iconSize:{type:String,default:null},iconColor:{type:String,default:null},type:{type:String,default:""},addClass:{type:String,default:""},light:{type:Boolean,default:!1},seamless:{type:Boolean,default:!1},noIcon:{type:Boolean,default:!1},noBackground:{type:Boolean,default:!1},noBorder:{type:Boolean,default:!1}},methods:{isSeamless:function(){return!this.light&&this.seamless},seamlessNoHeaderBool:function(){return this.isSeamless()&&!this.headerBool()},seamlessHeaderBool:function(){return this.isSeamless()&&this.headerBool()},headerBool:function(){return!!this.$scopedSlots.header},iconBool:function(){var t=!!this.$scopedSlots.icon;return!this.noIcon&&this.type||t},containerStyle:function(){var t;return t=this.light?"".concat(this.getBootstrapBorderStyle()," alert-border-left"):this.seamless?"seamless":this.getBootstrapAlertStyle(),this.noBackground&&(t+=" no-background"),this.noBorder&&(t+=" no-border"),t},customStyle:function(){var t={};return this.backgroundColor&&(t.backgroundColor=this.backgroundColor,t.borderColor=this.backgroundColor),this.borderColor&&(t.border="1px solid ".concat(this.borderColor)),this.borderLeftColor&&(t.borderLeft="5px solid ".concat(this.borderLeftColor)),t},customColorStyle:function(){return this.color?{color:this.color}:{}},iconStyle:function(){var t="";return this.iconSize&&(t+="fa-".concat(this.iconSize)),(this.light||this.seamless)&&(t+=" ".concat(this.getBootstrapTextStyle())),t},customIconColorStyle:function(){return this.iconColor?{color:this.iconColor}:{}},getBootstrapAlertStyle:function(){switch(this.type){case"warning":return"alert-warning";case"info":return"alert-info";case"definition":return"alert-primary";case"success":case"tip":return"alert-success";case"important":case"wrong":return"alert-danger";default:return"alert-default"}},getBootstrapTextStyle:function(){switch(this.type){case"warning":return"text-warning";case"info":return"text-info";case"definition":return"text-primary";case"success":case"tip":return"text-success";case"important":case"wrong":return"text-danger";default:return""}},getBootstrapBorderStyle:function(){switch(this.type){case"warning":return"border-warning";case"info":return"border-info";case"definition":return"border-primary";case"success":case"tip":return"border-success";case"important":case"wrong":return"border-danger";default:return""}},getFontAwesomeIconStyle:function(){switch(this.type){case"wrong":return"fa-times";case"warning":return"fa-exclamation";case"info":return"fa-info";case"success":return"fa-check";case"important":return"fa-flag";case"tip":return"fa-lightbulb";case"definition":return"fa-atlas";default:return""}}}},Sf,[],!1,(function(t){var e=n(57);e.__inject__&&e.__inject__(t);var r=n(58);r.__inject__&&r.__inject__(t)}),"7d17494f","43c4e984");Cf.options.__file="vue-components/src/TipBox.vue";var $f=Cf.exports,Tf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",{class:"click"===t.trigger?"trigger-click":"trigger",attrs:{tabindex:"0"},on:t._d({},[t.triggerEventType,function(e){return e.stopPropagation(),t.toggle()}])},["popover"===t.popoverOrTooltipType?n("b-popover",{attrs:{show:t.show,target:t.$el,triggers:"manual",placement:t.placement},scopedSlots:t._u([t.titleHtml?{key:"title",fn:function(){return[n("div",{domProps:{innerHTML:t._s(t.titleHtml)}})]},proxy:!0}:null],null,!0)},[n("div",{domProps:{innerHTML:t._s(t.contentHtml)}})]):"tooltip"===t.popoverOrTooltipType?n("b-tooltip",{attrs:{show:t.show,target:t.$el,triggers:"manual",placement:t.placement}},[n("div",{domProps:{innerHTML:t._s(t.contentHtml)}})]):t._e(),t._ssrNode(" "),t._t("default")],2)};Tf._withStripped=!0;var kf=ld({name:"Trigger",props:{for:{type:String,default:""},trigger:{type:String,default:"hover"},placement:{type:String,default:"auto"}},data:function(){return{contentHtml:"",titleHtml:"",show:!1,popoverOrTooltipType:void 0}},methods:{toggle:function(){if(this.for){var t=this.$root.$refs[this.for];if(t)t.show();else if(void 0===this.popoverOrTooltipType){var e=(void 0).getElementById(this.for);if(!e)return;this.show=!0,this.setupComponent(e)}else this.show=!this.show}},setupComponent:function(t){var e=t.dataset.mbComponentType;"popover"===e?(this.contentHtml=this.$root.popoverInnerGetters.content(t),this.titleHtml=this.$root.popoverInnerGetters.title(t)):"tooltip"===e&&(this.contentHtml=this.$root.tooltipInnerContentGetter(t)),this.popoverOrTooltipType=e}},computed:{triggerEventType:function(){return"click"===this.trigger?this.show?"blur":"click":"focus"===this.trigger?this.show?"blur":"focus":this.show?"mouseleave":"mouseenter"}}},Tf,[],!1,null,null,"05cd5fd8");kf.options.__file="vue-components/src/Trigger.vue";var jf=kf.exports,Ef=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"site-nav-root"},[this._t("default")],2)};Ef._withStripped=!0;var Af=ld({name:"SiteNav",mounted:function(){var t=this,e=pd(new URL((void 0).location.href).pathname);this.$el.querySelectorAll("a[href]").forEach((function(n){var r=pd(n.getAttribute("href"));if(e===r){n.classList.add("current");for(var i=n.parentElement;i&&i!==t.$el;)"ul"===i.tagName.toLowerCase()&&i.classList.contains("site-nav-dropdown-container")&&i.classList.add("site-nav-dropdown-container-open"),i=i.parentElement}}))}},Ef,[],!1,(function(t){var e=n(59);e.__inject__&&e.__inject__(t)}),null,"2fb740b8");Af.options.__file="vue-components/src/SiteNav.vue";var Pf=Af.exports,Nf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t._ssrNode("","",[t._t("navMenuIcon")],2),t._ssrNode(" "),t._ssrNode("","",[n("portal-target",{attrs:{name:t.portalName,multiple:""}})],1)],2)};function Bf(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e1&&void 0!==arguments[1]&&arguments[1],n=t.to,r=t.from;if(n&&(r||!1!==e)&&this.transports[n])if(e)this.transports[n]=[];else{var i=this.$_getTransportIndex(t);if(i>=0){var o=this.transports[n].slice(0);o.splice(i,1),this.transports[n]=o}}},registerTarget:function(t,e,n){},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,n){},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]&&!!this.transports[t].length},$_getTransportIndex:function(t){var e=t.to,n=t.from;for(var r in this.transports[e])if(this.transports[e][r].from===n)return+r;return-1}}}))(Lf),Ff=1,Rf=Si.extend({name:"portal",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(Ff++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t=this;this.$nextTick((function(){Hf.registerSource(t.name,t)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){Hf.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e&&e!==t&&this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e={from:this.name,to:t||this.to};Hf.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return"function"==typeof t?t(this.slotProps):t},sendUpdate:function(){var t=this.normalizeSlots();if(t){var e={from:this.name,to:this.to,passengers:Bf(t),order:this.order};Hf.open(e)}else this.clear()}},render:function(t){var e=this.$slots.default||this.$scopedSlots.default||[],n=this.tag;return e&&this.disabled?e.length<=1&&this.slim?this.normalizeOwnChildren(e)[0]:t(n,[this.normalizeOwnChildren(e)]):this.slim?t():t(n,{class:{"v-portal":!0},style:{display:"none"},key:"v-portal-placeholder"})}}),qf=Si.extend({name:"portalTarget",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},data:function(){return{transports:Hf.transports,firstRender:!0}},created:function(){var t=this;this.$nextTick((function(){Hf.registerTarget(t.name,t)}))},watch:{ownTransports:function(){this.$emit("change",this.children().length>0)},name:function(t,e){Hf.unregisterTarget(e),Hf.registerTarget(t,this)}},mounted:function(){var t=this;this.transition&&this.$nextTick((function(){t.firstRender=!1}))},beforeDestroy:function(){Hf.unregisterTarget(this.name)},computed:{ownTransports:function(){var t=this.transports[this.name]||[];return this.multiple?t:0===t.length?[]:[t[t.length-1]]},passengers:function(){return function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.reduce((function(t,n){var r=n.passengers[0],i="function"==typeof r?r(e):n.passengers;return t.concat(i)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!==this.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var t=this.slim&&!this.transition;return t&&this.children().length>1&&console.warn("[portal-vue]: PortalTarget with `slim` option received more than one child element."),t}},render:function(t){var e=this.noWrapper(),n=this.children(),r=this.transition||this.tag;return e?n[0]:this.slim&&!r?t():t(r,{props:{tag:this.transition&&this.tag?this.tag:void 0},class:{"vue-portal-target":!0}},n)}}),Vf=0,zf=["disabled","name","order","slim","slotProps","tag","to"];Si.extend({name:"MountingPortal",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return"mounted_"+String(Vf++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},created:function(){},beforeDestroy:function(){var t=this.portalTarget;if(this.append){var e=t.$el;e.parentNode.removeChild(e)}t.$destroy()},render:function(t){if(!this.portalTarget)return console.warn("[portal-vue] Target wasn't mounted"),t();if(!this.$scopedSlots.manual){var e=Df(this.$props,zf);return t(Rf,{props:e,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n=this.$scopedSlots.manual({to:this.to});return Array.isArray(n)&&(n=n[0]),n||t()}});var Wf={};var Uf=ld({components:{PortalTarget:qf},props:{type:{type:String,default:null},portalName:{type:String,default:null}},inject:{toggleLowerNavbar:{default:void 0}},data:function(){return{show:!1}},methods:{toggleNavMenu:function(t){var e;t&&"a"===t.target.tagName.toLowerCase()||!t&&this.show?((void 0).body.style.removeProperty("overflow"),this.show=!1):(Wf[e="closeOverlay"]&&Wf[e].forEach((function(t){return t()})),(void 0).body.style.overflow="hidden",this.show=!0)}},mounted:function(){var t,e,n=this;this.toggleLowerNavbar&&this.toggleLowerNavbar(),e=function(){n.show=!1},Wf[t="closeOverlay"]||(Wf[t]=[]),Wf[t].push(e)}},Nf,[],!1,(function(t){var e=n(60);e.__inject__&&e.__inject__(t)}),"032a677e","0d7132ac");Uf.options.__file="vue-components/src/Overlay.vue";var Qf=Uf.exports,Gf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.tagName,t._b({tag:"component"},"component",t.$attrs,!1),[t._t("default"),t._v(" "),t.enablePortal?n("portal",{attrs:{to:t.to}},[n(t.tagName,t._b({tag:"component",class:[t.$vnode.data.staticClass||"","mb-mobile-nav"],style:t.$vnode.data.staticStyle},"component",t.$attrs,!1),[t._t("default")],2)],1):t._e()],2)};Gf._withStripped=!0;var Kf=ld({name:"OverlaySource",components:{Portal:Rf},props:{to:{type:String,default:void 0},tagName:{type:String,default:void 0}},data:function(){return{enablePortal:!1}},mounted:function(){this.enablePortal=!0}},Gf,[],!1,(function(t){var e=n(61);e.__inject__&&e.__inject__(t)}),"e8c82f88","d40edb32");Kf.options.__file="vue-components/src/OverlaySource.vue";var Zf={box:$f,dropdown:fd,navbar:Od,panel:Fd,pic:Vd,quiz:Ud,question:Yd,qOption:tf,retriever:Bd,searchbar:df,tab:pf,tabGroup:gf,tabs:_f,thumbnail:xf,tipBox:$f,trigger:jf,siteNav:Pf,submenu:ud,siteNavButton:gd,pageNavButton:_d,overlay:Qf,overlaySource:Kf.exports,BModal:ql,BPopover:wu,BTooltip:pu},Yf={closeable:Du.a,"b-modal":ju,"b-popover":Au,"b-tooltip":Nu};var Xf={plugin:{install:function(t){Object.keys(Yf).forEach((function(e){t.directive(e,Yf[e])})),Object.keys(Zf).forEach((function(e){t.component(e,Zf[e])}))}},components:Zf,directives:Yf};function Jf(t){return function(e){var n=e.querySelector('[data-mb-slot-name="'.concat(t,'"]'));return null===n?"":n.innerHTML}}var th={title:Jf("header"),content:Jf("content")},eh=Jf("_content");e.default={MarkBindVue:Xf,appFactory:function(){return{data:function(){return{searchData:[],popoverInnerGetters:th,tooltipInnerContentGetter:eh}},methods:{searchCallback:function(t){var e="".concat(baseUrl,"/").concat(t.src.replace(/.(md|mbd)$/,".html")),n=t.heading?"#".concat(t.heading.id):"";(void 0).location="".concat(e).concat(n)}}}}}}]).default})); \ No newline at end of file +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.MarkBind=e():t.MarkBind=e()}(global,(function(){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=62)}([function(t,e,n){var r=n(48),i=n(49),o=n(15),a=n(50);t.exports=function(t){return r(t)||i(t)||o(t)||a()},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){},function(t,e,n){var r=n(16);t.exports=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n');jQuery(t).contents().appendTo(n),jQuery(t).empty(),jQuery(t).append(n),jQuery(t).attr("class","".concat(t.className," closeable-wrapper"));var r=jQuery('');jQuery(t).append(r);var i=jQuery('"));jQuery(t).append(i),r.click((function(){t.dataset.isShown="false",i.show(),r.hide(),n.get()[0].style.display="none"})),i.click((function(){t.dataset.isShown="true",i.hide(),n.get()[0].style.display=""})),jQuery(t).on("mouseover",(function(){"false"!==t.dataset.isShown&&r.show()})),jQuery(t).on("mouseout",(function(){"false"!==t.dataset.isShown&&r.hide()}))}}},function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){function n(t,e){for(var n=0;n=0&&Math.floor(e)===e&&isFinite(t)}function h(t){return o(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function p(t){return null==t?"":Array.isArray(t)||u(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function m(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i-1)return t.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function _(t,e){return y.call(t,e)}function w(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var O=/-(\w)/g,x=w((function(t){return t.replace(O,(function(t,e){return e?e.toUpperCase():""}))})),S=w((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),C=/\B([A-Z])/g,$=w((function(t){return t.replace(C,"-$1").toLowerCase()}));var T=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function k(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function j(t,e){for(var n in e)t[n]=e[n];return t}function E(t){for(var e={},n=0;n0,Z=Q&&Q.indexOf("edge/")>0,Y=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===U),X=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),J={}.watch,tt=!1,et=function(){return void 0===V&&(V=!W&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),V},nt=!1;function rt(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,ot="undefined"!=typeof Symbol&&rt(Symbol)&&"undefined"!=typeof Reflect&&rt(Reflect.ownKeys);it="undefined"!=typeof Set&&rt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var at=A,st=0,lt=function(){this.id=st++,this.subs=[]};lt.prototype.addSub=function(t){this.subs.push(t)},lt.prototype.removeSub=function(t){b(this.subs,t)},lt.prototype.depend=function(){lt.target&<.target.addDep(this)},lt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(o&&!_(i,"default"))a=!1;else if(""===a||a===$(t)){var l=Ht(String,i.type);(l<0||s0&&(le((l=t(l,(n||"")+"_"+r))[0])&&le(u)&&(d[c]=vt(u.text+l[0].text),l.shift()),d.push.apply(d,l)):s(l)?le(u)?d[c]=vt(u.text+l):""!==l&&d.push(vt(l)):le(l)&&le(u)?d[c]=vt(u.text+l.text):(a(e._isVList)&&o(l.tag)&&i(l.key)&&o(n)&&(l.key="__vlist"+n+"_"+r+"__"),d.push(l)));return d}(t):void 0}function le(t){return o(t)&&o(t.text)&&!1===t.isComment}function ce(t,e){if(t){for(var n=Object.create(null),r=ot?Reflect.ownKeys(t):Object.keys(t),i=0;i0,a=t?!!t.$stable:!o,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&n&&n!==r&&s===n.$key&&!o&&!n.$hasNormal)return n;for(var l in i={},t)t[l]&&"$"!==l[0]&&(i[l]=he(e,l,t[l]))}else i={};for(var c in e)c in i||(i[c]=pe(e,c));return t&&Object.isExtensible(t)&&(t._normalized=i),R(i,"$stable",a),R(i,"$key",s),R(i,"$hasNormal",o),i}function he(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:se(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function pe(t,e){return function(){return t[e]}}function ve(t,e){var n,r,i,a,s;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),r=0,i=t.length;rrn&&Xe[n].id>t.id;)n--;Xe.splice(n+1,0,t)}else Xe.push(t);en||(en=!0,Jt(sn))}}(this)},cn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||l(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Ft(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},cn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},cn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},cn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var un={enumerable:!0,configurable:!0,get:A,set:A};function dn(t,e,n){un.get=function(){return this[e][n]},un.set=function(t){this[e][n]=t},Object.defineProperty(t,n,un)}function fn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props={},i=t.$options._propKeys=[];t.$parent&&wt(!1);var o=function(o){i.push(o);var a=Lt(o,e,n,t);St(r,o,a),o in t||dn(t,"_props",o)};for(var a in e)o(a);wt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?A:T(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;u(e=t._data="function"==typeof e?function(t,e){ut();try{return t.call(e,e)}catch(t){return Ft(t,e,"data()"),{}}finally{dt()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);for(;i--;){var o=n[i];0,r&&_(r,o)||(a=void 0,36!==(a=(o+"").charCodeAt(0))&&95!==a&&dn(t,"_data",o))}var a;xt(e,!0)}(t):xt(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=et();for(var i in e){var o=e[i],a="function"==typeof o?o:o.get;0,r||(n[i]=new cn(t,a||A,A,hn)),i in t||pn(t,i,o)}}(t,e.computed),e.watch&&e.watch!==J&&function(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var i=0;i-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!d(t)&&t.test(e)}function Sn(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=On(a.componentOptions);s&&!e(s)&&Cn(n,o,r,i)}}}function Cn(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,b(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=bn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Bt(yn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ue(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,i=n&&n.context;t.$slots=ue(e._renderChildren,i),t.$scopedSlots=r,t._c=function(e,n,r,i){return Me(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return Me(t,e,n,r,i,!0)};var o=n&&n.data;St(t,"$attrs",o&&o.attrs||r,null,!0),St(t,"$listeners",e._parentListeners||r,null,!0)}(e),Ye(e,"beforeCreate"),function(t){var e=ce(t.$options.inject,t);e&&(wt(!1),Object.keys(e).forEach((function(n){St(t,n,e[n])})),wt(!0))}(e),fn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),Ye(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(_n),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Ct,t.prototype.$delete=$t,t.prototype.$watch=function(t,e,n){if(u(e))return gn(this,t,e,n);(n=n||{}).user=!0;var r=new cn(this,t,e,n);if(n.immediate)try{e.call(this,r.value)}catch(t){Ft(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(_n),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var i=0,o=t.length;i1?k(n):n;for(var r=k(arguments,1),i='event handler for "'+t+'"',o=0,a=n.length;oparseInt(this.max)&&Cn(a,s[0],s,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return H}};Object.defineProperty(t,"config",e),t.util={warn:at,extend:j,mergeOptions:Bt,defineReactive:St},t.set=Ct,t.delete=$t,t.nextTick=Jt,t.observable=function(t){return xt(t),t},t.options=Object.create(null),M.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,j(t.options.components,Tn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=k(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Bt(this.options,t),this}}(t),wn(t),function(t){M.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&u(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(_n),Object.defineProperty(_n.prototype,"$isServer",{get:et}),Object.defineProperty(_n.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(_n,"FunctionalRenderContext",{value:Ee}),_n.version="2.6.11";var kn=m("style,class"),jn=m("input,textarea,option,select,progress"),En=m("contenteditable,draggable,spellcheck"),An=m("events,caret,typing,plaintext-only"),Pn=m("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Nn="http://www.w3.org/1999/xlink",Bn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Dn=function(t){return Bn(t)?t.slice(6,t.length):""},Ln=function(t){return null==t||!1===t};function Mn(t){for(var e=t.data,n=t,r=t;o(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=In(r.data,e));for(;o(n=n.parent);)n&&n.data&&(e=In(e,n.data));return function(t,e){if(o(t)||o(e))return Hn(t,Fn(e));return""}(e.staticClass,e.class)}function In(t,e){return{staticClass:Hn(t.staticClass,e.staticClass),class:o(t.class)?[t.class,e.class]:e.class}}function Hn(t,e){return t?e?t+" "+e:t:e||""}function Fn(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,i=t.length;r-1?lr(t,e,n):Pn(e)?Ln(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):En(e)?t.setAttribute(e,function(t,e){return Ln(e)||"false"===e?"false":"contenteditable"===t&&An(e)?e:"true"}(e,n)):Bn(e)?Ln(n)?t.removeAttributeNS(Nn,Dn(e)):t.setAttributeNS(Nn,e,n):lr(t,e,n)}function lr(t,e,n){if(Ln(n))t.removeAttribute(e);else{if(G&&!K&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var cr={create:ar,update:ar};function ur(t,e){var n=e.elm,r=e.data,a=t.data;if(!(i(r.staticClass)&&i(r.class)&&(i(a)||i(a.staticClass)&&i(a.class)))){var s=Mn(e),l=n._transitionClasses;o(l)&&(s=Hn(s,Fn(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var dr,fr={create:ur,update:ur};function hr(t,e,n){var r=dr;return function i(){var o=e.apply(null,arguments);null!==o&&mr(t,i,n,r)}}var pr=Wt&&!(X&&Number(X[1])<=53);function vr(t,e,n,r){if(pr){var i=on,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||void 0!==t.target.ownerDocument)return o.apply(this,arguments)}}dr.addEventListener(t,e,tt?{capture:n,passive:r}:n)}function mr(t,e,n,r){(r||dr).removeEventListener(t,e._wrapper||e,n)}function gr(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};dr=e.elm,function(t){if(o(t.__r)){var e=G?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}o(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ie(n,r,vr,mr,hr,e.context),dr=void 0}}var br,yr={create:gr,update:gr};function _r(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,a=e.elm,s=t.data.domProps||{},l=e.data.domProps||{};for(n in o(l.__ob__)&&(l=e.data.domProps=j({},l)),s)n in l||(a[n]="");for(n in l){if(r=l[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=r;var c=i(r)?"":String(r);wr(a,c)&&(a.value=c)}else if("innerHTML"===n&&Vn(a.tagName)&&i(a.innerHTML)){(br=br||(void 0).createElement("div")).innerHTML=""+r+"";for(var u=br.firstChild;a.firstChild;)a.removeChild(a.firstChild);for(;u.firstChild;)a.appendChild(u.firstChild)}else if(r!==s[n])try{a[n]=r}catch(t){}}}}function wr(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=(void 0).activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(o(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Or={create:_r,update:_r},xr=w((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Sr(t){var e=Cr(t.style);return t.staticStyle?j(t.staticStyle,e):e}function Cr(t){return Array.isArray(t)?E(t):"string"==typeof t?xr(t):t}var $r,Tr=/^--/,kr=/\s*!important$/,jr=function(t,e,n){if(Tr.test(e))t.style.setProperty(e,n);else if(kr.test(n))t.style.setProperty($(e),n.replace(kr,""),"important");else{var r=Ar(e);if(Array.isArray(n))for(var i=0,o=n.length;i-1?e.split(Br).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Lr(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Br).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Mr(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&j(e,Ir(t.name||"v")),j(e,t),e}return"string"==typeof t?Ir(t):void 0}}var Ir=w((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),Hr="transition",Fr="transitionend",Rr="animation",qr="animationend";var Vr=function(t){return t()};function zr(t){Vr((function(){Vr(t)}))}function Wr(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Dr(t,e))}function Ur(t,e){t._transitionClasses&&b(t._transitionClasses,e),Lr(t,e)}function Qr(t,e,n){var r=Kr(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s="transition"===i?Fr:qr,l=0,c=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++l>=a&&c()};setTimeout((function(){l0&&(n="transition",u=a,d=o.length):"animation"===e?c>0&&(n="animation",u=c,d=l.length):d=(n=(u=Math.max(a,c))>0?a>c?"transition":"animation":null)?"transition"===n?o.length:l.length:0,{type:n,timeout:u,propCount:d,hasTransform:"transition"===n&&Gr.test(r[Hr+"Property"])}}function Zr(t,e){for(;t.length1}!function(t){var e,n,r={},l=t.modules,c=t.nodeOps;for(e=0;ep?y(t,i(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&w(e,f,p)}(f,m,g,n,u):o(g)?(o(t.text)&&c.setTextContent(f,""),y(f,null,g,0,g.length-1,n)):o(m)?w(m,0,m.length-1):o(t.text)&&c.setTextContent(f,""):t.text!==e.text&&c.setTextContent(f,e.text),o(p)&&o(p.hook)&&o(h.postpatch)&&h(t,e)}}}function C(t,e,n){if(a(n)&&o(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==o&&(a.selected=o);else if(B(ai(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function oi(t,e){return e.every((function(e){return!B(e,t)}))}function ai(t){return"_value"in t?t._value:t.value}function si(t){t.target.composing=!0}function li(t){t.target.composing&&(t.target.composing=!1,ci(t.target,"input"))}function ci(t,e){var n=(void 0).createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ui(t){return!t.componentInstance||t.data&&t.data.transition?t:ui(t.componentInstance._vnode)}var di={model:ni,show:{bind:function(t,e,n){var r=e.value,i=(n=ui(n)).data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,Xr(n,(function(){t.style.display=o}))):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ui(n)).data&&n.data.transition?(n.data.show=!0,r?Xr(n,(function(){t.style.display=t.__vOriginalDisplay})):Jr(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}}},fi={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function hi(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?hi(qe(e.children)):t}function pi(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var o in i)e[x(o)]=i[o];return e}function vi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var mi=function(t){return t.tag||Re(t)},gi=function(t){return"show"===t.name},bi={name:"transition",props:fi,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(mi)).length){0;var r=this.mode;0;var i=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return i;var o=hi(i);if(!o)return i;if(this._leaving)return vi(t,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var l=(o.data||(o.data={})).transition=pi(this),c=this._vnode,u=hi(c);if(o.data.directives&&o.data.directives.some(gi)&&(o.data.show=!0),u&&u.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(o,u)&&!Re(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var d=u.data.transition=j({},l);if("out-in"===r)return this._leaving=!0,oe(d,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),vi(t,i);if("in-out"===r){if(Re(o))return c;var f,h=function(){f()};oe(l,"afterEnter",h),oe(l,"enterCancelled",h),oe(d,"delayLeave",(function(t){f=t}))}}return i}}},yi=j({tag:String,moveClass:String},fi);function _i(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function wi(t){t.data.newPos=t.elm.getBoundingClientRect()}function Oi(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}delete yi.mode;var xi={Transition:bi,TransitionGroup:{props:yi,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var i=Ge(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=pi(this),s=0;s1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseInt(t,10);return isNaN(n)?e:n},Lo=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:NaN,n=parseFloat(t);return isNaN(n)?e:n},Mo=function(t){return t.replace(vo,"-$1").toLowerCase()},Io=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;return Oo(t)?"":To(t)||jo(t)&&t.toString===Object.prototype.toString?JSON.stringify(t,null,e):String(t)},Ho=uo.prototype,Fo=["button","[href]:not(.disabled)","input","select","textarea","[tabindex]","[contenteditable]"].map((function(t){return"".concat(t,":not(:disabled):not([disabled])")})).join(", "),Ro=Ho.matches||Ho.msMatchesSelector||Ho.webkitMatchesSelector,qo=Ho.closest||function(t){var e=this;do{if(Jo(e,t))return e;e=e.parentElement||e.parentNode}while(!wo(e)&&e.nodeType===Node.ELEMENT_NODE);return null},Vo=Bi.requestAnimationFrame||Bi.webkitRequestAnimationFrame||Bi.mozRequestAnimationFrame||Bi.msRequestAnimationFrame||Bi.oRequestAnimationFrame||function(t){return setTimeout(t,16)},zo=Bi.MutationObserver||Bi.WebKitMutationObserver||Bi.MozMutationObserver||null,Wo=function(t){return!(!t||t.nodeType!==Node.ELEMENT_NODE)},Uo=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=Di.activeElement;return e&&!t.some((function(t){return t===e}))?e:null},Qo=function(t,e){return Io(t).toLowerCase()===Io(e).toLowerCase()},Go=function(t){return Wo(t)&&t===Uo()},Ko=function(t){if(!Wo(t)||!t.parentNode||!ea(Di.body,t))return!1;if("none"===da(t,"display"))return!1;var e=fa(t);return!!(e&&e.height>0&&e.width>0)},Zo=function(t){return!Wo(t)||t.disabled||ca(t,"disabled")||oa(t,"disabled")},Yo=function(t,e){return Po((Wo(e)?e:Di).querySelectorAll(t))},Xo=function(t,e){return(Wo(e)?e:Di).querySelector(t)||null},Jo=function(t,e){return!!Wo(t)&&Ro.call(t,e)},ta=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!Wo(e))return null;var r=qo.call(e,t);return n?r:r===e?null:r},ea=function(t,e){return!(!t||!xo(t.contains))&&t.contains(e)},na=function(t){return Di.getElementById(/^#/.test(t)?t.slice(1):t)||null},ra=function(t,e){e&&Wo(t)&&t.classList&&t.classList.add(e)},ia=function(t,e){e&&Wo(t)&&t.classList&&t.classList.remove(e)},oa=function(t,e){return!!(e&&Wo(t)&&t.classList)&&t.classList.contains(e)},aa=function(t,e,n){e&&Wo(t)&&t.setAttribute(e,n)},sa=function(t,e){e&&Wo(t)&&t.removeAttribute(e)},la=function(t,e){return e&&Wo(t)?t.getAttribute(e):null},ca=function(t,e){return e&&Wo(t)?t.hasAttribute(e):null},ua=function(t,e,n){e&&Wo(t)&&(t.style[e]=n)},da=function(t,e){return e&&Wo(t)&&t.style[e]||null},fa=function(t){return Wo(t)?t.getBoundingClientRect():null},ha=function(t){var e=Bi.getComputedStyle;return e&&Wo(t)?e(t):{}},pa=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};try{t.focus(e)}catch(t){}return Go(t)},va=function(t){return Ii?ko(t)?t:{capture:!!t||!1}:!!(ko(t)?t.capture:t)},ma=function(t,e,n,r){t&&t.addEventListener&&t.addEventListener(e,n,va(r))},ga=function(t,e,n,r){t&&t.removeEventListener&&t.removeEventListener(e,n,va(r))},ba=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.preventDefault,r=void 0===n||n,i=e.propagation,o=void 0===i||i,a=e.immediatePropagation,s=void 0!==a&&a;r&&t.preventDefault(),o&&t.stopPropagation(),s&&t.stopImmediatePropagation()},ya=function(t){return Mo(t.replace(po,""))},_a=function(t,e){return[Hi,ya(t),e].join("::")},wa=function(t,e){return[Hi,e,ya(t)].join("::")},Oa=function(t,e){return t?{innerHTML:t}:e?{textContent:e}:{}},xa=function(t){return t};function Sa(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ca(t){for(var e=1;et.length)&&(e=t.length);for(var n=0,r=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:e;return To(e)?e.reduce((function(e,n){return[].concat(La(e),[t(n,n)])}),[]):jo(e)?Ea(e).reduce((function(n,r){return Ba(Ba({},n),{},Da({},r,t(e[r],e[r])))}),{}):n},Ha=["xs","sm","md","lg","xl"],Fa=function(t){var e,n,r=(e=null,Object.create(e,n));return function(){for(var e=arguments.length,n=new Array(e),i=0;i1&&void 0!==arguments[1]?arguments[1]:void 0,n=Ra.$bvConfig;return n?n.getConfigValue(t,e):Ia(e)},Va=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0;return e?qa("".concat(t,".").concat(e),n):qa(t,{})},za=function(){return qa("breakpoints",Ha)},Wa=Fa((function(){return za()})),Ua=function(){return Ia(Wa())};Fa((function(){var t=Ua();return t[0]="",t}));function Qa(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Ga(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:void 0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:void 0,i=!0===n;return r=i?r:n,Ga(Ga(Ga({},t?{type:t}:{}),i?{required:i}:_o(e)?{}:{default:ko(e)?function(){return e}:e}),_o(r)?{}:{validator:r})},Ya=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:xa;return(To(t)?t.slice():Ea(t)).reduce((function(t,r){return t[n(r)]=e[r],t}),{})},Xa=function(t,e,n){return Ga(Ga({},Ia(t)),{},{default:function(){var r=Va(n,e,t.default);return xo(r)?r():r}})},Ja=function(t,e){return Ea(t).reduce((function(n,r){return Ga(Ga({},n),{},Ka({},r,Xa(t[r],r,e)))}),{})};Xa({},"","").default.name;function ts(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var es=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n="undefined"!=typeof process&&process&&process.env||{};return t?n[t]||e:n},ns=function(){return es("BOOTSTRAP_VUE_NO_WARN")||"production"===es("NODE_ENV")},rs=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;ns()||console.warn("[BootstrapVue warn]: ".concat(e?"".concat(e," - "):"").concat(t))};function is(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function os(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var as=function(t,e,n){if(t=t?t.$el||t:null,!Wo(t))return null;if(r="observeDom",!Ni&&(rs("".concat(r,": Requires MutationObserver support.")),1))return null;var r,i=new zo((function(t){for(var n=!1,r=0;r0||i.removedNodes.length>0))&&(n=!0)}n&&e()}));return i.observe(t,function(t){for(var e=1;e1?n-1:0),i=1;i1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return(t=Bo(t).filter(xa)).some((function(t){return e[t]||n[t]}))},_s=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};t=Bo(t).filter(xa);for(var o=0;o0&&void 0!==arguments[0]?arguments[0]:"default",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.$scopedSlots,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$slots;return ys(t,e,n)},normalizeSlot:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.$scopedSlots,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.$slots,i=_s(t,e,n,r);return i?Bo(i):i}}}),Os=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return t&&t.$options._scopeId||e};var xs=Si.extend({computed:{scopedStyleAttrs:function(){var t,e,n,r=Os(this.$parent);return r?(n="",(e=r)in(t={})?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t):{}}}}),Ss=function(t){return"%"+t.charCodeAt(0).toString(16)},Cs=function(t){return encodeURIComponent(Io(t)).replace(go,Ss).replace(mo,",")},$s=(decodeURIComponent,function(t){if(!jo(t))return"";var e=Ea(t).map((function(e){var n=t[e];return _o(n)?"":wo(n)?Cs(e):To(n)?n.reduce((function(t,n){return wo(n)?t.push(Cs(e)):_o(n)||t.push(Cs(e)+"="+Cs(n)),t}),[]).join("&"):Cs(e)+"="+Cs(n)})).filter((function(t){return t.length>0})).join("&");return e?"?".concat(e):""}),Ts=function(t){return!(!t||Qo(t,"a"))},ks=ds("$listeners","bvListeners");function js(t){return function(t){if(Array.isArray(t))return Es(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return Es(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Es(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Es(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n0&&void 0!==arguments[0]?arguments[0]:{},e=t.target,n=t.rel;return"_blank"===e&&wo(n)?"noopener":n||null}({target:this.target,rel:this.rel})},computedHref:function(){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.href,n=t.to,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"a",i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"#",o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"/";if(e)return e;if(Ts(r))return null;if(Co(n))return n||o;if(jo(n)&&(n.path||n.query||n.hash)){var a=Io(n.path),s=$s(n.query),l=Io(n.hash);return l=l&&"#"!==l.charAt(0)?"#".concat(l):l,"".concat(a).concat(s).concat(l)||o}return i}({to:this.to,href:this.href},this.computedTag)},computedProps:function(){var t=this.prefetch;return this.isRouterLink?Ps(Ps({},Ya(Ps(Ps({},Ds),Ls),this)),{},{prefetch:So(t)?t:void 0,tag:this.routerTag}):{}},computedAttrs:function(){var t=this.bvAttrs,e=this.computedHref,n=this.computedRel,r=this.disabled,i=this.target,o=this.routerTag,a=this.isRouterLink;return Ps(Ps(Ps(Ps({},t),e?{href:e}:{}),a&&!Qo(o,"a")?{}:{rel:n,target:i}),{},{tabindex:r?"-1":_o(t.tabindex)?null:t.tabindex,"aria-disabled":r?"true":null})},computedListeners:function(){return Ps(Ps({},this.bvListeners),{},{click:this.onClick})}},methods:{onClick:function(t){var e=arguments,n=Ao(t),r=this.isRouterLink,i=this.bvListeners.click;n&&this.disabled?ba(t,{immediatePropagation:!0}):(r&&t.currentTarget.__vue__&&t.currentTarget.__vue__.$emit("click",t),Bo(i).filter((function(t){return xo(t)})).forEach((function(t){t.apply(void 0,js(e))})),this.emitOnRoot(Bs,t),this.emitOnRoot("clicked::link",t)),n&&!r&&"#"===this.computedHref&&ba(t,{propagation:!1})},focus:function(){pa(this.$el)},blur:function(){!function(t){try{t.blur()}catch(t){}Go(t)}(this.$el)}},render:function(t){var e=this.active,n=this.disabled;return t(this.computedTag,Ns({class:{active:e,disabled:n},attrs:this.computedAttrs,props:this.computedProps},this.isRouterLink?"nativeOn":"on",this.computedListeners),this.normalizeSlot())}});function Hs(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Fs(t){for(var e=1;e0&&!n[0].text?n[0]:t()}}),fl={container:Za([fo,Qi],"body"),disabled:Za(Vi,!1),tag:Za(Qi,"div")},hl=Si.extend({name:"BVTransporter",mixins:[ws],props:fl,watch:{disabled:{immediate:!0,handler:function(t){t?this.unmountTarget():this.$nextTick(this.mountTarget)}}},created:function(){this.$_defaultFn=null,this.$_target=null},beforeMount:function(){this.mountTarget()},updated:function(){this.updateTarget()},beforeDestroy:function(){this.unmountTarget(),this.$_defaultFn=null},methods:{getContainer:function(){return null},mountTarget:function(){if(!this.$_target){var t=this.getContainer();if(t){var e=(void 0).createElement("div");t.appendChild(e),this.$_target=new dl({el:e,parent:this,propsData:{nodes:Bo(this.normalizeSlot())}})}}},updateTarget:function(){},unmountTarget:function(){this.$_target&&this.$_target.$destroy(),this.$_target=null}},render:function(t){if(this.disabled){var e=Bo(this.normalizeSlot()).filter(xa);if(e.length>0&&!e[0].text)return e[0]}return t()}});function pl(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function vl(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{};if(pl(this,t),!e)throw new TypeError("Failed to construct '".concat(this.constructor.name,"'. 1 argument required, ").concat(arguments.length," given."));Ta(this,t.Defaults,this.constructor.Defaults,n,{type:e}),ka(this,{type:{enumerable:!0,configurable:!1,writable:!1},cancelable:{enumerable:!0,configurable:!1,writable:!1},nativeEvent:{enumerable:!0,configurable:!1,writable:!1},target:{enumerable:!0,configurable:!1,writable:!1},relatedTarget:{enumerable:!0,configurable:!1,writable:!1},vueTarget:{enumerable:!0,configurable:!1,writable:!1},componentId:{enumerable:!0,configurable:!1,writable:!1}});var r=!1;this.preventDefault=function(){this.cancelable&&(r=!0)},ja(this,"defaultPrevented",{enumerable:!0,get:function(){return r}})}var e,n,r;return e=t,r=[{key:"Defaults",get:function(){return{type:"",cancelable:!0,nativeEvent:null,target:null,relatedTarget:null,vueTarget:null,componentId:null}}}],(n=null)&&vl(e.prototype,n),r&&vl(e,r),t}();function gl(t){return(gl="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function bl(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function yl(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:{};return wl(this,o),e=i.call(this,t,n),ka(Tl(e),{trigger:{enumerable:!0,configurable:!1,writable:!1}}),e}return e=o,r=[{key:"Defaults",get:function(){return yl(yl({},xl(kl(o),"Defaults",this)),{},{trigger:null})}}],(n=null)&&Ol(e.prototype,n),r&&Ol(e,r),o}(ml),El=new(Si.extend({data:function(){return{modals:[],baseZIndex:null,scrollbarWidth:null,isBodyOverflowing:!1}},computed:{modalCount:function(){return this.modals.length},modalsAreOpen:function(){return this.modalCount>0}},watch:{modalCount:function(t,e){0},modals:function(t){var e=this;this.checkScrollbar(),Vo((function(){e.updateModals(t||[])}))}},methods:{registerModal:function(t){var e=this;t&&-1===this.modals.indexOf(t)&&(this.modals.push(t),t.$once("hook:beforeDestroy",(function(){e.unregisterModal(t)})))},unregisterModal:function(t){var e=this.modals.indexOf(t);e>-1&&(this.modals.splice(e,1),t._isBeingDestroyed||t._isDestroyed||this.resetModal(t))},getBaseZIndex:function(){return wo(this.baseZIndex),this.baseZIndex||1040},getScrollbarWidth:function(){return wo(this.scrollbarWidth),this.scrollbarWidth||0},updateModals:function(t){var e=this,n=this.getBaseZIndex(),r=this.getScrollbarWidth();t.forEach((function(t,i){t.zIndex=n+i,t.scrollbarWidth=r,t.isTop=i===e.modals.length-1,t.isBodyOverflowing=e.isBodyOverflowing}))},resetModal:function(t){t&&(t.zIndex=this.getBaseZIndex(),t.isTop=!0,t.isBodyOverflowing=!1)},checkScrollbar:function(){var t=fa((void 0).body),e=t.left,n=t.right;this.isBodyOverflowing=e+n<(void 0).innerWidth},setScrollbar:function(){var t=(void 0).body;if(t._paddingChangedForModal=t._paddingChangedForModal||[],t._marginChangedForModal=t._marginChangedForModal||[],this.isBodyOverflowing){var e=this.scrollbarWidth;Yo(".fixed-top, .fixed-bottom, .is-fixed, .sticky-top").forEach((function(n){var r=da(n,"paddingRight")||"";aa(n,"data-padding-right",r),ua(n,"paddingRight","".concat(Lo(ha(n).paddingRight,0)+e,"px")),t._paddingChangedForModal.push(n)})),Yo(".sticky-top").forEach((function(n){var r=da(n,"marginRight")||"";aa(n,"data-margin-right",r),ua(n,"marginRight","".concat(Lo(ha(n).marginRight,0)-e,"px")),t._marginChangedForModal.push(n)})),Yo(".navbar-toggler").forEach((function(n){var r=da(n,"marginRight")||"";aa(n,"data-margin-right",r),ua(n,"marginRight","".concat(Lo(ha(n).marginRight,0)+e,"px")),t._marginChangedForModal.push(n)}));var n=da(t,"paddingRight")||"";aa(t,"data-padding-right",n),ua(t,"paddingRight","".concat(Lo(ha(t).paddingRight,0)+e,"px"))}},resetScrollbar:function(){var t=(void 0).body;t._paddingChangedForModal&&t._paddingChangedForModal.forEach((function(t){ca(t,"data-padding-right")&&(ua(t,"paddingRight",la(t,"data-padding-right")||""),sa(t,"data-padding-right"))})),t._marginChangedForModal&&t._marginChangedForModal.forEach((function(t){ca(t,"data-margin-right")&&(ua(t,"marginRight",la(t,"data-margin-right")||""),sa(t,"data-margin-right"))})),t._paddingChangedForModal=null,t._marginChangedForModal=null,ca(t,"data-padding-right")&&(ua(t,"paddingRight",la(t,"data-padding-right")||""),sa(t,"data-padding-right"))}}}));function Al(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Pl(t){for(var e=1;e1&&void 0!==arguments[1]?arguments[1]:{},n=e.type,r=void 0===n?void 0:n,i=e.defaultValue,o=void 0===i?void 0:i,a=e.validator,s=void 0===a?void 0:a,l=e.event,c=void 0===l?"input":l,u=ts({},t,Za(r,o,s)),d=Si.extend({model:{prop:t,event:c},props:u});return{mixin:d,props:u,prop:t,event:c}}("visible",{type:Vi,defaultValue:!1,event:"change"}),Dl=Bl.mixin,Ll=Bl.props,Ml=Bl.prop,Il=Bl.event,Hl=["cancel","headerclose","ok"],Fl={subtree:!0,childList:!0,characterData:!0,attributes:!0,attributeFilter:["style","class"]},Rl=Ja(Pa(Pl(Pl(Pl({},hs),Ll),{},{ariaLabel:Za(Qi),autoFocusButton:Za(Qi,null,(function(t){return Oo(t)||No(Hl,t)})),bodyBgVariant:Za(Qi),bodyClass:Za(Ki),bodyTextVariant:Za(Qi),busy:Za(Vi,!1),buttonSize:Za(Qi),cancelDisabled:Za(Vi,!1),cancelTitle:Za(Qi,"Cancel"),cancelTitleHtml:Za(Qi),cancelVariant:Za(Qi,"secondary"),centered:Za(Vi,!1),contentClass:Za(Ki),dialogClass:Za(Ki),footerBgVariant:Za(Qi),footerBorderVariant:Za(Qi),footerClass:Za(Ki),footerTextVariant:Za(Qi),headerBgVariant:Za(Qi),headerBorderVariant:Za(Qi),headerClass:Za(Ki),headerCloseContent:Za(Qi,"×"),headerCloseLabel:Za(Qi,"Close"),headerCloseVariant:Za(Qi),headerTextVariant:Za(Qi),hideBackdrop:Za(Vi,!1),hideFooter:Za(Vi,!1),hideHeader:Za(Vi,!1),hideHeaderClose:Za(Vi,!1),ignoreEnforceFocusSelector:Za(Zi),lazy:Za(Vi,!1),modalClass:Za(Ki),noCloseOnBackdrop:Za(Vi,!1),noCloseOnEsc:Za(Vi,!1),noEnforceFocus:Za(Vi,!1),noFade:Za(Vi,!1),noStacking:Za(Vi,!1),okDisabled:Za(Vi,!1),okOnly:Za(Vi,!1),okTitle:Za(Qi,"OK"),okTitleHtml:Za(Qi),okVariant:Za(Qi,"primary"),returnFocus:Za([fo,Ui,Qi]),scrollable:Za(Vi,!1),size:Za(Qi,"md"),static:Za(Vi,!1),title:Za(Qi),titleClass:Za(Ki),titleHtml:Za(Qi),titleSrOnly:Za(Vi,!1),titleTag:Za(Qi,"h5")})),"BModal"),ql=Si.extend({name:"BModal",mixins:[fs,ps,Dl,ms,gs,bs,ws,xs],inheritAttrs:!1,props:Rl,data:function(){return{isHidden:!0,isVisible:!1,isTransitioning:!1,isShow:!1,isBlock:!1,isOpening:!1,isClosing:!1,ignoreBackdropClick:!1,isModalOverflowing:!1,scrollbarWidth:0,zIndex:El.getBaseZIndex(),isTop:!0,isBodyOverflowing:!1}},computed:{modalId:function(){return this.safeId()},modalOuterId:function(){return this.safeId("__BV_modal_outer_")},modalHeaderId:function(){return this.safeId("__BV_modal_header_")},modalBodyId:function(){return this.safeId("__BV_modal_body_")},modalTitleId:function(){return this.safeId("__BV_modal_title_")},modalContentId:function(){return this.safeId("__BV_modal_content_")},modalFooterId:function(){return this.safeId("__BV_modal_footer_")},modalBackdropId:function(){return this.safeId("__BV_modal_backdrop_")},modalClasses:function(){return[{fade:!this.noFade,show:this.isShow},this.modalClass]},modalStyles:function(){var t="".concat(this.scrollbarWidth,"px");return{paddingLeft:!this.isBodyOverflowing&&this.isModalOverflowing?t:"",paddingRight:this.isBodyOverflowing&&!this.isModalOverflowing?t:"",display:this.isBlock?"block":"none"}},dialogClasses:function(){var t;return[(t={},Nl(t,"modal-".concat(this.size),this.size),Nl(t,"modal-dialog-centered",this.centered),Nl(t,"modal-dialog-scrollable",this.scrollable),t),this.dialogClass]},headerClasses:function(){var t;return[(t={},Nl(t,"bg-".concat(this.headerBgVariant),this.headerBgVariant),Nl(t,"text-".concat(this.headerTextVariant),this.headerTextVariant),Nl(t,"border-".concat(this.headerBorderVariant),this.headerBorderVariant),t),this.headerClass]},titleClasses:function(){return[{"sr-only":this.titleSrOnly},this.titleClass]},bodyClasses:function(){var t;return[(t={},Nl(t,"bg-".concat(this.bodyBgVariant),this.bodyBgVariant),Nl(t,"text-".concat(this.bodyTextVariant),this.bodyTextVariant),t),this.bodyClass]},footerClasses:function(){var t;return[(t={},Nl(t,"bg-".concat(this.footerBgVariant),this.footerBgVariant),Nl(t,"text-".concat(this.footerTextVariant),this.footerTextVariant),Nl(t,"border-".concat(this.footerBorderVariant),this.footerBorderVariant),t),this.footerClass]},modalOuterStyle:function(){return{position:"absolute",zIndex:this.zIndex}},slotScope:function(){return{cancel:this.onCancel,close:this.onClose,hide:this.hide,ok:this.onOk,visible:this.isVisible}},computeIgnoreEnforceFocusSelector:function(){return Bo(this.ignoreEnforceFocusSelector).filter(xa).join(",").trim()},computedAttrs:function(){return Pl(Pl(Pl({},this.static?{}:this.scopedStyleAttrs),this.bvAttrs),{},{id:this.modalOuterId})},computedModalAttrs:function(){var t=this.isVisible,e=this.ariaLabel;return{id:this.modalId,role:"dialog","aria-hidden":t?null:"true","aria-modal":t?"true":null,"aria-label":e,"aria-labelledby":this.hideHeader||e||!(this.hasNormalizedSlot("modal-title")||this.titleHtml||this.title)?null:this.modalTitleId,"aria-describedby":this.modalBodyId}}},watch:Nl({},Ml,(function(t,e){t!==e&&this[t?"show":"hide"]()})),created:function(){this.$_observer=null,this.$_returnFocus=this.returnFocus||null},mounted:function(){this.zIndex=El.getBaseZIndex(),this.listenOnRoot(wa("BModal","show"),this.showHandler),this.listenOnRoot(wa("BModal","hide"),this.hideHandler),this.listenOnRoot(wa("BModal","toggle"),this.toggleHandler),this.listenOnRoot(_a("BModal","show"),this.modalListener),!0===this[Ml]&&this.$nextTick(this.show)},beforeDestroy:function(){this.setObserver(!1),this.isVisible&&(this.isVisible=!1,this.isShow=!1,this.isTransitioning=!1)},methods:{setObserver:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.$_observer&&this.$_observer.disconnect(),this.$_observer=null,t&&(this.$_observer=as(this.$refs.content,this.checkModalOverflow.bind(this),Fl))},updateModel:function(t){t!==this[Ml]&&this.$emit(Il,t)},buildEvent:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new jl(t,Pl(Pl({cancelable:!1,target:this.$refs.modal||this.$el||null,relatedTarget:null,trigger:null},e),{},{vueTarget:this,componentId:this.modalId}))},show:function(){if(!this.isVisible&&!this.isOpening)if(this.isClosing)this.$once("hidden",this.show);else{this.isOpening=!0,this.$_returnFocus=this.$_returnFocus||this.getActiveElement();var t=this.buildEvent("show",{cancelable:!0});if(this.emitEvent(t),t.defaultPrevented||this.isVisible)return this.isOpening=!1,void this.updateModel(!1);this.doShow()}},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(this.isVisible&&!this.isClosing){this.isClosing=!0;var e=this.buildEvent("hide",{cancelable:"FORCE"!==t,trigger:t||null});if("ok"===t?this.$emit("ok",e):"cancel"===t?this.$emit("cancel",e):"headerclose"===t&&this.$emit("close",e),this.emitEvent(e),e.defaultPrevented||!this.isVisible)return this.isClosing=!1,void this.updateModel(!0);this.setObserver(!1),this.isVisible=!1,this.updateModel(!1)}},toggle:function(t){t&&(this.$_returnFocus=t),this.isVisible?this.hide("toggle"):this.show()},getActiveElement:function(){var t=Uo([]);return t&&t.focus?t:null},doShow:function(){var t=this;El.modalsAreOpen&&this.noStacking?this.listenOnRootOnce(_a("BModal","hidden"),this.doShow):(El.registerModal(this),this.isHidden=!1,this.$nextTick((function(){t.isVisible=!0,t.isOpening=!1,t.updateModel(!0),t.$nextTick((function(){t.setObserver(!0)}))})))},onBeforeEnter:function(){this.isTransitioning=!0,this.setResizeEvent(!0)},onEnter:function(){var t=this;this.isBlock=!0,Vo((function(){Vo((function(){t.isShow=!0}))}))},onAfterEnter:function(){var t=this;this.checkModalOverflow(),this.isTransitioning=!1,Vo((function(){t.emitEvent(t.buildEvent("shown")),t.setEnforceFocus(!0),t.$nextTick((function(){t.focusFirst()}))}))},onBeforeLeave:function(){this.isTransitioning=!0,this.setResizeEvent(!1),this.setEnforceFocus(!1)},onLeave:function(){this.isShow=!1},onAfterLeave:function(){var t=this;this.isBlock=!1,this.isTransitioning=!1,this.isModalOverflowing=!1,this.isHidden=!0,this.$nextTick((function(){t.isClosing=!1,El.unregisterModal(t),t.returnFocusTo(),t.emitEvent(t.buildEvent("hidden"))}))},emitEvent:function(t){var e=t.type;this.emitOnRoot(_a("BModal",e),t,t.componentId),this.$emit(e,t)},onDialogMousedown:function(){var t=this,e=this.$refs.modal;ma(e,"mouseup",(function n(r){ga(e,"mouseup",n,Ri),r.target===e&&(t.ignoreBackdropClick=!0)}),Ri)},onClickOut:function(t){this.ignoreBackdropClick?this.ignoreBackdropClick=!1:this.isVisible&&!this.noCloseOnBackdrop&&ea((void 0).body,t.target)&&(ea(this.$refs.content,t.target)||this.hide("backdrop"))},onOk:function(){this.hide("ok")},onCancel:function(){this.hide("cancel")},onClose:function(){this.hide("headerclose")},onEsc:function(t){27===t.keyCode&&this.isVisible&&!this.noCloseOnEsc&&this.hide("esc")},focusHandler:function(t){var e=this.$refs.content,n=t.target;if(!(this.noEnforceFocus||!this.isTop||!this.isVisible||!e||void 0===n||ea(e,n)||this.computeIgnoreEnforceFocusSelector&&ta(this.computeIgnoreEnforceFocusSelector,n,!0))){var r=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0;return Yo(Fo,t).filter(Ko).filter((function(t){return t.tabIndex>-1&&!t.disabled}))}(this.$refs.content),i=this.$refs["bottom-trap"],o=this.$refs["top-trap"];if(i&&n===i){if(pa(r[0]))return}else if(o&&n===o&&pa(r[r.length-1]))return;pa(e,{preventScroll:!0})}},setEnforceFocus:function(t){this.listenDocument(t,"focusin",this.focusHandler)},setResizeEvent:function(t){this.listenWindow(t,"resize",this.checkModalOverflow),this.listenWindow(t,"orientationchange",this.checkModalOverflow)},showHandler:function(t,e){t===this.modalId&&(this.$_returnFocus=e||this.getActiveElement(),this.show())},hideHandler:function(t){t===this.modalId&&this.hide("event")},toggleHandler:function(t,e){t===this.modalId&&this.toggle(e)},modalListener:function(t){this.noStacking&&t.vueTarget!==this&&this.hide()},focusFirst:function(){},returnFocusTo:function(){var t=this.returnFocus||this.$_returnFocus||null;this.$_returnFocus=null,this.$nextTick((function(){(t=Co(t)?Xo(t):t)&&(t=t.$el||t,pa(t))}))},checkModalOverflow:function(){if(this.isVisible){var t=this.$refs.modal;this.isModalOverflowing=t.scrollHeight>(void 0).documentElement.clientHeight}},makeModal:function(t){var e=t();if(!this.hideHeader){var n=this.normalizeSlot("modal-header",this.slotScope);if(!n){var r=t();this.hideHeaderClose||(r=t(rl,{props:{content:this.headerCloseContent,disabled:this.isTransitioning,ariaLabel:this.headerCloseLabel,textVariant:this.headerCloseVariant||this.headerTextVariant},on:{click:this.onClose},ref:"close-button"},[this.normalizeSlot("modal-header-close")])),n=[t(this.titleTag,{staticClass:"modal-title",class:this.titleClasses,attrs:{id:this.modalTitleId},domProps:this.hasNormalizedSlot("modal-title")?{}:Oa(this.titleHtml,this.title)},this.normalizeSlot("modal-title",this.slotScope)),r]}e=t("header",{staticClass:"modal-header",class:this.headerClasses,attrs:{id:this.modalHeaderId},ref:"header"},[n])}var i=t("div",{staticClass:"modal-body",class:this.bodyClasses,attrs:{id:this.modalBodyId},ref:"body"},this.normalizeSlot("default",this.slotScope)),o=t();if(!this.hideFooter){var a=this.normalizeSlot("modal-footer",this.slotScope);if(!a){var s=t();this.okOnly||(s=t(tl,{props:{variant:this.cancelVariant,size:this.buttonSize,disabled:this.cancelDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot("modal-cancel")?{}:Oa(this.cancelTitleHtml,this.cancelTitle),on:{click:this.onCancel},ref:"cancel-button"},this.normalizeSlot("modal-cancel"))),a=[s,t(tl,{props:{variant:this.okVariant,size:this.buttonSize,disabled:this.okDisabled||this.busy||this.isTransitioning},domProps:this.hasNormalizedSlot("modal-ok")?{}:Oa(this.okTitleHtml,this.okTitle),on:{click:this.onOk},ref:"ok-button"},this.normalizeSlot("modal-ok"))]}o=t("footer",{staticClass:"modal-footer",class:this.footerClasses,attrs:{id:this.modalFooterId},ref:"footer"},[a])}var l=t("div",{staticClass:"modal-content",class:this.contentClass,attrs:{id:this.modalContentId,tabindex:"-1"},ref:"content"},[e,i,o]),c=t(),u=t();this.isVisible&&!this.noEnforceFocus&&(c=t("span",{attrs:{tabindex:"0"},ref:"top-trap"}),u=t("span",{attrs:{tabindex:"0"},ref:"bottom-trap"}));var d=t("div",{staticClass:"modal-dialog",class:this.dialogClasses,on:{mousedown:this.onDialogMousedown},ref:"dialog"},[c,l,u]),f=t("div",{staticClass:"modal",class:this.modalClasses,style:this.modalStyles,attrs:this.computedModalAttrs,on:{keydown:this.onEsc,click:this.onClickOut},directives:[{name:"show",value:this.isVisible}],ref:"modal"},[d]);f=t("transition",{props:{enterClass:"",enterToClass:"",enterActiveClass:"",leaveClass:"",leaveActiveClass:"",leaveToClass:""},on:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave}},[f]);var h=t();return!this.hideBackdrop&&this.isVisible&&(h=t("div",{staticClass:"modal-backdrop",attrs:{id:this.modalBackdropId}},this.normalizeSlot("modal-backdrop"))),h=t(ul,{props:{noFade:this.noFade}},[h]),t("div",{style:this.modalOuterStyle,attrs:this.computedAttrs,key:"modal-outer-".concat(this._uid)},[f,h])}},render:function(t){return this.static?this.lazy&&this.isHidden?t():this.makeModal(t):this.isHidden?t():t(hl,[this.makeModal(t)])}}),Vl=(Math.min,Math.max),zl=(Math.abs,Math.ceil,Math.floor,Math.pow,Math.round,function(){}),Wl=function(){for(var t=["Edge","Trident","Firefox"],e=0;e1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===e?"scrollTop":"scrollLeft",r=t.nodeName;if("BODY"===r||"HTML"===r){var i=t.ownerDocument.documentElement,o=t.ownerDocument.scrollingElement||i;return o[n]}return t[n]}function nc(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=ec(e,"top"),i=ec(e,"left"),o=n?-1:1;return t.top+=r*o,t.bottom+=r*o,t.left+=i*o,t.right+=i*o,t}function rc(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function ic(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],0)}function oc(t){var e=t.body,n=t.documentElement;return{height:ic("Height",e,n),width:ic("Width",e,n)}}var ac=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},sc=function(){function t(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],r=!1,i="HTML"===e.nodeName,o=dc(t),a=dc(e),s=Zl(t),l=Gl(e),c=parseFloat(l.borderTopWidth),u=parseFloat(l.borderLeftWidth);n&&i&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var d=uc({top:o.top-a.top-c,left:o.left-a.left-u,width:o.width,height:o.height});if(d.marginTop=0,d.marginLeft=0,!r&&i){var f=parseFloat(l.marginTop),h=parseFloat(l.marginLeft);d.top-=c-f,d.bottom-=c-f,d.left-=u-h,d.right-=u-h,d.marginTop=f,d.marginLeft=h}return(r&&!n?e.contains(s):e===s&&"BODY"!==s.nodeName)&&(d=nc(d,e)),d}function hc(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,r=fc(t,n),i=Math.max(n.clientWidth,(void 0).innerWidth||0),o=Math.max(n.clientHeight,(void 0).innerHeight||0),a=e?0:ec(n),s=e?0:ec(n,"left"),l={top:a-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:i,height:o};return uc(l)}function pc(t){var e=t.nodeName;if("BODY"===e||"HTML"===e)return!1;if("fixed"===Gl(t,"position"))return!0;var n=Kl(t);return!!n&&pc(n)}function vc(t){if(!t||!t.parentElement)return(void 0).documentElement;for(var e=t.parentElement;e&&"none"===Gl(e,"transform");)e=e.parentElement;return e||(void 0).documentElement}function mc(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},a=i?vc(t):tc(t,Yl(e));if("viewport"===r)o=hc(a,i);else{var s=void 0;"scrollParent"===r?"BODY"===(s=Zl(Kl(e))).nodeName&&(s=t.ownerDocument.documentElement):s="window"===r?t.ownerDocument.documentElement:r;var l=fc(s,a,i);if("HTML"!==s.nodeName||pc(a))o=l;else{var c=oc(t.ownerDocument),u=c.height,d=c.width;o.top+=l.top-l.marginTop,o.bottom=u+l.top,o.left+=l.left-l.marginLeft,o.right=d+l.left}}var f="number"==typeof(n=n||0);return o.left+=f?n:n.left||0,o.top+=f?n:n.top||0,o.right-=f?n:n.right||0,o.bottom-=f?n:n.bottom||0,o}function gc(t){return t.width*t.height}function bc(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=mc(n,r,o,i),s={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},l=Object.keys(s).map((function(t){return cc({key:t},s[t],{area:gc(s[t])})})).sort((function(t,e){return e.area-t.area})),c=l.filter((function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,d=t.split("-")[1];return u+(d?"-"+d:"")}function yc(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=r?vc(e):tc(e,Yl(n));return fc(n,i,r)}function _c(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),r=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+r,height:t.offsetHeight+n}}function wc(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,(function(t){return e[t]}))}function Oc(t,e,n){n=n.split("-")[0];var r=_c(t),i={width:r.width,height:r.height},o=-1!==["right","left"].indexOf(n),a=o?"top":"left",s=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return i[a]=e[a]+e[l]/2-r[l]/2,i[s]=n===s?e[s]-r[c]:e[wc(s)],i}function xc(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function Sc(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex((function(t){return t[e]===n}));var r=xc(t,(function(t){return t[e]===n}));return t.indexOf(r)}(t,"name",n))).forEach((function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&Ql(n)&&(e.offsets.popper=uc(e.offsets.popper),e.offsets.reference=uc(e.offsets.reference),e=n(e,t))})),e}function Cc(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=yc(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=bc(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=Oc(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=Sc(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}function $c(t,e){return t.some((function(t){var n=t.name;return t.enabled&&n===e}))}function Tc(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r1&&void 0!==arguments[1]&&arguments[1],n=Mc.indexOf(t),r=Mc.slice(n+1).concat(Mc.slice(0,n));return e?r.reverse():r}var Hc="flip",Fc="clockwise",Rc="counterclockwise";function qc(t,e,n,r){var i=[0,0],o=-1!==["right","left"].indexOf(r),a=t.split(/(\+|\-)/).map((function(t){return t.trim()})),s=a.indexOf(xc(a,(function(t){return-1!==t.search(/,|\s/)})));a[s]&&-1===a[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==s?[a.slice(0,s).concat([a[s].split(l)[0]]),[a[s].split(l)[1]].concat(a.slice(s+1))]:[a];return(c=c.map((function(t,r){var i=(1===r?!o:o)?"height":"width",a=!1;return t.reduce((function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)}),[]).map((function(t){return function(t,e,n,r){var i=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+i[1],a=i[2];if(!o)return t;if(0===a.indexOf("%")){var s=void 0;switch(a){case"%p":s=n;break;case"%":case"%r":default:s=r}return uc(s)[e]/100*o}if("vh"===a||"vw"===a){return("vh"===a?Math.max((void 0).documentElement.clientHeight,(void 0).innerHeight||0):Math.max((void 0).documentElement.clientWidth,(void 0).innerWidth||0))/100*o}return o}(t,i,e,n)}))}))).forEach((function(t,e){t.forEach((function(n,r){Nc(n)&&(i[e]+=n*("-"===t[r-1]?-1:1))}))})),i}var Vc={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var i=t.offsets,o=i.reference,a=i.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",c=s?"width":"height",u={start:lc({},l,o[l]),end:lc({},l,o[l]+o[c]-a[c])};t.offsets.popper=cc({},a,u[r])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,r=t.placement,i=t.offsets,o=i.popper,a=i.reference,s=r.split("-")[0],l=void 0;return l=Nc(+n)?[+n,0]:qc(n,o,a,s),"left"===s?(o.top+=l[0],o.left-=l[1]):"right"===s?(o.top+=l[0],o.left+=l[1]):"top"===s?(o.left+=l[0],o.top-=l[1]):"bottom"===s&&(o.left+=l[0],o.top+=l[1]),t.popper=o,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||Xl(t.instance.popper);t.instance.reference===n&&(n=Xl(n));var r=Tc("transform"),i=t.instance.popper.style,o=i.top,a=i.left,s=i[r];i.top="",i.left="",i[r]="";var l=mc(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);i.top=o,i.left=a,i[r]=s,e.boundaries=l;var c=e.priority,u=t.offsets.popper,d={primary:function(t){var n=u[t];return u[t]l[t]&&!e.escapeWithReference&&(r=Math.min(u[n],l[t]-("right"===t?u.width:u.height))),lc({},n,r)}};return c.forEach((function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";u=cc({},u,d[e](t))})),t.offsets.popper=u,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,r=e.reference,i=t.placement.split("-")[0],o=Math.floor,a=-1!==["top","bottom"].indexOf(i),s=a?"right":"bottom",l=a?"left":"top",c=a?"width":"height";return n[s]o(r[s])&&(t.offsets.popper[l]=o(r[s])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!Dc(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"==typeof r){if(!(r=t.instance.popper.querySelector(r)))return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var i=t.placement.split("-")[0],o=t.offsets,a=o.popper,s=o.reference,l=-1!==["left","right"].indexOf(i),c=l?"height":"width",u=l?"Top":"Left",d=u.toLowerCase(),f=l?"left":"top",h=l?"bottom":"right",p=_c(r)[c];s[h]-pa[h]&&(t.offsets.popper[d]+=s[d]+p-a[h]),t.offsets.popper=uc(t.offsets.popper);var v=s[d]+s[c]/2-p/2,m=Gl(t.instance.popper),g=parseFloat(m["margin"+u]),b=parseFloat(m["border"+u+"Width"]),y=v-t.offsets.popper[d]-g-b;return y=Math.max(Math.min(a[c]-p,y),0),t.arrowElement=r,t.offsets.arrow=(lc(n={},d,Math.round(y)),lc(n,f,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if($c(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=mc(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],i=wc(r),o=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case Hc:a=[r,i];break;case Fc:a=Ic(r);break;case Rc:a=Ic(r,!0);break;default:a=e.behavior}return a.forEach((function(s,l){if(r!==s||a.length===l+1)return t;r=t.placement.split("-")[0],i=wc(r);var c=t.offsets.popper,u=t.offsets.reference,d=Math.floor,f="left"===r&&d(c.right)>d(u.left)||"right"===r&&d(c.left)d(u.top)||"bottom"===r&&d(c.top)d(n.right),v=d(c.top)d(n.bottom),g="left"===r&&h||"right"===r&&p||"top"===r&&v||"bottom"===r&&m,b=-1!==["top","bottom"].indexOf(r),y=!!e.flipVariations&&(b&&"start"===o&&h||b&&"end"===o&&p||!b&&"start"===o&&v||!b&&"end"===o&&m),_=!!e.flipVariationsByContent&&(b&&"start"===o&&p||b&&"end"===o&&h||!b&&"start"===o&&m||!b&&"end"===o&&v),w=y||_;(f||g||w)&&(t.flipped=!0,(f||g)&&(r=a[l+1]),w&&(o=function(t){return"end"===t?"start":"start"===t?"end":t}(o)),t.placement=r+(o?"-"+o:""),t.offsets.popper=cc({},t.offsets.popper,Oc(t.instance.popper,t.offsets.reference,t.placement)),t=Sc(t.instance.modifiers,t,"flip"))})),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,i=r.popper,o=r.reference,a=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return i[a?"left":"top"]=o[n]-(s?i[a?"width":"height"]:0),t.placement=wc(e),t.offsets.popper=uc(i),t}},hide:{order:800,enabled:!0,fn:function(t){if(!Dc(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=xc(t.instance.modifiers,(function(t){return"preventOverflow"===t.name})).boundaries;if(e.bottomn.right||e.top>n.bottom||e.right2&&void 0!==arguments[2]?arguments[2]:{};ac(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=Ul(this.update.bind(this)),this.options=cc({},t.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(cc({},t.Defaults.modifiers,i.modifiers)).forEach((function(e){r.options.modifiers[e]=cc({},t.Defaults.modifiers[e]||{},i.modifiers?i.modifiers[e]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(t){return cc({name:t},r.options.modifiers[t])})).sort((function(t,e){return t.order-e.order})),this.modifiers.forEach((function(t){t.enabled&&Ql(t.onLoad)&&t.onLoad(r.reference,r.popper,r.options,t,r.state)})),this.update();var o=this.options.eventsEnabled;o&&this.enableEventListeners(),this.state.eventsEnabled=o}return sc(t,[{key:"update",value:function(){return Cc.call(this)}},{key:"destroy",value:function(){return kc.call(this)}},{key:"enableEventListeners",value:function(){return Ac.call(this)}},{key:"disableEventListeners",value:function(){return Pc.call(this)}}]),t}();zc.Utils=global.PopperUtils,zc.placements=Lc,zc.Defaults=Vc;var Wc=zc,Uc={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left",TOPLEFT:"top",TOPRIGHT:"top",RIGHTTOP:"right",RIGHTBOTTOM:"right",BOTTOMLEFT:"bottom",BOTTOMRIGHT:"bottom",LEFTTOP:"left",LEFTBOTTOM:"left"},Qc={AUTO:0,TOPLEFT:-1,TOP:0,TOPRIGHT:1,RIGHTTOP:-1,RIGHT:0,RIGHTBOTTOM:1,BOTTOMLEFT:-1,BOTTOM:0,BOTTOMRIGHT:1,LEFTTOP:-1,LEFT:0,LEFTBOTTOM:1},Gc={arrowPadding:Za(Yi,6),boundary:Za([fo,Qi],"scrollParent"),boundaryPadding:Za(Yi,5),fallbackPlacement:Za(Zi,"flip"),offset:Za(Yi,0),placement:Za(Qi,"top"),target:Za([fo,ho])},Kc=Si.extend({name:"BVPopper",props:Gc,data:function(){return{noFade:!1,localShow:!0,attachment:this.getAttachment(this.placement)}},computed:{templateType:function(){return"unknown"},popperConfig:function(){var t=this,e=this.placement;return{placement:this.getAttachment(e),modifiers:{offset:{offset:this.getOffset(e)},flip:{behavior:this.fallbackPlacement},arrow:{element:".arrow"},preventOverflow:{padding:this.boundaryPadding,boundariesElement:this.boundary}},onCreate:function(e){e.originalPlacement!==e.placement&&t.popperPlacementChange(e)},onUpdate:function(e){t.popperPlacementChange(e)}}}},created:function(){var t=this;this.$_popper=null,this.localShow=!0,this.$on("show",(function(e){t.popperCreate(e)}));var e=function(){t.$nextTick((function(){Vo((function(){t.$destroy()}))}))};this.$parent.$once("hook:destroyed",e),this.$once("hidden",e)},beforeMount:function(){this.attachment=this.getAttachment(this.placement)},updated:function(){this.updatePopper()},beforeDestroy:function(){this.destroyPopper()},destroyed:function(){var t=this.$el;t&&t.parentNode&&t.parentNode.removeChild(t)},methods:{hide:function(){this.localShow=!1},getAttachment:function(t){return Uc[String(t).toUpperCase()]||"auto"},getOffset:function(t){if(!this.offset){var e=this.$refs.arrow||Xo(".arrow",this.$el),n=Lo(ha(e).width,0)+Lo(this.arrowPadding,0);switch(Qc[String(t).toUpperCase()]||0){case 1:return"+50%p - ".concat(n,"px");case-1:return"-50%p + ".concat(n,"px");default:return 0}}return this.offset},popperCreate:function(t){this.destroyPopper(),this.$_popper=new Wc(this.target,t,this.popperConfig)},destroyPopper:function(){this.$_popper&&this.$_popper.destroy(),this.$_popper=null},updatePopper:function(){this.$_popper&&this.$_popper.scheduleUpdate()},popperPlacementChange:function(t){this.attachment=this.getAttachment(t.placement)},renderTemplate:function(t){return t("div")}},render:function(t){var e=this,n=this.noFade;return t(ul,{props:{appear:!0,noFade:n},on:{beforeEnter:function(t){return e.$emit("show",t)},afterEnter:function(t){return e.$emit("shown",t)},beforeLeave:function(t){return e.$emit("hide",t)},afterLeave:function(t){return e.$emit("hidden",t)}}},[this.localShow?this.renderTemplate(t):t()])}});function Zc(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Yc(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},n=!1;Ea(cu).forEach((function(r){_o(e[r])||t[r]===e[r]||(t[r]=e[r],"title"===r&&(n=!0))})),n&&this.localShow&&this.fixTitle()},createTemplateAndShow:function(){var t=this.getContainer(),e=this.getTemplate(),n=this.$_tip=new e({parent:this,propsData:{id:this.computedId,html:this.html,placement:this.placement,fallbackPlacement:this.fallbackPlacement,target:this.getPlacementTarget(),boundary:this.getBoundary(),offset:Do(this.offset,0),arrowPadding:Do(this.arrowPadding,0),boundaryPadding:Do(this.boundaryPadding,0)}});this.handleTemplateUpdate(),n.$once("show",this.onTemplateShow),n.$once("shown",this.onTemplateShown),n.$once("hide",this.onTemplateHide),n.$once("hidden",this.onTemplateHidden),n.$once("hook:destroyed",this.destroyTemplate),n.$on("focusin",this.handleEvent),n.$on("focusout",this.handleEvent),n.$on("mouseenter",this.handleEvent),n.$on("mouseleave",this.handleEvent),n.$mount(t.appendChild((void 0).createElement("div")))},hideTemplate:function(){this.$_tip&&this.$_tip.hide(),this.clearActiveTriggers(),this.$_hoverState=""},destroyTemplate:function(){this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.localPlacementTarget=null;try{this.$_tip.$destroy()}catch(t){}this.$_tip=null,this.removeAriaDescribedby(),this.restoreTitle(),this.localShow=!1},getTemplateElement:function(){return this.$_tip?this.$_tip.$el:null},handleTemplateUpdate:function(){var t=this,e=this.$_tip;if(e){["title","content","variant","customClass","noFade","interactive"].forEach((function(n){e[n]!==t[n]&&(e[n]=t[n])}))}},show:function(){var t=this.getTarget();if(t&&ea((void 0).body,t)&&Ko(t)&&!this.dropdownOpen()&&(!Oo(this.title)&&""!==this.title||!Oo(this.content)&&""!==this.content)&&!this.$_tip&&!this.localShow){this.localShow=!0;var e=this.buildEvent("show",{cancelable:!0});this.emitEvent(e),e.defaultPrevented?this.destroyTemplate():(this.fixTitle(),this.addAriaDescribedby(),this.createTemplateAndShow())}},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.getTemplateElement();if(e&&this.localShow){var n=this.buildEvent("hide",{cancelable:!t});this.emitEvent(n),n.defaultPrevented||this.hideTemplate()}else this.restoreTitle()},forceHide:function(){this.getTemplateElement()&&this.localShow&&(this.setWhileOpenListeners(!1),this.clearHoverTimeout(),this.$_hoverState="",this.clearActiveTriggers(),this.$_tip&&(this.$_tip.noFade=!0),this.hide(!0))},enable:function(){this.$_enabled=!0,this.emitEvent(this.buildEvent("enabled"))},disable:function(){this.$_enabled=!1,this.emitEvent(this.buildEvent("disabled"))},onTemplateShow:function(){this.setWhileOpenListeners(!0)},onTemplateShown:function(){var t=this.$_hoverState;this.$_hoverState="","out"===t&&this.leave(null),this.emitEvent(this.buildEvent("shown"))},onTemplateHide:function(){this.setWhileOpenListeners(!1)},onTemplateHidden:function(){this.destroyTemplate(),this.emitEvent(this.buildEvent("hidden"))},getTarget:function(){var t=this.target;return Co(t)?t=na(t.replace(/^#/,"")):xo(t)?t=t():t&&(t=t.$el||t),Wo(t)?t:null},getPlacementTarget:function(){return this.getTarget()},getTargetId:function(){var t=this.getTarget();return t&&t.id?t.id:null},getContainer:function(){var t=!!this.container&&(this.container.$el||this.container),e=(void 0).body,n=this.getTarget();return!1===t?ta(lu,n)||e:Co(t)&&na(t.replace(/^#/,""))||e},getBoundary:function(){return this.boundary?this.boundary.$el||this.boundary:"scrollParent"},isInModal:function(){var t=this.getTarget();return t&&ta(au,t)},isDropdown:function(){var t=this.getTarget();return t&&oa(t,"dropdown")},dropdownOpen:function(){var t=this.getTarget();return this.isDropdown()&&t&&Xo(".dropdown-menu.show",t)},clearHoverTimeout:function(){clearTimeout(this.$_hoverTimeout),this.$_hoverTimeout=null},clearVisibilityInterval:function(){clearInterval(this.$_visibleInterval),this.$_visibleInterval=null},clearActiveTriggers:function(){for(var t in this.activeTrigger)this.activeTrigger[t]=!1},addAriaDescribedby:function(){var t=this.getTarget(),e=la(t,"aria-describedby")||"";e=e.split(/\s+/).concat(this.computedId).join(" ").trim(),aa(t,"aria-describedby",e)},removeAriaDescribedby:function(){var t=this,e=this.getTarget(),n=la(e,"aria-describedby")||"";(n=n.split(/\s+/).filter((function(e){return e!==t.computedId})).join(" ").trim())?aa(e,"aria-describedby",n):sa(e,"aria-describedby")},fixTitle:function(){var t=this.getTarget();if(ca(t,"title")){var e=la(t,"title");aa(t,"title",""),e&&aa(t,"data-original-title",e)}},restoreTitle:function(){var t=this.getTarget();if(ca(t,"data-original-title")){var e=la(t,"data-original-title");sa(t,"data-original-title"),e&&aa(t,"title",e)}},buildEvent:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new ml(t,nu({cancelable:!1,target:this.getTarget(),relatedTarget:this.getTemplateElement()||null,componentId:this.computedId,vueTarget:this},e))},emitEvent:function(t){var e=t.type;this.emitOnRoot(_a(this.templateType,e),t),this.$emit(e,t)},listen:function(){var t=this,e=this.getTarget();e&&(this.setRootListener(!0),this.computedTriggers.forEach((function(n){"click"===n?ma(e,"click",t.handleEvent,Ri):"focus"===n?(ma(e,"focusin",t.handleEvent,Ri),ma(e,"focusout",t.handleEvent,Ri)):"blur"===n?ma(e,"focusout",t.handleEvent,Ri):"hover"===n&&(ma(e,"mouseenter",t.handleEvent,Ri),ma(e,"mouseleave",t.handleEvent,Ri))}),this))},unListen:function(){var t=this,e=this.getTarget();this.setRootListener(!1),["click","focusin","focusout","mouseenter","mouseleave"].forEach((function(n){e&&ga(e,n,t.handleEvent,Ri)}),this)},setRootListener:function(t){var e=this.$root;if(e){var n=t?"$on":"$off",r=this.templateType;e[n](wa(r,"hide"),this.doHide),e[n](wa(r,"show"),this.doShow),e[n](wa(r,"disable"),this.doDisable),e[n](wa(r,"enable"),this.doEnable)}},setWhileOpenListeners:function(t){this.setModalListener(t),this.setDropdownListener(t),this.visibleCheck(t),this.setOnTouchStartListener(t)},visibleCheck:function(t){var e=this;this.clearVisibilityInterval();var n=this.getTarget(),r=this.getTemplateElement();t&&(this.$_visibleInterval=setInterval((function(){!r||!e.localShow||n.parentNode&&Ko(n)||e.forceHide()}),100))},setModalListener:function(t){this.isInModal()&&this.$root[t?"$on":"$off"](su,this.forceHide)},setOnTouchStartListener:function(t){var e=this;"ontouchstart"in(void 0).documentElement&&Po((void 0).body.children).forEach((function(n){!function(t){for(var e=t?ma:ga,n=arguments.length,r=new Array(n>1?n-1:0),i=1;i0&&void 0!==arguments[0]?arguments[0]:null;e&&(this.activeTrigger["focusin"===e.type?"focus":"hover"]=!0),this.localShow||"in"===this.$_hoverState?this.$_hoverState="in":(this.clearHoverTimeout(),this.$_hoverState="in",this.computedDelay.show?(this.fixTitle(),this.$_hoverTimeout=setTimeout((function(){"in"===t.$_hoverState?t.show():t.localShow||t.restoreTitle()}),this.computedDelay.show)):this.show())},leave:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;e&&(this.activeTrigger["focusout"===e.type?"focus":"hover"]=!1,"focusout"===e.type&&No(this.computedTriggers,"blur")&&(this.activeTrigger.click=!1,this.activeTrigger.hover=!1)),this.isWithActiveTrigger||(this.clearHoverTimeout(),this.$_hoverState="out",this.computedDelay.hide?this.$_hoverTimeout=setTimeout((function(){"out"===t.$_hoverState&&t.hide()}),this.computedDelay.hide):this.hide())}}});function du(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function fu(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var hu=Ja((fu(iu={boundary:Za([fo,Ui,Qi],"scrollParent"),boundaryPadding:Za(Yi,50),container:Za([fo,Ui,Qi]),customClass:Za(Qi),delay:Za(Xi,50)},"disabled",Za(Vi,!1)),fu(iu,"fallbackPlacement",Za(Zi,"flip")),fu(iu,"id",Za(Qi)),fu(iu,"noFade",Za(Vi,!1)),fu(iu,"noninteractive",Za(Vi,!1)),fu(iu,"offset",Za(Yi,0)),fu(iu,"placement",Za(Qi,"top")),fu(iu,"show",Za(Vi,!1)),fu(iu,"target",Za([fo,ho,zi,Ui,Qi],void 0,!0)),fu(iu,"title",Za(Qi)),fu(iu,"triggers",Za(Zi,"hover focus")),fu(iu,"variant",Za(Qi)),iu),"BTooltip"),pu=Si.extend({name:"BTooltip",mixins:[ws],inheritAttrs:!1,props:hu,data:function(){return{localShow:this.show,localTitle:"",localContent:""}},computed:{templateData:function(){return function(t){for(var e=1;e li, li.nav-item")&&Xo("a, button",t)||t},$u=function(t){t&&"BUTTON"!==t.tagName&&(ca(t,"role")||aa(t,"role","button"),"A"===t.tagName||ca(t,"tabindex")||aa(t,"tabindex","0"))},Tu=function(t){var e=t[xu]||{},n=e.trigger,r=e.handler;n&&r&&(ga(n,"click",r,Fi),ga(n,"keydown",r,Fi),ga(t,"click",r,Fi),ga(t,"keydown",r,Fi)),delete t[xu]},ku=function(t,e,n){var r=t[xu]||{},i=Su(e),o=Cu(t);i===r.target&&o===r.trigger||(Tu(t),function(t,e,n){var r=Su(e),i=Cu(t);if(r&&i){var o=function(t){var e=t.currentTarget;if(!Zo(e)){var i=t.type,o=t.keyCode;"click"!==i&&("keydown"!==i||13!==o&&32!==o)||n.context.$root.$emit(Ou,r,e)}};t[xu]={handler:o,target:r,trigger:i},$u(i),ma(i,"click",o,Fi),"BUTTON"!==i.tagName&&"button"===la(i,"role")&&ma(i,"keydown",o,Fi)}}(t,e,n)),$u(o)},ju={inserted:ku,updated:function(){},componentUpdated:ku,unbind:Tu};var Eu="__BV_Popover__",Au={bind:function(t,e,n){},componentUpdated:function(t,e,n){n.context.$nextTick((function(){}))},unbind:function(t){!function(t){t[Eu]&&(t[Eu].$destroy(),t[Eu]=null),delete t[Eu]}(t)}};var Pu="__BV_Tooltip__",Nu={bind:function(t,e,n){},componentUpdated:function(t,e,n){n.context.$nextTick((function(){}))},unbind:function(t){!function(t){t[Pu]&&(t[Pu].$destroy(),t[Pu]=null),delete t[Pu]}(t)}},Bu=n(28),Du=n.n(Bu),Lu=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isLi?n("li",{ref:"dropdown",class:[{disabled:t.disabledBool},t.isLi?"dropdown":"btn-group",t.addClass]},[t._t("button",[n("a",{staticClass:"dropdown-toggle",class:{disabled:t.disabledBool},attrs:{role:"button"},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.hideDropdownMenu()}}},[t._t("header")],2)]),t._ssrNode(" "),t._t("dropdown-menu",[n("ul",{staticClass:"dropdown-menu",class:[{show:t.show},{"dropdown-menu-right":t.menuAlignRight}]},[t._t("default")],2)])],2):t.isSubmenu?n("submenu",{ref:"submenu",scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)}):n("div",{ref:"dropdown",class:[{disabled:t.disabledBool},t.isLi?"dropdown":"btn-group",t.addClass]},[t._t("before"),t._ssrNode(" "),t._t("button",[n("button",{staticClass:"btn dropdown-toggle",class:[t.btnType,t.btnWithBefore],attrs:{type:"button",disabled:t.disabledBool},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"esc",27,e.key,["Esc","Escape"])?null:t.hideDropdownMenu()}}},[t._t("header")],2)]),t._ssrNode(" "),t._t("dropdown-menu",[n("ul",{staticClass:"dropdown-menu",class:[{show:t.show},{"dropdown-menu-right":t.menuAlignRight}]},[t._t("default")],2)])],2)};Lu._withStripped=!0;var Mu=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("li",{ref:"submenu",class:[t.addClass,"dropdown-submenu",{dropright:t.dropright,dropleft:t.dropleft}]},[t._t("button",[n("a",{staticClass:"submenu-toggle",class:{disabled:t.disabled},attrs:{role:"button"}},[t._t("header")],2)]),t._ssrNode(" "),t._t("dropdown-menu",[n("ul",{staticClass:"dropdown-menu"},[t._t("default")],2)])],2)};Mu._withStripped=!0;var Iu=function(t){return"string"==typeof t?""===t||"true"===t||"false"!==t&&"null"!==t&&"undefined"!==t&&t:t};function Hu(t){return"string"==typeof t?""===t||"true"===t||"false"!==t&&"null"!==t&&"undefined"!==t&&t:t}function Fu(t){return"number"==typeof t?t:null==t||isNaN(Number(t))?null:Number(t)}function Ru(t){var e=t.split("#"),n="";return e.length>1&&(n=e[1]),n}var qu,Vu=n(29),zu=n.n(Vu),Wu=n(30),Uu=n.n(Wu),Qu=Array.prototype,Gu=new Error("Passed arguments must be of Node"),Ku=[],Zu=[];function Yu(t){return t instanceof(void 0).Node}function Xu(t){return t instanceof(void 0).NodeList||t instanceof td||t instanceof(void 0).HTMLCollection||t instanceof Array}function Ju(t){return(t=t.trim()).length?t.replace(/\s+/," ").split(" "):[]}var td=function(){function t(e){zu()(this,t);var n=e;if(void 0===e[0]?n=[void 0]:"string"==typeof e[0]?(n=(e[1]||void 0).querySelectorAll(e[0]),e[1]&&(this.owner=e[1])):0 in e&&!Yu(e[0])&&e[0]&&"length"in e[0]&&(n=e[0],e[1]&&(this.owner=e[1])),n){for(var r in n)this[r]=n[r];this.length=n.length}else this.length=0}return Uu()(t,[{key:"concat",value:function(){var t=Qu.slice.call(this);function e(n){Qu.forEach.call(n,(function(n){Yu(n)?~t.indexOf(n)||t.push(n):Xu(n)&&e(n)}))}for(var n=arguments.length,r=new Array(n),i=0;i1&&void 0!==arguments[1])||arguments[1];return this&&this.length&&t?(this.each((function(e){Ku.push({el:e,callback:t})})),qu||(qu=function(t){Ku.forEach((function(e){e.el&&(e.el.contains(t.target)||e.el===t.target||e.callback.call(e.el,t,e.el))}))},(void 0).addEventListener("click",qu,!1),e&&(void 0).addEventListener("touchstart",qu,!1)),this):this}},{key:"offBlur",value:function(t){return this.each((function(e){Ku=Ku.filter((function(n){return!(n&&n.el===e&&(!t||n.callback===t))&&e}))})),this}}]),t}(),ed=td.prototype;function nd(t,e){var n=[];return Qu.forEach.call(t,(function(r){if(Yu(r))~n.indexOf(r)||n.push(r);else if(Xu(r))for(var i in r)n.push(r[i]);else if(null!==r)return t.get=ed.get,t.set=ed.set,t.call=ed.call,t.owner=e,t})),od(n,e)}Object.getOwnPropertyNames(Qu).forEach((function(t){"join"!==t&&"copyWithin"!==t&&"fill"!==t&&void 0===ed[t]&&(ed[t]=Qu[t])}));function rd(t){var e=this;ed[t]||((void 0)[t]instanceof Function?ed[t]=function(){for(var n=[],r=!0,i=arguments.length,o=new Array(i),a=0;an))},preventOverflow:function(t){t.removeAttribute("style");var e=0,n=((void 0).innerWidth,(void 0).innerHeight),r=t.getBoundingClientRect();if(void 0!==r){var i=r.y,o=(r.x,r.x,t.offsetWidth,r.y+t.offsetHeight);o>n?t.setAttribute("style","bottom: auto; top: ".concat(-(o-n),"px;")):i767){if(t.show||t.disabledBool)return!1;e.currentTarget.click(),t.showSubmenu()}return!1}))},beforeDestroy:function(){var t=ad(this.$refs.submenu);t.offBlur(),t.findChildren("a,button").off(),t.findChildren("ul").off()}},Mu,[],!1,(function(t){var e=n(32);e.__inject__&&e.__inject__(t)}),"3d2bfc10","4c60c043");cd.options.__file="vue-components/src/Submenu.vue";var ud=cd.exports;var dd=ld({components:{Submenu:ud},props:{disabled:{type:[Boolean,String],default:!1},type:{type:String,default:"light"},menuAlignRight:{type:Boolean,default:!1},addClass:{type:String,default:""}},provide:{hasParentDropdown:!0},inject:{hasParentDropdown:{default:void 0}},data:function(){return{show:!1}},computed:{btnType:function(){return"btn-".concat(this.type)},disabledBool:function(){return Hu(this.disabled)},isLi:function(){return this.$parent._navbar||this.$parent.menu||this.$parent._tabset},isSubmenu:function(){return this.hasParentDropdown},menu:function(){return!this.$parent||this.$parent.navbar},submenu:function(){return this.$parent&&(this.$parent.menu||this.$parent.submenu)},slots:function(){return this.$scopedSlots.default},btnWithBefore:function(){return this.$scopedSlots.before?"btn-with-before":""}},methods:{blur:function(){var t=this;this.unblur(),this._hide=setTimeout((function(){t._hide=null,t.hideDropdownMenu()}),100)},unblur:function(){this._hide&&(clearTimeout(this._hide),this._hide=null)},hideDropdownMenu:function(){this.show=!1,ad(this.$refs.dropdown).findChildren("ul").each((function(t){return t.classList.toggle("show",!1)}))},showDropdownMenu:function(){this.show=!0,ad(this.$refs.dropdown).findChildren("ul").each((function(t){return t.classList.toggle("show",!0)}))}},mounted:function(){var t=this,e=ad(this.$refs.dropdown);this.show&&this.showDropdownMenu(),e.onBlur((function(){t.hideDropdownMenu()}),!1),e.findChildren("a,button.dropdown-toggle").on("click",(function(e){return e.preventDefault(),t.disabledBool||(t.show?t.hideDropdownMenu():t.showDropdownMenu()),!1})),e.findChildren("ul").on("click","li>a",(function(e){e.target.classList.contains("submenu-toggle")||t.hideDropdownMenu()}))},beforeDestroy:function(){var t=ad(this.$refs.dropdown);t.offBlur(),t.findChildren("a,button").off(),t.findChildren("ul").off()}},Lu,[],!1,(function(t){var e=n(33);e.__inject__&&e.__inject__(t)}),"2e98b3f0","05fc761d");dd.options.__file="vue-components/src/Dropdown.vue";var fd=dd.exports,hd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t._ssrNode("","",[t._ssrNode('
',"
",[t._ssrNode('",[t._t("brand")],2),t._ssrNode(" "),t.slots.collapse?t._e():t._ssrNode('",[t._ssrNode(' '),t._t("collapse")],2),t._ssrNode(" "),t._ssrNode("","",[t._ssrNode('",[t._t("default")],2),t._ssrNode(" "),t.slots.right?t._ssrNode('",[t._t("right")],2):t._e()],2)],2)]),t._ssrNode(" "),t._ssrNode('
","
",[t._t("lower-navbar",[n("site-nav-button"),t._v(" "),n("page-nav-button")])],2)],2)};function pd(t){return t.endsWith(".html")?t.toLowerCase():t.endsWith("/")?"".concat(t,"index.html").toLowerCase():t.endsWith("/")?t.toLowerCase():"".concat(t,".html").toLowerCase()}hd._withStripped=!0;var vd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showSiteNav?n("overlay",{attrs:{type:"siteNav","portal-name":t.portalName},scopedSlots:t._u([{key:"navMenuIcon",fn:function(){return[n("div",{class:["toggle-site-nav-button"]},[n("span"),t._v(" "),n("span"),t._v(" "),n("span")])]},proxy:!0}],null,!1,3920804522)}):t._e()};vd._withStripped=!0;var md=ld({data:function(){return{portalName:void 0,show:!1}},computed:{showSiteNav:function(){return this.show&&this.portalName}},methods:{toggleSiteNavButton:function(){(void 0).innerWidth<992?this.show=!0:this.show=!1}},mounted:function(){null!==(void 0).querySelector("#site-nav a")?this.portalName="site-nav":null!==(void 0).querySelector(".site-nav-root a")&&(this.portalName="mb-site-nav"),this.toggleSiteNavButton(),ad(void 0).on("resize",this.toggleSiteNavButton)},beforeDestroy:function(){ad(void 0).off("resize",this.toggleSiteNavButton)}},vd,[],!1,(function(t){var e=n(34);e.__inject__&&e.__inject__(t)}),"69eece42","72782ad2");md.options.__file="vue-components/src/SiteNavButton.vue";var gd=md.exports,bd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showPageNav?n("overlay",{attrs:{type:"pageNav","portal-name":t.portalName},scopedSlots:t._u([{key:"navMenuIcon",fn:function(){return[n("div",{class:["toggle-page-nav-button"]},[n("span"),t._v(" "),n("span"),t._v(" "),n("span")])]},proxy:!0}],null,!1,171840498)}):t._e()};bd._withStripped=!0;var yd=ld({data:function(){return{portalName:void 0,show:!1}},computed:{showPageNav:function(){return this.show&&this.portalName}},methods:{togglePageNavButton:function(){(void 0).innerWidth<1300?this.show=!0:this.show=!1}},mounted:function(){null!==(void 0).querySelector("#page-nav a")?this.portalName="page-nav":null!==(void 0).querySelector("#mb-page-nav a")&&(this.portalName="mb-page-nav"),this.togglePageNavButton(),ad(void 0).on("resize",this.togglePageNavButton)},beforeDestroy:function(){ad(void 0).off("resize",this.togglePageNavButton)}},bd,[],!1,(function(t){var e=n(35);e.__inject__&&e.__inject__(t)}),"3c57aa97","387186ec");yd.options.__file="vue-components/src/PageNavButton.vue";var _d=yd.exports;var wd=ld({components:{SiteNavButton:gd,PageNavButton:_d},props:{type:{type:String,default:"primary"},addClass:{type:String,default:""},fixed:{type:[Boolean,String],default:!1},defaultHighlightOn:{type:String,default:"sibling-or-child"}},provide:function(){return{toggleLowerNavbar:this.toggleLowerNavbar}},data:function(){return{id:"bs-example-navbar-collapse-1",collapsed:!0,styles:{},isLowerNavbarShowing:!1}},computed:{fixedBool:function(){return Hu(this.fixed)},fixedOptions:function(){return this.fixedBool?"navbar-fixed":""},slots:function(){return this.$scopedSlots},themeOptions:function(){switch(this.type){case"none":return"";case"light":return"navbar-light bg-light";case"dark":return"navbar-dark bg-dark";case"primary":default:return"navbar-dark bg-primary"}}},methods:{toggleCollapse:function(t){t&&t.preventDefault(),this.collapsed=!this.collapsed},splitUrl:function(t){var e=new URL(pd(t));return"".concat(e.pathname).substr(1).split("/")},isSibling:function(t,e){var n=this.splitUrl(e),r=this.splitUrl(t);if(n.length!==r.length)return!1;for(var i=0;i0?this.isLowerNavbarShowing=!0:this.isLowerNavbarShowing=!1}},created:function(){this._navbar=!0},mounted:function(){var t=this,e=ad('.dropdown>[data-toggle="dropdown"]',this.$el).parent();e.on("click",".dropdown-toggle",(function(t){t.preventDefault(),e.each((function(e){e.contains(t.target)&&e.classList.toggle("open")}))})).on("click",".dropdown-menu>li>a",(function(t){e.each((function(e){e.contains(t.target)&&e.classList.remove("open")}))})).onBlur((function(t){e.each((function(e){e.contains(t.target)||e.classList.remove("open")}))})),ad(this.$el).on("click","li:not(.dropdown)>a",(function(e){e.target.classList.contains("submenu-toggle")||setTimeout((function(){t.collapsed=!0}),200)})).onBlur((function(e){t.$el.contains(e.target)||(t.collapsed=!0)})),this.slots.collapse&&ad('[data-toggle="collapse"]',this.$el).on("click",(function(e){return t.toggleCollapse(e)})),this.highlightLink((void 0).location.href),this.toggleLowerNavbar(),ad(void 0).on("resize",this.toggleLowerNavbar)},beforeDestroy:function(){ad(".dropdown",this.$el).off("click").offBlur(),this.slots.collapse&&ad('[data-toggle="collapse"]',this.$el).off("click"),ad(void 0).off("resize",this.toggleLowerNavbar)}},hd,[],!1,(function(t){var e=n(36);e.__inject__&&e.__inject__(t)}),"15113a2f","fe2cb8c8");wd.options.__file="vue-components/src/Navbar.vue";var Od=wd.exports,xd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isMinimal?n("minimal-panel",t._b({attrs:{"panel-id":t.panelId},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},"minimal-panel",t.$attrs,!1)):n("nested-panel",t._b({attrs:{"panel-id":t.panelId,type:t.type},scopedSlots:t._u([t._l(t.$scopedSlots,(function(e,n){return{key:n,fn:function(){return[t._t(n)]},proxy:!0}}))],null,!0)},"nested-panel",t.$attrs,!1))};xd._withStripped=!0;var Sd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.localMinimized?n("span",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode('',"",[t._ssrNode("","",[t._t("_alt",[t._t("header")])],2)])],2):n("div",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode("","",[t._ssrNode("","",[t._ssrNode('
'+(t.showCaret?"":"\x3c!----\x3e")+"
"),t._ssrNode("","",[t._t("header")],2),t._ssrNode(" "),t._ssrNode('
',"
",[t._t("button",[n("panel-switch",{directives:[{name:"show",rawName:"v-show",value:t.isExpandableCard&&!t.noSwitchBool&&!t.showCaret,expression:"isExpandableCard && !noSwitchBool && !showCaret"}],attrs:{"is-open":t.localExpanded,"is-light-bg":t.isLightBg}}),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:!t.noCloseBool,expression:"!noCloseBool"}],staticClass:"close-button btn",class:[t.isLightBg?"btn-outline-secondary":"btn-outline-light",{"seamless-button":t.isSeamless}],attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.close()}}},[n("span",{staticClass:"glyphicon glyphicon-remove",attrs:{"aria-hidden":"true"}})]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:t.popupUrl,expression:"popupUrl"}],staticClass:"popup-button btn",class:[t.isLightBg?"btn-outline-secondary":"btn-outline-light",{"seamless-button":t.isSeamless}],attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n("span",{staticClass:"glyphicon glyphicon-new-window",attrs:{"aria-hidden":"true"}})])])],2)],2),t._ssrNode(" "),t._ssrNode("","",[t.wasRetrieverLoaded||t.preloadBool?t._ssrNode('
',"
",[t._t("default"),t._ssrNode(" "),t.hasSrc?n("retriever",{ref:"retriever",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{"src-loaded":t.retrieverUpdateMaxHeight}}):t._e(),t._ssrNode(" "),n("panel-switch",{directives:[{name:"show",rawName:"v-show",value:t.isExpandableCard&&t.bottomSwitchBool,expression:"isExpandableCard && bottomSwitchBool"}],attrs:{"is-open":t.localExpanded},nativeOn:{click:function(e){return e.stopPropagation(),e.preventDefault(),t.toggle()}}})],2):t._e(),t._ssrNode(" ")],2),t._ssrNode(" "),n("transition",{attrs:{name:"peek-read-more-fade"}},[t.shouldShowPeek?n("div",{staticClass:"peek-read-more glyphicon glyphicon-chevron-down",on:{click:function(e){return t.toggle()}}}):t._e()])],2)],2)};Sd._withStripped=!0;var Cd={props:{type:{type:String,default:null},expandable:{type:[Boolean,String],default:!0},isOpen:{type:[Boolean,String],default:null},expanded:{type:[Boolean,String],default:null},minimized:{type:[Boolean,String],default:!1},noSwitch:{type:[Boolean,String],default:!1},noClose:{type:[Boolean,String],default:!1},popupUrl:{type:String,default:null},src:{type:String},bottomSwitch:{type:[Boolean,String],default:!0},preload:{type:[Boolean,String],default:!1},addClass:{type:String,default:""},expandHeaderless:{type:Boolean,default:!1},peek:{type:Boolean,default:!1},panelId:{type:String,default:null}},computed:{expandableBool:function(){return Hu(this.expandable)},isOpenBool:function(){return Hu(this.isOpen)},expandedBool:function(){return Hu(this.expanded)},minimizedBool:function(){return Hu(this.minimized)},noSwitchBool:function(){return Hu(this.noSwitch)},noCloseBool:function(){return Hu(this.noClose)},bottomSwitchBool:function(){return Hu(this.bottomSwitch)},preloadBool:function(){return Hu(this.preload)},hasHeaderBool:function(){return this.$scopedSlots.header},isExpandableCard:function(){return this.expandableBool},hasId:function(){return this.panelId},hasSrc:function(){return this.src&&this.src.length>0},srcWithoutFragment:function(){return this.src.split("#")[0]},shouldShowHeader:function(){return!this.localExpanded||!this.expandHeaderless},shouldShowPeek:function(){return this.peek&&!this.localExpanded},collapsedPanelHeight:function(){return this.peek?125:0}},data:function(){return{localExpanded:!1,localMinimized:!1,wasRetrieverLoaded:!1,isRetrieverLoadDone:!this.src,fragment:""}},methods:{toggle:function(){var t=this;this.wasRetrieverLoaded?(this.localExpanded?(this.$refs.panel.style.maxHeight="".concat(this.$refs.panel.scrollHeight,"px"),requestAnimationFrame((function(){if(t.$el.getBoundingClientRect().top<0){var e=jQuery("header[fixed]").height()||0;jQuery("html").animate({scrollTop:(void 0).scrollY+t.$el.getBoundingClientRect().top-e-3},500,"swing")}t.$refs.panel.style.maxHeight="".concat(t.collapsedPanelHeight,"px")}))):this.$refs.panel.style.maxHeight="".concat(this.$refs.panel.scrollHeight,"px"),this.localExpanded=!this.localExpanded):this.open()},close:function(){this.localMinimized=!0,this.localExpanded=!1},open:function(){var t=this;this.localMinimized=!1,this.$nextTick((function(){t.initPanel(),t.localExpanded=!0,t.wasRetrieverLoaded=!0,t.$nextTick((function(){t.$refs.panel.style.maxHeight="".concat(t.$refs.panel.scrollHeight,"px")}))}))},openPopup:function(){(void 0).open(this.popupUrl)},retrieverUpdateMaxHeight:function(){this.isRetrieverLoadDone=!0,this.localExpanded&&(this.expandedBool?this.$refs.panel.style.maxHeight="none":this.$refs.panel.style.maxHeight="".concat(this.$refs.panel.scrollHeight,"px"))},initPanel:function(){var t=this;this.$refs.panel.addEventListener("transitionend",(function(e){t.localExpanded&&t.isRetrieverLoadDone&&e.target===t.$refs.panel&&(t.$refs.panel.style.maxHeight="none")})),this.localExpanded?this.$refs.panel.style.maxHeight="none":this.$refs.panel.style.maxHeight="".concat(this.collapsedPanelHeight,"px")}},created:function(){if(this.src){var t=Ru(this.src);t&&(this.fragment=t)}var e=!this.expandableBool&&"false"!==this.expanded;this.localExpanded=e||this.expandedBool,null===this.localExpanded&&(this.localExpanded=!1),this.wasRetrieverLoaded=this.localExpanded||this.peek,this.localMinimized=this.minimizedBool},mounted:function(){this.localMinimized||this.initPanel()}},$d=function(){var t=this.$createElement;return(this._self._c||t)("button",{class:["collapse-button","btn",this.isLightBg?"btn-outline-secondary":"btn-outline-light"],attrs:{type:"button"}},[this._ssrNode('")])};$d._withStripped=!0;var Td=ld({props:{isOpen:{type:[Boolean,String],default:!1},isLightBg:{type:Boolean,default:!0}},computed:{isOpenBool:function(){return Hu(this.isOpen)}}},$d,[],!1,(function(t){var e=n(37);e.__inject__&&e.__inject__(t)}),null,"2791b0b7");Td.options.__file="vue-components/src/panels/PanelSwitch.vue";var kd=Td.exports,jd=function(){var t=this.$createElement;return(this._self._c||t)("div",[this._ssrNode("\n Loading...\n")])};jd._withStripped=!0;var Ed=n(1),Ad=n.n(Ed);function Pd(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}var Nd=ld({props:{src:{type:String,default:null},fragment:{type:String,default:null},delay:{type:[Boolean,String],default:!1},hasFetched:{type:Boolean,default:!1}},data:function(){return{hasFetchedCopy:this.hasFetched}},computed:{delayBool:function(){return Hu(this.delay)},hash:function(){return Ru(this.src)||this.fragment},srcWithoutHash:function(){return this.src.split("#")[0]}},methods:{fetch:function(){var t=this;this.srcWithoutHash&&(this.hasFetchedCopy||jQuery.get(this.srcWithoutHash).done((function(e){var n=e;if(t.hash){var r=jQuery("").append(jQuery.parseHTML(n));n=jQuery("#".concat(t.hash),r).html()}if(t.hasFetchedCopy=!0,void 0===n&&t.hash)t.$el.innerHTML="Error: Failed to retrieve page fragment:"+" ".concat(t.srcWithoutHash,"#").concat(t.hash);else{var i=function(t){for(var e=1;e\n".concat(n,"\n"),data:function(){return i}}))).$mount(t.$el),t.$emit("src-loaded")}})).fail((function(e){console.error(e.responseText),t.$el.innerHTML="Error: Failed to retrieve content from source: "+"".concat(t.srcWithoutHash,""),t.$emit("src-loaded")})))}},mounted:function(){this.$nextTick((function(){this.srcWithoutHash||(this.$el.innerHTML=""),this.delayBool||this.fetch()}))}},jd,[],!1,null,null,"70b0844c");Nd.options.__file="vue-components/src/Retriever.vue";var Bd=Nd.exports;var Dd=ld({mixins:[Cd],components:{panelSwitch:kd,retriever:Bd},computed:{showCaret:function(){return this.isSeamless&&this.expandableBool},isSeamless:function(){return"seamless"===this.type},btnType:function(){return this.isSeamless||"light"===this.type?"btn-outline-secondary":"btn-outline-".concat(this.type||"secondary")},borderType:function(){return this.isSeamless?"border-0":this.type?"light"===this.type?"":"border-".concat(this.type):""},cardType:function(){return this.isSeamless?"bg-white":"bg-".concat(this.type||"light")},isLightBg:function(){return"bg-light"===this.cardType||"bg-white"===this.cardType||"bg-warning"===this.cardType}}},Sd,[],!1,(function(t){var e=n(38);e.__inject__&&e.__inject__(t);var r=n(39);r.__inject__&&r.__inject__(t)}),"5681bde8","2eafcf2c");Dd.options.__file="vue-components/src/panels/NestedPanel.vue";var Ld=Dd.exports,Md=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.localMinimized?n("span",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode('',"",[t._ssrNode('",[t._t("_alt",[t._t("header")])],2)])],2):n("div",{ref:"cardContainer",class:["card-container",t.addClass]},[t._ssrNode((t.hasId?"':"\x3c!----\x3e")+" "),t._ssrNode('
',"
",[t._ssrNode("","",[n("transition",{attrs:{name:"header-fade"}},[n("span",{directives:[{name:"show",rawName:"v-show",value:!t.isHeaderAtBottom,expression:"!isHeaderAtBottom"}],ref:"headerWrapper",class:["card-title",{ellipses:!t.hasHeaderBool}]},[n("span",{staticClass:"card-title-inline"},[t._t("header")],2),t._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:t.showDownSwitch,expression:"showDownSwitch"}],staticClass:"minimal-button glyphicon glyphicon-menu-down minimal-menu-down",attrs:{"aria-hidden":"true"}})])]),t._ssrNode(" "),t._ssrNode("","",[t._t("button",[n("button",{directives:[{name:"show",rawName:"v-show",value:!t.noCloseBool,expression:"!noCloseBool"}],staticClass:"minimal-button",attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.minimalClose()}}},[n("span",{staticClass:"glyphicon glyphicon-remove minimal-close-button",attrs:{"aria-hidden":"true"}})]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:null!==t.popupUrl,expression:"popupUrl !== null"}],staticClass:"minimal-button",attrs:{type:"button"},on:{click:function(e){return e.stopPropagation(),t.openPopup()}}},[n("span",{staticClass:"glyphicon glyphicon-new-window minimal-popup-button",attrs:{"aria-hidden":"true"}})]),t._v(" "),n("button",{directives:[{name:"show",rawName:"v-show",value:t.isHeaderAtBottom&&t.isExpandableCard&&t.bottomSwitchBool,expression:"isHeaderAtBottom && isExpandableCard && bottomSwitchBool"}],staticClass:"minimal-button",attrs:{type:"button"}},[n("span",{staticClass:"glyphicon glyphicon-menu-up minimal-menu-up",attrs:{"aria-hidden":"true"}})])])],2)],2),t._ssrNode(" "),t._ssrNode("","",[t.wasRetrieverLoaded||t.preloadBool?t._ssrNode('
',"
",[t._t("default"),t._ssrNode(" "),t.hasSrc?n("retriever",{ref:"retriever",attrs:{src:t.srcWithoutFragment,fragment:t.fragment},on:{"src-loaded":t.retrieverUpdateMaxHeight}}):t._e()],2):t._e()])],2)],2)};Md._withStripped=!0;var Id=ld({mixins:[Cd],components:{retriever:Bd},data:function(){return{isHeaderAtBottom:!1}},computed:{showDownSwitch:function(){return this.hasHeaderBool&&this.isExpandableCard&&!this.noSwitchBool}},methods:{minimalToggle:function(){var t=this;if(this.localExpanded){this.$refs.panel.addEventListener("transitionend",(function e(n){n.target===t.$refs.panel&&(t.isHeaderAtBottom=!1,t.$refs.panel.removeEventListener("transitionend",e))}))}else this.isHeaderAtBottom=!0;this.toggle()},minimalOpen:function(){this.open(),this.isHeaderAtBottom=!0},minimalClose:function(){this.close(),this.isHeaderAtBottom=!1}},created:function(){this.isHeaderAtBottom=this.localExpanded}},Md,[],!1,(function(t){var e=n(40);e.__inject__&&e.__inject__(t)}),"e932f598","6f8b9b14");Id.options.__file="vue-components/src/panels/MinimalPanel.vue";var Hd=ld({components:{nestedPanel:Ld,minimalPanel:Id.exports},props:{panelId:{type:String,default:null},type:{type:String,default:null}},computed:{isMinimal:function(){return"minimal"===this.type}}},xd,[],!1,null,null,"0f3c4f28");Hd.options.__file="vue-components/src/Panel.vue";var Fd=Hd.exports,Rd=function(){var t=this,e=t.$createElement;return(t._self._c||e)("span",{class:["image-wrapper",t.addClass]},[t._ssrNode(" '),t._ssrNode('',"",[t._t("default")],2)],2)};Rd._withStripped=!0;var qd=ld({props:{src:{type:String,default:null},alt:{type:String,default:null},height:{type:String,default:""},width:{type:String,default:""},eager:{type:Boolean,default:!1},addClass:{type:String,default:""}},computed:{hasWidth:function(){return""!==this.width},hasHeight:function(){return""!==this.height},computedWidth:function(){return this.hasWidth?this.width:this.widthFromHeight},computedLoadType:function(){return this.eager?"eager":"lazy"}},data:function(){return{widthFromHeight:""}},methods:{computeWidth:function(){if(!this.hasWidth&&this.hasHeight){var t=this.$refs.pic,e=t.naturalHeight,n=t.naturalWidth/e;this.widthFromHeight=Math.round(Fu(this.height)*n).toString()}}}},Rd,[],!1,(function(t){var e=n(41);e.__inject__&&e.__inject__(t)}),null,"e21312a4");qd.options.__file="vue-components/src/Pic.vue";var Vd=qd.exports,zd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["quiz-container",t.addClass]},[3===t.state?t._ssrNode('
',"
",[t._ssrNode('
',"
",[t._t("intro",[n("h4",[t._v("\n Click start to begin\n ")])]),t._ssrNode("
"+t._ssrEscape(t._s(t.questions.length)+" questions")+'

')],2)]):t._e(),t._ssrNode('
"),t._t("default"),t._ssrNode(" "),n("transition",{attrs:{name:"intro-outro-card"},on:{"after-enter":t.setScoreCircleStyles}},[5===t.state?n("div",{staticClass:"card intro-outro-card"},[n("div",{staticClass:"card-body"},[n("h4",{staticClass:"mb-3"},[t._v("\n "+t._s(t.scoreText)+"\n ")]),t._v(" "),n("svg",{attrs:{viewBox:"0 0 100 100",width:"120px",height:"120px"}},[n("circle",{staticClass:"score-background-circle",attrs:{cx:"50",cy:"50",r:"42"}}),t._v(" "),n("circle",{ref:"score",staticClass:"score-circle",attrs:{cx:"50",cy:"50",r:"42",transform:"rotate(-90, 50, 50)","stroke-dashoffset":"264"}}),t._v(" "),n("text",{staticClass:"score",attrs:{x:"22",y:"57",textLength:"56"}},[t._v(t._s(t.score)+" / "+t._s(t.questions.length))])]),t._v(" "),n("hr"),t._v(" "),n("button",{staticClass:"btn btn-outline-primary",attrs:{type:"button"},on:{click:t.begin}},[t._v("\n Retry\n ")])])]):t._e()])],2)};zd._withStripped=!0;var Wd=ld({name:"Quiz",props:{addClass:{type:String,default:null}},data:function(){return{currentQuestion:0,questions:[],score:0,state:3}},provide:function(){return{questions:this.questions,gotoNextQuestion:this.gotoNextQuestion}},computed:{scoreText:function(){return this.score/this.questions.length>.5?"Well done!":"Try again?"}},methods:{gotoNextQuestion:function(){this.questions[this.currentQuestion-1].hide(),this.currentQuestion+=1,this.currentQuestion<=this.questions.length?this.questions[this.currentQuestion-1].show():this.complete()},begin:function(){this.currentQuestion=1,this.score=0,this.state=4,this.questions.length&&this.questions[0].show()},reset:function(){this.questions.forEach((function(t){return t.reset()}))},complete:function(){this.score=this.questions.filter((function(t){return 2===t.qState.state})).length,this.state=5,this.reset()},setScoreCircleStyles:function(){var t=this.score/this.questions.length;this.$refs.score.style.strokeDashoffset=264*(1-t),this.$refs.score.style.stroke="#51c2f8"}}},zd,[],!1,(function(t){var e=n(42);e.__inject__&&e.__inject__(t)}),"c7bbe514","1aa785e0");Wd.options.__file="vue-components/src/questions/Quiz.vue";var Ud=Wd.exports,Qd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:t.questions?"question":null}},[t.active?n("div",{class:["card","question",t.shakeClass,t.addClass]},[t.$scopedSlots.header?n("div",{staticClass:"card-header alert-light border-bottom border-light text-dark"},[t._t("header")],2):t._e(),t._v(" "),n("div",{staticClass:"card-body"},[t._t("default"),t._v(" "),t.isTextQuestion()?n("div",{staticClass:"mb-2"},[n("textarea",{directives:[{name:"model",rawName:"v-model",value:t.textareaText,expression:"textareaText"}],staticClass:"form-control",attrs:{disabled:t.qState.answered},domProps:{value:t.textareaText},on:{input:function(e){e.target.composing||(t.textareaText=e.target.value)}}}),t._v(" "),t.qState.answered?n("div",[n("hr"),t._v(" "),t.keywordsSplitTrimmed().length?n("strong",[t._v("\n Keywords: \n "),t._l(t.keywordsSplitTrimmed(),(function(e){return n("span",{key:e,staticClass:"badge badge-pill badge-light font-weight-normal"},[t._v("\n "+t._s(e)+"\n ")])}))],2):n("strong",[t._v("No answer checking keywords provided")])]):t._e()]):t._e(),t._v(" "),t.qState.answered&&!t.isMcqOrCheckboxQuestion()?n("div",{staticClass:"answer"},[t._t("answer")],2):t._e(),t._v(" "),t.showHint?n("box",{staticClass:"mb-0 mt-3",attrs:{type:"tip"}},[t._t("hint")],2):t._e()],2),t._v(" "),t.showCardFooter?n("div",{staticClass:"card-footer alert-light border-top border-light text-dark"},[1===t.qState.state&&t.isValidTypeAndNotTextWithoutKeywords()?n("i",{staticClass:"fa fa-times text-danger border-danger result-icon"}):2===t.qState.state&&t.isValidTypeAndNotTextWithoutKeywords()?n("i",{staticClass:"fa fa-check text-success border-success result-icon"}):t._e(),t._v(" "),n("transition-group",{staticClass:"float-right",attrs:{name:"q-btn",tag:"div"}},[t.$scopedSlots.hint&&!t.showHint?n("button",{key:"hint",staticClass:"btn btn-success q-btn ml-1",attrs:{type:"button"},on:{click:function(e){t.showHint=!0}}},[t._v("\n Hint\n ")]):t._e(),t._v(" "),0===t.qState.state&&(t.isValidTypeAndNotTextWithoutKeywords()||t.$scopedSlots.answer)?n("button",{key:"check",staticClass:"btn btn-primary q-btn ml-1",attrs:{type:"button"},on:{click:function(e){return t.checkAnswer(!!t.questions)}}},[t._v("\n Check\n ")]):t._e(),t._v(" "),0!==t.qState.state&&t.questions?n("button",{key:"active",staticClass:"btn btn-primary q-btn ml-1",attrs:{type:"button"},on:{click:t.gotoNextQuestion}},[t._v("\n Next\n ")]):t._e(),t._v(" "),t.retryState?n("button",{key:"show",staticClass:"btn btn-info q-btn ml-1",attrs:{type:"button"},on:{click:function(e){return t.checkAnswer(!0)}}},[t._v("\n Show\n ")]):t._e(),t._v(" "),t.retryState?n("button",{key:"retry",staticClass:"btn btn-primary q-btn ml-1",attrs:{type:"button"},on:{click:function(e){return t.checkAnswer(!1)}}},[t._v("\n Retry\n ")]):t._e()])],1):t._e()]):t._e()])};function Gd(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Kd(t){for(var e=1;e=this.threshold?this.markAsCorrect():this.markAsWrong(t)}else this.markAsCorrect()},checkAnswer:function(t){"mcq"===this.type?this.checkMcqAnswer(t):"checkbox"===this.type?this.checkCheckboxAnswer(t):this.isTextQuestion()?this.checkTextAnswer(t):this.markAsCorrect()}}},Qd,[],!1,(function(t){var e=n(43);e.__inject__&&e.__inject__(t)}),"48074a07","2f47c6be");Zd.options.__file="vue-components/src/questions/Question.vue";var Yd=Zd.exports,Xd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return"mcq"===t.qOptionType?n("div",{class:["form-control",t.hintClass],on:{click:t.toggleRadioOn,mouseover:function(e){t.hover=!0},mouseleave:function(e){t.hover=!1}}},[t._ssrNode("","",[t._ssrNode(' "),t._ssrNode('
',"
",[t._t("default")],2),t._ssrNode('
'+(t.qState.answered?"
"+(t.correct?"":"")+"
":"\x3c!----\x3e")+"
")],2),t._ssrNode(" "),t.qState.answered&&t.$scopedSlots.reason?t._ssrNode("
","
",[t._ssrNode("
"),t._ssrNode('
',"
",[t._t("reason")],2)],2):t._e()],2):"checkbox"===t.qOptionType?n("div",{class:["form-control",t.hintClass],on:{click:t.toggleCheckbox,mouseover:function(e){t.hover=!0},mouseleave:function(e){t.hover=!1}}},[t._ssrNode("","",[t._ssrNode("-1:t.selected)+' class="checkbox" data-v-41dcef96> '),t._ssrNode('
',"
",[t._t("default")],2),t._ssrNode('
'+(t.qState.answered?"
"+(t.correct?"":"")+"
":"\x3c!----\x3e")+"
")],2),t._ssrNode(" "),t.qState.answered&&t.$scopedSlots.reason?t._ssrNode("
","
",[t._ssrNode("
"),t._ssrNode('
',"
",[t._t("reason")],2)],2):t._e()],2):t._e()};Xd._withStripped=!0;var Jd=ld({name:"McqOption",props:{correct:{type:Boolean,default:!1}},data:function(){return{selected:!1,hover:!1}},inject:{answers:{default:void 0},qOptionType:{default:void 0},qState:{default:void 0}},computed:{hintClass:function(){return this.qState.answered?this.correct?"success":"danger":this.selected||this.hover?"alert-light text-dark border border-secondary":""},answeredCorrectly:function(){return this.correct&&this.selected||!this.correct&&!this.selected}},methods:{toggleRadioOn:function(){this.qState.answered||this.selected||(this.answers.forEach((function(t){t.selected=!1})),this.selected=!0)},toggleCheckbox:function(){this.qState.answered||(this.selected=!this.selected)}},created:function(){this.answers.push(this)}},Xd,[],!1,(function(t){var e=n(44);e.__inject__&&e.__inject__(t)}),"41dcef96","cc2a0b4a");Jd.options.__file="vue-components/src/questions/QOption.vue";var tf=Jd.exports,ef=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticStyle:{position:"relative"}},[t._ssrNode(" '),t._ssrNode("","",t._l(t.items,(function(e,r){return t._ssrNode("","",[t._ssrNode('',"",[n("searchbar-page-item",{attrs:{item:e,value:t.value}})],1)])})),0)],2)};ef._withStripped=!0;var nf=n(31),rf=n.n(nf),of=n(0),af=n.n(of),sf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.item.heading?n("div",{staticClass:"heading"},[t._ssrNode('
'+t._s(t.item.heading.text)+'
'+t._s(t.highlight(t.item.heading.text,t.value))+"
"+t._ssrList(t.item.keywords,(function(e,n){return""+t._s(t.highlight(e,t.value))+"
"}))+"
")],2):n("div",[t._ssrNode(''+t._s(t.highlight(t.item.title,t.value))+" "+(t.item.keywords?"
":"\x3c!----\x3e")+" "+(t.item.keywords?""+t._s(t.highlight(t.item.keywords,t.value))+"":"\x3c!----\x3e")+'
')])};sf._withStripped=!0;var lf=ld({props:{item:{type:Object,default:null},value:{type:String,default:""}},methods:{highlight:function(t,e){for(var n,r=(n=function(){var n=e.split(" ").filter((function(t){return""!==t})).map((function(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})).map((function(t){return new RegExp("(".concat(t,")"),"gi")})),r=[];return n.forEach((function(e){for(var n=e.exec(t);null!==n&&n.index!==e.lastIndex;)r.push({start:n.index,end:e.lastIndex}),n=e.exec(t)})),r}()).length<=1?n:n.sort((function(t,e){return t.start-e.start})).reduce((function(t,e){var n=t[t.length-1];return!n||n.end=0;o-=1)i="".concat(i.slice(0,r[o].start),"")+"".concat(i.slice(r[o].start,r[o].end),"")+"".concat(i.slice(r[o].end));return i}}},sf,[],!1,(function(t){var e=n(51);e.__inject__&&e.__inject__(t)}),"521e76fe","9a84511e");lf.options.__file="vue-components/src/SearchbarPageItem.vue";var cf=lf.exports;var uf=ld({created:function(){this.items=this.primitiveData},props:{data:{type:Array,default:function(){return[]}},limit:{type:Number,default:8},async:{type:String,default:""},keyProp:{type:String,default:null},onHit:{type:Function,default:function(t){this.reset(),this.value=t}},placeholder:{type:String,default:"Search"},delay:{type:Number,default:200},menuAlignRight:{type:Boolean,default:!1},algolia:{type:Boolean,default:!1}},data:function(){return{value:"",showDropdown:!1,noResults:!0,current:0,items:[]}},computed:{primitiveData:function(){function t(t,e){var n=t.join(" ");return e.reduce((function(t,e){var r=n.match(e);return t+(r?r.length:0)}),0)}if(this.value.length<2||!this.data)return[];var e=[],n=this.value.split(" ").filter((function(t){return""!==t})).map((function(t){return t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})).map((function(t){return new RegExp(t,"ig")}));return this.data.forEach((function(r){var i=r.headings,o=r.src,a=r.title,s=r.headingKeywords,l=r.keywords||"",c=a||o,u=t([c,l].concat(af()(Object.values(i)),af()(Object.values(s))),n);if(u>0){var d=[];Object.entries(i).forEach((function(e){var r=rf()(e,2),i=r[0],a=r[1],l=n.some((function(t){return t.test(a)})),c=s[i]&&s[i].some((function(t){return n.some((function(e){return e.test(t)}))}));if(l||c){var u=t([a].concat(af()(s[i]||[])),n);d.push({heading:{id:i,text:a},keywords:s[i],src:o,totalMatches:u})}})),d.sort((function(t,e){return e.totalMatches-t.totalMatches})),e.push({headings:d,keywords:l,src:o,title:c,totalMatches:u})}})),e.sort((function(t,e){return e.totalMatches-t.totalMatches})).flatMap((function(t){return t.headings?[t].concat(af()(t.headings)):t}))},inputId:function(){return this.algolia?"algolia-search-input":null},dropdownMenuClasses:function(){return["dropdown-menu","search-dropdown-menu",{show:this.showDropdown},{"dropdown-menu-right":this.menuAlignRight}]}},methods:{update:function(){return this.value?(this.data&&(this.items=this.primitiveData,this.showDropdown=this.items.length>0),this.async&&this.query(),!0):(this.reset(),!1)},query:function(t,e){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:100;function i(t){return/^[0-9]+$/.test(t)?Number(t)||1:null}return function(){for(var o=this,a=arguments.length,s=new Array(a),l=0;l0&&(this.current-=1,this.scrollListView())},scrollListView:function(){var t=this.$refs.dropdown,e=t.children[this.current],n=t.scrollTop,r=n+t.clientHeight,i=e.offsetTop+e.offsetHeight;e.offsetTopr&&(t.scrollTop=i-t.clientHeight)}},components:{searchbarPageItem:cf}},ef,[],!1,(function(t){var e=n(52);e.__inject__&&e.__inject__(t)}),null,"3e6a690f");uf.options.__file="vue-components/src/Searchbar.vue";var df=uf.exports,ff=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"tab-pane active printable-tab-pane",class:{"tab-pane-hide":!this.show},attrs:{role:"tabpanel"}},[this._ssrNode('",[this._ssrNode('",[this._t("header")],2)]),this._ssrNode(" "),this._t("default"),this._ssrNode("
")],2)};ff._withStripped=!0;var hf=ld({props:{header:{type:String,default:""},disabled:{type:[Boolean,String],default:!1}},computed:{headerRendered:function(){return this.$refs.header.innerHTML},active:function(){return this._tabset.show===this},index:function(){return this._tabset.tabs.indexOf(this)},show:function(){return this._tabset&&this._tabset.show===this},disabledBool:function(){return Hu(this.disabled)}},created:function(){this._ingroup=this.$parent&&this.$parent._tabgroup;for(var t=this;t&&!0!==t._tabset&&t.$parent;)t=t.$parent;t._tabset?(t.tabs.push(this),this._ingroup?~t.headers.indexOf(this.$parent)||t.headers.push(this.$parent):t.headers.push(this),this._tabset=t):this._tabset={},this._ingroup&&this.$parent.tabs.push(this)},beforeDestroy:function(){if(this._tabset.activeNumber===this.index&&(this._tabset.activeNumber=0),this._ingroup){var t=this.$parent.tabs.indexOf(this);this.$parent.tabs.splice(t,1)}this._tabset.tabs.splice(this.index,1)}},ff,[],!1,(function(t){var e=n(53);e.__inject__&&e.__inject__(t)}),"430db186","54da8739");hf.options.__file="vue-components/src/Tab.vue";var pf=hf.exports,vf=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"printable-tab-group"},[this._ssrNode('
',"
",[this._t("header")],2),this._ssrNode(" "),this._t("default")],2)};vf._withStripped=!0;var mf=ld({props:{disabled:{type:[Boolean,String],default:!1},header:{type:String,default:""}},data:function(){return{tabs:[],show:!1}},computed:{active:function(){return~this.tabs.indexOf(this._tabset.show)},headerRendered:function(){return this.$refs.header.innerHTML},disabledBool:function(){return Iu(this.disabled)}},created:function(){this._tabgroup=!0;for(var t=this.$parent&&!0===this.$parent._tabset?this.$parent:{};t&&!t._tabset&&t.$parent;)t=t.$parent;t._tabset?this._tabset=t:(this._tabset={},this.show=!0)},methods:{blur:function(){this.show=!1},toggle:function(){this.show=!this.show}}},vf,[],!1,(function(t){var e=n(54);e.__inject__&&e.__inject__(t)}),"4ad59749","22395976");mf.options.__file="vue-components/src/TabGroup.vue";var gf=mf.exports,bf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:[t.addClass,"printable-tabs"]},[t._ssrNode('
    ","
",[t._l(t.headers,(function(e,r){return[e._tabgroup?n("dropdown",{key:r,staticClass:"nav-item nav-link",class:{active:e.active},attrs:{header:e.headerRendered,disabled:e.disabled}},t._l(e.tabs,(function(e,r){return n("li",{key:r},[n("a",{staticClass:"nav-link",class:{disabled:e.disabled},attrs:{href:"#"},domProps:{innerHTML:t._s(e.headerRendered)},on:{click:function(n){return n.preventDefault(),t.select(e)}}})])})),0):t._ssrNode('",[t._ssrNode('"+t._s(e.headerRendered)+"")],2)]}))],2),t._ssrNode(" "),t._ssrNode('
',"
",[t._t("default")],2)],2)};bf._withStripped=!0;var yf=ld({components:{dropdown:fd},props:{navStyle:{type:String,default:"tabs"},active:{type:String,default:"0"},addClass:{type:String,default:""}},data:function(){return{show:null,headers:[],activeNumber:Fu(this.active),tabs:[]}},created:function(){this._tabset=!0},computed:{getNavStyleClass:function(){return"nav-".concat(this.navStyle)}},watch:{activeNumber:function(t){this.show=this.tabs[t]}},mounted:function(){this.show=this.tabs[this.activeNumber]},methods:{select:function(t){t.disabled||(this.activeNumber=t.index)}}},bf,[],!1,(function(t){var e=n(55);e.__inject__&&e.__inject__(t)}),"3b6be04c","b1776c8e");yf.options.__file="vue-components/src/Tabset.vue";var _f=yf.exports,wf=function(){var t=this,e=t.$createElement;return(t._self._c||e)("span",{class:["thumb-wrapper",{"thumb-circle":t.circle},t.addClass],style:[t.getBorder,t.getFontSize,t.getFontColor,t.getBgColor]},[t._ssrNode((t.hasSrc?"':"\x3c!----\x3e")+" "),t._t("default")],2)};wf._withStripped=!0;var Of=ld({props:{circle:{type:Boolean,default:!1},addClass:{type:String,default:""},alt:{type:String,default:""},background:{type:String,default:""},border:{type:String,default:""},fontColor:{type:String,default:""},fontSize:{type:String,default:""},size:{type:String,default:""},src:{type:String,default:null},text:{type:String,default:""}},computed:{getBorder:function(){return""===this.border?{}:{border:this.border}},getFontSize:function(){var t=this.imageSize/2,e=this.fontSize;return{"font-size":"".concat(void 0===e||""===e?t:e,"px")}},getFontColor:function(){return""===this.fontColor?{}:{color:this.fontColor}},getBgColor:function(){return""===this.background?{}:{background:this.background}},hasSrc:function(){return void 0!==this.src&&""!==this.src},imageSize:function(){return this.size||100}},data:function(){return{computedWidth:"",computedHeight:""}},mounted:function(){var t=this.$el;t.style.width="".concat(this.imageSize,"px"),t.style.height="".concat(this.imageSize,"px"),t.style.lineHeight="".concat(this.imageSize,"px")},methods:{computeImgSize:function(){var t=this.$refs.pic,e=t.naturalHeight,n=t.naturalWidth,r=Math.min(e,n),i=this.imageSize/r;this.computedWidth=n*i,this.computedHeight=e*i}}},wf,[],!1,(function(t){var e=n(56);e.__inject__&&e.__inject__(t)}),null,"584087e0");Of.options.__file="vue-components/src/Thumbnail.vue";var xf=Of.exports,Sf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:["alert box-container",t.containerStyle(),t.addClass,{"d-flex":t.seamlessHeaderBool()}],style:t.customStyle()},[t.seamlessHeaderBool()?t._ssrNode('
',"
",[t.iconBool()?t._ssrNode("","",[t._t("icon",[n("i",{class:["fas",t.getFontAwesomeIconStyle()]})])],2):t._e(),t._ssrNode(' ")],2):t._e(),t._ssrNode(" "),t._ssrNode('
',"
",[t.headerBool()?t._ssrNode("","",[t.iconBool()&&!t.seamlessHeaderBool()?t._ssrNode("","",[t._t("icon",[n("i",{class:["fas",t.getFontAwesomeIconStyle()]})])],2):t._e(),t._ssrNode(" "),t._ssrNode('
',"
",[t._t("header")],2),t._ssrNode(" "+(t.dismissible?'':"\x3c!----\x3e"))],2):t._e(),t._ssrNode(" "),t._ssrNode("","",[t.iconBool()&&!t.headerBool()?t._ssrNode("","",[t._t("icon",[n("i",{class:["fas",t.getFontAwesomeIconStyle()]})])],2):t._e(),t._ssrNode(" "+(t.seamlessNoHeaderBool()?'":"\x3c!----\x3e")+" "),t._ssrNode('
","
",[t._t("default")],2),t._ssrNode(" "+(t.dismissible&&!t.headerBool()?'':"\x3c!----\x3e"))],2)],2)],2)};Sf._withStripped=!0;var Cf=ld({props:{dismissible:{type:Boolean,default:!1},backgroundColor:{type:String,default:null},borderColor:{type:String,default:null},borderLeftColor:{type:String,default:null},color:{type:String,default:null},icon:{type:String,default:null},iconSize:{type:String,default:null},iconColor:{type:String,default:null},type:{type:String,default:""},addClass:{type:String,default:""},light:{type:Boolean,default:!1},seamless:{type:Boolean,default:!1},noIcon:{type:Boolean,default:!1},noBackground:{type:Boolean,default:!1},noBorder:{type:Boolean,default:!1}},methods:{isSeamless:function(){return!this.light&&this.seamless},seamlessNoHeaderBool:function(){return this.isSeamless()&&!this.headerBool()},seamlessHeaderBool:function(){return this.isSeamless()&&this.headerBool()},headerBool:function(){return!!this.$scopedSlots.header},iconBool:function(){var t=!!this.$scopedSlots.icon;return!this.noIcon&&this.type||t},containerStyle:function(){var t;return t=this.light?"".concat(this.getBootstrapBorderStyle()," alert-border-left"):this.seamless?"seamless":this.getBootstrapAlertStyle(),this.noBackground&&(t+=" no-background"),this.noBorder&&(t+=" no-border"),t},customStyle:function(){var t={};return this.backgroundColor&&(t.backgroundColor=this.backgroundColor,t.borderColor=this.backgroundColor),this.borderColor&&(t.border="1px solid ".concat(this.borderColor)),this.borderLeftColor&&(t.borderLeft="5px solid ".concat(this.borderLeftColor)),t},customColorStyle:function(){return this.color?{color:this.color}:{}},iconStyle:function(){var t="";return this.iconSize&&(t+="fa-".concat(this.iconSize)),(this.light||this.seamless)&&(t+=" ".concat(this.getBootstrapTextStyle())),t},customIconColorStyle:function(){return this.iconColor?{color:this.iconColor}:{}},getBootstrapAlertStyle:function(){switch(this.type){case"warning":return"alert-warning";case"info":return"alert-info";case"definition":return"alert-primary";case"success":case"tip":return"alert-success";case"important":case"wrong":return"alert-danger";default:return"alert-default"}},getBootstrapTextStyle:function(){switch(this.type){case"warning":return"text-warning";case"info":return"text-info";case"definition":return"text-primary";case"success":case"tip":return"text-success";case"important":case"wrong":return"text-danger";default:return""}},getBootstrapBorderStyle:function(){switch(this.type){case"warning":return"border-warning";case"info":return"border-info";case"definition":return"border-primary";case"success":case"tip":return"border-success";case"important":case"wrong":return"border-danger";default:return""}},getFontAwesomeIconStyle:function(){switch(this.type){case"wrong":return"fa-times";case"warning":return"fa-exclamation";case"info":return"fa-info";case"success":return"fa-check";case"important":return"fa-flag";case"tip":return"fa-lightbulb";case"definition":return"fa-atlas";default:return""}}}},Sf,[],!1,(function(t){var e=n(57);e.__inject__&&e.__inject__(t);var r=n(58);r.__inject__&&r.__inject__(t)}),"7d17494f","2e209a88");Cf.options.__file="vue-components/src/TipBox.vue";var $f=Cf.exports,Tf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",{class:"click"===t.trigger?"trigger-click":"trigger",attrs:{tabindex:"0"},on:t._d({},[t.triggerEventType,function(e){return e.stopPropagation(),t.toggle()}])},["popover"===t.popoverOrTooltipType?n("b-popover",{attrs:{show:t.show,target:t.$el,triggers:"manual",placement:t.placement},scopedSlots:t._u([t.titleHtml?{key:"title",fn:function(){return[n("div",{domProps:{innerHTML:t._s(t.titleHtml)}})]},proxy:!0}:null],null,!0)},[n("div",{domProps:{innerHTML:t._s(t.contentHtml)}})]):"tooltip"===t.popoverOrTooltipType?n("b-tooltip",{attrs:{show:t.show,target:t.$el,triggers:"manual",placement:t.placement}},[n("div",{domProps:{innerHTML:t._s(t.contentHtml)}})]):t._e(),t._ssrNode(" "),t._t("default")],2)};Tf._withStripped=!0;var kf=ld({name:"Trigger",props:{for:{type:String,default:""},trigger:{type:String,default:"hover"},placement:{type:String,default:"auto"}},data:function(){return{contentHtml:"",titleHtml:"",show:!1,popoverOrTooltipType:void 0}},methods:{toggle:function(){if(this.for){var t=this.$root.$refs[this.for];if(t)t.show();else if(void 0===this.popoverOrTooltipType){var e=(void 0).getElementById(this.for);if(!e)return;this.show=!0,this.setupComponent(e)}else this.show=!this.show}},setupComponent:function(t){var e=t.dataset.mbComponentType;"popover"===e?(this.contentHtml=this.$root.popoverInnerGetters.content(t),this.titleHtml=this.$root.popoverInnerGetters.title(t)):"tooltip"===e&&(this.contentHtml=this.$root.tooltipInnerContentGetter(t)),this.popoverOrTooltipType=e}},computed:{triggerEventType:function(){return"click"===this.trigger?this.show?"blur":"click":"focus"===this.trigger?this.show?"blur":"focus":this.show?"mouseleave":"mouseenter"}}},Tf,[],!1,null,null,"0570a448");kf.options.__file="vue-components/src/Trigger.vue";var jf=kf.exports,Ef=function(){var t=this.$createElement;return(this._self._c||t)("div",{staticClass:"site-nav-root"},[this._t("default")],2)};Ef._withStripped=!0;var Af=ld({name:"SiteNav",mounted:function(){var t=this,e=pd(new URL((void 0).location.href).pathname);this.$el.querySelectorAll("a[href]").forEach((function(n){var r=pd(n.getAttribute("href"));if(e===r){n.classList.add("current");for(var i=n.parentElement;i&&i!==t.$el;)"ul"===i.tagName.toLowerCase()&&i.classList.contains("site-nav-dropdown-container")&&i.classList.add("site-nav-dropdown-container-open"),i=i.parentElement}}))}},Ef,[],!1,(function(t){var e=n(59);e.__inject__&&e.__inject__(t)}),null,"2fe59e80");Af.options.__file="vue-components/src/SiteNav.vue";var Pf=Af.exports,Nf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[t._ssrNode("","",[t._t("navMenuIcon")],2),t._ssrNode(" "),t._ssrNode("","",[n("portal-target",{attrs:{name:t.portalName,multiple:""}})],1)],2)};function Bf(t){return function(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e1&&void 0!==arguments[1]&&arguments[1],n=t.to,r=t.from;if(n&&(r||!1!==e)&&this.transports[n])if(e)this.transports[n]=[];else{var i=this.$_getTransportIndex(t);if(i>=0){var o=this.transports[n].slice(0);o.splice(i,1),this.transports[n]=o}}},registerTarget:function(t,e,n){},unregisterTarget:function(t){this.$delete(this.targets,t)},registerSource:function(t,e,n){},unregisterSource:function(t){this.$delete(this.sources,t)},hasTarget:function(t){return!(!this.targets[t]||!this.targets[t][0])},hasSource:function(t){return!(!this.sources[t]||!this.sources[t][0])},hasContentFor:function(t){return!!this.transports[t]&&!!this.transports[t].length},$_getTransportIndex:function(t){var e=t.to,n=t.from;for(var r in this.transports[e])if(this.transports[e][r].from===n)return+r;return-1}}}))(Lf),Ff=1,Rf=Si.extend({name:"portal",props:{disabled:{type:Boolean},name:{type:String,default:function(){return String(Ff++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}}},created:function(){var t=this;this.$nextTick((function(){Hf.registerSource(t.name,t)}))},mounted:function(){this.disabled||this.sendUpdate()},updated:function(){this.disabled?this.clear():this.sendUpdate()},beforeDestroy:function(){Hf.unregisterSource(this.name),this.clear()},watch:{to:function(t,e){e&&e!==t&&this.clear(e),this.sendUpdate()}},methods:{clear:function(t){var e={from:this.name,to:t||this.to};Hf.close(e)},normalizeSlots:function(){return this.$scopedSlots.default?[this.$scopedSlots.default]:this.$slots.default},normalizeOwnChildren:function(t){return"function"==typeof t?t(this.slotProps):t},sendUpdate:function(){var t=this.normalizeSlots();if(t){var e={from:this.name,to:this.to,passengers:Bf(t),order:this.order};Hf.open(e)}else this.clear()}},render:function(t){var e=this.$slots.default||this.$scopedSlots.default||[],n=this.tag;return e&&this.disabled?e.length<=1&&this.slim?this.normalizeOwnChildren(e)[0]:t(n,[this.normalizeOwnChildren(e)]):this.slim?t():t(n,{class:{"v-portal":!0},style:{display:"none"},key:"v-portal-placeholder"})}}),qf=Si.extend({name:"portalTarget",props:{multiple:{type:Boolean,default:!1},name:{type:String,required:!0},slim:{type:Boolean,default:!1},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},data:function(){return{transports:Hf.transports,firstRender:!0}},created:function(){var t=this;this.$nextTick((function(){Hf.registerTarget(t.name,t)}))},watch:{ownTransports:function(){this.$emit("change",this.children().length>0)},name:function(t,e){Hf.unregisterTarget(e),Hf.registerTarget(t,this)}},mounted:function(){var t=this;this.transition&&this.$nextTick((function(){t.firstRender=!1}))},beforeDestroy:function(){Hf.unregisterTarget(this.name)},computed:{ownTransports:function(){var t=this.transports[this.name]||[];return this.multiple?t:0===t.length?[]:[t[t.length-1]]},passengers:function(){return function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.reduce((function(t,n){var r=n.passengers[0],i="function"==typeof r?r(e):n.passengers;return t.concat(i)}),[])}(this.ownTransports,this.slotProps)}},methods:{children:function(){return 0!==this.passengers.length?this.passengers:this.$scopedSlots.default?this.$scopedSlots.default(this.slotProps):this.$slots.default||[]},noWrapper:function(){var t=this.slim&&!this.transition;return t&&this.children().length>1&&console.warn("[portal-vue]: PortalTarget with `slim` option received more than one child element."),t}},render:function(t){var e=this.noWrapper(),n=this.children(),r=this.transition||this.tag;return e?n[0]:this.slim&&!r?t():t(r,{props:{tag:this.transition&&this.tag?this.tag:void 0},class:{"vue-portal-target":!0}},n)}}),Vf=0,zf=["disabled","name","order","slim","slotProps","tag","to"];Si.extend({name:"MountingPortal",inheritAttrs:!1,props:{append:{type:[Boolean,String]},bail:{type:Boolean},mountTo:{type:String,required:!0},disabled:{type:Boolean},name:{type:String,default:function(){return"mounted_"+String(Vf++)}},order:{type:Number,default:0},slim:{type:Boolean},slotProps:{type:Object,default:function(){return{}}},tag:{type:String,default:"DIV"},to:{type:String,default:function(){return String(Math.round(1e7*Math.random()))}},multiple:{type:Boolean,default:!1},targetSlim:{type:Boolean},targetSlotProps:{type:Object,default:function(){return{}}},targetTag:{type:String,default:"div"},transition:{type:[String,Object,Function]}},created:function(){},beforeDestroy:function(){var t=this.portalTarget;if(this.append){var e=t.$el;e.parentNode.removeChild(e)}t.$destroy()},render:function(t){if(!this.portalTarget)return console.warn("[portal-vue] Target wasn't mounted"),t();if(!this.$scopedSlots.manual){var e=Df(this.$props,zf);return t(Rf,{props:e,attrs:this.$attrs,on:this.$listeners,scopedSlots:this.$scopedSlots},this.$slots.default)}var n=this.$scopedSlots.manual({to:this.to});return Array.isArray(n)&&(n=n[0]),n||t()}});var Wf={};var Uf=ld({components:{PortalTarget:qf},props:{type:{type:String,default:null},portalName:{type:String,default:null}},inject:{toggleLowerNavbar:{default:void 0}},data:function(){return{show:!1}},methods:{toggleNavMenu:function(t){var e;t&&"a"===t.target.tagName.toLowerCase()||!t&&this.show?((void 0).body.style.removeProperty("overflow"),this.show=!1):(Wf[e="closeOverlay"]&&Wf[e].forEach((function(t){return t()})),(void 0).body.style.overflow="hidden",this.show=!0)}},mounted:function(){var t,e,n=this;this.toggleLowerNavbar&&this.toggleLowerNavbar(),e=function(){n.show=!1},Wf[t="closeOverlay"]||(Wf[t]=[]),Wf[t].push(e)}},Nf,[],!1,(function(t){var e=n(60);e.__inject__&&e.__inject__(t)}),"032a677e","0d9f9074");Uf.options.__file="vue-components/src/Overlay.vue";var Qf=Uf.exports,Gf=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.tagName,t._b({tag:"component"},"component",t.$attrs,!1),[t._t("default"),t._v(" "),t.enablePortal?n("portal",{attrs:{to:t.to}},[n(t.tagName,t._b({tag:"component",class:[t.$vnode.data.staticClass||"","mb-mobile-nav"],style:t.$vnode.data.staticStyle},"component",t.$attrs,!1),[t._t("default")],2)],1):t._e()],2)};Gf._withStripped=!0;var Kf=ld({name:"OverlaySource",components:{Portal:Rf},props:{to:{type:String,default:void 0},tagName:{type:String,default:void 0}},data:function(){return{enablePortal:!1}},mounted:function(){this.enablePortal=!0}},Gf,[],!1,(function(t){var e=n(61);e.__inject__&&e.__inject__(t)}),"e8c82f88","330b7a2f");Kf.options.__file="vue-components/src/OverlaySource.vue";var Zf={box:$f,dropdown:fd,navbar:Od,panel:Fd,pic:Vd,quiz:Ud,question:Yd,qOption:tf,retriever:Bd,searchbar:df,tab:pf,tabGroup:gf,tabs:_f,thumbnail:xf,tipBox:$f,trigger:jf,siteNav:Pf,submenu:ud,siteNavButton:gd,pageNavButton:_d,overlay:Qf,overlaySource:Kf.exports,BModal:ql,BPopover:wu,BTooltip:pu},Yf={closeable:Du.a,"b-modal":ju,"b-popover":Au,"b-tooltip":Nu};var Xf={plugin:{install:function(t){Object.keys(Yf).forEach((function(e){t.directive(e,Yf[e])})),Object.keys(Zf).forEach((function(e){t.component(e,Zf[e])}))}},components:Zf,directives:Yf};function Jf(t){return function(e){var n=e.querySelector('[data-mb-slot-name="'.concat(t,'"]'));return null===n?"":n.innerHTML}}var th={title:Jf("header"),content:Jf("content")},eh=Jf("_content");e.default={MarkBindVue:Xf,appFactory:function(){return{data:function(){return{searchData:[],popoverInnerGetters:th,tooltipInnerContentGetter:eh}},methods:{searchCallback:function(t){var e="".concat(baseUrl,"/").concat(t.src.replace(/.(md|mbd)$/,".html")),n=t.heading?"#".concat(t.heading.id):"";(void 0).location="".concat(e).concat(n)}}}}}}]).default})); \ No newline at end of file diff --git a/packages/core-web/package.json b/packages/core-web/package.json index 7d9c2268f3..bd86e28bb1 100644 --- a/packages/core-web/package.json +++ b/packages/core-web/package.json @@ -1,6 +1,6 @@ { "name": "@markbind/core-web", - "version": "3.0.5", + "version": "3.0.6", "description": "MarkBind core browser module", "keywords": [ "mark", @@ -30,7 +30,7 @@ "@babel/plugin-transform-runtime": "^7.10.5", "@babel/preset-env": "^7.10.4", "@babel/runtime": "^7.10.5", - "@markbind/vue-components": "^3.0.5", + "@markbind/vue-components": "^3.0.6", "babel-loader": "^8.1.0", "bootstrap-vue": "^2.16.0", "cross-env": "^7.0.3", diff --git a/packages/core/package.json b/packages/core/package.json index 965438e930..3d4b7e27bc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@markbind/core", - "version": "3.0.5", + "version": "3.0.6", "description": "MarkBind core module", "keywords": [ "mark", @@ -25,7 +25,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.14.0", - "@markbind/core-web": "^3.0.5", + "@markbind/core-web": "^3.0.6", "@primer/octicons": "^9.3.1", "@sindresorhus/slugify": "^0.9.1", "bluebird": "^3.7.2", diff --git a/packages/vue-components/package.json b/packages/vue-components/package.json index b3fe34fbb2..38b2cdb274 100644 --- a/packages/vue-components/package.json +++ b/packages/vue-components/package.json @@ -1,6 +1,6 @@ { "name": "@markbind/vue-components", - "version": "3.0.5", + "version": "3.0.6", "description": "Bootstrap components built with Vue.js", "keywords": [ "bootstrap",