This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
14.bc25bbf6d5ea04b66ced.js
1 lines (1 loc) · 26.3 KB
/
14.bc25bbf6d5ea04b66ced.js
1
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{x01w:function(e,t,o){"use strict";o.r(t);var d=o("CcnG"),n=o("r45k"),a=function(){this.item={cols:1,urls:{"zh-CN":"packages/util/docs/getting-started.md"},content:{"zh-CN":{content:'<article><p>@delon/util \u662f\u4e00\u7ec4\u65e5\u5e38\u666e\u901a\u4f7f\u7528\u7684\u5de5\u5177\u51fd\u6570\u7684\u96c6\u5408\u3002</p><h2 id="\u5982\u4f55\u4f7f\u7528\uff1f">\u5982\u4f55\u4f7f\u7528\uff1f<a onclick="window.location.hash = \'\u5982\u4f55\u4f7f\u7528\uff1f\'" class="anchor">#</a></h2><p>\u5b89\u88c5 <code>@delon/util</code> \u4f9d\u8d56\u5305\uff1a</p><pre class="hljs language-bash"><code>npm install @delon/util --save</code></pre><p>\u5bfc\u5165 <code>DelonUtilModule</code> \u6a21\u5757\uff1a</p><pre class="hljs language-$1"><code>import { DelonUtilModule } from \'@delon/util\';\n\n@NgModule({\n imports: [\n DelonUtilModule.forRoot()\n ]\n})\nexport class AppModule { }</code></pre><h2 id="DelonUtilConfig">DelonUtilConfig<a onclick="window.location.hash = \'DelonUtilConfig\'" class="anchor">#</a></h2><p>\u901a\u7528\u914d\u7f6e\u9879\uff0c\u4f8b\u5982\u7edf\u4e00\u5bf9 <code>ArrayService</code> \u8bbe\u7f6e\u6620\u5c04\u540d\u79f0\u3002</p><pre class="hljs language-$1"><code>import { DelonUtilConfig } from \'@delon/abc\';\nexport function fnDelonUtilConfig(): DelonUtilConfig {\n return Object.assign(new DelonUtilConfig(), <DelonUtilConfig>{\n array: {\n idMapName: \'Id\',\n parentIdMapName: \'ParentId\'\n }\n });\n}\n\n@NgModule({ })\nexport class DelonModule {\n static forRoot(): ModuleWithProviders {\n return {\n ngModule: DelonModule,\n providers: [\n { provide: DelonUtilConfig, useFactory: fnDelonUtilConfig }\n ]\n };\n }\n}</code></pre><h2 id="\u5982\u4f55\u5728HTML\u6a21\u677f\u4e2d\u8c03\u7528">\u5982\u4f55\u5728HTML\u6a21\u677f\u4e2d\u8c03\u7528<a onclick="window.location.hash = \'\u5982\u4f55\u5728HTML\u6a21\u677f\u4e2d\u8c03\u7528\'" class="anchor">#</a></h2><pre class="hljs language-$1"><code>import { Component } from \'@angular/core\';\nimport { yuan } from \'@delon/util\';\n\n@Component({\n selector: \'app-demo\',\n template: `\n {{yuan(11111)}}\n `\n})\nexport class DemoComponent {\n yuan = yuan;\n}</code></pre></article>',meta:{order:1,title:"\u5f00\u59cb\u4f7f\u7528",type:"Documents"},toc:[{href:"#\u5982\u4f55\u4f7f\u7528\uff1f",title:"\u5982\u4f55\u4f7f\u7528\uff1f",h:2},{href:"#DelonUtilConfig",title:"DelonUtilConfig",h:2},{href:"#\u5982\u4f55\u5728HTML\u6a21\u677f\u4e2d\u8c03\u7528",title:"\u5982\u4f55\u5728HTML\u6a21\u677f\u4e2d\u8c03\u7528",h:2}]}},demo:!1},this.codes=[]},l=function(){this.item={cols:1,urls:{"zh-CN":"packages/util/src/array/index.md"},content:{"zh-CN":{content:'<article><p><code>ArrayService</code> \u7528\u4e8e\u6570\u7ec4\u4e0e\u6811\u4e4b\u95f4\u7684\u8f6c\u5316\u3001\u8bbf\u95ee\u7b49\uff0c\u4e00\u822c\u914d\u5408 <code>nz-tree</code> \u4e00\u8d77\u4f7f\u7528\u3002</p><h2 id="treeToArr">treeToArr<a onclick="window.location.hash = \'treeToArr\'" class="anchor">#</a></h2><p>\u5c06\u6811\u7ed3\u6784\u8f6c\u6362\u6210\u6570\u7ec4\u7ed3\u6784\u3002</p><p><strong>options</strong></p><table><thead><tr><th>\u540d\u79f0</th><th>\u7c7b\u578b</th><th>\u9ed8\u8ba4\u503c</th><th>\u63cf\u8ff0</th></tr></thead><tbody><tr><td><code>deepMapName</code></td><td><code>string</code></td><td><code>deep</code></td><td>\u6df1\u5ea6\u9879\u540d</td></tr><tr><td><code>parentMapName</code></td><td><code>string</code></td><td><code>parent</code></td><td>\u6241\u5e73\u540e\u6570\u7ec4\u7684\u7236\u6570\u636e\u9879\u540d</td></tr><tr><td><code>childrenMapName</code></td><td><code>string</code></td><td><code>children</code></td><td>\u6e90\u6570\u636e\u5b50\u9879\u540d</td></tr><tr><td><code>clearChildren</code></td><td><code>boolean</code></td><td><code>true</code></td><td>\u662f\u5426\u79fb\u9664 <code>children</code> \u8282\u70b9</td></tr><tr><td><code>cb</code></td><td><code>(item: any, parent: any, deep: number) => void</code></td><td>-</td><td>\u8f6c\u6362\u6210\u6570\u7ec4\u7ed3\u6784\u65f6\u56de\u8c03</td></tr></tbody></table><h2 id="arrToTree">arrToTree<a onclick="window.location.hash = \'arrToTree\'" class="anchor">#</a></h2><p>\u6570\u7ec4\u8f6c\u6362\u6210\u6811\u6570\u636e\u3002</p><p><strong>options</strong></p><table><thead><tr><th>\u540d\u79f0</th><th>\u7c7b\u578b</th><th>\u9ed8\u8ba4\u503c</th><th>\u63cf\u8ff0</th></tr></thead><tbody><tr><td><code>idMapName</code></td><td><code>string</code></td><td><code>id</code></td><td>\u7f16\u53f7\u9879\u540d</td></tr><tr><td><code>parentIdMapName</code></td><td><code>string</code></td><td><code>parent_id</code></td><td>\u7236\u7f16\u53f7\u9879\u540d</td></tr><tr><td><code>childrenMapName</code></td><td><code>string</code></td><td><code>children</code></td><td>\u5b50\u9879\u540d</td></tr><tr><td><code>cb</code></td><td><code>(item: any) => void</code></td><td>-</td><td>\u8f6c\u6362\u6210\u6811\u6570\u636e\u65f6\u56de\u8c03</td></tr></tbody></table><h2 id="arrToTreeNode">arrToTreeNode<a onclick="window.location.hash = \'arrToTreeNode\'" class="anchor">#</a></h2><p>\u6570\u7ec4\u8f6c\u6362\u6210 <code>nz-tree</code> \u6570\u636e\u6e90\uff0c\u901a\u8fc7 <code>options</code> \u8f6c\u5316\u9879\u540d\uff0c\u4e5f\u53ef\u4ee5\u4f7f\u7528 <code>options.cb</code> \u66f4\u9ad8\u7ea7\u51b3\u5b9a\u6570\u636e\u9879\u3002</p><p><strong>options</strong></p><table><thead><tr><th>\u540d\u79f0</th><th>\u7c7b\u578b</th><th>\u9ed8\u8ba4\u503c</th><th>\u63cf\u8ff0</th></tr></thead><tbody><tr><td><code>idMapName</code></td><td><code>string</code></td><td><code>id</code></td><td>\u7f16\u53f7\u9879\u540d</td></tr><tr><td><code>parentIdMapName</code></td><td><code>string</code></td><td><code>parent_id</code></td><td>\u7236\u7f16\u53f7\u9879\u540d</td></tr><tr><td><code>titleMapName</code></td><td><code>string</code></td><td><code>title</code></td><td>\u6807\u9898\u9879\u540d</td></tr><tr><td><code>isLeafMapName</code></td><td><code>string</code></td><td><code>isLeaf</code></td><td>\u8bbe\u7f6e\u4e3a\u53f6\u5b50\u8282\u70b9\u9879\u540d\uff0c\u82e5\u6570\u636e\u6e90\u4e0d\u5b58\u5728\u65f6\u81ea\u52a8\u6839\u636e <code>children</code> \u503c\u51b3\u5b9a\u662f\u5426\u4e3a\u53f6\u5b50\u8282\u70b9</td></tr><tr><td><code>checkedMapname</code></td><td><code>string</code></td><td><code>checked</code></td><td>\u8282\u70b9 Checkbox \u662f\u5426\u9009\u4e2d\u9879\u540d</td></tr><tr><td><code>selectedMapname</code></td><td><code>string</code></td><td><code>selected</code></td><td>\u8282\u70b9\u672c\u8eab\u662f\u5426\u9009\u4e2d\u9879\u540d</td></tr><tr><td><code>expandedMapname</code></td><td><code>string</code></td><td><code>expanded</code></td><td>\u8282\u70b9\u662f\u5426\u5c55\u5f00(\u53f6\u5b50\u8282\u70b9\u65e0\u6548)\u9879\u540d</td></tr><tr><td><code>disabledMapname</code></td><td><code>string</code></td><td><code>disabled</code></td><td>\u8bbe\u7f6e\u662f\u5426\u7981\u7528\u8282\u70b9(\u4e0d\u53ef\u8fdb\u884c\u4efb\u4f55\u64cd\u4f5c)\u9879\u540d</td></tr><tr><td><code>cb</code></td><td><code>(item: any, parent: any, deep: number) => void</code></td><td>-</td><td>\u8f6c\u6362\u6210\u6570\u7ec4\u7ed3\u6784\u65f6\u56de\u8c03</td></tr></tbody></table><h2 id="visitTree">visitTree<a onclick="window.location.hash = \'visitTree\'" class="anchor">#</a></h2><p>\u9012\u5f52\u8bbf\u95ee\u6574\u4e2a\u6811\u3002</p><p><strong>options</strong></p><table><thead><tr><th>\u540d\u79f0</th><th>\u7c7b\u578b</th><th>\u9ed8\u8ba4\u503c</th><th>\u63cf\u8ff0</th></tr></thead><tbody><tr><td><code>childrenMapName</code></td><td><code>string</code></td><td><code>children</code></td><td>\u5b50\u9879\u540d</td></tr></tbody></table><h2 id="getKeysByTreeNode">getKeysByTreeNode<a onclick="window.location.hash = \'getKeysByTreeNode\'" class="anchor">#</a></h2><p>\u83b7\u53d6\u6240\u6709\u5df2\u7ecf\u9009\u4e2d\u7684 <code>key</code> \u503c\u3002</p><p><strong>options</strong></p><table><thead><tr><th>\u540d\u79f0</th><th>\u7c7b\u578b</th><th>\u9ed8\u8ba4\u503c</th><th>\u63cf\u8ff0</th></tr></thead><tbody><tr><td><code>includeHalfChecked</code></td><td><code>boolean</code></td><td><code>true</code></td><td>\u662f\u5426\u5305\u542b\u534a\u9009\u72b6\u6001\u7684\u503c</td></tr><tr><td><code>keyMapName</code></td><td><code>string</code></td><td>-</td><td>\u662f\u5426\u91cd\u65b0\u6307\u5b9a <code>key</code> \u952e\u540d\uff0c\u82e5\u4e0d\u6307\u5b9a\u8868\u793a\u4f7f\u7528 <code>NzTreeNode.key</code> \u503c</td></tr><tr><td><code>cb</code></td><td><code>(item: NzTreeNode, parent: NzTreeNode, deep: number) => any</code></td><td>-</td><td>\u56de\u8c03\uff0c\u8fd4\u56de\u4e00\u4e2a\u503c <code>key</code> \u503c\uff0c\u4f18\u5148\u7ea7\u9ad8\u4e8e\u5176\u4ed6</td></tr></tbody></table></article>',meta:{title:"array",subtitle:"\u6570\u7ec4",type:"Type"},toc:[{href:"#treeToArr",title:"treeToArr",h:2},{href:"#arrToTree",title:"arrToTree",h:2},{href:"#arrToTreeNode",title:"arrToTreeNode",h:2},{href:"#visitTree",title:"visitTree",h:2},{href:"#getKeysByTreeNode",title:"getKeysByTreeNode",h:2}]}},demo:!1},this.codes=[]},c=function(){this.item={cols:1,urls:{"zh-CN":"packages/util/src/lazy/index.md"},content:{"zh-CN":{content:"<article><p><code>LazyService</code> \u7528\u4e8e\u5ef6\u8fdf\u52a0\u8f7d JS \u6216 CSS \u6587\u4ef6\uff0c\u5bf9\u4e8e\u65e0\u987b\u88ab\u6253\u5305 script.js \u4e14\u53c8\u662f\u7b2c\u4e09\u65b9\u7c7b\u5e93\u6bd4\u8f83\u5927\u65f6\uff0c\u975e\u5e38\u6709\u7528\uff0c\u4e00\u4e2a\u7b80\u5355\u7684\u7528\u6cd5\uff0c\u4f8b\u5982\uff1a</p><pre class=\"hljs language-$1\"><code>import { LazyService } from '@delon/util';\n\nexport class AppComponent {\n constructor(private lazy: LazyService) {}\n\n ngOnInit() {\n this.lazy.load([ `//cdn.bootcss.com/xlsx/0.11.17/xlsx.full.min.js` ]).then(() => {\n // do something\n });\n }\n}</code></pre></article>",meta:{title:"lazy",subtitle:"\u5ef6\u8fdf\u52a0\u8f7d",type:"Type"},toc:[]}},demo:!1},this.codes=[]},i=function(){this.item={cols:1,urls:{"zh-CN":"packages/util/src/other/index.md"},content:{"zh-CN":{content:'<article><h2 id="isEmpty">isEmpty<a onclick="window.location.hash = \'isEmpty\'" class="anchor">#</a></h2><p>\u7528\u4e8e\u6821\u9a8c <code><ng-content></ng-content></code> \u662f\u5426\u4e3a\u7a7a\uff0c\u81ea\u5b9a\u4e49\u7ec4\u4ef6\u65f6\u86ee\u6709\u7528\u3002</p><h2 id="toBoolean">toBoolean<a onclick="window.location.hash = \'toBoolean\'" class="anchor">#</a></h2><p>\u8f6c\u6362 <code>boolean</code> \u5c5e\u6027</p><h2 id="toNumber">toNumber<a onclick="window.location.hash = \'toNumber\'" class="anchor">#</a></h2><p>\u8f6c\u6362 <code>number</code> \u5c5e\u6027</p><h2 id="deepGet">deepGet<a onclick="window.location.hash = \'deepGet\'" class="anchor">#</a></h2><p>\u7c7b\u4f3c <code>_.get</code>\uff0c\u6839\u636e <code>path</code> \u83b7\u53d6\u5b89\u5168\u503c\u3002</p><pre class="hljs language-$1"><code>const obj = {\n id: 1,\n user: {\n name: \'cipchk\',\n age: 18\n }\n};\n\ndeepGet(obj, \'id\'); // 1\ndeepGet(obj, \'user.age\'); // 18</code></pre><h2 id="deepCopy">deepCopy<a onclick="window.location.hash = \'deepCopy\'" class="anchor">#</a></h2><p>\u6df1\u5ea6\u590d\u5236\u3002</p><pre class="hljs language-$1"><code>const source = { a: 1, user: { name: \'cipchk\' } };\nconst obj = deepCopy(source);</code></pre><h2 id="copy">copy<a onclick="window.location.hash = \'copy\'" class="anchor">#</a></h2><p>\u590d\u5236\u5185\u5bb9\u81f3\u526a\u8d34\u677f\u3002</p><h2 id="updateHostClass">updateHostClass<a onclick="window.location.hash = \'updateHostClass\'" class="anchor">#</a></h2><p>\u66f4\u65b0\u5bbf\u4e3b\u7ec4\u4ef6\u6837\u5f0f <code>class</code>\uff0c\u4f8b\u5982\uff1a</p><pre class="hljs language-$1"><code>updateHostClass(\n this.el.nativeElement,\n this.renderer,\n {\n [ \'classname\' ]: true,\n [ \'classname\' ]: this.type === \'1\',\n [ this.cls ]: true,\n [ `a-${this.cls}` ]: true\n }\n)</code></pre></article>',meta:{title:"other",subtitle:"\u5176\u4ed6",type:"Type"},toc:[{href:"#isEmpty",title:"isEmpty",h:2},{href:"#toBoolean",title:"toBoolean",h:2},{href:"#toNumber",title:"toNumber",h:2},{href:"#deepGet",title:"deepGet",h:2},{href:"#deepCopy",title:"deepCopy",h:2},{href:"#copy",title:"copy",h:2},{href:"#updateHostClass",title:"updateHostClass",h:2}]}},demo:!1},this.codes=[]},r=function(){this.item={cols:1,urls:{"zh-CN":"packages/util/src/string/index.md"},content:{"zh-CN":{content:'<article><h2 id="format">format<a onclick="window.location.hash = \'format\'" class="anchor">#</a></h2><p>\u5b57\u7b26\u4e32\u683c\u5f0f\u5316\u3002</p><pre class="hljs language-$1"><code>format(\'this is ${name}\', { name: \'asdf\' })\n// output: this is asdf\nformat(\'this is ${user.name}\', { user: { name: \'asdf\' } }, true)\n// output: this is asdf</code></pre><p><strong>\u53c2\u6570</strong></p><ul><li><p><code>str: string</code> \u6a21\u677f</p></li><li><p><code>obj: {}</code> \u6570\u636e\u5bf9\u8c61</p></li><li><p><code>needDeepGet = false</code> \u662f\u5426\u9700\u8981\u6df1\u5ea6\u83b7\u53d6\uff0c\u652f\u6301 <code>${user.address.city}</code> \u5199\u6cd5\u3002</p></li></ul><h2 id="yuan">yuan<a onclick="window.location.hash = \'yuan\'" class="anchor">#</a></h2><p>\u8f6c\u5316\u6210RMB\u5143\u5b57\u7b26\u4e32\u3002</p><pre class="hljs language-$1"><code>yuan(100)\n// output: &yen 100</code></pre><blockquote><p>\u8fd4\u56de\u4e00\u4e2aHTML\u5b57\u7b26\u96c6\u7684 <code>¥</code>\uff0c\u56e0\u6b64\u9700\u8981\u914d\u5408 <code>[innerHTML]</code> \u624d\u4f1a\u6b63\u5e38\u89e3\u6790\u3002</p></blockquote></article>',meta:{title:"string",subtitle:"\u5b57\u7b26\u4e32",type:"Type"},toc:[{href:"#format",title:"format",h:2},{href:"#yuan",title:"yuan",h:2}]}},demo:!1},this.codes=[]},s=function(){this.item={cols:1,urls:{"zh-CN":"packages/util/src/time/index.md"},content:{"zh-CN":{content:'<article><h2 id="getTimeDistance">getTimeDistance<a onclick="window.location.hash = \'getTimeDistance\'" class="anchor">#</a></h2><p>\u83b7\u53d6\u65f6\u95f4\u8303\u56f4\uff0c\u8fd4\u56de <code>[ Date, Date]</code> \u8868\u793a\u5f00\u59cb\u4e0e\u7ed3\u675f\u65e5\u671f\uff0c\u4f8b\u5982\uff1a\u83b7\u53d6\u672c\u5468\u65f6\u95f4\uff1a</p><pre class="hljs language-$1"><code>getTimeDistance(\'week\')</code></pre><p><strong>\u53c2\u6570</strong></p><ul><li><p><code>type</code> \u5feb\u6377\u7c7b\u578b\uff0c\u5e26 <code>-</code> \u8868\u793a\u8fc7\u53bb\u4e00\u4e2a\u65f6\u95f4\uff0c\u82e5\u6307\u5b9a <code>number</code> \u8868\u793a\u5929\u6570</p><ul><li><p><code>today</code>\u3001<code>-today</code> \u5929</p></li><li><p><code>week</code>\u3001<code>-week</code> \u5468</p></li><li><p><code>month</code>\u3001<code>-month</code> \u6708</p></li><li><p><code>year</code>\u3001<code>-year</code> \u5e74</p></li></ul></li><li><p><code>time</code> \u6307\u5b9a\u5f00\u59cb\u65f6\u95f4\uff0c\u9ed8\u8ba4\u4e3a\uff1a<code>now</code></p></li></ul></article>',meta:{title:"time",subtitle:"\u65e5\u671f",type:"Type"},toc:[{href:"#getTimeDistance",title:"getTimeDistance",h:2}]}},demo:!1},this.codes=[]},b=function(){this.item={cols:1,urls:{"zh-CN":"packages/util/src/validate/index.md"},content:{"zh-CN":{content:"",api:'<h2 id="API">API<a onclick="window.location.hash = \'API\'" class="anchor">#</a></h2><table><thead><tr><th>\u65b9\u6cd5\u540d</th><th>\u8bf4\u660e</th><th>\u793a\u4f8b</th></tr></thead><tbody><tr><td><code>isNum</code></td><td>\u662f\u5426\u4e3a\u6570\u5b57</td><td>-</td></tr><tr><td><code>isInt</code></td><td>\u662f\u5426\u4e3a\u6574\u6570</td><td>-</td></tr><tr><td><code>isDecimal</code></td><td>\u662f\u5426\u4e3a\u5c0f\u6570</td><td>-</td></tr><tr><td><code>isIdCard</code></td><td>\u662f\u5426\u4e3a\u8eab\u4efd\u8bc1</td><td>-</td></tr><tr><td><code>isMobile</code></td><td>\u662f\u5426\u4e3a\u624b\u673a\u53f7</td><td>-</td></tr></tbody></table><p>\u6bcf\u4e00\u4e2a\u9a8c\u8bc1\u578b\u90fd\u5305\u62ec\u7740\u7528\u4e8e\u8868\u5355\u9a8c\u8bc1\u5668\uff1a</p><pre class="hljs language-$1"><code>this.valForm = fb.group({\n // \u624b\u673a\u53f7\n mobile: [null, Validators.compose([Validators.required, _Validators.mobile])]\n});</code></pre>',meta:{title:"validate",subtitle:"\u6821\u9a8c",type:"Type"},toc:[{href:"#API",title:"API",h:2}]}},demo:!1},this.codes=[]},p=function(){},u=o("pMnS"),h=o("ebDo"),m=o("GYi0"),F=o("R6D3"),g=o("WP5L"),y=o("71F0"),f=o("fE+l"),T=o("0RMT"),k=o("QcbP"),C=o("0D9X"),w=o("SpJI"),v=o("hBP+"),M=o("QPFe"),N=o("RdGh"),x=o("D9vs"),D=o("DyZ0"),z=o("TY3c"),j=o("u+Cy"),A=o("8+8K"),R=o("YVZs"),P=o("F/j7"),S=o("/EOF"),H=o("ZKYL"),U=o("SZk1"),O=o("5eO6"),I=o("p+4O"),L=o("bLMo"),B=o("ieBQ"),G=o("651C"),E=o("AKjh"),Y=o("Z4UC"),Z=o("ZYCi"),$=o("ZYjt"),K=d.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function q(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-docs",[],null,null,null,B.b,B.a)),d.wb(1,245760,null,0,G.a,[E.a,Y.a,Z.o,$.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,t){var o=t.component;e(t,1,0,o.codes,o.item)},null)}var Q=d.tb("app-util-getting-started",a,function(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-util-getting-started",[],null,null,null,q,K)),d.wb(1,49152,null,0,a,[],null,null)],null,null)},{},{},[]),_=d.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function W(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-docs",[],null,null,null,B.b,B.a)),d.wb(1,245760,null,0,G.a,[E.a,Y.a,Z.o,$.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,t){var o=t.component;e(t,1,0,o.codes,o.item)},null)}var X=d.tb("app-util-array",l,function(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-util-array",[],null,null,null,W,_)),d.wb(1,49152,null,0,l,[],null,null)],null,null)},{},{},[]),J=d.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function V(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-docs",[],null,null,null,B.b,B.a)),d.wb(1,245760,null,0,G.a,[E.a,Y.a,Z.o,$.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,t){var o=t.component;e(t,1,0,o.codes,o.item)},null)}var ee=d.tb("app-util-lazy",c,function(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-util-lazy",[],null,null,null,V,J)),d.wb(1,49152,null,0,c,[],null,null)],null,null)},{},{},[]),te=d.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function oe(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-docs",[],null,null,null,B.b,B.a)),d.wb(1,245760,null,0,G.a,[E.a,Y.a,Z.o,$.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,t){var o=t.component;e(t,1,0,o.codes,o.item)},null)}var de=d.tb("app-util-other",i,function(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-util-other",[],null,null,null,oe,te)),d.wb(1,49152,null,0,i,[],null,null)],null,null)},{},{},[]),ne=d.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function ae(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-docs",[],null,null,null,B.b,B.a)),d.wb(1,245760,null,0,G.a,[E.a,Y.a,Z.o,$.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,t){var o=t.component;e(t,1,0,o.codes,o.item)},null)}var le=d.tb("app-util-string",r,function(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-util-string",[],null,null,null,ae,ne)),d.wb(1,49152,null,0,r,[],null,null)],null,null)},{},{},[]),ce=d.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function ie(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-docs",[],null,null,null,B.b,B.a)),d.wb(1,245760,null,0,G.a,[E.a,Y.a,Z.o,$.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,t){var o=t.component;e(t,1,0,o.codes,o.item)},null)}var re=d.tb("app-util-time",s,function(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-util-time",[],null,null,null,ie,ce)),d.wb(1,49152,null,0,s,[],null,null)],null,null)},{},{},[]),se=d.vb({encapsulation:0,styles:["[_nghost-%COMP%] { display: block }"],data:{}});function be(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-docs",[],null,null,null,B.b,B.a)),d.wb(1,245760,null,0,G.a,[E.a,Y.a,Z.o,$.c],{codes:[0,"codes"],item:[1,"item"]},null)],function(e,t){var o=t.component;e(t,1,0,o.codes,o.item)},null)}var pe=d.tb("app-util-validate",b,function(e){return d.Rb(0,[(e()(),d.xb(0,0,null,null,1,"app-util-validate",[],null,null,null,be,se)),d.wb(1,49152,null,0,b,[],null,null)],null,null)},{},{},[]),ue=o("Ip0R"),he=o("gIcY"),me=o("t/Na"),Fe=o("M2Lx"),ge=o("6Cds"),ye=o("eDkP"),fe=o("Fzqc"),Te=o("jE6/"),ke=o("Bob9"),Ce=o("Ybye"),we=o("dWZg"),ve=o("4c35"),Me=o("qAlS"),Ne=o("9J0+"),xe=o("CGSU"),De=o("5CFV"),ze=o("GTZx"),je=o("hS58"),Ae=o("XZsx"),Re=o("+ndR"),Pe=o("EWQH"),Se=o("HjCm"),He=o("aq9g"),Ue=o("7Dpl"),Oe=o("ekmu"),Ie=o("vjj7"),Le=o("qdwt"),Be=o("l/Xz"),Ge=o("sRo1"),Ee=o("mX2v"),Ye=o("BQzg"),Ze=o("hDaA"),$e=o("YQXl"),Ke=o("M3JP"),qe=o("WNQ9"),Qe=o("5Oon"),_e=o("lM9c"),We=o("OSVY"),Xe=o("MNSj"),Je=o("MZBU"),Ve=o("ev4S"),et=o("G1y0"),tt=o("KmAc"),ot=o("zGKZ"),dt=o("xly9"),nt=o("u7PB"),at=o("1Ry3"),lt=o("4+vV"),ct=o("ZgPA"),it=o("37MH"),rt=o("fZ1T"),st=o("iwTp"),bt=o("mSU2"),pt=o("4vQL"),ut=o("iTTW"),ht=o("gQlp"),mt=o("oCVe"),Ft=o("XYAa"),gt=o("qT06"),yt=o("A7o+"),ft=o("gMdr"),Tt=o("AYLd"),kt=o("ADoS"),Ct=o("slxf");o.d(t,"UtilModuleNgFactory",function(){return wt});var wt=d.ub(p,[],function(e){return d.Eb([d.Fb(512,d.k,d.ib,[[8,[u.a,h.uc,h.vc,h.wc,h.xc,h.yc,h.zc,h.Ac,h.Bc,m.a,F.a,g.a,y.a,f.a,T.a,k.a,C.a,w.a,v.a,M.a,N.a,x.a,D.a,z.a,j.a,A.a,R.a,P.a,S.a,H.a,U.a,O.a,I.a,L.a,Q,X,ee,de,le,re,pe]],[3,d.k],d.A]),d.Fb(4608,ue.q,ue.p,[d.x,[2,ue.D]]),d.Fb(4608,he.w,he.w,[]),d.Fb(4608,he.d,he.d,[]),d.Fb(4608,me.m,me.s,[ue.e,d.E,me.q]),d.Fb(4608,me.t,me.t,[me.m,me.r]),d.Fb(5120,me.a,function(e){return[e]},[me.t]),d.Fb(4608,me.p,me.p,[]),d.Fb(6144,me.n,null,[me.p]),d.Fb(4608,me.l,me.l,[me.n]),d.Fb(6144,me.b,null,[me.l]),d.Fb(4608,me.g,me.o,[me.b,d.t]),d.Fb(4608,me.c,me.c,[me.g]),d.Fb(4608,Fe.c,Fe.c,[]),d.Fb(5120,ge.Fe,ge.He,[[3,ge.Fe],ge.Ge]),d.Fb(4608,ue.f,ue.f,[d.x]),d.Fb(5120,ge.Ce,ge.De,[[3,ge.Ce],ge.Ee,ge.Fe,ue.f]),d.Fb(4608,ye.d,ye.d,[ye.k,ye.f,d.k,ye.i,ye.g,d.t,d.C,ue.e,fe.b]),d.Fb(5120,ye.l,ye.m,[ye.d]),d.Fb(5120,ge.Y,ge.Z,[ue.e,[3,ge.Y]]),d.Fb(4608,ge.mb,ge.mb,[]),d.Fb(4608,ge.Gb,ge.Gb,[]),d.Fb(4608,ge.od,ge.od,[ye.d]),d.Fb(4608,ge.Td,ge.Td,[ye.d,d.t,d.k,d.g]),d.Fb(4608,ge.ae,ge.ae,[ye.d,d.t,d.k,d.g]),d.Fb(4608,ge.ke,ge.ke,[[3,ge.ke]]),d.Fb(4608,ge.me,ge.me,[ye.d,ge.Fe,ge.ke]),d.Fb(4608,Te.c,Te.c,[]),d.Fb(4608,ke.d,ke.d,[ue.e]),d.Fb(4608,Ce.a,Ce.a,[ge.f]),d.Fb(1073742336,ue.c,ue.c,[]),d.Fb(1073742336,he.u,he.u,[]),d.Fb(1073742336,he.h,he.h,[]),d.Fb(1073742336,Z.s,Z.s,[[2,Z.y],[2,Z.o]]),d.Fb(1073742336,he.r,he.r,[]),d.Fb(1073742336,me.e,me.e,[]),d.Fb(1073742336,me.d,me.d,[]),d.Fb(1073742336,Fe.d,Fe.d,[]),d.Fb(1073742336,we.b,we.b,[]),d.Fb(1073742336,ge.Dd,ge.Dd,[]),d.Fb(1073742336,ge.xe,ge.xe,[]),d.Fb(1073742336,ge.k,ge.k,[]),d.Fb(1073742336,ge.n,ge.n,[]),d.Fb(1073742336,ge.m,ge.m,[]),d.Fb(1073742336,ge.p,ge.p,[]),d.Fb(1073742336,fe.a,fe.a,[]),d.Fb(1073742336,ve.e,ve.e,[]),d.Fb(1073742336,Me.a,Me.a,[]),d.Fb(1073742336,ye.h,ye.h,[]),d.Fb(1073742336,ge.t,ge.t,[]),d.Fb(1073742336,ge.Ae,ge.Ae,[]),d.Fb(1073742336,ge.D,ge.D,[]),d.Fb(1073742336,ge.I,ge.I,[]),d.Fb(1073742336,ge.K,ge.K,[]),d.Fb(1073742336,ge.T,ge.T,[]),d.Fb(1073742336,ge.bb,ge.bb,[]),d.Fb(1073742336,ge.W,ge.W,[]),d.Fb(1073742336,ge.db,ge.db,[]),d.Fb(1073742336,ge.fb,ge.fb,[]),d.Fb(1073742336,ge.nb,ge.nb,[]),d.Fb(1073742336,ge.qb,ge.qb,[]),d.Fb(1073742336,ge.sb,ge.sb,[]),d.Fb(1073742336,ge.vb,ge.vb,[]),d.Fb(1073742336,ge.yb,ge.yb,[]),d.Fb(1073742336,ge.Cb,ge.Cb,[]),d.Fb(1073742336,ge.Lb,ge.Lb,[]),d.Fb(1073742336,ge.Eb,ge.Eb,[]),d.Fb(1073742336,ge.Ob,ge.Ob,[]),d.Fb(1073742336,ge.Qb,ge.Qb,[]),d.Fb(1073742336,ge.Sb,ge.Sb,[]),d.Fb(1073742336,ge.Ub,ge.Ub,[]),d.Fb(1073742336,ge.Wb,ge.Wb,[]),d.Fb(1073742336,ge.Yb,ge.Yb,[]),d.Fb(1073742336,ge.fc,ge.fc,[]),d.Fb(1073742336,ge.kc,ge.kc,[]),d.Fb(1073742336,ge.mc,ge.mc,[]),d.Fb(1073742336,ge.pc,ge.pc,[]),d.Fb(1073742336,ge.tc,ge.tc,[]),d.Fb(1073742336,ge.vc,ge.vc,[]),d.Fb(1073742336,ge.yc,ge.yc,[]),d.Fb(1073742336,ge.Jc,ge.Jc,[]),d.Fb(1073742336,ge.Ic,ge.Ic,[]),d.Fb(1073742336,ge.Hc,ge.Hc,[]),d.Fb(1073742336,ge.jd,ge.jd,[]),d.Fb(1073742336,ge.ld,ge.ld,[]),d.Fb(1073742336,ge.pd,ge.pd,[]),d.Fb(1073742336,ge.yd,ge.yd,[]),d.Fb(1073742336,ge.Cd,ge.Cd,[]),d.Fb(1073742336,ge.Hd,ge.Hd,[]),d.Fb(1073742336,ge.Md,ge.Md,[]),d.Fb(1073742336,ge.Od,ge.Od,[]),d.Fb(1073742336,ge.Ud,ge.Ud,[]),d.Fb(1073742336,ge.be,ge.be,[]),d.Fb(1073742336,ge.ee,ge.ee,[]),d.Fb(1073742336,ge.he,ge.he,[]),d.Fb(1073742336,ge.ne,ge.ne,[]),d.Fb(1073742336,ge.pe,ge.pe,[]),d.Fb(1073742336,ge.re,ge.re,[]),d.Fb(1073742336,ge.ve,ge.ve,[]),d.Fb(1073742336,ge.ye,ge.ye,[]),d.Fb(1073742336,ge.a,ge.a,[]),d.Fb(1073742336,Ne.a,Ne.a,[ge.c]),d.Fb(1073742336,xe.a,xe.a,[]),d.Fb(1073742336,De.a,De.a,[]),d.Fb(1073742336,ze.a,ze.a,[]),d.Fb(1073742336,je.a,je.a,[]),d.Fb(1073742336,Ae.a,Ae.a,[]),d.Fb(1073742336,Re.a,Re.a,[]),d.Fb(1073742336,Pe.a,Pe.a,[]),d.Fb(1073742336,Se.a,Se.a,[]),d.Fb(1073742336,He.a,He.a,[]),d.Fb(1073742336,Ue.a,Ue.a,[]),d.Fb(1073742336,Oe.a,Oe.a,[]),d.Fb(1073742336,Ie.a,Ie.a,[]),d.Fb(1073742336,Le.a,Le.a,[]),d.Fb(1073742336,Be.a,Be.a,[]),d.Fb(1073742336,Ge.a,Ge.a,[]),d.Fb(1073742336,Ee.a,Ee.a,[]),d.Fb(1073742336,Ye.a,Ye.a,[]),d.Fb(1073742336,Ze.a,Ze.a,[]),d.Fb(1073742336,Te.b,Te.b,[]),d.Fb(1073742336,$e.a,$e.a,[]),d.Fb(1073742336,Ke.a,Ke.a,[]),d.Fb(1073742336,qe.a,qe.a,[]),d.Fb(1073742336,Qe.a,Qe.a,[]),d.Fb(1073742336,_e.a,_e.a,[]),d.Fb(1073742336,We.a,We.a,[]),d.Fb(1073742336,Xe.a,Xe.a,[]),d.Fb(1073742336,Je.a,Je.a,[]),d.Fb(1073742336,Ve.a,Ve.a,[]),d.Fb(1073742336,et.a,et.a,[]),d.Fb(1073742336,tt.a,tt.a,[]),d.Fb(1073742336,ot.a,ot.a,[]),d.Fb(1073742336,dt.a,dt.a,[]),d.Fb(1073742336,nt.a,nt.a,[]),d.Fb(1073742336,at.a,at.a,[]),d.Fb(1073742336,lt.a,lt.a,[]),d.Fb(1073742336,ct.a,ct.a,[]),d.Fb(1073742336,it.a,it.a,[]),d.Fb(1073742336,rt.a,rt.a,[]),d.Fb(1073742336,st.a,st.a,[]),d.Fb(1073742336,bt.a,bt.a,[]),d.Fb(1073742336,pt.a,pt.a,[]),d.Fb(1073742336,ut.a,ut.a,[]),d.Fb(1073742336,ht.a,ht.a,[]),d.Fb(1073742336,mt.a,mt.a,[]),d.Fb(1073742336,Ft.a,Ft.a,[]),d.Fb(1073742336,gt.a,gt.a,[]),d.Fb(1073742336,yt.h,yt.h,[]),d.Fb(1073742336,ft.b,ft.b,[]),d.Fb(1073742336,Tt.a,Tt.a,[]),d.Fb(1073742336,ke.c,ke.c,[]),d.Fb(1073742336,kt.c,kt.c,[]),d.Fb(1073742336,Ct.a,Ct.a,[]),d.Fb(1073742336,p,p,[]),d.Fb(256,me.q,"XSRF-TOKEN",[]),d.Fb(256,me.r,"X-XSRF-TOKEN",[]),d.Fb(256,ge.Ge,!1,[]),d.Fb(256,ge.Ee,void 0,[]),d.Fb(256,ge.Qd,{nzDuration:3e3,nzAnimate:!0,nzPauseOnHover:!0,nzMaxStack:7},[]),d.Fb(256,ge.Xd,{nzTop:"24px",nzBottom:"24px",nzPlacement:"topRight",nzDuration:4500,nzMaxStack:7,nzPauseOnHover:!0,nzAnimate:!0},[]),d.Fb(1024,Z.m,function(){return[[{path:"",component:n.a,children:[{path:"",redirectTo:"getting-started",pathMatch:"full"},{path:"getting-started",component:a},{path:"array",component:l},{path:"lazy",component:c},{path:"other",component:i},{path:"string",component:r},{path:"time",component:s},{path:"validate",component:b}]}]]},[])])})}}]);