@healthcatalyst/catalyst-docfx-template 1.0.61 → 1.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,26 +11,26 @@
11
11
  <body data-spy="scroll" data-target="#affix" data-offset="120">
12
12
  <div id="wrapper">
13
13
  <header>
14
- {{^_disableNavbar}}
14
+ {{#_enableNavbar}}
15
15
  {{>partials/navbar}}
16
- {{/_disableNavbar}}
17
- {{^_disableBreadcrumb}}
16
+ {{/_enableNavbar}}
17
+ {{#_enableBreadcrumb}}
18
18
  {{>partials/breadcrumb}}
19
- {{/_disableBreadcrumb}}
19
+ {{/_enableBreadcrumb}}
20
20
  </header>
21
21
  {{#_enableSearch}}
22
22
  <div class="container-fluid body-content">
23
23
  {{>partials/searchResults}}
24
24
  </div>
25
25
  {{/_enableSearch}}
26
- <div role="main" class="docs-container body-content hide-when-search">
27
- {{^_disableToc}}
26
+ <div role="main" class="docs-container body-content hide-when-search">
27
+ {{^_enableToc}}
28
+ <div class="article row grid">
29
+ {{/_enableToc}}
30
+ {{#_enableToc}}
28
31
  {{>partials/toc}}
29
32
  <div class="article row grid-right">
30
- {{/_disableToc}}
31
- {{#_disableToc}}
32
- <div class="article row grid">
33
- {{/_disableToc}}
33
+ {{/_enableToc}}
34
34
  {{#if statusMessage}}
35
35
  {{^_disableStatusMessage}}
36
36
  {{>partials/statusMessage}}
@@ -39,7 +39,7 @@
39
39
  {{#if dosVersion}}
40
40
  {{>partials/dosVersion}}
41
41
  {{/if}}
42
- {{#if wide}}
42
+ {{#if _enableWide}}
43
43
  <div class="col-sm-12">
44
44
  {{else}}
45
45
  <div class="col-sm-9">
@@ -47,18 +47,18 @@
47
47
  <article class="content wrap" id="_content" data-uid="{{uid}}">
48
48
  {{!body}}
49
49
  </article>
50
- {{^_disableFeedback}}
50
+ {{#_enableFeedback}}
51
51
  {{>partials/feedback}}
52
- {{/_disableFeedback}}
52
+ {{/_enableFeedback}}
53
53
  </div>
54
- {{^_disableAffix}}
54
+ {{#_enableAffix}}
55
55
  {{>partials/affix}}
56
- {{/_disableAffix}}
56
+ {{/_enableAffix}}
57
57
  </div>
58
58
  </div>
59
- {{^_disableFooter}}
59
+ {{#_enableFooter}}
60
60
  {{>partials/footer}}
61
- {{/_disableFooter}}
61
+ {{/_enableFooter}}
62
62
  </div>
63
63
  {{>partials/scripts}}
64
64
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@healthcatalyst/catalyst-docfx-template",
3
- "version": "1.0.61",
3
+ "version": "1.0.70",
4
4
  "license": "MIT",
5
5
  "description": "A DocFX Template patching the Default template.",
6
6
  "publishConfig": {
@@ -7,16 +7,24 @@
7
7
  <div class="contribution">
8
8
  <ul class="nav">
9
9
  <li>
10
- <a class="contribution-link" href={{_affixRequestFeature}}><span class="fa fa-comment" style="padding-right: 10px;"></span>Request a Feature</a>
10
+ {{#if _enableRequestFeature}}
11
+ <a class="contribution-link" href={{_requestFeatureUrl}}><span class="fa fa-comment" style="padding-right: 10px;"></span>Request a Feature</a>
12
+ {{/if}}
11
13
  </li>
12
14
  <li>
13
- <a class="contribution-link" href={{_affixAskQuestion}}><span class="fa fa-users" style="padding-right: 10px;"></span>Ask a Question</a>
15
+ {{#if _enableAskQuestion}}
16
+ <a class="contribution-link" href={{_askQuestionUrl}}><span class="fa fa-users" style="padding-right: 10px;"></span>Ask a Question</a>
17
+ {{/if}}
14
18
  </li>
15
- <li style="display: {{_showWhatsNew}};">
16
- <a class="contribution-link" href={{_affixWhatsNew}}><span class="fa fa-bullhorn" style="padding-right: 10px;"></span>See What's New</a>
19
+ <li>
20
+ {{#if _enableWhatsNew}}
21
+ <a class="contribution-link" href={{_whatsNewUrl}}><span class="fa fa-bullhorn" style="padding-right: 10px;"></span>See What's New</a>
22
+ {{/if}}
17
23
  </li>
18
- <li style="display: {{_showDownloadPDFs}};">
19
- <a class="contribution-link" href={{_affixDownloadPDFs}} target="_blank"><span class="fa fa-file-pdf-o" style="padding-right: 10px;"></span>Download PDFs</a>
24
+ <li>
25
+ {{#if _enableDownloadPdfs}}
26
+ <a class="contribution-link" href={{_downloadPdfsUrl}} target="_blank"><span class="fa fa-file-pdf-o" style="padding-right: 10px;"></span>Download PDFs</a>
27
+ {{/if}}
20
28
  </li>
21
29
  </ul>
22
30
  </div>
@@ -1,15 +1,15 @@
1
- {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2
-
3
1
  <div class="docs-subnav">
4
2
  <div class="docs-container">
5
3
  <div class="docs-subnav-left" id="subnav-left">
6
- <span class="docs-subnav-show" style="display:{{_showVersionDropdown}};">
7
- <div class="docs-subnav-select-container">
8
- <span class="docs-subnav-select-caret"><i class="fa fa-caret-down" aria-hidden="true"></i></span>
9
- <select id="{{_versionDropdownID}}" class="docs-subnav-select"></select>
10
- </div>
11
- <span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
12
- </span>
4
+ {{#if _enableVersionDropdown}}
5
+ <span class="docs-subnav-show">
6
+ <div class="docs-subnav-select-container">
7
+ <span class="docs-subnav-select-caret"><i class="fa fa-caret-down" aria-hidden="true"></i></span>
8
+ <select id="{{_versionDropdownID}}" class="docs-subnav-select"></select>
9
+ </div>
10
+ <span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
11
+ </span>
12
+ {{/if}}
13
13
  <span class="docs-subnav-breadcrumb-home"><a href="{{_homePath}}"><i class="fa fa-home" aria-hidden="true"></i></a></span><span class="docs-subnav-breadcrumb-divider"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
14
14
  <div class="docs-subnav-breadcrumb-current" id="breadcrumb">
15
15
  <ul>
@@ -1,3 +1,4 @@
1
+ {{#if _enableFeedback}}
1
2
  <form name="feedback">
2
3
  <div class="feedback-container">
3
4
  <div class="feedback-top-left">
@@ -35,4 +36,4 @@
35
36
  Still need help? <a href="https://community.healthcatalyst.com/dos/f/questions">Ask HC Community </a>or <a href="https://community.healthcatalyst.com/client-support/">contact support</a>.</div>
36
37
 
37
38
  </form>
38
-
39
+ {{/if}}
@@ -1,16 +1,15 @@
1
- {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2
-
3
1
  <footer>
4
2
  <div class="grad-bottom"></div>
5
3
  <div class="footer">
6
4
  <div class="container-fluid">
7
- <!---Contribute links on right of footer are enabled by default. Disable by setting _showContributeLinks to "none" in docfx.json.--->
8
- <span class="pull-right" style="display:{{_showContributeLinks}}">
9
- {{#docurl}}<a href="{{docurl}}" class="contribution-link"><span class="fa fa-pencil" style="padding-right: 8px; font-size: 16px"></span>Edit this page</a>
10
- {{/docurl}}
11
- <span style="padding-left: 7px; padding-right: 10px;">|</span><a href="{{_authorInstructions}}">Contributor reference</a>
12
- <span style="padding-left: 7px; padding-right: 10px;">|</span><a href="#top">Back to top</a>
13
- </span>
5
+ {{#if _enableContributionLinksFooter}}
6
+ <span class="pull-right">
7
+ {{#docurl}}<a href="{{docurl}}" class="contribution-link"><span class="fa fa-pencil" style="padding-right: 8px; font-size: 16px"></span>Edit this page</a>
8
+ {{/docurl}}
9
+ <span style="padding-left: 7px; padding-right: 10px;">|</span><a href="{{_authorInstructions}}">Contributor reference</a>
10
+ <span style="padding-left: 7px; padding-right: 10px;">|</span><a href="#top">Back to top</a>
11
+ </span>
12
+ {{/if}}
14
13
  {{{_appFooter}}}
15
14
  {{^_appFooter}}<span>Generated by <strong>DocFX</strong></span>{{/_appFooter}}
16
15
  </div>
@@ -2341,7 +2341,7 @@ const Da="225ms cubic-bezier(0.4,0.0,0.2,1)";
2341
2341
  * Use of this source code is governed by an MIT-style license that can be
2342
2342
  * found in the LICENSE file at https://angular.io/license
2343
2343
  */
2344
- function(n,t,e,i,o){const r=t.consts,s=ur(r,i),c=hs(t,n,8,"ng-container",s);return null!==s&&ou(c,s,!0),Oh(t,e,c,ur(r,o)),null!==t.queries&&t.queries.elementStart(t,c),c}(r,o,i,t,e):o.data[r];no(s,!0);const c=i[r]=i[11].createComment("");Zl(o,i,c,s),mn(c,i),Ya(s)&&(Lh(o,i,s),pm(o,s,i)),null!=e&&Ah(i,s)}(0),H(1,"span",43),Mt(2),U(),Wt(3,jY,3,2,"a",27),ku(4,"filterApps"),function(){let n=At();const t=Re();Bs()?Hs():(n=n.parent,no(n,!1)),t.firstCreatePass&&(yl(t,n),lr(n)&&t.queries.elementEnd(n))}()),2&n){const e=t.$implicit,i=Qt(2);Ne(2),Nc(e.name),Ne(1),nt("ngForOf",uC(4,2,e.applications,i.filter))}}function VY(n,t){if(1&n&&(H(0,"a",44),H(1,"span",32),Mt(2),U(),U()),2&n){const e=t.$implicit;nt("href",e.url,cs),Ne(2),Nc(e.name)}}function BY(n,t){if(1&n){const e=ip();H(0,"hc-modal"),H(1,"div",45),H(2,"div",46),wt(3,"img",47),H(4,"div",48),H(5,"div",49),wt(6,"img",50),U(),H(7,"div",51),wt(8,"img",52),H(9,"div",53),Mt(10,"Version 1.2"),U(),U(),U(),U(),H(11,"div",54),H(12,"div"),wt(13,"hc-icon",55),H(14,"div"),H(15,"strong"),Mt(16,"Metadata Last Updated"),U(),H(17,"div",56),Mt(18),ku(19,"date"),U(),U(),U(),U(),H(20,"div",57),Mt(21),H(22,"a",58),Mt(23,"Health Catalyst"),U(),Mt(24," . All rights reserved "),wt(25,"br"),H(26,"a",59),Mt(27,"Terms and Conditions"),U(),Mt(28," | "),H(29,"a",60),Mt(30,"Privacy Policy"),U(),U(),U(),wt(31,"hr",61),H(32,"div",62),H(33,"button",63),St("click",function(){return Sn(e).close()}),Mt(34,"Close"),U(),U(),U()}if(2&n){const e=Qt().ngIf,i=Qt();Ne(18),Nc(a_(19,2,e.lastModified)),Ne(3),da(" Copyright ",i.currentYear," ")}}function HY(n,t){if(1&n){const e=ip();H(0,"div"),H(1,"div",1),H(2,"div",2),H(3,"a",3),wt(4,"img",4),U(),H(5,"div",5),H(6,"div",6),H(7,"ul",7),H(8,"li",8),St("popoverOpened",function(){return Sn(e),Qt().setAppsWidth(!1)}),Mt(9," Applications "),wt(10,"hc-icon",9),U(),H(11,"li",10),Mt(12,"Developers"),wt(13,"hc-icon",9),U(),U(),U(),U(),H(14,"div",11),H(15,"button",12),wt(16,"hc-icon",13),U(),wt(17,"span",14),Wt(18,FY,2,1,"span",15),ku(19,"async"),U(),U(),U(),H(20,"hc-pop",16,17),H(22,"hc-form-field"),H(23,"input",18,19),St("ngModelChange",function(o){return Sn(e),Qt().filter=o}),U(),H(25,"hc-icon",20),St("click",function(){return Sn(e),Qt().filter=""}),U(),wt(26,"hc-icon",21),U(),H(27,"div",22),Wt(28,zY,5,5,"ng-container",23),ku(29,"filterGroups"),U(),U(),H(30,"hc-pop",24,25),H(32,"div",26),Wt(33,VY,3,2,"a",27),U(),U(),H(34,"hc-pop",28,29),H(36,"div",26),H(37,"a",30),wt(38,"hc-icon",31),H(39,"span",32),Mt(40,"HC Community"),U(),U(),H(41,"a",33),wt(42,"hc-icon",34),H(43,"span",32),Mt(44,"Client Support"),U(),U(),H(45,"a",30),wt(46,"hc-icon",35),H(47,"span",32),Mt(48,"Product Information"),U(),U(),H(49,"a",36),wt(50,"hc-icon",37),H(51,"span",32),Mt(52,"HealthCatalyst.com"),U(),U(),wt(53,"div",38),H(54,"button",39),St("click",function(){return Sn(e),Qt().displayAboutModal()}),wt(55,"hc-icon",40),H(56,"span",32),Mt(57,"About"),U(),U(),U(),U(),Wt(58,BY,35,4,"ng-template",null,41,_C),U()}if(2&n){const e=t.ngIf,i=Hm(21),o=Hm(31),r=Hm(35),s=Qt();Ne(8),nt("hcPop",i),Ne(3),vS("display:",s.showdevmenu,""),nt("hcPop",o),Ne(4),nt("hcPop",r),Ne(3),nt("ngIf",a_(19,19,s.metadataService.$profile)),Ne(2),nt("showArrow",!1),Ne(3),nt("ngModel",s.filter),Ne(4),Ir("width",s.appsMenuWidth),Ne(1),nt("ngForOf",uC(29,21,e.applicationGroups,s.filter)),Ne(2),nt("autoCloseOnContentClick",!0)("showArrow",!1),Ne(3),nt("ngForOf",e.developerMenu),Ne(1),nt("autoCloseOnContentClick",!0)("showArrow",!1),Ne(3),op("href","https://community.healthcatalyst.com",s.hcclink,"",cs),Ne(8),op("href","https://products.healthcatalyst.com",s.prodcatlink,"",cs)}}let UY=(()=>{class n{constructor(e,i){this.metadataService=e,this.modalService=i,this.currentYear=(new Date).getFullYear().toString(),this.appsMenuWidth="300px",this.showdevmenu="",this.hcclink="",this.prodcatlink=""}ngOnInit(){}displayAboutModal(){this.modalService.open(this.aboutModal,{size:"md"})}setAppsWidth(e){this.appsMenuWidth=e?this.bannerSelect.nativeElement.clientWidth+"px":"300px"}}return n.\u0275fac=function(e){return new(e||n)(x(Zz),x(gA))},n.\u0275cmp=Ke({type:n,selectors:[["docs-navbar"]],viewQuery:function(e,i){if(1&e&&(Ti(OY,5),Ti(RY,5)),2&e){let o;je(o=ze())&&(i.aboutModal=o.first),je(o=ze())&&(i.bannerSelect=o.first)}},inputs:{showdevmenu:"showdevmenu",hcclink:"hcclink",prodcatlink:"prodcatlink"},decls:2,vars:3,consts:[[4,"ngIf"],[1,"docs-navbar"],[1,"docs-container"],["href","https://docs.healthcatalyst.com"],["src","https://docsgoosestorage.blob.core.windows.net/static/docsLogo.svg","height","31px","width","336px","alt","Documentation Logo",1,"docs-navbar-logo"],[1,"docs-navbar-left"],["id","navbar"],[1,"nav","level1","navbar-nav"],["tabindex","1",1,"docs-navbar-link",3,"hcPop","popoverOpened"],["fontSet","fa","fontIcon","fa-angle-down",1,"docs-navbar-chevron"],["tabindex","2",1,"docs-navbar-link",3,"hcPop"],[1,"docs-navbar-right"],["hc-button","","buttonStyle","minimal","tabindex","3",1,"docs-navbar-icon",3,"hcPop"],["fontSet","fa","fontIcon","fa-question-circle-o"],[1,"docs-navbar-divider"],["class","docs-navbar-link navbar-link-disabled",4,"ngIf"],["horizontalAlign","start",3,"showArrow"],["appsMenu",""],["hcInput","","placeholder","Filter list",3,"ngModel","ngModelChange"],["searchBox",""],["hcSuffix","","fontSet","fa","fontIcon","fa-times-circle",1,"clear-search-ico",3,"click"],["hcSuffix","","fontSet","fa","fontIcon","fa-search"],["hcMenu","",1,"docs-apps-menu"],[4,"ngFor","ngForOf"],["horizontalAlign","start",3,"autoCloseOnContentClick","showArrow"],["devMenu",""],["hcMenu",""],["hcMenuItem","",3,"href",4,"ngFor","ngForOf"],["horizontalAlign","end",3,"autoCloseOnContentClick","showArrow"],["helpMenu",""],["hcMenuItem","","target","_blank",3,"href"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-comments-o"],["hcMenuText",""],["hcMenuItem","","href","https://community.healthcatalyst.com/client-support/","target","_blank"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-bug"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-file-text"],["hcMenuItem","","href","https://www.healthcatalyst.com/","target","_blank"],["hcMenuIcon","","fontSet","hc-icons","fontIcon","hci-catalyst-logo"],["hcMenuItem","","hcDivider",""],["hcMenuItem","",3,"click"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-info-circle"],["aboutModal",""],[1,"docs-navbar-link","navbar-link-disabled"],[1,"docs-apps-menu-section"],["hcMenuItem","",3,"href"],[1,"about-modal-content"],[1,"about-header"],["src","https://docsgoosestorage.blob.core.windows.net/static/HealthCatalyst_Horizontal.svg",1,"about-logo"],[1,"about-app"],[1,"about-icon"],["src","https://cashmere.healthcatalyst.net/assets/product-icons/Documentation.svg"],[1,"about-name","docs-about-name"],["src","https://docsgoosestorage.blob.core.windows.net/static/aboutDocsLogo.svg"],[1,"about-version"],[1,"about-reference"],["fontSet","fa","fontIcon","fa-clock-o","hcIconLg",""],[1,"about-reference-detail"],[1,"about-footer"],["href","https://www.healthcatalyst.com/"],["href","https://www.healthcatalyst.com/terms-conditions/"],["href","https://www.healthcatalyst.com/privacy-policy/"],[1,"about-divider"],[1,"about-close-container"],["hc-button","",1,"about-close",3,"click"]],template:function(e,i){1&e&&(Wt(0,HY,60,24,"div",0),ku(1,"async")),2&e&&nt("ngIf",a_(1,1,i.metadataService.$metadata))},directives:[Pu,nA,Q6,CU,IM,cA,q_,aA,ST,eM,sA,cU,m1,$L,lU,uU,dU,eY,fU],pipes:[y1,NY,PY,C1],styles:['@charset "UTF-8";.cdk-overlay-container[_ngcontent-%COMP%], .cdk-global-overlay-wrapper[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:2100}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:2100}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:2100;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}.cdk-high-contrast-active[_ngcontent-%COMP%] .cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:2100;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}.hc-menu-panel[_ngcontent-%COMP%]{position:relative;font-family:"Noto Sans","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;display:flex;flex-direction:column;padding:5px 16px;margin:-12px;background-color:#fff;border-radius:4px}.hc-menu-panel[_ngcontent-%COMP%] .hc-divider[_ngcontent-%COMP%]{width:auto;margin:5px 0}.hc-divider.hc-menu-item[_ngcontent-%COMP%]{margin:5px -16px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button), a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button){font-size:1rem;font-family:"Noto Sans","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;color:#333;padding:6px 16px;margin:0 -16px;border:0;background:0 0;text-align:left;display:flex;align-items:center}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button)[disabled], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button)[disabled]{opacity:.5}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):active, button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):hover, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):active, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):hover{color:#333}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):focus:not([disabled]), a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):focus:not([disabled]){background-color:#b3e7ff;color:#333;cursor:pointer;box-shadow:none;outline:none}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu{padding-right:40px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu:after, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzMzM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT48cGF0aCBpZD0iUGF0aF8xMjIyMSIgZGF0YS1uYW1lPSJQYXRoIDEyMjIxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xOS42NCwxNS4yOWExLDEsMCwwLDAtLjMyLS43NkwxMS44Miw3QTEuMDYsMS4wNiwwLDAsMCwxMCw3Ljc5djE1YTEuMDgsMS4wOCwwLDAsMCwxLjA3LDEuMDcsMS4wNSwxLjA1LDAsMCwwLC43NS0uMzJsNy41LTcuNUExLDEsMCwwLDAsMTkuNjQsMTUuMjlaIi8+PC9zdmc+);position:absolute;width:20px;height:20px;right:10px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-icon[_ngcontent-%COMP%], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-icon[_ngcontent-%COMP%]{font-size:16px;height:16px;width:16px;margin-right:14px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%]{flex:1 0 auto;margin-left:15px;color:#ccc;text-align:right}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%] hc-icon[_ngcontent-%COMP%], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%] hc-icon[_ngcontent-%COMP%]{margin-right:0;color:#333}html[_ngcontent-%COMP%], body[_ngcontent-%COMP%]{font-family:"Noto Sans","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;color:#333}h1[_ngcontent-%COMP%]{font-size:2.5714285714rem;font-weight:300;line-height:1.2;color:#333;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}h2[_ngcontent-%COMP%]{font-size:1.5714285714rem;font-weight:600;line-height:1.5;color:#333}h3[_ngcontent-%COMP%]{font-size:1.2857142857rem;font-weight:600;line-height:1.5;color:#333}h4[_ngcontent-%COMP%]{font-size:1rem;font-weight:600;line-height:1.5;color:#333}p[_ngcontent-%COMP%]{font-size:1.1428571429rem;font-weight:400;line-height:1.5;color:#333}code[_ngcontent-%COMP%]{color:#5e676f;font-family:Consolas,Menlo,"Ubuntu Mono",monospace;background-color:#f0f3f6;border-radius:3px;padding:3px 7px;font-size:1rem;font-weight:400;line-height:1.4}pre[_ngcontent-%COMP%]{border:1px solid #d7dde4;padding:0;margin:16px auto;border-radius:5px;display:block;background-color:#f0f3f6;font-weight:400}pre[_ngcontent-%COMP%]::selection, pre[_ngcontent-%COMP%] *[_ngcontent-%COMP%]::selection{background-color:#009de6;color:#fff}pre[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{font-size:1rem;line-height:1.4;padding:15px 0;background-color:#f0f3f6}pre[_ngcontent-%COMP%] > code[_ngcontent-%COMP%]{overflow-x:auto;display:block;font-size:1rem;padding:15px;line-height:1.4;background-color:#f0f3f6;color:#333;border:unset;border-radius:5px}a[_ngcontent-%COMP%]{text-decoration:none;color:#00aeff}a[_ngcontent-%COMP%]:hover{color:#33beff}a[_ngcontent-%COMP%]:active{color:#008bcc}.hc-font-xsm[_ngcontent-%COMP%]{font-size:.8571428571rem}.hc-font-sm[_ngcontent-%COMP%]{font-size:1rem}.hc-font-md[_ngcontent-%COMP%]{font-size:1.1428571429rem}.hc-font-lg[_ngcontent-%COMP%]{font-size:1.2857142857rem}.hc-font-xlg[_ngcontent-%COMP%]{font-size:1.5714285714rem}.hc-font-light[_ngcontent-%COMP%]{font-weight:300}.hc-font-reg[_ngcontent-%COMP%]{font-weight:400}strong[_ngcontent-%COMP%], .hc-font-bold[_ngcontent-%COMP%]{font-weight:600}.hc-font-xbold[_ngcontent-%COMP%]{font-weight:700}.hc-text-titlecase[_ngcontent-%COMP%]{text-transform:capitalize}.hc-text-uppercase[_ngcontent-%COMP%]{text-transform:uppercase}.hc-text-lowercase[_ngcontent-%COMP%]{text-transform:lowercase}.hc-text-ellipsis[_ngcontent-%COMP%]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}em[_ngcontent-%COMP%], .hc-font-em[_ngcontent-%COMP%]{color:#6d6e70;font-style:italic}.hc-text-highlight[_ngcontent-%COMP%]{color:#333;background-color:#f5ed56}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style-type:none;display:table}article[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{display:table;padding-left:20px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:before{content:"\\2022 ";display:table-cell;padding-right:10px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child{margin-top:6px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:6px!important}article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:6px;margin-left:40px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:table;margin-left:0}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{content:"\\2013 ";display:table-cell;padding-right:15px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child{margin-top:6px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child{margin-bottom:6px!important}article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{list-style-type:lower-alpha;padding-left:6px;margin-left:18px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{content:"- ";display:table-cell;padding-right:15px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child{margin-top:6px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child{margin-bottom:6px!important}article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{list-style-type:lower-roman;padding-left:10px;margin-left:12px!important}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{vertical-align:top}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;margin-left:15px!important;display:table}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;margin-left:30px!important;padding-right:10px;padding-left:6px!important}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;padding-right:6px;margin-left:0!important;display:table}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{padding-right:12px}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;display:table}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{padding-right:10px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child{padding-top:6px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:6px}.about-modal-content[_ngcontent-%COMP%]{padding:15px 0;color:#6d6e70;text-align:center;overflow-y:auto}.about-header[_ngcontent-%COMP%]{width:100%;padding-bottom:20px}.about-logo[_ngcontent-%COMP%]{height:50px;width:279px;margin-bottom:15px}.about-app[_ngcontent-%COMP%]{width:100%;height:55px;display:flex;justify-content:center;align-items:center;background-color:#006d9a}.about-icon[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:75px;height:75px;margin-right:17px}.about-name[_ngcontent-%COMP%]{text-align:left}.about-name[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{height:24px;width:97px;margin-left:-2px}.about-version[_ngcontent-%COMP%]{font-size:1rem;color:#fff;font-weight:300}.about-footer[_ngcontent-%COMP%]{font-size:.8571428571rem;line-height:18px;text-align:center}.about-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;color:#00aeff;font-weight:bold}.about-reference[_ngcontent-%COMP%]{display:table;text-align:center;vertical-align:middle;padding:15px 0;margin:0 auto}.about-reference[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{display:table-row;flex-flow:row;text-align:left}.about-reference[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{display:table-cell;vertical-align:middle;padding:0 0 20px 40px}.about-reference-detail[_ngcontent-%COMP%]{font-weight:600;color:#333;font-size:1.1428571429rem;line-height:24px}.about-divider[_ngcontent-%COMP%]{border:none;height:1px;background-color:#e0e0e0;margin:0}.about-close-container[_ngcontent-%COMP%]{display:flex}.about-close[_ngcontent-%COMP%]{margin:20px auto}.hc-modal-header[_ngcontent-%COMP%]{align-items:center;border-bottom:1px solid #e0e0e0;color:#333;display:flex;font-size:1.2857142857rem;font-weight:600;min-height:55px;padding:15px 25px;justify-content:flex-start}.hc-modal-drag-handle[_ngcontent-%COMP%]{position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;color:#ccc;cursor:move;width:74px;height:54px}@media (max-width: 768px){.hc-modal-drag-handle[_ngcontent-%COMP%]{display:none}}.hc-modal-body[_ngcontent-%COMP%]{overflow:auto;height:inherit;padding:15px 25px;margin-bottom:0}.hc-modal-close-button[_ngcontent-%COMP%]{background-color:transparent;border:0;color:#333;cursor:pointer;font-size:2rem;font-weight:bold;line-height:1;opacity:.5;padding:0;text-shadow:0 1px 0 #fff;-webkit-appearance:none}.hc-modal-close-button[_ngcontent-%COMP%]:focus, .hc-modal-close-button[_ngcontent-%COMP%]:hover{color:#333;opacity:.75;text-decoration:none}.hc-modal-footer[_ngcontent-%COMP%]{align-items:center;bottom:0;display:flex;width:100%;border-top:1px solid #e0e0e0;padding:15px 25px;justify-content:flex-end;flex-direction:row;position:relative}.hc-modal-footer[_ngcontent-%COMP%] .hc-button[_ngcontent-%COMP%]{margin-left:10px;width:auto}.hc-modal-content[_ngcontent-%COMP%]{background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;max-height:100%;border-radius:6px;height:auto}.hc-modal-open[_ngcontent-%COMP%]{overflow:hidden}.hc-modal-center-component[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;justify-content:center}.docs-navbar[_ngcontent-%COMP%]{font-family:"Open Sans",sans-serif;width:100%;height:64px;display:flex;align-items:center;background-color:#00aeff;position:relative;z-index:100}.docs-container[_ngcontent-%COMP%]{width:95%;max-width:1200px;margin:0 auto;display:flex}.docs-navbar-logo[_ngcontent-%COMP%]{margin-top:2px}.docs-logo[_ngcontent-%COMP%]{display:flex;align-items:center}.docs-navbar-right[_ngcontent-%COMP%]{margin-left:auto;display:flex}.docs-navbar-left[_ngcontent-%COMP%]{margin-left:60px;display:flex;padding-top:8px}.docs-navbar-link[_ngcontent-%COMP%]{height:100%;padding:0 20px;text-decoration:none;color:#fff;display:inline-flex;align-items:center;font-size:16px;font-weight:300;cursor:pointer;border-radius:5px}.docs-navbar-link[_ngcontent-%COMP%]:hover, .docs-navbar-icon[_ngcontent-%COMP%]:hover{background-color:#009de6!important}.docs-navbar-link[_ngcontent-%COMP%]:active, .docs-navbar-icon[_ngcontent-%COMP%]:active{background-color:#008bcc!important}.docs-navbar-link[_ngcontent-%COMP%]:focus, .docs-navbar-icon[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #006d9a66}.navbar-link-disabled[_ngcontent-%COMP%]{pointer-events:none}.docs-navbar-divider[_ngcontent-%COMP%]{background-color:#fff;width:1px;margin:9px 0;display:block}.docs-navbar-chevron[_ngcontent-%COMP%]{margin-left:6px}.docs-navbar-icon[_ngcontent-%COMP%]{color:#fff!important;min-width:45px!important;padding:4px 15px 0!important;border-radius:5px;margin-right:5px}.docs-apps-menu[_ngcontent-%COMP%]{max-height:500px;overflow-y:auto;padding-bottom:15px}.docs-apps-menu-section[_ngcontent-%COMP%]{font-size:14px;line-height:1;font-weight:600;margin:15px 0 10px;padding-bottom:5px;border-bottom:1px solid #cccccc}.hc-menu-text[_ngcontent-%COMP%]{font-size:14px;line-height:1}.clear-search-ico[_ngcontent-%COMP%]{opacity:.5;cursor:pointer;margin-right:5px;position:relative;top:1px}.clear-search-ico[_ngcontent-%COMP%]:hover{opacity:1}.docs-about-name[_ngcontent-%COMP%]{line-height:1}.about-version[_ngcontent-%COMP%]{font-size:inherit}.about-reference-detail[_ngcontent-%COMP%]{font-size:inherit;line-height:1}.about-footer[_ngcontent-%COMP%]{font-size:12px}.hc-button.hc-md[_ngcontent-%COMP%]{font-size:inherit}.docs-about-name[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:150px}@media only screen and (max-width: 1100px){.docs-navbar-left[_ngcontent-%COMP%]{margin-left:3%}}@media only screen and (max-width: 1024px){.docs-navbar-left[_ngcontent-%COMP%], .docs-banner-hero[_ngcontent-%COMP%]{display:none}.docs-banner[_ngcontent-%COMP%]{height:auto}.docs-navbar-right[_ngcontent-%COMP%]{margin-right:-20px}.docs-container[_ngcontent-%COMP%]{justify-content:space-around}.docs-banner-right-container[_ngcontent-%COMP%]{margin-top:20px}.docs-banner-select[_ngcontent-%COMP%]{margin-bottom:35px}}']}),n})();
2344
+ function(n,t,e,i,o){const r=t.consts,s=ur(r,i),c=hs(t,n,8,"ng-container",s);return null!==s&&ou(c,s,!0),Oh(t,e,c,ur(r,o)),null!==t.queries&&t.queries.elementStart(t,c),c}(r,o,i,t,e):o.data[r];no(s,!0);const c=i[r]=i[11].createComment("");Zl(o,i,c,s),mn(c,i),Ya(s)&&(Lh(o,i,s),pm(o,s,i)),null!=e&&Ah(i,s)}(0),H(1,"span",43),Mt(2),U(),Wt(3,jY,3,2,"a",27),ku(4,"filterApps"),function(){let n=At();const t=Re();Bs()?Hs():(n=n.parent,no(n,!1)),t.firstCreatePass&&(yl(t,n),lr(n)&&t.queries.elementEnd(n))}()),2&n){const e=t.$implicit,i=Qt(2);Ne(2),Nc(e.name),Ne(1),nt("ngForOf",uC(4,2,e.applications,i.filter))}}function VY(n,t){if(1&n&&(H(0,"a",44),H(1,"span",32),Mt(2),U(),U()),2&n){const e=t.$implicit;nt("href",e.url,cs),Ne(2),Nc(e.name)}}function BY(n,t){if(1&n){const e=ip();H(0,"hc-modal"),H(1,"div",45),H(2,"div",46),wt(3,"img",47),H(4,"div",48),H(5,"div",49),wt(6,"img",50),U(),H(7,"div",51),wt(8,"img",52),H(9,"div",53),Mt(10,"Version 1.2"),U(),U(),U(),U(),H(11,"div",54),H(12,"div"),wt(13,"hc-icon",55),H(14,"div"),H(15,"strong"),Mt(16,"Metadata Last Updated"),U(),H(17,"div",56),Mt(18),ku(19,"date"),U(),U(),U(),U(),H(20,"div",57),Mt(21),H(22,"a",58),Mt(23,"Health Catalyst"),U(),Mt(24," . All rights reserved "),wt(25,"br"),H(26,"a",59),Mt(27,"Terms and Conditions"),U(),Mt(28," | "),H(29,"a",60),Mt(30,"Privacy Policy"),U(),U(),U(),wt(31,"hr",61),H(32,"div",62),H(33,"button",63),St("click",function(){return Sn(e).close()}),Mt(34,"Close"),U(),U(),U()}if(2&n){const e=Qt().ngIf,i=Qt();Ne(18),Nc(a_(19,2,e.lastModified)),Ne(3),da(" Copyright ",i.currentYear," ")}}function HY(n,t){if(1&n){const e=ip();H(0,"div"),H(1,"div",1),H(2,"div",2),H(3,"a",3),wt(4,"img",4),U(),H(5,"div",5),H(6,"div",6),H(7,"ul",7),H(8,"li",8),St("popoverOpened",function(){return Sn(e),Qt().setAppsWidth(!1)}),Mt(9," Applications "),wt(10,"hc-icon",9),U(),H(11,"li",10),Mt(12,"Developers"),wt(13,"hc-icon",9),U(),U(),U(),U(),H(14,"div",11),H(15,"button",12),wt(16,"hc-icon",13),U(),wt(17,"span",14),Wt(18,FY,2,1,"span",15),ku(19,"async"),U(),U(),U(),H(20,"hc-pop",16,17),H(22,"hc-form-field"),H(23,"input",18,19),St("ngModelChange",function(o){return Sn(e),Qt().filter=o}),U(),H(25,"hc-icon",20),St("click",function(){return Sn(e),Qt().filter=""}),U(),wt(26,"hc-icon",21),U(),H(27,"div",22),Wt(28,zY,5,5,"ng-container",23),ku(29,"filterGroups"),U(),U(),H(30,"hc-pop",24,25),H(32,"div",26),Wt(33,VY,3,2,"a",27),U(),U(),H(34,"hc-pop",28,29),H(36,"div",26),H(37,"a",30),wt(38,"hc-icon",31),H(39,"span",32),Mt(40,"HC Community"),U(),U(),H(41,"a",33),wt(42,"hc-icon",34),H(43,"span",32),Mt(44,"Client Support"),U(),U(),H(45,"a",30),wt(46,"hc-icon",35),H(47,"span",32),Mt(48,"Product Information"),U(),U(),H(49,"a",36),wt(50,"hc-icon",37),H(51,"span",32),Mt(52,"HealthCatalyst.com"),U(),U(),wt(53,"div",38),H(54,"button",39),St("click",function(){return Sn(e),Qt().displayAboutModal()}),wt(55,"hc-icon",40),H(56,"span",32),Mt(57,"About"),U(),U(),U(),U(),Wt(58,BY,35,4,"ng-template",null,41,_C),U()}if(2&n){const e=t.ngIf,i=Hm(21),o=Hm(31),r=Hm(35),s=Qt();Ne(8),nt("hcPop",i),Ne(3),vS("display:",s.showdevmenu,""),nt("hcPop",o),Ne(4),nt("hcPop",r),Ne(3),nt("ngIf",a_(19,19,s.metadataService.$profile)),Ne(2),nt("showArrow",!1),Ne(3),nt("ngModel",s.filter),Ne(4),Ir("width",s.appsMenuWidth),Ne(1),nt("ngForOf",uC(29,21,e.applicationGroups,s.filter)),Ne(2),nt("autoCloseOnContentClick",!0)("showArrow",!1),Ne(3),nt("ngForOf",e.developerMenu),Ne(1),nt("autoCloseOnContentClick",!0)("showArrow",!1),Ne(3),op("href","https://community.healthcatalyst.com",s.hcclink,"",cs),Ne(8),op("href","https://products.healthcatalyst.com",s.prodcatlink,"",cs)}}let UY=(()=>{class n{constructor(e,i){this.metadataService=e,this.modalService=i,this.currentYear=(new Date).getFullYear().toString(),this.appsMenuWidth="300px",this.showdevmenu="",this.hcclink="",this.prodcatlink=""}ngOnInit(){}displayAboutModal(){this.modalService.open(this.aboutModal,{size:"md"})}setAppsWidth(e){this.appsMenuWidth=e?this.bannerSelect.nativeElement.clientWidth+"px":"300px"}}return n.\u0275fac=function(e){return new(e||n)(x(Zz),x(gA))},n.\u0275cmp=Ke({type:n,selectors:[["docs-navbar"]],viewQuery:function(e,i){if(1&e&&(Ti(OY,5),Ti(RY,5)),2&e){let o;je(o=ze())&&(i.aboutModal=o.first),je(o=ze())&&(i.bannerSelect=o.first)}},inputs:{showdevmenu:"showdevmenu",hcclink:"hcclink",prodcatlink:"prodcatlink"},decls:2,vars:3,consts:[[4,"ngIf"],[1,"docs-navbar"],[1,"docs-container"],["href","https://docs.healthcatalyst.com"],["src","https://docsgoosestorage.blob.core.windows.net/static/docsLogo.svg","height","31px","width","336px","alt","Documentation Logo",1,"docs-navbar-logo"],[1,"docs-navbar-left"],["id","navbar"],[1,"nav","level1","navbar-nav"],["tabindex","1",1,"docs-navbar-link",3,"hcPop","popoverOpened"],["fontSet","fa","fontIcon","fa-angle-down",1,"docs-navbar-chevron"],["tabindex","2",1,"docs-navbar-link",3,"hcPop"],[1,"docs-navbar-right"],["hc-button","","buttonStyle","minimal","tabindex","3",1,"docs-navbar-icon",3,"hcPop"],["fontSet","fa","fontIcon","fa-question-circle-o"],[1,"docs-navbar-divider"],["class","docs-navbar-link navbar-link-disabled",4,"ngIf"],["horizontalAlign","start",3,"showArrow"],["appsMenu",""],["hcInput","","placeholder","Filter list",3,"ngModel","ngModelChange"],["searchBox",""],["hcSuffix","","fontSet","fa","fontIcon","fa-times-circle",1,"clear-search-ico",3,"click"],["hcSuffix","","fontSet","fa","fontIcon","fa-search"],["hcMenu","",1,"docs-apps-menu"],[4,"ngFor","ngForOf"],["horizontalAlign","start",3,"autoCloseOnContentClick","showArrow"],["devMenu",""],["hcMenu",""],["hcMenuItem","",3,"href",4,"ngFor","ngForOf"],["horizontalAlign","end",3,"autoCloseOnContentClick","showArrow"],["helpMenu",""],["hcMenuItem","","target","_blank",3,"href"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-comments-o"],["hcMenuText",""],["hcMenuItem","","href","https://community.healthcatalyst.com/client-support/","target","_blank"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-bug"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-file-text"],["hcMenuItem","","href","https://www.healthcatalyst.com/","target","_blank"],["hcMenuIcon","","fontSet","hc-icons","fontIcon","hci-catalyst-logo"],["hcMenuItem","","hcDivider",""],["hcMenuItem","",3,"click"],["hcMenuIcon","","fontSet","fa","fontIcon","fa-info-circle"],["aboutModal",""],[1,"docs-navbar-link","navbar-link-disabled"],[1,"docs-apps-menu-section"],["hcMenuItem","",3,"href"],[1,"about-modal-content"],[1,"about-header"],["src","https://docsgoosestorage.blob.core.windows.net/static/HealthCatalyst_Horizontal.svg",1,"about-logo"],[1,"about-app"],[1,"about-icon"],["src","https://cashmere.healthcatalyst.net/assets/product-icons/Documentation.svg"],[1,"about-name","docs-about-name"],["src","https://docsgoosestorage.blob.core.windows.net/static/aboutDocsLogo.svg"],[1,"about-version"],[1,"about-reference"],["fontSet","fa","fontIcon","fa-clock-o","hcIconLg",""],[1,"about-reference-detail"],[1,"about-footer"],["href","https://www.healthcatalyst.com/"],["href","https://www.healthcatalyst.com/terms-conditions/"],["href","https://www.healthcatalyst.com/privacy-policy/"],[1,"about-divider"],[1,"about-close-container"],["hc-button","",1,"about-close",3,"click"]],template:function(e,i){1&e&&(Wt(0,HY,60,24,"div",0),ku(1,"async")),2&e&&nt("ngIf",a_(1,1,i.metadataService.$metadata))},directives:[Pu,nA,Q6,CU,IM,cA,q_,aA,ST,eM,sA,cU,m1,$L,lU,uU,dU,eY,fU],pipes:[y1,NY,PY,C1],styles:['@charset "UTF-8";.cdk-overlay-container[_ngcontent-%COMP%], .cdk-global-overlay-wrapper[_ngcontent-%COMP%]{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container[_ngcontent-%COMP%]{position:fixed;z-index:2100}.cdk-overlay-container[_ngcontent-%COMP%]:empty{display:none}.cdk-global-overlay-wrapper[_ngcontent-%COMP%]{display:flex;position:absolute;z-index:2100}.cdk-overlay-pane[_ngcontent-%COMP%]{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:2100;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop[_ngcontent-%COMP%]{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:1}.cdk-high-contrast-active[_ngcontent-%COMP%] .cdk-overlay-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:.6}.cdk-overlay-dark-backdrop[_ngcontent-%COMP%]{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop[_ngcontent-%COMP%], .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing[_ngcontent-%COMP%]{opacity:0}.cdk-overlay-connected-position-bounding-box[_ngcontent-%COMP%]{position:absolute;z-index:2100;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock[_ngcontent-%COMP%]{position:fixed;width:100%;overflow-y:scroll}.hc-menu-panel[_ngcontent-%COMP%]{position:relative;font-family:"Noto Sans","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;display:flex;flex-direction:column;padding:5px 16px;margin:-12px;background-color:#fff;border-radius:4px}.hc-menu-panel[_ngcontent-%COMP%] .hc-divider[_ngcontent-%COMP%]{width:auto;margin:5px 0}.hc-divider.hc-menu-item[_ngcontent-%COMP%]{margin:5px -16px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button), a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button){font-size:1rem;font-family:"Noto Sans","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;color:#333;padding:6px 16px;margin:0 -16px;border:0;background:0 0;text-align:left;display:flex;align-items:center}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button)[disabled], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button)[disabled]{opacity:.5}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):active, button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):hover, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):active, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):hover{color:#333}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):focus:not([disabled]), a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button):focus:not([disabled]){background-color:#b3e7ff;color:#333;cursor:pointer;box-shadow:none;outline:none}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu{padding-right:40px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu:after, a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button).hc-menu-item-submenu:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzMzM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5BcnRib2FyZCAxPC90aXRsZT48cGF0aCBpZD0iUGF0aF8xMjIyMSIgZGF0YS1uYW1lPSJQYXRoIDEyMjIxIiBjbGFzcz0iY2xzLTEiIGQ9Ik0xOS42NCwxNS4yOWExLDEsMCwwLDAtLjMyLS43NkwxMS44Miw3QTEuMDYsMS4wNiwwLDAsMCwxMCw3Ljc5djE1YTEuMDgsMS4wOCwwLDAsMCwxLjA3LDEuMDcsMS4wNSwxLjA1LDAsMCwwLC43NS0uMzJsNy41LTcuNUExLDEsMCwwLDAsMTkuNjQsMTUuMjlaIi8+PC9zdmc+);position:absolute;width:20px;height:20px;right:10px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-icon[_ngcontent-%COMP%], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-icon[_ngcontent-%COMP%]{font-size:16px;height:16px;width:16px;margin-right:14px}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%]{flex:1 0 auto;margin-left:15px;color:#ccc;text-align:right}button.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%] hc-icon[_ngcontent-%COMP%], a.hc-menu-item[_ngcontent-%COMP%]:not(.hc-button) .hc-menu-sub-text[_ngcontent-%COMP%] hc-icon[_ngcontent-%COMP%]{margin-right:0;color:#333}html[_ngcontent-%COMP%], body[_ngcontent-%COMP%]{font-family:"Noto Sans","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;color:#333}h1[_ngcontent-%COMP%]{font-size:2.5714285714rem;font-weight:300;line-height:1.2;color:#333;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}h2[_ngcontent-%COMP%]{font-size:1.5714285714rem;font-weight:600;line-height:1.5;color:#333}h3[_ngcontent-%COMP%]{font-size:1.2857142857rem;font-weight:600;line-height:1.5;color:#333}h4[_ngcontent-%COMP%]{font-size:1rem;font-weight:600;line-height:1.5;color:#333}p[_ngcontent-%COMP%]{font-size:1.1428571429rem;font-weight:400;line-height:1.5;color:#333}code[_ngcontent-%COMP%]{color:#5e676f;font-family:Consolas,Menlo,"Ubuntu Mono",monospace;background-color:#f0f3f6;border-radius:3px;padding:3px 7px;font-size:1rem;font-weight:400;line-height:1.4}pre[_ngcontent-%COMP%]{border:1px solid #d7dde4;padding:0;margin:16px auto;border-radius:5px;display:block;background-color:#f0f3f6;font-weight:400}pre[_ngcontent-%COMP%]::selection, pre[_ngcontent-%COMP%] *[_ngcontent-%COMP%]::selection{background-color:#009de6;color:#fff}pre[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{font-size:1rem;line-height:1.4;padding:15px 0;background-color:#f0f3f6}pre[_ngcontent-%COMP%] > code[_ngcontent-%COMP%]{overflow-x:auto;display:block;font-size:1rem;padding:15px;line-height:1.4;background-color:#f0f3f6;color:#333;border:unset;border-radius:5px}a[_ngcontent-%COMP%]{text-decoration:none;color:#00aeff}a[_ngcontent-%COMP%]:hover{color:#33beff}a[_ngcontent-%COMP%]:active{color:#008bcc}.hc-font-xsm[_ngcontent-%COMP%]{font-size:.8571428571rem}.hc-font-sm[_ngcontent-%COMP%]{font-size:1rem}.hc-font-md[_ngcontent-%COMP%]{font-size:1.1428571429rem}.hc-font-lg[_ngcontent-%COMP%]{font-size:1.2857142857rem}.hc-font-xlg[_ngcontent-%COMP%]{font-size:1.5714285714rem}.hc-font-light[_ngcontent-%COMP%]{font-weight:300}.hc-font-reg[_ngcontent-%COMP%]{font-weight:400}strong[_ngcontent-%COMP%], .hc-font-bold[_ngcontent-%COMP%]{font-weight:600}.hc-font-xbold[_ngcontent-%COMP%]{font-weight:700}.hc-text-titlecase[_ngcontent-%COMP%]{text-transform:capitalize}.hc-text-uppercase[_ngcontent-%COMP%]{text-transform:uppercase}.hc-text-lowercase[_ngcontent-%COMP%]{text-transform:lowercase}.hc-text-ellipsis[_ngcontent-%COMP%]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}em[_ngcontent-%COMP%], .hc-font-em[_ngcontent-%COMP%]{color:#6d6e70;font-style:italic}.hc-text-highlight[_ngcontent-%COMP%]{color:#333;background-color:#f5ed56}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{list-style-type:none;display:table}article[_ngcontent-%COMP%] > ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{display:table;padding-left:20px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:before{content:"\\2022 ";display:table-cell;padding-right:10px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child{margin-top:6px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{margin-bottom:6px!important}article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{padding-left:6px;margin-left:40px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{display:table;margin-left:0}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{content:"\\2013 ";display:table-cell;padding-right:15px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child{margin-top:6px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child{margin-bottom:6px!important}article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%] > ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]{list-style-type:lower-alpha;padding-left:6px;margin-left:18px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{content:"- ";display:table-cell;padding-right:15px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child{margin-top:6px!important}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child{margin-bottom:6px!important}article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{list-style-type:lower-roman;padding-left:10px;margin-left:12px!important}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] tbody[_ngcontent-%COMP%] > tr[_ngcontent-%COMP%] > td[_ngcontent-%COMP%]{vertical-align:top}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;margin-left:15px!important;display:table}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;margin-left:30px!important;padding-right:10px;padding-left:6px!important}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;padding-right:6px;margin-left:0!important;display:table}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{padding-right:12px}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{font-size:14px;display:table}article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:before{padding-right:10px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:first-child{padding-top:6px}article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child, article[_ngcontent-%COMP%] table[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] li[_ngcontent-%COMP%] ol[_ngcontent-%COMP%] > li[_ngcontent-%COMP%]:last-child{padding-bottom:6px}.about-modal-content[_ngcontent-%COMP%]{padding:15px 0;color:#6d6e70;text-align:center;overflow-y:auto}.about-header[_ngcontent-%COMP%]{width:100%;padding-bottom:20px}.about-logo[_ngcontent-%COMP%]{height:50px;width:279px;margin-bottom:15px}.about-app[_ngcontent-%COMP%]{width:100%;height:55px;display:flex;justify-content:center;align-items:center;background-color:#006d9a}.about-icon[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:75px;height:75px;margin-right:17px}.about-name[_ngcontent-%COMP%]{text-align:left}.about-name[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{height:24px;width:97px;margin-left:-2px}.about-version[_ngcontent-%COMP%]{font-size:1rem;color:#fff;font-weight:300}.about-footer[_ngcontent-%COMP%]{font-size:.8571428571rem;line-height:18px;text-align:center}.about-footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;color:#00aeff;font-weight:bold}.about-reference[_ngcontent-%COMP%]{display:table;text-align:center;vertical-align:middle;padding:15px 0;margin:0 auto}.about-reference[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{display:table-row;flex-flow:row;text-align:left}.about-reference[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] > div[_ngcontent-%COMP%]{display:table-cell;vertical-align:middle;padding:0 0 20px 40px}.about-reference-detail[_ngcontent-%COMP%]{font-weight:600;color:#333;font-size:1.1428571429rem;line-height:24px}.about-divider[_ngcontent-%COMP%]{border:none;height:1px;background-color:#e0e0e0;margin:0}.about-close-container[_ngcontent-%COMP%]{display:flex}.about-close[_ngcontent-%COMP%]{margin:20px auto}.hc-modal-header[_ngcontent-%COMP%]{align-items:center;border-bottom:1px solid #e0e0e0;color:#333;display:flex;font-size:1.2857142857rem;font-weight:600;min-height:55px;padding:15px 25px;justify-content:flex-start}.hc-modal-drag-handle[_ngcontent-%COMP%]{position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;color:#ccc;cursor:move;width:74px;height:54px}@media (max-width: 768px){.hc-modal-drag-handle[_ngcontent-%COMP%]{display:none}}.hc-modal-body[_ngcontent-%COMP%]{overflow:auto;height:inherit;padding:15px 25px;margin-bottom:0}.hc-modal-close-button[_ngcontent-%COMP%]{background-color:transparent;border:0;color:#333;cursor:pointer;font-size:2rem;font-weight:bold;line-height:1;opacity:.5;padding:0;text-shadow:0 1px 0 #fff;-webkit-appearance:none}.hc-modal-close-button[_ngcontent-%COMP%]:focus, .hc-modal-close-button[_ngcontent-%COMP%]:hover{color:#333;opacity:.75;text-decoration:none}.hc-modal-footer[_ngcontent-%COMP%]{align-items:center;bottom:0;display:flex;width:100%;border-top:1px solid #e0e0e0;padding:15px 25px;justify-content:flex-end;flex-direction:row;position:relative}.hc-modal-footer[_ngcontent-%COMP%] .hc-button[_ngcontent-%COMP%]{margin-left:10px;width:auto}.hc-modal-content[_ngcontent-%COMP%]{background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;max-height:100%;border-radius:6px;height:auto}.hc-modal-open[_ngcontent-%COMP%]{overflow:hidden}.hc-modal-center-component[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:100%;justify-content:center}.docs-navbar[_ngcontent-%COMP%]{font-family:"Open Sans",sans-serif;width:100%;height:64px;display:flex;align-items:center;background-color:#00aeff;position:relative;z-index:100}.docs-container[_ngcontent-%COMP%]{width:95%;max-width:1200px;margin:0 auto;display:flex}.docs-navbar-logo[_ngcontent-%COMP%]{margin-top:2px}.docs-logo[_ngcontent-%COMP%]{display:flex;align-items:center}.docs-navbar-right[_ngcontent-%COMP%]{margin-left:auto;display:flex}.docs-navbar-left[_ngcontent-%COMP%]{margin-left:60px;display:flex}.docs-navbar-link[_ngcontent-%COMP%]{height:100%;padding:8px 20px;text-decoration:none;color:#fff;display:inline-flex;align-items:center;font-size:16px;font-weight:300;cursor:pointer;border-radius:5px}.docs-navbar-link[_ngcontent-%COMP%]:hover, .docs-navbar-icon[_ngcontent-%COMP%]:hover{background-color:#009de6!important}.docs-navbar-link[_ngcontent-%COMP%]:active, .docs-navbar-icon[_ngcontent-%COMP%]:active{background-color:#008bcc!important}.docs-navbar-link[_ngcontent-%COMP%]:focus, .docs-navbar-icon[_ngcontent-%COMP%]:focus{outline:none;box-shadow:0 0 0 2px #006d9a66}.navbar-link-disabled[_ngcontent-%COMP%]{pointer-events:none}.docs-navbar-divider[_ngcontent-%COMP%]{background-color:#fff;width:1px;margin:9px 0;display:block}.docs-navbar-chevron[_ngcontent-%COMP%]{margin-left:6px}.docs-navbar-icon[_ngcontent-%COMP%]{color:#fff!important;min-width:45px!important;padding:0 15px!important;border-radius:5px;margin-right:5px}.docs-apps-menu[_ngcontent-%COMP%]{max-height:500px;overflow-y:auto;padding-bottom:15px}.docs-apps-menu-section[_ngcontent-%COMP%]{font-size:14px;line-height:1;font-weight:600;margin:15px 0 10px;padding-bottom:5px;border-bottom:1px solid #cccccc}.hc-menu-text[_ngcontent-%COMP%]{font-size:14px;line-height:1}.clear-search-ico[_ngcontent-%COMP%]{opacity:.5;cursor:pointer;margin-right:5px;position:relative;top:1px}.clear-search-ico[_ngcontent-%COMP%]:hover{opacity:1}.docs-about-name[_ngcontent-%COMP%]{line-height:1}.about-version[_ngcontent-%COMP%]{font-size:inherit}.about-reference-detail[_ngcontent-%COMP%]{font-size:inherit;line-height:1}.about-footer[_ngcontent-%COMP%]{font-size:12px}.hc-button.hc-md[_ngcontent-%COMP%]{font-size:inherit}.docs-about-name[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:150px}@media (max-width: 1100px){.docs-navbar-left[_ngcontent-%COMP%]{margin-left:3%}}@media (max-width: 1024px){.docs-navbar-left[_ngcontent-%COMP%], .docs-banner-hero[_ngcontent-%COMP%]{display:none}.docs-banner[_ngcontent-%COMP%]{height:auto}.docs-navbar-right[_ngcontent-%COMP%]{margin-right:-20px}.docs-container[_ngcontent-%COMP%]{justify-content:space-around}.docs-banner-right-container[_ngcontent-%COMP%]{margin-top:20px}.docs-banner-select[_ngcontent-%COMP%]{margin-bottom:35px}}@media (max-width: 700px){.docs-navbar-right[_ngcontent-%COMP%]{display:none}}']}),n})();
2345
2345
  /**
2346
2346
  * @license Angular v12.2.14
2347
2347
  * (c) 2010-2021 Google LLC. https://angular.io/