stoobly-agent 0.33.7__py3-none-any.whl → 0.34.0__py3-none-any.whl

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.
Files changed (145) hide show
  1. stoobly_agent/__init__.py +1 -1
  2. stoobly_agent/app/cli/endpoint_cli.py +24 -1
  3. stoobly_agent/app/cli/helpers/endpoint_facade.py +22 -1
  4. stoobly_agent/app/cli/helpers/endpoints_import_context.py +57 -0
  5. stoobly_agent/app/cli/helpers/endpoints_import_service.py +147 -0
  6. stoobly_agent/app/cli/helpers/openapi_endpoint_adapter.py +111 -6
  7. stoobly_agent/app/models/types/endpoint.py +28 -2
  8. stoobly_agent/app/settings/intercept_settings.py +1 -1
  9. stoobly_agent/lib/api/api.py +4 -0
  10. stoobly_agent/lib/api/body_param_names_resource.py +36 -0
  11. stoobly_agent/lib/api/endpoints_resource.py +9 -2
  12. stoobly_agent/lib/api/header_names_resource.py +36 -0
  13. stoobly_agent/lib/api/interfaces/endpoints.py +2 -0
  14. stoobly_agent/lib/api/query_param_names_resource.py +36 -0
  15. stoobly_agent/lib/api/response_header_names_resource.py +36 -0
  16. stoobly_agent/lib/api/response_param_names_resource.py +36 -0
  17. stoobly_agent/public/0-es2015.a7e60cafc0868f87a771.js +1 -0
  18. stoobly_agent/public/0-es5.a7e60cafc0868f87a771.js +1 -0
  19. stoobly_agent/public/1-es2015.cb071776436f10954db5.js +1 -0
  20. stoobly_agent/public/1-es5.cb071776436f10954db5.js +1 -0
  21. stoobly_agent/public/10-es2015.bb1702aaf3968a2cb521.js +1 -0
  22. stoobly_agent/public/10-es5.bb1702aaf3968a2cb521.js +1 -0
  23. stoobly_agent/public/12-es2015.591ec692afb8f8d13842.js +1 -0
  24. stoobly_agent/public/12-es5.591ec692afb8f8d13842.js +1 -0
  25. stoobly_agent/public/13-es2015.f381e7d6ff361b669e12.js +1 -0
  26. stoobly_agent/public/13-es5.f381e7d6ff361b669e12.js +1 -0
  27. stoobly_agent/public/14-es2015.1ffb225a16d6292dbddd.js +1 -0
  28. stoobly_agent/public/14-es5.1ffb225a16d6292dbddd.js +1 -0
  29. stoobly_agent/public/15-es2015.2cf39bcaeb0ea2c52297.js +1 -0
  30. stoobly_agent/public/15-es5.2cf39bcaeb0ea2c52297.js +1 -0
  31. stoobly_agent/public/16-es2015.0e9422b274e642f95e41.js +1 -0
  32. stoobly_agent/public/16-es5.0e9422b274e642f95e41.js +1 -0
  33. stoobly_agent/public/17-es2015.7fb08367a22d1e34aed7.js +1 -0
  34. stoobly_agent/public/17-es5.7fb08367a22d1e34aed7.js +1 -0
  35. stoobly_agent/public/18-es2015.5caa4789d1c335e628f2.js +1 -0
  36. stoobly_agent/public/18-es5.5caa4789d1c335e628f2.js +1 -0
  37. stoobly_agent/public/19-es2015.8049aef58c329c500f9b.js +1 -0
  38. stoobly_agent/public/19-es5.8049aef58c329c500f9b.js +1 -0
  39. stoobly_agent/public/2-es2015.8f184ac63348ba447b1f.js +1 -0
  40. stoobly_agent/public/2-es5.8f184ac63348ba447b1f.js +1 -0
  41. stoobly_agent/public/20-es2015.473486aabfa4d4a6431b.js +1 -0
  42. stoobly_agent/public/20-es5.473486aabfa4d4a6431b.js +1 -0
  43. stoobly_agent/public/21-es2015.63ed4e6b242fbc047bd6.js +1 -0
  44. stoobly_agent/public/21-es5.63ed4e6b242fbc047bd6.js +1 -0
  45. stoobly_agent/public/22-es2015.df183804415330639987.js +1 -0
  46. stoobly_agent/public/22-es5.df183804415330639987.js +1 -0
  47. stoobly_agent/public/23-es2015.0da63b056fabde91bb0b.js +1 -0
  48. stoobly_agent/public/23-es5.0da63b056fabde91bb0b.js +1 -0
  49. stoobly_agent/public/28-es2015.9fe030e9d3b0e52239aa.js +1 -0
  50. stoobly_agent/public/28-es5.9fe030e9d3b0e52239aa.js +1 -0
  51. stoobly_agent/public/29-es2015.9b440f22de725732e5ab.js +1 -0
  52. stoobly_agent/public/29-es5.9b440f22de725732e5ab.js +1 -0
  53. stoobly_agent/public/30-es2015.6ad2a5126b0a27c1e7c6.js +1 -0
  54. stoobly_agent/public/30-es5.6ad2a5126b0a27c1e7c6.js +1 -0
  55. stoobly_agent/public/31-es2015.f4291150f35d54ff19ca.js +1 -0
  56. stoobly_agent/public/31-es5.f4291150f35d54ff19ca.js +1 -0
  57. stoobly_agent/public/32-es2015.c8f6ccb43bdba0adf199.js +1 -0
  58. stoobly_agent/public/32-es5.c8f6ccb43bdba0adf199.js +1 -0
  59. stoobly_agent/public/33-es2015.f985e93402ebf86322ef.js +1 -0
  60. stoobly_agent/public/33-es5.f985e93402ebf86322ef.js +1 -0
  61. stoobly_agent/public/34-es2015.0e1961fb3cf649a52d49.js +1 -0
  62. stoobly_agent/public/34-es5.0e1961fb3cf649a52d49.js +1 -0
  63. stoobly_agent/public/35-es2015.a4ae56a89c0324397624.js +1 -0
  64. stoobly_agent/public/35-es5.a4ae56a89c0324397624.js +1 -0
  65. stoobly_agent/public/36-es2015.b8fdd25590a79c820119.js +1 -0
  66. stoobly_agent/public/36-es5.b8fdd25590a79c820119.js +1 -0
  67. stoobly_agent/public/37-es2015.6567a0ce4cf87ad7287b.js +1 -0
  68. stoobly_agent/public/37-es5.6567a0ce4cf87ad7287b.js +1 -0
  69. stoobly_agent/public/38-es2015.6f6d751bff41d84d727a.js +1 -0
  70. stoobly_agent/public/38-es5.6f6d751bff41d84d727a.js +1 -0
  71. stoobly_agent/public/39-es2015.47f63177e7d4509a22fa.js +1 -0
  72. stoobly_agent/public/39-es5.47f63177e7d4509a22fa.js +1 -0
  73. stoobly_agent/public/3rdpartylicenses.txt +2418 -0
  74. stoobly_agent/public/4-es2015.182e1ce1811ef67571fb.js +1 -0
  75. stoobly_agent/public/4-es5.182e1ce1811ef67571fb.js +1 -0
  76. stoobly_agent/public/40-es2015.5333067cdc4077c7495a.js +1 -0
  77. stoobly_agent/public/40-es5.5333067cdc4077c7495a.js +1 -0
  78. stoobly_agent/public/41-es2015.7a2434380c81c11ff2c5.js +1 -0
  79. stoobly_agent/public/41-es5.7a2434380c81c11ff2c5.js +1 -0
  80. stoobly_agent/public/42-es2015.5dde662fe1e3b4e4bdd1.js +1 -0
  81. stoobly_agent/public/42-es5.5dde662fe1e3b4e4bdd1.js +1 -0
  82. stoobly_agent/public/43-es2015.608e917d689b9bb762cb.js +1 -0
  83. stoobly_agent/public/43-es5.608e917d689b9bb762cb.js +1 -0
  84. stoobly_agent/public/44-es2015.2ae5fea15b5e8c2681d3.js +1 -0
  85. stoobly_agent/public/44-es5.2ae5fea15b5e8c2681d3.js +1 -0
  86. stoobly_agent/public/45-es2015.e46f228c795174428515.js +1 -0
  87. stoobly_agent/public/45-es5.e46f228c795174428515.js +1 -0
  88. stoobly_agent/public/46-es2015.22a0d8e0b4bbfb513741.js +1 -0
  89. stoobly_agent/public/46-es5.22a0d8e0b4bbfb513741.js +1 -0
  90. stoobly_agent/public/47-es2015.3878e5d1d692107748f3.js +1 -0
  91. stoobly_agent/public/47-es5.3878e5d1d692107748f3.js +1 -0
  92. stoobly_agent/public/5-es2015.aba7173be56fc19b4b6f.js +1 -0
  93. stoobly_agent/public/5-es5.aba7173be56fc19b4b6f.js +1 -0
  94. stoobly_agent/public/6-es2015.5fb726c0555664300974.js +1 -0
  95. stoobly_agent/public/6-es5.5fb726c0555664300974.js +1 -0
  96. stoobly_agent/public/7-es2015.9b9ab4adf24d13bdc2f8.js +1 -0
  97. stoobly_agent/public/7-es5.9b9ab4adf24d13bdc2f8.js +1 -0
  98. stoobly_agent/public/8-es2015.cdd7dce2a24aaf9d974f.js +1 -0
  99. stoobly_agent/public/8-es5.cdd7dce2a24aaf9d974f.js +1 -0
  100. stoobly_agent/public/9-es2015.cdde98f2537997afbf0f.js +1 -0
  101. stoobly_agent/public/9-es5.cdde98f2537997afbf0f.js +1 -0
  102. stoobly_agent/public/CHANGELOG.md +58 -0
  103. stoobly_agent/public/README.md +264 -0
  104. stoobly_agent/public/_redirects +1 -0
  105. stoobly_agent/public/assets/img/demo/1.jpg +0 -0
  106. stoobly_agent/public/assets/img/demo/2.jpg +0 -0
  107. stoobly_agent/public/assets/img/demo/3.jpg +0 -0
  108. stoobly_agent/public/assets/img/demo/4.jpg +0 -0
  109. stoobly_agent/public/assets/img/demo/5.jpg +0 -0
  110. stoobly_agent/public/assets/img/demo/6.jpg +0 -0
  111. stoobly_agent/public/assets/img/demo/7.jpg +0 -0
  112. stoobly_agent/public/assets/img/demo/8.jpg +0 -0
  113. stoobly_agent/public/assets/img/demo/landscape.jpg +0 -0
  114. stoobly_agent/public/assets/img/demo/mountain-cinematic.jpg +0 -0
  115. stoobly_agent/public/assets/img/illustrations/checklist.svg +164 -0
  116. stoobly_agent/public/assets/img/illustrations/data_center.svg +150 -0
  117. stoobly_agent/public/assets/img/illustrations/idea.svg +213 -0
  118. stoobly_agent/public/assets/img/illustrations/it_support.svg +168 -0
  119. stoobly_agent/public/assets/img/illustrations/peak_mountain_3.svg +262 -0
  120. stoobly_agent/public/assets/img/illustrations/under_constructions_1.svg +282 -0
  121. stoobly_agent/public/assets/img/logo/colored.png +0 -0
  122. stoobly_agent/public/assets/img/logo/colored.svg +9 -0
  123. stoobly_agent/public/assets/img/logo/white.png +0 -0
  124. stoobly_agent/public/assets/img/logo/white.svg +8 -0
  125. stoobly_agent/public/common-es2015.6f230354b12587f9be81.js +1 -0
  126. stoobly_agent/public/common-es5.6f230354b12587f9be81.js +1 -0
  127. stoobly_agent/public/favicon.ico +0 -0
  128. stoobly_agent/public/index.html +118 -0
  129. stoobly_agent/public/main-es2015.081bbd2709f22e95933e.js +1 -0
  130. stoobly_agent/public/main-es5.081bbd2709f22e95933e.js +1 -0
  131. stoobly_agent/public/polyfills-es2015.8ce2adc69f283f6c4c5e.js +1 -0
  132. stoobly_agent/public/polyfills-es5.7530172ddcec11a10eb3.js +1 -0
  133. stoobly_agent/public/runtime-es2015.362e49d383fb724f5414.js +1 -0
  134. stoobly_agent/public/runtime-es5.362e49d383fb724f5414.js +1 -0
  135. stoobly_agent/public/styles.ca104d947fbb2eebbeca.css +6 -0
  136. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_additional_props_test.py +34 -0
  137. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_missing_info_test.py +80 -3
  138. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_missing_oauth2_scopes_test.py +82 -1
  139. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_missing_servers_test.py +80 -3
  140. stoobly_agent/test/app/cli/helpers/openapi_endpoint_adapter_test.py +617 -4
  141. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/METADATA +1 -1
  142. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/RECORD +145 -19
  143. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/LICENSE +0 -0
  144. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/WHEEL +0 -0
  145. {stoobly_agent-0.33.7.dist-info → stoobly_agent-0.34.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1 @@
1
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[30],{PNSm:function(l,n){n.__esModule=!0,n.default={body:'<path d="M22 9.24l-7.19-.62L12 2L9.19 8.63L2 9.24l5.46 4.73L5.82 21L12 17.27L18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27l1-4.28l-3.32-2.88l4.38-.38L12 6.1l1.71 4.04l4.38.38l-3.32 2.88l1 4.28L12 15.4z" fill="currentColor"/>',width:24,height:24}},RBzx:function(l,n,e){"use strict";e.r(n),e.d(n,"ProjectsModuleNgFactory",function(){return Ht});var t=e("8Y7J");class a{}var u=e("9cE2"),i=e("ntJQ"),o=e("nmIE"),r=e("CAmX"),c=e("s7LF"),s=e("iELJ"),b=e("VDRc"),d=e("/q54"),m=e("1Xc+"),p=e("Dxy4"),f=e("YEUz"),h=e("omvX"),g=e("XE/z"),O=e("Tj54"),y=e("l+Q0"),x=e("cUpR"),z=e("mGvx"),v=e("BSbQ"),_=e("H3DK"),A=e("Q2Ze"),C=e("9gLZ"),w=e("SCoL"),j=e("e6WT"),M=e("UhP/"),k=e("8sFK"),T=e("5mnX"),I=e.n(T),L=e("e3EN"),S=e.n(L),P=e("6qw8"),F=e.n(P),U=e("KaaH"),R=e.n(U);class D{constructor(l,n,e){this.project=l,this.dialogRef=n,this.fb=e,this.isUpdate=!1,this.onCreate=new t.o,this.form=this.fb.group({name:null,description:null}),this.icClose=I.a,this.icDelete=S.a,this.icPerson=R.a,this.icEmail=F.a}ngOnInit(){this.project&&(this.isUpdate=!0),this.form.patchValue(this.project||{})}save(){this.onCreate.emit(this.form.value),this.dialogRef.close()}}var N=t.yb({encapsulation:0,styles:[[""]],data:{}});function H(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,77,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngSubmit"],[null,"submit"],[null,"reset"]],function(l,n,e){var a=!0,u=l.component;return"submit"===n&&(a=!1!==t.Ob(l,2).onSubmit(e)&&a),"reset"===n&&(a=!1!==t.Ob(l,2).onReset()&&a),"ngSubmit"===n&&(a=!1!==u.save()&&a),a},null,null)),t.zb(1,16384,null,0,c.A,[],null,null),t.zb(2,540672,null,0,c.k,[[8,null],[8,null]],{form:[0,"form"]},{ngSubmit:"ngSubmit"}),t.Tb(2048,null,c.d,null,[c.k]),t.zb(4,16384,null,0,c.r,[[6,c.d]],null,null),(l()(),t.Ab(5,0,null,null,12,"div",[["class","mat-dialog-title"],["fxLayout","row"],["fxLayoutAlign","start center"],["mat-dialog-title",""]],[[8,"id",0]],null,null,null,null)),t.zb(6,81920,null,0,s.m,[[2,s.l],t.l,s.e],null,null),t.zb(7,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(8,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(9,0,null,null,2,"h2",[["class","headline m-0"],["fxFlex","auto"]],null,null,null,null,null)),t.zb(10,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Yb(11,null,[""," Project"])),(l()(),t.Ab(12,0,null,null,5,"button",[["class","text-secondary mat-focus-indicator"],["mat-dialog-close",""],["mat-icon-button",""],["type","button"]],[[1,"aria-label",0],[1,"type",0],[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,13)._onButtonClick(e)&&a),a},m.d,m.b)),t.zb(13,606208,null,0,s.g,[[2,s.l],t.l,s.e],{type:[0,"type"],dialogResult:[1,"dialogResult"]},null),t.zb(14,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Ab(15,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(16,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(17,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Ab(18,0,null,null,1,"mat-divider",[["class","-mx-6 text-border mat-divider"],["role","separator"]],[[1,"aria-orientation",0],[2,"mat-divider-vertical",null],[2,"mat-divider-horizontal",null],[2,"mat-divider-inset",null]],null,null,z.b,z.a)),t.zb(19,49152,null,0,v.a,[],null,null),(l()(),t.Ab(20,0,null,null,48,"mat-dialog-content",[["class","mat-dialog-content"],["fxLayout","column"]],null,null,null,null,null)),t.zb(21,16384,null,0,s.j,[],null,null),t.zb(22,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),(l()(),t.Ab(23,0,null,null,22,"mat-form-field",[["class","mt-6 mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-has-label",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,_.b,_.a)),t.zb(24,7520256,null,9,A.g,[t.l,t.h,t.l,[2,C.b],[2,A.c],w.a,t.B,[2,h.a]],null,null),t.Ub(603979776,1,{_controlNonStatic:0}),t.Ub(335544320,2,{_controlStatic:0}),t.Ub(603979776,3,{_labelChildNonStatic:0}),t.Ub(335544320,4,{_labelChildStatic:0}),t.Ub(603979776,5,{_placeholderChild:0}),t.Ub(603979776,6,{_errorChildren:1}),t.Ub(603979776,7,{_hintChildren:1}),t.Ub(603979776,8,{_prefixChildren:1}),t.Ub(603979776,9,{_suffixChildren:1}),t.Tb(2048,null,A.b,null,[A.g]),(l()(),t.Ab(35,0,null,3,2,"mat-label",[],null,null,null,null,null)),t.zb(36,16384,[[3,4],[4,4]],0,A.k,[],null,null),(l()(),t.Yb(-1,null,["Name"])),(l()(),t.Ab(38,0,null,1,7,"input",[["cdkFocusInitial",""],["class","mat-input-element mat-form-field-autofill-control"],["formControlName","name"],["matInput",""]],[[2,"mat-input-server",null],[1,"id",0],[1,"data-placeholder",0],[8,"disabled",0],[8,"required",0],[1,"readonly",0],[1,"aria-invalid",0],[1,"aria-required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var a=!0;return"input"===n&&(a=!1!==t.Ob(l,39)._handleInput(e.target.value)&&a),"blur"===n&&(a=!1!==t.Ob(l,39).onTouched()&&a),"compositionstart"===n&&(a=!1!==t.Ob(l,39)._compositionStart()&&a),"compositionend"===n&&(a=!1!==t.Ob(l,39)._compositionEnd(e.target.value)&&a),"focus"===n&&(a=!1!==t.Ob(l,43)._focusChanged(!0)&&a),"blur"===n&&(a=!1!==t.Ob(l,43)._focusChanged(!1)&&a),"input"===n&&(a=!1!==t.Ob(l,43)._onInput()&&a),a},null,null)),t.zb(39,16384,null,0,c.e,[t.G,t.l,[2,c.a]],null,null),t.Tb(1024,null,c.o,function(l){return[l]},[c.e]),t.zb(41,671744,null,0,c.j,[[3,c.d],[8,null],[8,null],[6,c.o],[2,c.z]],{name:[0,"name"]},null),t.Tb(2048,null,c.p,null,[c.j]),t.zb(43,5128192,null,0,j.a,[t.l,w.a,[6,c.p],[2,c.s],[2,c.k],M.d,[8,null],k.a,t.B,[2,A.b]],null,null),t.zb(44,16384,null,0,c.q,[[4,c.p]],null,null),t.Tb(2048,[[1,4],[2,4]],A.h,null,[j.a]),(l()(),t.Ab(46,0,null,null,22,"mat-form-field",[["class","mat-form-field"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-has-label",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,_.b,_.a)),t.zb(47,7520256,null,9,A.g,[t.l,t.h,t.l,[2,C.b],[2,A.c],w.a,t.B,[2,h.a]],null,null),t.Ub(603979776,10,{_controlNonStatic:0}),t.Ub(335544320,11,{_controlStatic:0}),t.Ub(603979776,12,{_labelChildNonStatic:0}),t.Ub(335544320,13,{_labelChildStatic:0}),t.Ub(603979776,14,{_placeholderChild:0}),t.Ub(603979776,15,{_errorChildren:1}),t.Ub(603979776,16,{_hintChildren:1}),t.Ub(603979776,17,{_prefixChildren:1}),t.Ub(603979776,18,{_suffixChildren:1}),t.Tb(2048,null,A.b,null,[A.g]),(l()(),t.Ab(58,0,null,3,2,"mat-label",[],null,null,null,null,null)),t.zb(59,16384,[[12,4],[13,4]],0,A.k,[],null,null),(l()(),t.Yb(-1,null,["Description"])),(l()(),t.Ab(61,0,null,1,7,"textarea",[["class","mat-input-element mat-form-field-autofill-control"],["formControlName","description"],["matInput",""]],[[2,"mat-input-server",null],[1,"id",0],[1,"data-placeholder",0],[8,"disabled",0],[8,"required",0],[1,"readonly",0],[1,"aria-invalid",0],[1,"aria-required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var a=!0;return"input"===n&&(a=!1!==t.Ob(l,62)._handleInput(e.target.value)&&a),"blur"===n&&(a=!1!==t.Ob(l,62).onTouched()&&a),"compositionstart"===n&&(a=!1!==t.Ob(l,62)._compositionStart()&&a),"compositionend"===n&&(a=!1!==t.Ob(l,62)._compositionEnd(e.target.value)&&a),"focus"===n&&(a=!1!==t.Ob(l,66)._focusChanged(!0)&&a),"blur"===n&&(a=!1!==t.Ob(l,66)._focusChanged(!1)&&a),"input"===n&&(a=!1!==t.Ob(l,66)._onInput()&&a),a},null,null)),t.zb(62,16384,null,0,c.e,[t.G,t.l,[2,c.a]],null,null),t.Tb(1024,null,c.o,function(l){return[l]},[c.e]),t.zb(64,671744,null,0,c.j,[[3,c.d],[8,null],[8,null],[6,c.o],[2,c.z]],{name:[0,"name"]},null),t.Tb(2048,null,c.p,null,[c.j]),t.zb(66,5128192,null,0,j.a,[t.l,w.a,[6,c.p],[2,c.s],[2,c.k],M.d,[8,null],k.a,t.B,[2,A.b]],null,null),t.zb(67,16384,null,0,c.q,[[4,c.p]],null,null),t.Tb(2048,[[10,4],[11,4]],A.h,null,[j.a]),(l()(),t.Ab(69,0,null,null,8,"mat-dialog-actions",[["align","end"],["class","mat-dialog-actions"]],null,null,null,null,null)),t.zb(70,16384,null,0,s.f,[],null,null),(l()(),t.Ab(71,0,null,null,3,"button",[["class","mat-focus-indicator"],["mat-button",""],["mat-dialog-close",""],["type","button"]],[[1,"aria-label",0],[1,"type",0],[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,72)._onButtonClick(e)&&a),a},m.d,m.b)),t.zb(72,606208,null,0,s.g,[[2,s.l],t.l,s.e],{type:[0,"type"],dialogResult:[1,"dialogResult"]},null),t.zb(73,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Yb(-1,0,["CANCEL"])),(l()(),t.Ab(75,0,null,null,2,"button",[["class","mat-focus-indicator"],["color","primary"],["mat-button",""],["type","submit"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],null,null,m.d,m.b)),t.zb(76,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{color:[0,"color"]},null),(l()(),t.Yb(77,0,["",""]))],function(l,n){var e=n.component;l(n,2,0,e.form),l(n,6,0),l(n,7,0,"row"),l(n,8,0,"start center"),l(n,10,0,"auto"),l(n,13,0,"button",""),l(n,16,0),l(n,17,0,e.icClose),l(n,22,0,"column"),l(n,41,0,"name"),l(n,43,0),l(n,64,0,"description"),l(n,66,0),l(n,72,0,"button",""),l(n,76,0,"primary")},function(l,n){var e=n.component;l(n,0,0,t.Ob(n,4).ngClassUntouched,t.Ob(n,4).ngClassTouched,t.Ob(n,4).ngClassPristine,t.Ob(n,4).ngClassDirty,t.Ob(n,4).ngClassValid,t.Ob(n,4).ngClassInvalid,t.Ob(n,4).ngClassPending),l(n,5,0,t.Ob(n,6).id),l(n,11,0,e.isUpdate?"Edit":"New"),l(n,12,0,t.Ob(n,13).ariaLabel||null,t.Ob(n,13).type,t.Ob(n,14).disabled||null,"NoopAnimations"===t.Ob(n,14)._animationMode,t.Ob(n,14).disabled),l(n,15,0,t.Ob(n,16)._usingFontIcon()?"font":"svg",t.Ob(n,16)._svgName||t.Ob(n,16).fontIcon,t.Ob(n,16)._svgNamespace||t.Ob(n,16).fontSet,t.Ob(n,16).inline,"primary"!==t.Ob(n,16).color&&"accent"!==t.Ob(n,16).color&&"warn"!==t.Ob(n,16).color,t.Ob(n,17).inline,t.Ob(n,17).size,t.Ob(n,17).iconHTML),l(n,18,0,t.Ob(n,19).vertical?"vertical":"horizontal",t.Ob(n,19).vertical,!t.Ob(n,19).vertical,t.Ob(n,19).inset),l(n,23,1,["standard"==t.Ob(n,24).appearance,"fill"==t.Ob(n,24).appearance,"outline"==t.Ob(n,24).appearance,"legacy"==t.Ob(n,24).appearance,t.Ob(n,24)._control.errorState,t.Ob(n,24)._canLabelFloat(),t.Ob(n,24)._shouldLabelFloat(),t.Ob(n,24)._hasFloatingLabel(),t.Ob(n,24)._hideControlPlaceholder(),t.Ob(n,24)._control.disabled,t.Ob(n,24)._control.autofilled,t.Ob(n,24)._control.focused,"accent"==t.Ob(n,24).color,"warn"==t.Ob(n,24).color,t.Ob(n,24)._shouldForward("untouched"),t.Ob(n,24)._shouldForward("touched"),t.Ob(n,24)._shouldForward("pristine"),t.Ob(n,24)._shouldForward("dirty"),t.Ob(n,24)._shouldForward("valid"),t.Ob(n,24)._shouldForward("invalid"),t.Ob(n,24)._shouldForward("pending"),!t.Ob(n,24)._animationsEnabled]),l(n,38,1,[t.Ob(n,43)._isServer,t.Ob(n,43).id,t.Ob(n,43).placeholder,t.Ob(n,43).disabled,t.Ob(n,43).required,t.Ob(n,43).readonly&&!t.Ob(n,43)._isNativeSelect||null,t.Ob(n,43).errorState,t.Ob(n,43).required.toString(),t.Ob(n,44).ngClassUntouched,t.Ob(n,44).ngClassTouched,t.Ob(n,44).ngClassPristine,t.Ob(n,44).ngClassDirty,t.Ob(n,44).ngClassValid,t.Ob(n,44).ngClassInvalid,t.Ob(n,44).ngClassPending]),l(n,46,1,["standard"==t.Ob(n,47).appearance,"fill"==t.Ob(n,47).appearance,"outline"==t.Ob(n,47).appearance,"legacy"==t.Ob(n,47).appearance,t.Ob(n,47)._control.errorState,t.Ob(n,47)._canLabelFloat(),t.Ob(n,47)._shouldLabelFloat(),t.Ob(n,47)._hasFloatingLabel(),t.Ob(n,47)._hideControlPlaceholder(),t.Ob(n,47)._control.disabled,t.Ob(n,47)._control.autofilled,t.Ob(n,47)._control.focused,"accent"==t.Ob(n,47).color,"warn"==t.Ob(n,47).color,t.Ob(n,47)._shouldForward("untouched"),t.Ob(n,47)._shouldForward("touched"),t.Ob(n,47)._shouldForward("pristine"),t.Ob(n,47)._shouldForward("dirty"),t.Ob(n,47)._shouldForward("valid"),t.Ob(n,47)._shouldForward("invalid"),t.Ob(n,47)._shouldForward("pending"),!t.Ob(n,47)._animationsEnabled]),l(n,61,1,[t.Ob(n,66)._isServer,t.Ob(n,66).id,t.Ob(n,66).placeholder,t.Ob(n,66).disabled,t.Ob(n,66).required,t.Ob(n,66).readonly&&!t.Ob(n,66)._isNativeSelect||null,t.Ob(n,66).errorState,t.Ob(n,66).required.toString(),t.Ob(n,67).ngClassUntouched,t.Ob(n,67).ngClassTouched,t.Ob(n,67).ngClassPristine,t.Ob(n,67).ngClassDirty,t.Ob(n,67).ngClassValid,t.Ob(n,67).ngClassInvalid,t.Ob(n,67).ngClassPending]),l(n,71,0,t.Ob(n,72).ariaLabel||null,t.Ob(n,72).type,t.Ob(n,73).disabled||null,"NoopAnimations"===t.Ob(n,73)._animationMode,t.Ob(n,73).disabled),l(n,75,0,t.Ob(n,76).disabled||null,"NoopAnimations"===t.Ob(n,76)._animationMode,t.Ob(n,76).disabled),l(n,77,0,e.isUpdate?"UPDATE":"CREATE")})}function E(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"projects-create",[],null,null,null,H,N)),t.zb(1,114688,null,0,D,[s.a,s.l,c.g],null,null)],function(l,n){l(n,1,0)},null)}var Y=t.wb("projects-create",D,E,{},{},[]),B=e("CeGm"),q=e("SVse"),V=e("Y1Mv"),$=e("ZTz/"),W=e("7KAL"),G=function(l){return l.Clone="clone",l.Move="move",l.Restore="restore",l}({});class K{constructor(l,n,e){this.defaults=l,this.dialogRef=n,this.fb=e,this.mode=G.Move,this.onSubmit=new t.o,this.projects=[],this.organizations=[],this.icClose=I.a,this.icDelete=S.a}ngOnInit(){const{organization:l,organizations:n,project:e}=this.defaults;var t;this.project=e,e.isDeleted&&this.mode===G.Move&&(this.mode=G.Restore),this.organization=l,this.organizations=n,this.form=this.fb.group({sourceOrganization:new c.h(l),sourceOrganizationName:new c.h(l.name),destinationOrganization:new c.h(l,[c.w.required])},{validators:[(t=this.mode,l=>{if(t!==G.Move)return null;const{destinationOrganization:n,sourceOrganization:e}=l.value;return(null==n?void 0:n.id)===(null==e?void 0:e.id)?{destinationOrganization:!0}:null})]})}ngOnDestroy(){}selectOrganization(l){this.organization=l.value}submit(){const{destinationOrganization:l}=this.form.value;this.onSubmit.emit({organization:l}),this.dialogRef.close()}compareOrganization(l,n){return(null==l?void 0:l.id)===(null==n?void 0:n.id)}isClone(){return this.mode===G.Clone}projectTitle(){const{project:l}=this;return l?""+l.name:"Projects"}}var J=t.yb({encapsulation:0,styles:[[".title[_ngcontent-%COMP%]{overflow:hidden;text-overflow:ellipsis}"]],data:{}});function X(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,33,null,null,null,null,null,null,null)),(l()(),t.Ab(1,0,null,null,2,"h4",[["class","mt-2 mb-2"]],null,null,null,null,null)),(l()(),t.Yb(2,null,[""," From"])),t.Sb(3,1),(l()(),t.Ab(4,0,null,null,27,"div",[["class","w-full"],["fxLayout","row"],["fxLayoutAlign","space-around start"],["fxLayoutGap","10px"]],null,null,null,null,null)),t.zb(5,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(6,1720320,null,0,b.e,[t.l,t.B,C.b,d.i,b.j,d.f],{fxLayoutGap:[0,"fxLayoutGap"]},null),t.zb(7,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(8,0,null,null,23,"mat-form-field",[["class","w-full mat-form-field"],["fxFlex","100"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-has-label",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,_.b,_.a)),t.zb(9,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),t.zb(10,7520256,null,9,A.g,[t.l,t.h,t.l,[2,C.b],[2,A.c],w.a,t.B,[2,h.a]],null,null),t.Ub(603979776,1,{_controlNonStatic:0}),t.Ub(335544320,2,{_controlStatic:0}),t.Ub(603979776,3,{_labelChildNonStatic:0}),t.Ub(335544320,4,{_labelChildStatic:0}),t.Ub(603979776,5,{_placeholderChild:0}),t.Ub(603979776,6,{_errorChildren:1}),t.Ub(603979776,7,{_hintChildren:1}),t.Ub(603979776,8,{_prefixChildren:1}),t.Ub(603979776,9,{_suffixChildren:1}),t.Tb(2048,null,A.b,null,[A.g]),(l()(),t.Ab(21,0,null,3,2,"mat-label",[],null,null,null,null,null)),t.zb(22,16384,[[3,4],[4,4]],0,A.k,[],null,null),(l()(),t.Yb(-1,null,["Organization"])),(l()(),t.Ab(24,0,null,1,7,"input",[["class","mat-input-element mat-form-field-autofill-control"],["formControlName","sourceOrganizationName"],["matInput",""],["readonly",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"mat-input-server",null],[1,"id",0],[1,"data-placeholder",0],[8,"disabled",0],[8,"required",0],[1,"readonly",0],[1,"aria-invalid",0],[1,"aria-required",0]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"focus"]],function(l,n,e){var a=!0;return"input"===n&&(a=!1!==t.Ob(l,25)._handleInput(e.target.value)&&a),"blur"===n&&(a=!1!==t.Ob(l,25).onTouched()&&a),"compositionstart"===n&&(a=!1!==t.Ob(l,25)._compositionStart()&&a),"compositionend"===n&&(a=!1!==t.Ob(l,25)._compositionEnd(e.target.value)&&a),"focus"===n&&(a=!1!==t.Ob(l,30)._focusChanged(!0)&&a),"blur"===n&&(a=!1!==t.Ob(l,30)._focusChanged(!1)&&a),"input"===n&&(a=!1!==t.Ob(l,30)._onInput()&&a),a},null,null)),t.zb(25,16384,null,0,c.e,[t.G,t.l,[2,c.a]],null,null),t.Tb(1024,null,c.o,function(l){return[l]},[c.e]),t.zb(27,671744,null,0,c.j,[[3,c.d],[8,null],[8,null],[6,c.o],[2,c.z]],{name:[0,"name"]},null),t.Tb(2048,null,c.p,null,[c.j]),t.zb(29,16384,null,0,c.q,[[4,c.p]],null,null),t.zb(30,5128192,null,0,j.a,[t.l,w.a,[6,c.p],[2,c.s],[2,c.k],M.d,[8,null],k.a,t.B,[2,A.b]],{readonly:[0,"readonly"]},null),t.Tb(2048,[[1,4],[2,4]],A.h,null,[j.a]),(l()(),t.Ab(32,0,null,null,1,"mat-divider",[["class","mat-divider"],["role","separator"]],[[1,"aria-orientation",0],[2,"mat-divider-vertical",null],[2,"mat-divider-horizontal",null],[2,"mat-divider-inset",null]],null,null,z.b,z.a)),t.zb(33,49152,null,0,v.a,[],null,null)],function(l,n){l(n,5,0,"row"),l(n,6,0,"10px"),l(n,7,0,"space-around start"),l(n,9,0,"100"),l(n,27,0,"sourceOrganizationName"),l(n,30,0,"")},function(l,n){var e=n.component,a=t.Zb(n,2,0,l(n,3,0,t.Ob(n.parent,0),e.mode));l(n,2,0,a),l(n,8,1,["standard"==t.Ob(n,10).appearance,"fill"==t.Ob(n,10).appearance,"outline"==t.Ob(n,10).appearance,"legacy"==t.Ob(n,10).appearance,t.Ob(n,10)._control.errorState,t.Ob(n,10)._canLabelFloat(),t.Ob(n,10)._shouldLabelFloat(),t.Ob(n,10)._hasFloatingLabel(),t.Ob(n,10)._hideControlPlaceholder(),t.Ob(n,10)._control.disabled,t.Ob(n,10)._control.autofilled,t.Ob(n,10)._control.focused,"accent"==t.Ob(n,10).color,"warn"==t.Ob(n,10).color,t.Ob(n,10)._shouldForward("untouched"),t.Ob(n,10)._shouldForward("touched"),t.Ob(n,10)._shouldForward("pristine"),t.Ob(n,10)._shouldForward("dirty"),t.Ob(n,10)._shouldForward("valid"),t.Ob(n,10)._shouldForward("invalid"),t.Ob(n,10)._shouldForward("pending"),!t.Ob(n,10)._animationsEnabled]),l(n,24,1,[t.Ob(n,29).ngClassUntouched,t.Ob(n,29).ngClassTouched,t.Ob(n,29).ngClassPristine,t.Ob(n,29).ngClassDirty,t.Ob(n,29).ngClassValid,t.Ob(n,29).ngClassInvalid,t.Ob(n,29).ngClassPending,t.Ob(n,30)._isServer,t.Ob(n,30).id,t.Ob(n,30).placeholder,t.Ob(n,30).disabled,t.Ob(n,30).required,t.Ob(n,30).readonly&&!t.Ob(n,30)._isNativeSelect||null,t.Ob(n,30).errorState,t.Ob(n,30).required.toString()]),l(n,32,0,t.Ob(n,33).vertical?"vertical":"horizontal",t.Ob(n,33).vertical,!t.Ob(n,33).vertical,t.Ob(n,33).inset)})}function Q(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"mat-option",[["class","mat-option mat-focus-indicator"],["role","option"]],[[1,"tabindex",0],[2,"mat-selected",null],[2,"mat-option-multiple",null],[2,"mat-active",null],[8,"id",0],[1,"aria-selected",0],[1,"aria-disabled",0],[2,"mat-option-disabled",null]],[[null,"click"],[null,"keydown"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,1)._selectViaInteraction()&&a),"keydown"===n&&(a=!1!==t.Ob(l,1)._handleKeydown(e)&&a),a},B.c,B.a)),t.zb(1,8568832,[[19,4]],0,M.q,[t.l,t.h,[2,M.j],[2,M.i]],{value:[0,"value"]},null),(l()(),t.Yb(2,0,[" "," "]))],function(l,n){l(n,1,0,n.context.$implicit)},function(l,n){l(n,0,0,t.Ob(n,1)._getTabIndex(),t.Ob(n,1).selected,t.Ob(n,1).multiple,t.Ob(n,1).active,t.Ob(n,1).id,t.Ob(n,1)._getAriaSelected(),t.Ob(n,1).disabled.toString(),t.Ob(n,1).disabled),l(n,2,0,n.context.$implicit.name)})}function Z(l){return t.bc(0,[t.Qb(0,q.y,[]),(l()(),t.Ab(1,0,null,null,67,"form",[["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngSubmit"],[null,"submit"],[null,"reset"]],function(l,n,e){var a=!0,u=l.component;return"submit"===n&&(a=!1!==t.Ob(l,3).onSubmit(e)&&a),"reset"===n&&(a=!1!==t.Ob(l,3).onReset()&&a),"ngSubmit"===n&&(a=!1!==u.submit()&&a),a},null,null)),t.zb(2,16384,null,0,c.A,[],null,null),t.zb(3,540672,null,0,c.k,[[8,null],[8,null]],{form:[0,"form"]},{ngSubmit:"ngSubmit"}),t.Tb(2048,null,c.d,null,[c.k]),t.zb(5,16384,null,0,c.r,[[6,c.d]],null,null),(l()(),t.Ab(6,0,null,null,12,"div",[["class","mat-dialog-title"],["fxLayout","row"],["fxLayoutAlign","start center"],["mat-dialog-title",""]],[[8,"id",0]],null,null,null,null)),t.zb(7,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(8,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),t.zb(9,81920,null,0,s.m,[[2,s.l],t.l,s.e],null,null),(l()(),t.Ab(10,0,null,null,2,"h2",[["class","headline m-0 title"],["fxFlex","auto"]],null,null,null,null,null)),t.zb(11,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Yb(12,null,["",""])),(l()(),t.Ab(13,0,null,null,5,"button",[["class","text-secondary mat-focus-indicator"],["mat-dialog-close",""],["mat-icon-button",""],["type","button"]],[[1,"aria-label",0],[1,"type",0],[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,14)._onButtonClick(e)&&a),a},m.d,m.b)),t.zb(14,606208,null,0,s.g,[[2,s.l],t.l,s.e],{type:[0,"type"],dialogResult:[1,"dialogResult"]},null),t.zb(15,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Ab(16,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(17,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(18,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Ab(19,0,null,null,1,"mat-divider",[["class","mat-divider"],["role","separator"]],[[1,"aria-orientation",0],[2,"mat-divider-vertical",null],[2,"mat-divider-horizontal",null],[2,"mat-divider-inset",null]],null,null,z.b,z.a)),t.zb(20,49152,null,0,v.a,[],null,null),(l()(),t.Ab(21,0,null,null,38,"mat-dialog-content",[["class","mat-dialog-content"]],null,null,null,null,null)),t.zb(22,16384,null,0,s.j,[],null,null),(l()(),t.jb(16777216,null,null,1,null,X)),t.zb(24,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.Ab(25,0,null,null,2,"h4",[["class","mb-2 mt-2"]],null,null,null,null,null)),(l()(),t.Yb(26,null,[""," To"])),t.Sb(27,1),(l()(),t.Ab(28,0,null,null,31,"div",[["class","w-full"],["fxLayout","row"],["fxLayoutAlign","space-around start"],["fxLayoutGap","10px"]],null,null,null,null,null)),t.zb(29,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(30,1720320,null,0,b.e,[t.l,t.B,C.b,d.i,b.j,d.f],{fxLayoutGap:[0,"fxLayoutGap"]},null),t.zb(31,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(32,0,null,null,27,"mat-form-field",[["class","w-full mat-form-field"],["fxFlex","fill"]],[[2,"mat-form-field-appearance-standard",null],[2,"mat-form-field-appearance-fill",null],[2,"mat-form-field-appearance-outline",null],[2,"mat-form-field-appearance-legacy",null],[2,"mat-form-field-invalid",null],[2,"mat-form-field-can-float",null],[2,"mat-form-field-should-float",null],[2,"mat-form-field-has-label",null],[2,"mat-form-field-hide-placeholder",null],[2,"mat-form-field-disabled",null],[2,"mat-form-field-autofilled",null],[2,"mat-focused",null],[2,"mat-accent",null],[2,"mat-warn",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[2,"_mat-animation-noopable",null]],null,null,_.b,_.a)),t.zb(33,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),t.zb(34,7520256,null,9,A.g,[t.l,t.h,t.l,[2,C.b],[2,A.c],w.a,t.B,[2,h.a]],null,null),t.Ub(603979776,10,{_controlNonStatic:0}),t.Ub(335544320,11,{_controlStatic:0}),t.Ub(603979776,12,{_labelChildNonStatic:0}),t.Ub(335544320,13,{_labelChildStatic:0}),t.Ub(603979776,14,{_placeholderChild:0}),t.Ub(603979776,15,{_errorChildren:1}),t.Ub(603979776,16,{_hintChildren:1}),t.Ub(603979776,17,{_prefixChildren:1}),t.Ub(603979776,18,{_suffixChildren:1}),t.Tb(2048,null,A.b,null,[A.g]),(l()(),t.Ab(45,0,null,3,2,"mat-label",[],null,null,null,null,null)),t.zb(46,16384,[[12,4],[13,4]],0,A.k,[],null,null),(l()(),t.Yb(-1,null,["Organization"])),(l()(),t.Ab(48,0,null,1,11,"mat-select",[["aria-autocomplete","none"],["aria-haspopup","true"],["class","mat-select"],["formControlName","destinationOrganization"],["role","combobox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null],[1,"id",0],[1,"tabindex",0],[1,"aria-controls",0],[1,"aria-expanded",0],[1,"aria-label",0],[1,"aria-required",0],[1,"aria-disabled",0],[1,"aria-invalid",0],[1,"aria-describedby",0],[1,"aria-activedescendant",0],[2,"mat-select-disabled",null],[2,"mat-select-invalid",null],[2,"mat-select-required",null],[2,"mat-select-empty",null],[2,"mat-select-multiple",null]],[[null,"selectionChange"],[null,"keydown"],[null,"focus"],[null,"blur"]],function(l,n,e){var a=!0,u=l.component;return"keydown"===n&&(a=!1!==t.Ob(l,53)._handleKeydown(e)&&a),"focus"===n&&(a=!1!==t.Ob(l,53)._onFocus()&&a),"blur"===n&&(a=!1!==t.Ob(l,53)._onBlur()&&a),"selectionChange"===n&&(a=!1!==u.selectOrganization(e)&&a),a},V.b,V.a)),t.Tb(6144,null,M.j,null,[$.d]),t.zb(50,671744,null,0,c.j,[[3,c.d],[8,null],[8,null],[8,null],[2,c.z]],{name:[0,"name"]},null),t.Tb(2048,null,c.p,null,[c.j]),t.zb(52,16384,null,0,c.q,[[4,c.p]],null,null),t.zb(53,2080768,null,3,$.d,[W.e,t.h,t.B,M.d,t.l,[2,C.b],[2,c.s],[2,c.k],[2,A.b],[6,c.p],[8,null],$.b,f.k,[2,$.a]],{compareWith:[0,"compareWith"]},{selectionChange:"selectionChange"}),t.Ub(603979776,19,{options:1}),t.Ub(603979776,20,{optionGroups:1}),t.Ub(603979776,21,{customTrigger:0}),t.Tb(2048,[[10,4],[11,4]],A.h,null,[$.d]),(l()(),t.jb(16777216,null,1,1,null,Q)),t.zb(59,278528,null,0,q.m,[t.R,t.O,t.u],{ngForOf:[0,"ngForOf"]},null),(l()(),t.Ab(60,0,null,null,8,"mat-dialog-actions",[["align","end"],["class","mat-dialog-actions"]],null,null,null,null,null)),t.zb(61,16384,null,0,s.f,[],null,null),(l()(),t.Ab(62,0,null,null,2,"button",[["class","mat-focus-indicator"],["color","primary"],["mat-button",""],["type","submit"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],null,null,m.d,m.b)),t.zb(63,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{disabled:[0,"disabled"],color:[1,"color"]},null),(l()(),t.Yb(-1,0,["SUBMIT"])),(l()(),t.Ab(65,0,null,null,3,"button",[["class","mat-focus-indicator"],["mat-button",""],["mat-dialog-close",""],["type","button"]],[[1,"aria-label",0],[1,"type",0],[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,66)._onButtonClick(e)&&a),a},m.d,m.b)),t.zb(66,606208,null,0,s.g,[[2,s.l],t.l,s.e],{type:[0,"type"],dialogResult:[1,"dialogResult"]},null),t.zb(67,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Yb(-1,0,["CANCEL"]))],function(l,n){var e=n.component;l(n,3,0,e.form),l(n,7,0,"row"),l(n,8,0,"start center"),l(n,9,0),l(n,11,0,"auto"),l(n,14,0,"button",""),l(n,17,0),l(n,18,0,e.icClose),l(n,24,0,!e.isClone()&&!e.project.isDeleted),l(n,29,0,"row"),l(n,30,0,"10px"),l(n,31,0,"space-around start"),l(n,33,0,"fill"),l(n,50,0,"destinationOrganization"),l(n,53,0,e.compareOrganization),l(n,59,0,e.organizations),l(n,63,0,e.form.invalid,"primary"),l(n,66,0,"button","")},function(l,n){var e=n.component;l(n,1,0,t.Ob(n,5).ngClassUntouched,t.Ob(n,5).ngClassTouched,t.Ob(n,5).ngClassPristine,t.Ob(n,5).ngClassDirty,t.Ob(n,5).ngClassValid,t.Ob(n,5).ngClassInvalid,t.Ob(n,5).ngClassPending),l(n,6,0,t.Ob(n,9).id),l(n,12,0,e.projectTitle()),l(n,13,0,t.Ob(n,14).ariaLabel||null,t.Ob(n,14).type,t.Ob(n,15).disabled||null,"NoopAnimations"===t.Ob(n,15)._animationMode,t.Ob(n,15).disabled),l(n,16,0,t.Ob(n,17)._usingFontIcon()?"font":"svg",t.Ob(n,17)._svgName||t.Ob(n,17).fontIcon,t.Ob(n,17)._svgNamespace||t.Ob(n,17).fontSet,t.Ob(n,17).inline,"primary"!==t.Ob(n,17).color&&"accent"!==t.Ob(n,17).color&&"warn"!==t.Ob(n,17).color,t.Ob(n,18).inline,t.Ob(n,18).size,t.Ob(n,18).iconHTML),l(n,19,0,t.Ob(n,20).vertical?"vertical":"horizontal",t.Ob(n,20).vertical,!t.Ob(n,20).vertical,t.Ob(n,20).inset);var a=t.Zb(n,26,0,l(n,27,0,t.Ob(n,0),e.mode));l(n,26,0,a),l(n,32,1,["standard"==t.Ob(n,34).appearance,"fill"==t.Ob(n,34).appearance,"outline"==t.Ob(n,34).appearance,"legacy"==t.Ob(n,34).appearance,t.Ob(n,34)._control.errorState,t.Ob(n,34)._canLabelFloat(),t.Ob(n,34)._shouldLabelFloat(),t.Ob(n,34)._hasFloatingLabel(),t.Ob(n,34)._hideControlPlaceholder(),t.Ob(n,34)._control.disabled,t.Ob(n,34)._control.autofilled,t.Ob(n,34)._control.focused,"accent"==t.Ob(n,34).color,"warn"==t.Ob(n,34).color,t.Ob(n,34)._shouldForward("untouched"),t.Ob(n,34)._shouldForward("touched"),t.Ob(n,34)._shouldForward("pristine"),t.Ob(n,34)._shouldForward("dirty"),t.Ob(n,34)._shouldForward("valid"),t.Ob(n,34)._shouldForward("invalid"),t.Ob(n,34)._shouldForward("pending"),!t.Ob(n,34)._animationsEnabled]),l(n,48,1,[t.Ob(n,52).ngClassUntouched,t.Ob(n,52).ngClassTouched,t.Ob(n,52).ngClassPristine,t.Ob(n,52).ngClassDirty,t.Ob(n,52).ngClassValid,t.Ob(n,52).ngClassInvalid,t.Ob(n,52).ngClassPending,t.Ob(n,53).id,t.Ob(n,53).tabIndex,t.Ob(n,53).panelOpen?t.Ob(n,53).id+"-panel":null,t.Ob(n,53).panelOpen,t.Ob(n,53).ariaLabel||null,t.Ob(n,53).required.toString(),t.Ob(n,53).disabled.toString(),t.Ob(n,53).errorState,t.Ob(n,53)._ariaDescribedby||null,t.Ob(n,53)._getAriaActiveDescendant(),t.Ob(n,53).disabled,t.Ob(n,53).errorState,t.Ob(n,53).required,t.Ob(n,53).empty,t.Ob(n,53).multiple]),l(n,62,0,t.Ob(n,63).disabled||null,"NoopAnimations"===t.Ob(n,63)._animationMode,t.Ob(n,63).disabled),l(n,65,0,t.Ob(n,66).ariaLabel||null,t.Ob(n,66).type,t.Ob(n,67).disabled||null,"NoopAnimations"===t.Ob(n,67)._animationMode,t.Ob(n,67).disabled)})}function ll(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"stoobly-projects-move",[],null,null,null,Z,J)),t.zb(1,245760,null,0,K,[s.a,s.l,c.g],null,null)],function(l,n){l(n,1,0)},null)}var nl=t.wb("stoobly-projects-move",K,ll,{mode:"mode"},{onSubmit:"onSubmit"},[]),el=e("pMnS"),tl=e("MqSg"),al=e("007U"),ul=e("eTQ1"),il=e("Pwwu"),ol=e("M9ds"),rl=e("tx0H"),cl=e("UTQ3"),sl=e("ura0"),bl=e("6uZp"),dl=e.n(bl),ml=e("om0Q"),pl=e.n(ml),fl=e("pN9m"),hl=e.n(fl),gl=e("h+Y6"),Ol=e.n(gl),yl=e("CdmR"),xl=e.n(yl),zl=e("rwX0"),vl=e.n(zl),_l=e("YA1h"),Al=e.n(_l),Cl=e("bE8U"),wl=e.n(Cl),jl=e("PNSm"),Ml=e.n(jl);class kl{constructor(){this.delete=new t.o,this.move=new t.o,this.toggleStar=new t.o,this.update=new t.o,this.view=new t.o,this.icBusiness=dl.a,this.icPhone=Al.a,this.icMail=F.a,this.icChat=pl.a,this.icStar=wl.a,this.icStarBorder=Ml.a,this.icPeople=vl.a,this.icEdit=hl.a,this.icLink=Ol.a,this.icDelete=S.a,this.icOpenWith=xl.a}ngOnInit(){}emitToggleStar(l,n){l.stopPropagation(),this.toggleStar.emit(n)}}var Tl=t.yb({encapsulation:0,styles:[[""]],data:{}});function Il(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"mat-icon",[["class","text-amber-500 mat-icon notranslate"],["role","img"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1],[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null]],null,null,g.b,g.a)),t.zb(1,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),t.zb(2,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null)],function(l,n){l(n,1,0,n.component.icStar),l(n,2,0)},function(l,n){l(n,0,0,t.Ob(n,1).inline,t.Ob(n,1).size,t.Ob(n,1).iconHTML,t.Ob(n,2)._usingFontIcon()?"font":"svg",t.Ob(n,2)._svgName||t.Ob(n,2).fontIcon,t.Ob(n,2)._svgNamespace||t.Ob(n,2).fontSet,t.Ob(n,2).inline,"primary"!==t.Ob(n,2).color&&"accent"!==t.Ob(n,2).color&&"warn"!==t.Ob(n,2).color)})}function Ll(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1],[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null]],null,null,g.b,g.a)),t.zb(1,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),t.zb(2,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null)],function(l,n){l(n,1,0,n.component.icStarBorder),l(n,2,0)},function(l,n){l(n,0,0,t.Ob(n,1).inline,t.Ob(n,1).size,t.Ob(n,1).iconHTML,t.Ob(n,2)._usingFontIcon()?"font":"svg",t.Ob(n,2)._svgName||t.Ob(n,2).fontIcon,t.Ob(n,2)._svgNamespace||t.Ob(n,2).fontSet,t.Ob(n,2).inline,"primary"!==t.Ob(n,2).color&&"accent"!==t.Ob(n,2).color&&"warn"!==t.Ob(n,2).color)})}function Sl(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,36,"div",[["class","card overflow-hidden"]],null,null,null,null,null)),(l()(),t.Ab(1,0,null,null,17,"div",[["class","p-4 text-center hover:bg-hover trans-ease-out cursor-pointer relative mat-ripple"],["matRipple",""]],[[2,"mat-ripple-unbounded",null]],[[null,"click"]],function(l,n,e){var t=!0,a=l.component;return"click"===n&&(t=!1!==a.view.emit(a.project.id)&&t),t},null,null)),t.zb(2,212992,null,0,M.v,[t.l,t.B,w.a,[2,M.k],[2,h.a]],null,null),(l()(),t.Ab(3,0,null,null,2,"div",[["class","mx-auto h-24 w-24"]],null,null,null,null,null)),(l()(),t.Ab(4,0,null,null,1,"ngx-avatar",[["class","avatar"],["size","100"]],null,null,null,rl.b,rl.a)),t.zb(5,704512,null,0,cl.a,[cl.d,cl.c],{size:[0,"size"],initials:[1,"initials"]},null),(l()(),t.Ab(6,0,null,null,1,"h2",[["class","title mb-1 mt-3"]],null,null,null,null,null)),(l()(),t.Yb(7,null,["",""])),(l()(),t.Ab(8,0,null,null,4,"div",[["class","body-2 text-secondary"]],null,null,null,null,null)),t.zb(9,278528,null,0,q.k,[t.u,t.v,t.l,t.G],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),t.zb(10,933888,null,0,sl.a,[t.l,d.i,d.f,t.u,t.v,t.G,[6,q.k]],{ngClass:[0,"ngClass"],klass:[1,"klass"]},null),(l()(),t.Ab(11,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),t.Yb(12,null,["",""])),(l()(),t.Ab(13,0,null,null,5,"button",[["class","absolute top-2 right-2 mat-focus-indicator"],["mat-icon-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0,a=l.component;return"click"===n&&(t=!1!==a.emitToggleStar(e,null==a.project?null:a.project.id)&&t),t},m.d,m.b)),t.zb(14,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.jb(16777216,null,0,1,null,Il)),t.zb(16,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.jb(16777216,null,0,1,null,Ll)),t.zb(18,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.Ab(19,0,null,null,17,"div",[["class","bg-app-bar p-2"],["fxLayout","row"],["fxLayoutAlign","space-around center"]],null,null,null,null,null)),t.zb(20,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(21,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(22,0,null,null,4,"button",[["class","text-secondary mat-focus-indicator"],["mat-icon-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0,a=l.component;return"click"===n&&(t=!1!==a.update.emit(a.project)&&t),t},m.d,m.b)),t.zb(23,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Ab(24,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1],[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null]],null,null,g.b,g.a)),t.zb(25,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),t.zb(26,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),(l()(),t.Ab(27,0,null,null,4,"button",[["class","text-secondary mat-focus-indicator"],["mat-icon-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0,a=l.component;return"click"===n&&(t=!1!==a.move.emit(a.project.id)&&t),t},m.d,m.b)),t.zb(28,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Ab(29,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1],[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null]],null,null,g.b,g.a)),t.zb(30,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),t.zb(31,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),(l()(),t.Ab(32,0,null,null,4,"button",[["class","text-secondary mat-focus-indicator"],["mat-icon-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0,a=l.component;return"click"===n&&(t=!1!==a.delete.emit(a.project.id)&&t),t},m.d,m.b)),t.zb(33,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Ab(34,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1],[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null]],null,null,g.b,g.a)),t.zb(35,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),t.zb(36,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null)],function(l,n){var e=n.component;l(n,2,0),l(n,5,0,"100",t.Hb(1,"",e.project.name,"")),l(n,9,0,"body-2 text-secondary",e.project.description?"":"text-transparent"),l(n,10,0,e.project.description?"":"text-transparent","body-2 text-secondary"),l(n,16,0,null==e.project?null:e.project.starred),l(n,18,0,!(null!=e.project&&e.project.starred)),l(n,20,0,"row"),l(n,21,0,"space-around center"),l(n,25,0,e.icEdit),l(n,26,0),l(n,30,0,e.icOpenWith),l(n,31,0),l(n,35,0,e.icDelete),l(n,36,0)},function(l,n){var e=n.component;l(n,1,0,t.Ob(n,2).unbounded),l(n,7,0,null==e.project?null:e.project.name),l(n,12,0,e.project.description?e.project.description:"N/A"),l(n,13,0,t.Ob(n,14).disabled||null,"NoopAnimations"===t.Ob(n,14)._animationMode,t.Ob(n,14).disabled),l(n,22,0,t.Ob(n,23).disabled||null,"NoopAnimations"===t.Ob(n,23)._animationMode,t.Ob(n,23).disabled),l(n,24,0,t.Ob(n,25).inline,t.Ob(n,25).size,t.Ob(n,25).iconHTML,t.Ob(n,26)._usingFontIcon()?"font":"svg",t.Ob(n,26)._svgName||t.Ob(n,26).fontIcon,t.Ob(n,26)._svgNamespace||t.Ob(n,26).fontSet,t.Ob(n,26).inline,"primary"!==t.Ob(n,26).color&&"accent"!==t.Ob(n,26).color&&"warn"!==t.Ob(n,26).color),l(n,27,0,t.Ob(n,28).disabled||null,"NoopAnimations"===t.Ob(n,28)._animationMode,t.Ob(n,28).disabled),l(n,29,0,t.Ob(n,30).inline,t.Ob(n,30).size,t.Ob(n,30).iconHTML,t.Ob(n,31)._usingFontIcon()?"font":"svg",t.Ob(n,31)._svgName||t.Ob(n,31).fontIcon,t.Ob(n,31)._svgNamespace||t.Ob(n,31).fontSet,t.Ob(n,31).inline,"primary"!==t.Ob(n,31).color&&"accent"!==t.Ob(n,31).color&&"warn"!==t.Ob(n,31).color),l(n,32,0,t.Ob(n,33).disabled||null,"NoopAnimations"===t.Ob(n,33)._animationMode,t.Ob(n,33).disabled),l(n,34,0,t.Ob(n,35).inline,t.Ob(n,35).size,t.Ob(n,35).iconHTML,t.Ob(n,36)._usingFontIcon()?"font":"svg",t.Ob(n,36)._svgName||t.Ob(n,36).fontIcon,t.Ob(n,36)._svgNamespace||t.Ob(n,36).fontSet,t.Ob(n,36).inline,"primary"!==t.Ob(n,36).color&&"accent"!==t.Ob(n,36).color&&"warn"!==t.Ob(n,36).color)})}var Pl=e("Nhcz"),Fl=e("qXT7"),Ul=e("rJgo"),Rl=e("A4cF"),Dl=e("1O3W"),Nl=e("vkgz"),Hl=e("XXSj"),El=e("zK3P"),Yl=function(l){return l.isDeleted="is_deleted",l.shared="shared",l}({}),Bl=e("V99k"),ql=e("9kE9"),Vl=function(l){return l[l.Organization=0]="Organization",l[l.SharedWithMe=1]="SharedWithMe",l[l.Trash=2]="Trash",l}({});class $l{constructor(l,n,e,t,a,u,i,o,r,c,s,b,d){this.icons=l,this.activatedRoute=n,this.dialog=e,this.layoutConfigService=t,this.location=a,this.projectDataService=u,this.projectsDataService=i,this.projectResource=o,this.organizationDataService=r,this.organizationResource=c,this.route=s,this.router=b,this.userData=d,this.activeTabIndex=Vl.Organization,this.projects=[],this.trackById=El.a,this.theme=Hl.a,this.openDialog=(l,n={},e={},t)=>{const a=this.dialog.open(l,{data:n,maxWidth:"1000px",minWidth:"750px",width:"50%"}),u=a.componentInstance.onSubmit.subscribe(l=>{t&&t(l)});Object.keys(e).forEach(l=>{a.componentInstance[l]=e[l]}),a.afterClosed().subscribe(()=>u.unsubscribe())},this.layoutConfigService.setIkaros()}ngOnInit(){const l=this.route.snapshot;this.indexParams=this.initializeIndexParams(l.queryParams),this.projects=this.initializeProjects(l),this.organizations=this.initializeOrganizations(l),this.initializeTabs(l)}createProject(l){l.organization_id=this.selectedOrganization.id,this.projectResource.create(l).subscribe(l=>{this.projects.unshift(l)},l=>{})}updateProject(l,n){this.projectResource.update(l.id,n).subscribe(()=>this.getProjects().subscribe(),l=>{})}getProjects(l=this.indexParams){return this.projectResource.index(l).pipe(Object(Nl.a)(l=>{this.projects=l.list.map(l=>new Bl.r(l))}))}deleteProject(l){this.projectResource.destroy(l).subscribe(n=>{this.projects=this.projects.filter(n=>n.id!==l)},l=>{})}getOrganizations(){this.organizationResource.index().subscribe(l=>{this.organizations=l},l=>{})}createOrganization(l){this.organizationResource.create(l).subscribe(l=>{this.organizations.push(l),this.organizations=this.organizations.slice(0)},l=>{})}openMoveProjectDialog(l){const n=this.projects.find(n=>n.id===l);this.openDialog(K,{organization:this.selectedOrganization,organizations:[this.shadowOrganization,...this.organizations],project:n},{mode:G.Move},l=>{const{organization:e}=l;this.updateProject(n,{organization_id:e.id})})}handleTabChange(l,n={page:0,size:20}){switch(l.index){case Vl.Organization:delete n.filter,this.selectedOrganization.isShadow||(n.organization_id=this.selectedOrganization.id);break;case Vl.SharedWithMe:if(this.selectedOrganization.isShadow){n.filter=Yl.shared,this.indexParams=n;break}case Vl.Trash:n.filter=Yl.isDeleted,this.selectedOrganization.isShadow||(n.organization_id=this.selectedOrganization.id)}this.getProjects(n).subscribe(()=>{this.activeTabIndex=l.index,this.indexParams=n,this.updateUrlQueryParams(this.indexParams)})}viewOrganization(l){this.selectedOrganization=l,this.organizationDataService.set(this.selectedOrganization),this.handleTabChange({index:Vl.Organization})}openCreateDialog(){const l=this.dialog.open(D,{maxWidth:"750px",minWidth:"500px",width:"50%"}),n=l.componentInstance.onCreate.subscribe(l=>{this.createProject(l)});l.afterClosed().subscribe(()=>{n.unsubscribe()})}openUpdateDialog(l){const n=this.dialog.open(D,{maxWidth:"750px",minWidth:"500px",width:"50%",data:l}),e=n.componentInstance.onCreate.subscribe(n=>{this.updateProject(l,n)});n.afterClosed().subscribe(()=>{e.unsubscribe()})}showRequests(l){this.router.navigateByUrl("/requests?project_id="+l)}showProjectMembers(l){this.router.navigateByUrl(`/projects/${l}/members`)}showUserOrganizations(){this.router.navigateByUrl(`/users/${this.userData.user.id}/organizations`)}showOrganization(){this.router.navigateByUrl(`/organizations/${this.selectedOrganization.id}/settings`)}toggleStar(l){const n=this.projects.find(n=>n.id===l);n&&this.updateProject(n,{starred:!n.starred})}openCreateOrganizationDialog(){const l=this.dialog.open(ql.a,{maxWidth:"750px",minWidth:"500px",width:"50%"}),n=l.componentInstance.onCreate.subscribe(l=>{this.createOrganization(l)});l.afterClosed().subscribe(()=>{n.unsubscribe()})}ngOnDestroy(){this.layoutConfigService.setZeus()}initializeOrganizations(l){const n=l.data.organizations.map(l=>new Bl.l(l));return this.selectedOrganization=n.find(n=>n.id===parseInt(l.queryParams.organization_id)),this.shadowOrganization=n.find(l=>l.isShadow),this.selectedOrganization=this.selectedOrganization||this.shadowOrganization,this.organizationDataService.set(this.selectedOrganization),n.filter(l=>!l.isShadow)}initializeProjects(l){const n=l.data.projects.list.map(l=>new Bl.r(l));return this.projectsDataService.set(this.projects),this.projectDataService.set(null),n}initializeTabs(l){this.activeTabIndex=this.filterToIndex(l.queryParams.filter)}filterToIndex(l){var n;switch(l||(l=this.route.snapshot.queryParams.filter),l){case Yl.shared:return Vl.SharedWithMe;case Yl.isDeleted:return(null===(n=this.selectedOrganization)||void 0===n?void 0:n.isShadow)?Vl.Trash:Vl.SharedWithMe;default:return Vl.Organization}}updateUrlQueryParams(l){Object.entries(l).forEach(([l,n])=>{this.indexParams[l]=n});const n=this.router.createUrlTree([],{relativeTo:this.activatedRoute,queryParams:this.snakeCaseKeys(this.indexParams)}).toString();this.location.go(n)}snakeCaseKeys(l){const n=Object.assign({},l);return Object.entries(n).forEach(([l,e])=>{n[this.camelToSnakeCase(l)]=e}),n}camelToSnakeCase(l){return"string"!=typeof l?l:l.replace(/[A-Z]/g,l=>"_"+l.toLowerCase())}initializeIndexParams(l){const n=Object.assign({},l);return n.page=n.page||0,n.size=n.size||20,n}}var Wl=e("7wwx"),Gl=e.n(Wl),Kl=e("LgSP"),Jl=e.n(Kl),Xl=e("MzEE"),Ql=e.n(Xl),Zl=e("baq9"),ln=e.n(Zl),nn=e("+4LO"),en=e.n(nn),tn=e("sF+I"),an=e.n(tn),un=e("hF2C"),on=e.n(un);let rn=(()=>{class l{constructor(){this.icSearch=an.a,this.icCloudDownload=Ql.a,this.icFilterList=en.a,this.icArrowDropDown=Jl.a,this.icAdd=Gl.a,this.icPeople=vl.a,this.icCollections=ln.a,this.icSettings=on.a}}return l.\u0275prov=t.cc({factory:function(){return new l},token:l,providedIn:"root"}),l})();var cn=e("iInd"),sn=e("U9Lm"),bn=e("msBP"),dn=e("sNP5"),mn=e("4UAC"),pn=e("HZ73"),fn=e("wjWB"),hn=e("m/Wb"),gn=t.yb({encapsulation:0,styles:[[".tab-container[_ngcontent-%COMP%]{display:block!important}"]],data:{animation:[{type:7,name:"scaleIn",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"scale(0)"},offset:null},{type:4,styles:{type:6,styles:{transform:"scale(1)"},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}},{type:7,name:"fadeInRight",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"translateX(-20px)",opacity:0},offset:null},{type:4,styles:{type:6,styles:{transform:"translateX(0)",opacity:1},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}},{type:7,name:"stagger",definitions:[{type:1,expr:"* => *",animation:[{type:11,selector:"@fadeInUp, @fadeInRight, @scaleIn",animation:{type:12,timings:40,animation:{type:9,options:null}},options:{optional:!0}}],options:null}],options:{}},{type:7,name:"fadeInUp",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"translateY(20px)",opacity:0},offset:null},{type:4,styles:{type:6,styles:{transform:"translateY(0)",opacity:1},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}},{type:7,name:"scaleFadeIn",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"scale(0.8)",opacity:0},offset:null},{type:4,styles:{type:6,styles:{transform:"scale(1)",opacity:1},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}}]}});function On(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,3,"button",[["class","ltr:ml-2 mat-focus-indicator"],["color","primary"],["mat-icon-button",""]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==l.component.showOrganization()&&t),t},m.d,m.b)),t.zb(1,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{color:[0,"color"]},null),(l()(),t.Ab(2,0,null,0,1,"ic-icon",[["inline","true"],["size","25px"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(3,606208,null,0,y.a,[x.b],{icon:[0,"icon"],inline:[1,"inline"],size:[2,"size"]},null)],function(l,n){var e=n.component;l(n,1,0,"primary"),l(n,3,0,e.icons.icSettings,"true","25px")},function(l,n){l(n,0,0,t.Ob(n,1).disabled||null,"NoopAnimations"===t.Ob(n,1)._animationMode,t.Ob(n,1).disabled),l(n,2,0,t.Ob(n,3).inline,t.Ob(n,3).size,t.Ob(n,3).iconHTML)})}function yn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function xn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,15,"div",[["class","mt-5 tab-container"]],null,null,null,null,null)),(l()(),t.Ab(1,0,null,null,11,"div",[["class","container "],["fxFlex","100"],["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(2,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(3,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),t.zb(4,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Ab(5,0,null,null,1,"h5",[],[[24,"@fadeInRight",0]],null,null,null,null)),(l()(),t.Yb(-1,null,["Projects"])),(l()(),t.Ab(7,0,null,null,5,"button",[["class","ltr:ml-3 rtl:mr-4 mat-focus-indicator"],["color","primary"],["mat-raised-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==l.component.openCreateDialog()&&t),t},m.d,m.b)),t.zb(8,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{color:[0,"color"]},null),(l()(),t.Ab(9,0,null,0,1,"ic-icon",[["class","ltr:mr-1 rtl:ml-1 ltr:-ml-1 rtl:-mr-1"],["inline","true"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(10,606208,null,0,y.a,[x.b],{icon:[0,"icon"],inline:[1,"inline"]},null),(l()(),t.Ab(11,0,null,0,1,"span",[],null,null,null,null,null)),(l()(),t.Yb(-1,null,["CREATE"])),(l()(),t.jb(16777216,null,null,2,null,yn)),t.zb(14,540672,null,0,q.u,[t.R],{ngTemplateOutletContext:[0,"ngTemplateOutletContext"],ngTemplateOutlet:[1,"ngTemplateOutlet"]},null),t.Rb(15,{projects:0})],function(l,n){var e=n.component;l(n,2,0,"row"),l(n,3,0,"start center"),l(n,4,0,"100"),l(n,8,0,"primary"),l(n,10,0,e.icons.icAdd,"true");var a=l(n,15,0,e.projects);l(n,14,0,a,t.Ob(n.parent,49))},function(l,n){l(n,5,0,void 0),l(n,7,0,t.Ob(n,8).disabled||null,"NoopAnimations"===t.Ob(n,8)._animationMode,t.Ob(n,8).disabled),l(n,9,0,t.Ob(n,10).inline,t.Ob(n,10).size,t.Ob(n,10).iconHTML)})}function zn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function vn(l){return t.bc(0,[(l()(),t.jb(16777216,null,null,2,null,zn)),t.zb(1,540672,null,0,q.u,[t.R],{ngTemplateOutletContext:[0,"ngTemplateOutletContext"],ngTemplateOutlet:[1,"ngTemplateOutlet"]},null),t.Rb(2,{projects:0}),(l()(),t.jb(0,null,null,0))],function(l,n){var e=l(n,2,0,n.component.projects);l(n,1,0,e,t.Ob(n.parent.parent,49))},null)}function _n(l){return t.bc(0,[(l()(),t.Ab(0,16777216,null,null,6,"mat-tab",[["label","Shared With Me"]],null,null,null,il.f,il.a)),t.zb(1,770048,[[1,4]],2,ol.d,[t.R,ol.b],{textLabel:[0,"textLabel"]},null),t.Ub(603979776,4,{templateLabel:0}),t.Ub(335544320,5,{_explicitContent:0}),(l()(),t.jb(0,[[5,2]],0,2,null,vn)),t.Tb(6144,null,ol.o,null,[ol.g]),t.zb(6,16384,null,0,ol.g,[t.O],null,null),(l()(),t.jb(0,null,null,0))],function(l,n){l(n,1,0,"Shared With Me")},null)}function An(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function Cn(l){return t.bc(0,[(l()(),t.jb(16777216,null,null,2,null,An)),t.zb(1,540672,null,0,q.u,[t.R],{ngTemplateOutletContext:[0,"ngTemplateOutletContext"],ngTemplateOutlet:[1,"ngTemplateOutlet"]},null),t.Rb(2,{projects:0}),(l()(),t.jb(0,null,null,0))],function(l,n){var e=l(n,2,0,n.component.projects);l(n,1,0,e,t.Ob(n.parent,49))},null)}function wn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"projects-card",[],[[24,"@fadeInUp",0]],[[null,"move"],[null,"view"],[null,"delete"],[null,"toggleStar"],[null,"update"]],function(l,n,e){var t=!0,a=l.component;return"move"===n&&(t=!1!==a.openMoveProjectDialog(e)&&t),"view"===n&&(t=!1!==a.showRequests(e)&&t),"delete"===n&&(t=!1!==a.deleteProject(e)&&t),"toggleStar"===n&&(t=!1!==a.toggleStar(e)&&t),"update"===n&&(t=!1!==a.openUpdateDialog(e)&&t),t},Sl,Tl)),t.zb(1,114688,null,0,kl,[],{project:[0,"project"]},{delete:"delete",move:"move",toggleStar:"toggleStar",update:"update",view:"view"})],function(l,n){l(n,1,0,n.context.$implicit)},function(l,n){l(n,0,0,void 0)})}function jn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,5,"div",[["class","overflow-y-auto w-full"]],[[24,"@stagger",0]],null,null,null,null)),(l()(),t.Ab(1,0,null,null,4,"div",[["class","p-gutter container"],["gdColumns","1fr 1fr 1fr 1fr"],["gdColumns.lt-md","1fr 1fr"],["gdColumns.xs","1fr"],["gdGap","24px"]],null,null,null,null,null)),t.zb(2,671744,null,0,Pl.h,[t.l,Pl.g,d.i,d.f],{gdColumns:[0,"gdColumns"],"gdColumns.xs":[1,"gdColumns.xs"],"gdColumns.lt-md":[2,"gdColumns.lt-md"]},null),t.zb(3,671744,null,0,Pl.c,[t.l,d.i,Pl.i,d.f],{gdGap:[0,"gdGap"]},null),(l()(),t.jb(16777216,null,null,1,null,wn)),t.zb(5,278528,null,0,q.m,[t.R,t.O,t.u],{ngForOf:[0,"ngForOf"],ngForTrackBy:[1,"ngForTrackBy"]},null)],function(l,n){var e=n.component;l(n,2,0,"1fr 1fr 1fr 1fr","1fr","1fr 1fr"),l(n,3,0,"24px"),l(n,5,0,n.parent.context.projects,e.trackById)},function(l,n){l(n,0,0,void 0)})}function Mn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,6,"div",[["fxFlex","auto"],["fxLayout","column"],["fxLayoutAlign","center center"]],[[24,"@scaleFadeIn",0]],null,null,null,null)),t.zb(1,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(2,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),t.zb(3,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Ab(4,0,null,null,0,"img",[["class","m-12 h-64"],["src","assets/img/illustrations/idea.svg"]],null,null,null,null,null)),(l()(),t.Ab(5,0,null,null,1,"h2",[["class","headline m-0 text-center mb-12"]],null,null,null,null,null)),(l()(),t.Yb(-1,null,["No Projects Found"]))],function(l,n){l(n,1,0,"column"),l(n,2,0,"center center"),l(n,3,0,"auto")},function(l,n){l(n,0,0,void 0)})}function kn(l){return t.bc(0,[(l()(),t.jb(16777216,null,null,1,null,jn)),t.zb(1,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.jb(16777216,null,null,1,null,Mn)),t.zb(3,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.jb(0,null,null,0))],function(l,n){l(n,1,0,n.context.projects.length>0),l(n,3,0,0===n.context.projects.length)},null)}function Tn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,3,"div",[],null,null,null,null,null)),(l()(),t.Ab(1,0,null,null,2,"button",[["class","mat-focus-indicator"],["mat-menu-item",""]],[[1,"role",0],[2,"mat-menu-item",null],[2,"mat-menu-item-highlighted",null],[2,"mat-menu-item-submenu-trigger",null],[1,"tabindex",0],[1,"aria-disabled",0],[1,"disabled",0]],[[null,"click"],[null,"mouseenter"]],function(l,n,e){var a=!0,u=l.component;return"click"===n&&(a=!1!==t.Ob(l,2)._checkDisabled(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,2)._handleMouseEnter()&&a),"click"===n&&(a=!1!==u.viewOrganization(l.context.$implicit)&&a),a},Fl.c,Fl.b)),t.zb(2,4374528,[[8,4],[9,4]],0,Ul.g,[t.l,q.d,f.h,[2,Ul.c]],null,null),(l()(),t.Yb(3,0,[" "," "]))],null,function(l,n){l(n,1,0,t.Ob(n,2).role,!0,t.Ob(n,2)._highlighted,t.Ob(n,2)._triggersSubmenu,t.Ob(n,2)._getTabIndex(),t.Ob(n,2).disabled.toString(),t.Ob(n,2).disabled||null),l(n,3,0,n.context.$implicit.name)})}function In(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"button",[["class","mat-focus-indicator"],["mat-menu-item",""]],[[1,"role",0],[2,"mat-menu-item",null],[2,"mat-menu-item-highlighted",null],[2,"mat-menu-item-submenu-trigger",null],[1,"tabindex",0],[1,"aria-disabled",0],[1,"disabled",0]],[[null,"click"],[null,"mouseenter"]],function(l,n,e){var a=!0,u=l.component;return"click"===n&&(a=!1!==t.Ob(l,1)._checkDisabled(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,1)._handleMouseEnter()&&a),"click"===n&&(a=!1!==u.viewOrganization(u.shadowOrganization)&&a),a},Fl.c,Fl.b)),t.zb(1,4374528,[[8,4],[9,4]],0,Ul.g,[t.l,q.d,f.h,[2,Ul.c]],null,null),(l()(),t.Yb(-1,0,[" Personal "])),(l()(),t.Ab(3,0,null,null,1,"mat-divider",[["class","mat-divider"],["role","separator"]],[[1,"aria-orientation",0],[2,"mat-divider-vertical",null],[2,"mat-divider-horizontal",null],[2,"mat-divider-inset",null]],null,null,z.b,z.a)),t.zb(4,49152,null,0,v.a,[],null,null),(l()(),t.jb(16777216,null,null,1,null,Tn)),t.zb(6,278528,null,0,q.m,[t.R,t.O,t.u],{ngForOf:[0,"ngForOf"]},null),(l()(),t.jb(0,null,null,0))],function(l,n){l(n,6,0,n.component.organizations)},function(l,n){l(n,0,0,t.Ob(n,1).role,!0,t.Ob(n,1)._highlighted,t.Ob(n,1)._triggersSubmenu,t.Ob(n,1)._getTabIndex(),t.Ob(n,1).disabled.toString(),t.Ob(n,1).disabled||null),l(n,3,0,t.Ob(n,4).vertical?"vertical":"horizontal",t.Ob(n,4).vertical,!t.Ob(n,4).vertical,t.Ob(n,4).inset)})}function Ln(l){return t.bc(0,[t.Qb(0,Rl.a,[]),(l()(),t.Ab(1,0,null,null,47,"div",[["class","h-full"],["fxLayout","column"]],null,null,null,null,null)),t.zb(2,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),(l()(),t.Ab(3,0,null,null,22,"div",[["class","p-4 border-b"],["fxFlex","none"]],null,null,null,null,null)),t.zb(4,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Ab(5,0,null,null,20,"div",[["class","container"]],null,null,null,null,null)),(l()(),t.Ab(6,0,null,null,19,"div",[["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(7,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(8,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(9,0,null,null,16,"nav",[["class","border-0"],["fxFlex","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(10,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),t.zb(11,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Ab(12,0,null,null,3,"span",[["class","w-12 h-12 rounded-full text-primary-500 ltr:mr-4 rtl:ml-4 flex items-center justify-center"]],[[24,"@scaleIn",0],[4,"background-color",null]],null,null,null,null)),t.Sb(13,2),(l()(),t.Ab(14,0,null,null,1,"ic-icon",[["size","24px"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(15,606208,null,0,y.a,[x.b],{icon:[0,"icon"],size:[1,"size"]},null),(l()(),t.Ab(16,0,null,null,1,"h5",[],null,null,null,null,null)),(l()(),t.Yb(-1,null,["Organization"])),(l()(),t.Ab(18,16777216,null,null,5,"button",[["aria-haspopup","true"],["class","ltr:ml-3 mat-focus-indicator mat-menu-trigger"],["color","primary"],["mat-stroked-button",""]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null],[1,"aria-expanded",0],[1,"aria-controls",0]],[[null,"mousedown"],[null,"keydown"],[null,"click"]],function(l,n,e){var a=!0;return"mousedown"===n&&(a=!1!==t.Ob(l,20)._handleMousedown(e)&&a),"keydown"===n&&(a=!1!==t.Ob(l,20)._handleKeydown(e)&&a),"click"===n&&(a=!1!==t.Ob(l,20)._handleClick(e)&&a),a},m.d,m.b)),t.zb(19,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{color:[0,"color"]},null),t.zb(20,1196032,null,0,Ul.i,[Dl.c,t.l,t.R,Ul.d,[2,Ul.c],[8,null],[2,C.b],f.h],{menu:[0,"menu"]},null),(l()(),t.Yb(21,0,[" "," "])),(l()(),t.Ab(22,0,null,0,1,"ic-icon",[["inline","true"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(23,606208,null,0,y.a,[x.b],{icon:[0,"icon"],inline:[1,"inline"]},null),(l()(),t.jb(16777216,null,null,1,null,On)),t.zb(25,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.Ab(26,0,null,null,22,"div",[["class","p-4"],["fxFlex","none"]],null,null,null,null,null)),t.zb(27,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Ab(28,0,null,null,20,"div",[["class","container"]],null,null,null,null,null)),(l()(),t.Ab(29,0,null,null,19,"mat-tab-group",[["class","mat-tab-group"]],[[2,"mat-tab-group-dynamic-height",null],[2,"mat-tab-group-inverted-header",null]],[[null,"selectedTabChange"]],function(l,n,e){var t=!0;return"selectedTabChange"===n&&(t=!1!==l.component.handleTabChange(e)&&t),t},il.d,il.b)),t.zb(30,3325952,null,1,ol.h,[t.l,t.h,[2,ol.a],[2,h.a]],{selectedIndex:[0,"selectedIndex"]},{selectedTabChange:"selectedTabChange"}),t.Ub(603979776,1,{_allTabs:1}),t.Tb(2048,null,ol.b,null,[ol.h]),(l()(),t.Ab(33,16777216,null,null,6,"mat-tab",[],null,null,null,il.f,il.a)),t.zb(34,770048,[[1,4]],2,ol.d,[t.R,ol.b],{textLabel:[0,"textLabel"]},null),t.Ub(603979776,2,{templateLabel:0}),t.Ub(335544320,3,{_explicitContent:0}),(l()(),t.jb(0,[[3,2]],0,2,null,xn)),t.Tb(6144,null,ol.o,null,[ol.g]),t.zb(39,16384,null,0,ol.g,[t.O],null,null),(l()(),t.jb(16777216,null,null,1,null,_n)),t.zb(41,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.Ab(42,16777216,null,null,6,"mat-tab",[["label","Trash"]],null,null,null,il.f,il.a)),t.zb(43,770048,[[1,4]],2,ol.d,[t.R,ol.b],{textLabel:[0,"textLabel"]},null),t.Ub(603979776,6,{templateLabel:0}),t.Ub(335544320,7,{_explicitContent:0}),(l()(),t.jb(0,[[7,2]],0,2,null,Cn)),t.Tb(6144,null,ol.o,null,[ol.g]),t.zb(48,16384,null,0,ol.g,[t.O],null,null),(l()(),t.jb(0,[["projectCards",2]],null,0,null,kn)),(l()(),t.Ab(50,0,null,null,20,"mat-menu",[["xPosition","before"],["yPosition","below"]],[[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-describedby",0]],null,null,Fl.d,Fl.a)),t.Tb(6144,null,Ul.c,null,[Ul.e]),t.zb(52,1294336,[["categoryMenu",4]],3,Ul.e,[t.l,t.B,Ul.b],{xPosition:[0,"xPosition"],yPosition:[1,"yPosition"]},null),t.Ub(603979776,8,{_allItems:1}),t.Ub(603979776,9,{items:1}),t.Ub(603979776,10,{lazyContent:0}),(l()(),t.jb(16777216,null,0,2,null,In)),t.zb(57,147456,null,0,Ul.f,[t.O,t.j,t.g,t.t,t.R,q.d,t.h],null,null),t.Tb(2048,[[10,4]],Ul.a,null,[Ul.f]),(l()(),t.Ab(59,0,null,0,5,"button",[["class","mat-focus-indicator"],["mat-menu-item",""]],[[1,"role",0],[2,"mat-menu-item",null],[2,"mat-menu-item-highlighted",null],[2,"mat-menu-item-submenu-trigger",null],[1,"tabindex",0],[1,"aria-disabled",0],[1,"disabled",0]],[[null,"click"],[null,"mouseenter"]],function(l,n,e){var a=!0,u=l.component;return"click"===n&&(a=!1!==t.Ob(l,60)._checkDisabled(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,60)._handleMouseEnter()&&a),"click"===n&&(a=!1!==u.showUserOrganizations()&&a),a},Fl.c,Fl.b)),t.zb(60,4374528,[[8,4],[9,4]],0,Ul.g,[t.l,q.d,f.h,[2,Ul.c]],null,null),(l()(),t.Ab(61,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(62,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(63,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Yb(-1,0,[" Manage organizations "])),(l()(),t.Ab(65,0,null,0,5,"button",[["class","mat-focus-indicator"],["mat-menu-item",""]],[[1,"role",0],[2,"mat-menu-item",null],[2,"mat-menu-item-highlighted",null],[2,"mat-menu-item-submenu-trigger",null],[1,"tabindex",0],[1,"aria-disabled",0],[1,"disabled",0]],[[null,"click"],[null,"mouseenter"]],function(l,n,e){var a=!0,u=l.component;return"click"===n&&(a=!1!==t.Ob(l,66)._checkDisabled(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,66)._handleMouseEnter()&&a),"click"===n&&(a=!1!==u.openCreateOrganizationDialog()&&a),a},Fl.c,Fl.b)),t.zb(66,4374528,[[8,4],[9,4]],0,Ul.g,[t.l,q.d,f.h,[2,Ul.c]],null,null),(l()(),t.Ab(67,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(68,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(69,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Yb(-1,0,[" Create organization "]))],function(l,n){var e=n.component;l(n,2,0,"column"),l(n,4,0,"none"),l(n,7,0,"row"),l(n,8,0,"start center"),l(n,10,0,"start center"),l(n,11,0,"row"),l(n,15,0,e.icons.icPeople,"24px"),l(n,19,0,"primary"),l(n,20,0,t.Ob(n,52)),l(n,23,0,e.icons.icArrowDropDown,"true"),l(n,25,0,!e.selectedOrganization.isShadow),l(n,27,0,"none"),l(n,30,0,e.activeTabIndex),l(n,34,0,t.Hb(1,"",e.selectedOrganization.name,"")),l(n,41,0,e.selectedOrganization.isShadow),l(n,43,0,"Trash"),l(n,52,0,"before","below"),l(n,62,0),l(n,63,0,e.icons.icPeople),l(n,68,0),l(n,69,0,e.icons.icAdd)},function(l,n){var e=n.component,a=t.Zb(n,12,1,l(n,13,0,t.Ob(n,0),e.theme.colors.primary[500],.9));l(n,12,0,void 0,a),l(n,14,0,t.Ob(n,15).inline,t.Ob(n,15).size,t.Ob(n,15).iconHTML),l(n,18,0,t.Ob(n,19).disabled||null,"NoopAnimations"===t.Ob(n,19)._animationMode,t.Ob(n,19).disabled,t.Ob(n,20).menuOpen||null,t.Ob(n,20).menuOpen?t.Ob(n,20).menu.panelId:null),l(n,21,0,e.selectedOrganization.name),l(n,22,0,t.Ob(n,23).inline,t.Ob(n,23).size,t.Ob(n,23).iconHTML),l(n,29,0,t.Ob(n,30).dynamicHeight,"below"===t.Ob(n,30).headerPosition),l(n,50,0,null,null,null),l(n,59,0,t.Ob(n,60).role,!0,t.Ob(n,60)._highlighted,t.Ob(n,60)._triggersSubmenu,t.Ob(n,60)._getTabIndex(),t.Ob(n,60).disabled.toString(),t.Ob(n,60).disabled||null),l(n,61,0,t.Ob(n,62)._usingFontIcon()?"font":"svg",t.Ob(n,62)._svgName||t.Ob(n,62).fontIcon,t.Ob(n,62)._svgNamespace||t.Ob(n,62).fontSet,t.Ob(n,62).inline,"primary"!==t.Ob(n,62).color&&"accent"!==t.Ob(n,62).color&&"warn"!==t.Ob(n,62).color,t.Ob(n,63).inline,t.Ob(n,63).size,t.Ob(n,63).iconHTML),l(n,65,0,t.Ob(n,66).role,!0,t.Ob(n,66)._highlighted,t.Ob(n,66)._triggersSubmenu,t.Ob(n,66)._getTabIndex(),t.Ob(n,66).disabled.toString(),t.Ob(n,66).disabled||null),l(n,67,0,t.Ob(n,68)._usingFontIcon()?"font":"svg",t.Ob(n,68)._svgName||t.Ob(n,68).fontIcon,t.Ob(n,68)._svgNamespace||t.Ob(n,68).fontSet,t.Ob(n,68).inline,"primary"!==t.Ob(n,68).color&&"accent"!==t.Ob(n,68).color&&"warn"!==t.Ob(n,68).color,t.Ob(n,69).inline,t.Ob(n,69).size,t.Ob(n,69).iconHTML)})}function Sn(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"projects-index",[],null,null,null,Ln,gn)),t.zb(1,245760,null,0,$l,[rn,cn.a,s.e,sn.a,q.i,bn.a,dn.a,mn.a,pn.a,fn.a,cn.a,cn.p,hn.a],null,null)],function(l,n){l(n,1,0)},null)}var Pn=t.wb("projects-index",$l,Sn,{},{},[]),Fn=e("24Fd"),Un=e("ZFy/"),Rn=e("OaSA"),Dn=e("GXRp"),Nn=e("y3B+"),Hn=e("pMoy"),En=e("GlcN"),Yn=e("LUZP"),Bn=e("K0NO"),qn=e("/sr0"),Vn=e("ZuBe"),$n=e("CtHx"),Wn=e("dbD4"),Gn=e("5QHs"),Kn=e("DnKK"),Jn=e("GFCp");const Xn={appearance:"standard"};class Qn{constructor(l,n,e,t,a,u,i,o,r,s,b){this.activatedRoute=l,this.dialog=n,this.file=e,this.location=t,this.projectsInvitationResource=a,this.projectMemberIcons=u,this.projectMembersDataService=i,this.projectsUserResource=o,this.projectsUserRoleData=r,this.router=s,this.route=b,this.layoutCtrl=new c.h("boxed"),this.columns=[{label:"Checkbox",property:"checkbox",type:"checkbox",visible:!0},{label:"Role",property:"role",type:"dropdown",visible:!0},{label:"Name",property:"name",type:"text",visible:!0},{label:"Email",property:"email",type:"text",visible:!0}],this.pageIndex=this.route.snapshot.queryParams.page||0,this.pageSize=10,this.pageSizeOptions=[5,10,20,50],this.selection=new $n.c(!0,[]),this.searchCtrl=new c.h,this.crumbs=[{name:"ProjectsUsers"}]}get visibleColumns(){return this.columns.filter(l=>l.visible).map(l=>l.property)}ngOnInit(){this.dataSource=new Rn.l,this.projectMembersDataService.members$.subscribe(l=>{this.dataSource.data=l});const l=this.route.snapshot.data.members.map(l=>new Bl.t(l));this.projectMembersDataService.set(l),this.searchCtrl.valueChanges.pipe(Object(Kn.a)(this)).subscribe(l=>this.onFilterChange(l)),this.icons=this.projectMemberIcons,this.roleData=this.projectsUserRoleData}ngAfterViewInit(){this.dataSource.paginator=this.paginator,this.dataSource.sort=this.sort}getProjectsUsers(l){const n=this.getProjectId();this.projectsUserResource.index(n,l).subscribe(l=>{this.projectMembersDataService.set(l)},l=>{})}inviteProjectsUser(l){const n=this.getProjectId();this.projectsInvitationResource.create(n,l).subscribe(l=>{this.projectMembersDataService.add(l)},l=>{})}showProjectsUser(l){const n=this.file.join("/","users",l.id,"profile");this.router.navigate([n])}destroyProjectsUser(l){const n=this.getProjectId();l.isInvitee()?this.projectsInvitationResource.destroy(n,l.id).subscribe(n=>{this.projectMembersDataService.deleteByEmail(l.email),this.selection.deselect(l)}):this.projectsUserResource.destroy(n,l.id).subscribe(n=>{this.projectMembersDataService.delete(l.id),this.selection.deselect(l)})}destroyProjectsUsers(l){l.forEach(l=>this.destroyProjectsUser(l))}updateProjectsUser(l,n){const e=this.getProjectId();this.projectsUserResource.update(e,l.id,n).subscribe(e=>{for(const t in n)n.hasOwnProperty(t)&&(l[t]=n[t])})}openCreateDialog(){const l=this.dialog.open(Jn.a,{maxWidth:"750px",minWidth:"500px",width:"50%"}),n=l.componentInstance.onCreate.subscribe(l=>{this.inviteProjectsUser(l)});l.afterClosed().subscribe(l=>{n.unsubscribe()})}onFilterChange(l){this.dataSource&&(l=(l=l.trim()).toLowerCase(),this.dataSource.filter=l)}toggleColumnVisibility(l,n){n.stopPropagation(),n.stopImmediatePropagation(),l.visible=!l.visible}isAllSelected(){return this.selection.selected.length===this.dataSource.data.length}masterToggle(){this.isAllSelected()?this.selection.clear():this.dataSource.data.forEach(l=>this.selection.select(l))}trackByProperty(l,n){return n.property}onPaginateChange(l){const n=Object.assign({},this.route.snapshot.queryParams);n.page=l.pageIndex;const e=this.router.createUrlTree([],{relativeTo:this.activatedRoute,queryParams:n}).toString();this.location.go(e)}getProjectId(){return this.route.snapshot.parent.params.project_id}ngOnDestroy(){}}var Zn=e("h5yU"),le=e("iCaw");let ne=(()=>{class l{constructor(l){this.restApi=l,this.PROJECT_ENDPOINT="projects",this.ENDPOINT="invitations"}index(l,n){return this.restApi.index([this.PROJECT_ENDPOINT,l,this.ENDPOINT],n)}show(l,n,e){return this.restApi.show([this.PROJECT_ENDPOINT,l,this.ENDPOINT,n],e)}create(l,n){return this.restApi.create([this.PROJECT_ENDPOINT,l,this.ENDPOINT],n)}update(l,n,e){return this.restApi.update([this.PROJECT_ENDPOINT,l,this.ENDPOINT,n],e)}destroy(l,n){return this.restApi.destroy([this.PROJECT_ENDPOINT,l,this.ENDPOINT,n])}}return l.\u0275prov=t.cc({factory:function(){return new l(t.dc(le.a))},token:l,providedIn:"root"}),l})();var ee=e("u1Nz"),te=e("2Vo4"),ae=e("D9MS");let ue=(()=>{class l{constructor(){this.subject=new te.a(null),this.members$=this.subject.asObservable()}set(l){this.members=l,this.subject.next(l)}add(l){this.members.unshift(new ae.a(l)),this.set(this.members)}delete(l){this.members.splice(this.members.findIndex(n=>n.id===l),1),this.set(this.members)}deleteByEmail(l){this.members.splice(this.members.findIndex(n=>n.email===l),1),this.set(this.members)}}return l.\u0275prov=t.cc({factory:function(){return new l},token:l,providedIn:"root"}),l})();var ie=e("XTWy");let oe=(()=>{class l{constructor(){this.roleTitlesMap={},this.titleRolesMap={};let l=Object.keys(ae.b);l=l.slice(l.length/2);let n=Object.keys(ae.c);n=n.slice(n.length/2),n.forEach((n,e)=>{this.roleTitlesMap[n]=l[e],this.titleRolesMap[l[e]]=n}),this.roleTitles=Object.values(this.roleTitlesMap)}getRoleTitle(l){return this.roleTitlesMap[l]}}return l.\u0275prov=t.cc({factory:function(){return new l},token:l,providedIn:"root"}),l})();var re=t.yb({encapsulation:0,styles:[[".table-container[_ngcontent-%COMP%]{box-sizing:border-box;display:block}"]],data:{animation:[{type:7,name:"fadeInUp",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"translateY(20px)",opacity:0},offset:null},{type:4,styles:{type:6,styles:{transform:"translateY(0)",opacity:1},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}},{type:7,name:"stagger",definitions:[{type:1,expr:"* => *",animation:[{type:11,selector:"@fadeInUp, @fadeInRight, @scaleIn",animation:{type:12,timings:40,animation:{type:9,options:null}},options:{optional:!0}}],options:null}],options:{}}]}});function ce(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),t.Yb(-1,null,["Members"]))],null,null)}function se(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),t.Yb(-1,null,["s"]))],null,null)}function be(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,4,"span",[],null,null,null,null,null)),(l()(),t.Yb(1,null,[""," member"])),(l()(),t.jb(16777216,null,null,1,null,se)),t.zb(3,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.Yb(-1,null,[" selected"]))],function(l,n){l(n,3,0,n.component.selection.selected.length>1)},function(l,n){l(n,1,0,n.component.selection.selected.length)})}function de(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,7,"div",[["class","mr-4 pr-4 border-r"],["fxFlex","none"]],null,null,null,null,null)),t.zb(1,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Ab(2,16777216,null,null,5,"button",[["class","mat-focus-indicator mat-tooltip-trigger"],["color","warn"],["mat-icon-button",""],["matTooltip","Remove selected"],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0,a=l.component;return"click"===n&&(t=!1!==a.destroyProjectsUsers(a.selection.selected)&&t),t},m.d,m.b)),t.zb(3,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{color:[0,"color"]},null),t.zb(4,4341760,null,0,Un.d,[Dl.c,t.l,W.c,t.R,t.B,w.a,f.c,f.h,Un.b,[2,C.b],[2,Un.a]],{message:[0,"message"]},null),(l()(),t.Ab(5,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(6,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(7,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null)],function(l,n){var e=n.component;l(n,1,0,"none"),l(n,3,0,"warn"),l(n,4,0,"Remove selected"),l(n,6,0),l(n,7,0,e.icons.icDelete)},function(l,n){l(n,2,0,t.Ob(n,3).disabled||null,"NoopAnimations"===t.Ob(n,3)._animationMode,t.Ob(n,3).disabled),l(n,5,0,t.Ob(n,6)._usingFontIcon()?"font":"svg",t.Ob(n,6)._svgName||t.Ob(n,6).fontIcon,t.Ob(n,6)._svgNamespace||t.Ob(n,6).fontSet,t.Ob(n,6).inline,"primary"!==t.Ob(n,6).color&&"accent"!==t.Ob(n,6).color&&"warn"!==t.Ob(n,6).color,t.Ob(n,7).inline,t.Ob(n,7).size,t.Ob(n,7).iconHTML)})}function me(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,4,"th",[["class","mat-header-cell"],["mat-header-cell",""],["role","columnheader"]],null,null,null,null,null)),t.zb(1,16384,null,0,Rn.e,[Dn.e,t.l],null,null),(l()(),t.Ab(2,0,null,null,2,"mat-checkbox",[["class","mat-checkbox"],["color","primary"]],[[8,"id",0],[1,"tabindex",0],[2,"mat-checkbox-indeterminate",null],[2,"mat-checkbox-checked",null],[2,"mat-checkbox-disabled",null],[2,"mat-checkbox-label-before",null],[2,"_mat-animation-noopable",null]],[[null,"change"]],function(l,n,e){var t=!0;return"change"===n&&(t=!1!==(e?l.component.masterToggle():null)&&t),t},Nn.b,Nn.a)),t.Tb(5120,null,c.o,function(l){return[l]},[Hn.b]),t.zb(4,12763136,null,0,Hn.b,[t.l,t.h,f.h,t.B,[8,null],[2,h.a],[2,Hn.a]],{color:[0,"color"],checked:[1,"checked"],indeterminate:[2,"indeterminate"]},{change:"change"})],function(l,n){var e=n.component;l(n,4,0,"primary",e.selection.hasValue()&&e.isAllSelected(),e.selection.hasValue()&&!e.isAllSelected())},function(l,n){l(n,2,0,t.Ob(n,4).id,null,t.Ob(n,4).indeterminate,t.Ob(n,4).checked,t.Ob(n,4).disabled,"before"==t.Ob(n,4).labelPosition,"NoopAnimations"===t.Ob(n,4)._animationMode)})}function pe(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,4,"td",[["class","w-4 mat-cell"],["mat-cell",""],["role","gridcell"]],null,null,null,null,null)),t.zb(1,16384,null,0,Rn.a,[Dn.e,t.l],null,null),(l()(),t.Ab(2,0,null,null,2,"mat-checkbox",[["class","mat-checkbox"],["color","primary"]],[[8,"id",0],[1,"tabindex",0],[2,"mat-checkbox-indeterminate",null],[2,"mat-checkbox-checked",null],[2,"mat-checkbox-disabled",null],[2,"mat-checkbox-label-before",null],[2,"_mat-animation-noopable",null]],[[null,"change"],[null,"click"]],function(l,n,e){var t=!0;return"change"===n&&(t=!1!==(e?l.component.selection.toggle(l.context.$implicit):null)&&t),"click"===n&&(t=!1!==e.stopPropagation()&&t),t},Nn.b,Nn.a)),t.Tb(5120,null,c.o,function(l){return[l]},[Hn.b]),t.zb(4,12763136,null,0,Hn.b,[t.l,t.h,f.h,t.B,[8,null],[2,h.a],[2,Hn.a]],{color:[0,"color"],checked:[1,"checked"]},{change:"change"})],function(l,n){l(n,4,0,"primary",n.component.selection.isSelected(n.context.$implicit))},function(l,n){l(n,2,0,t.Ob(n,4).id,null,t.Ob(n,4).indeterminate,t.Ob(n,4).checked,t.Ob(n,4).disabled,"before"==t.Ob(n,4).labelPosition,"NoopAnimations"===t.Ob(n,4)._animationMode)})}function fe(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"th",[["class","mat-header-cell"],["mat-header-cell",""],["role","columnheader"]],null,null,null,null,null)),t.zb(1,16384,null,0,Rn.e,[Dn.e,t.l],null,null)],null,null)}function he(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"td",[["class","w-8 min-w-8 pr-0 mat-cell"],["mat-cell",""],["role","gridcell"]],null,null,null,null,null)),t.zb(1,16384,null,0,Rn.a,[Dn.e,t.l],null,null),(l()(),t.Ab(2,0,null,null,0,"img",[["class","avatar h-8 w-8 align-middle"]],[[8,"src",4]],null,null,null,null))],null,function(l,n){l(n,2,0,n.context.$implicit.imageSrc)})}function ge(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,3,"th",[["class","uppercase mat-header-cell mat-sort-header"],["mat-header-cell",""],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"keydown"],[null,"mouseenter"],[null,"mouseleave"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,2)._handleClick()&&a),"keydown"===n&&(a=!1!==t.Ob(l,2)._handleKeydown(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!0)&&a),"mouseleave"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!1)&&a),a},En.b,En.a)),t.zb(1,16384,null,0,Rn.e,[Dn.e,t.l],null,null),t.zb(2,4440064,null,0,Yn.c,[Yn.d,t.h,[2,Yn.b],[2,"MAT_SORT_HEADER_COLUMN_DEF"],f.h,t.l],{id:[0,"id"]},null),(l()(),t.Yb(3,0,[" ",""]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,t.Ob(n,2)._getAriaSortAttribute(),t.Ob(n,2)._isDisabled()),l(n,3,0,n.parent.parent.context.$implicit.label)})}function Oe(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,4,"td",[["class","mat-cell"],["mat-cell",""],["role","gridcell"]],null,null,null,null,null)),t.zb(1,278528,null,0,q.k,[t.u,t.v,t.l,t.G],{ngClass:[0,"ngClass"]},null),t.zb(2,933888,null,0,sl.a,[t.l,d.i,d.f,t.u,t.v,t.G,[6,q.k]],{ngClass:[0,"ngClass"]},null),t.zb(3,16384,null,0,Rn.a,[Dn.e,t.l],null,null),(l()(),t.Yb(4,null,["",""]))],function(l,n){l(n,1,0,n.parent.parent.context.$implicit.cssClasses),l(n,2,0,n.parent.parent.context.$implicit.cssClasses)},function(l,n){l(n,4,0,n.context.$implicit[n.parent.parent.context.$implicit.property])})}function ye(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,12,null,null,null,null,null,null,null)),t.Tb(6144,null,"MAT_SORT_HEADER_COLUMN_DEF",null,[Rn.c]),t.zb(2,16384,null,3,Rn.c,[[2,Dn.a]],{name:[0,"name"]},null),t.Ub(603979776,14,{cell:0}),t.Ub(603979776,15,{headerCell:0}),t.Ub(603979776,16,{footerCell:0}),t.Tb(2048,[[3,4]],Dn.e,null,[Rn.c]),(l()(),t.jb(0,null,null,2,null,ge)),t.zb(8,16384,null,0,Rn.f,[t.O],null,null),t.Tb(2048,[[15,4]],Dn.k,null,[Rn.f]),(l()(),t.jb(0,null,null,2,null,Oe)),t.zb(11,16384,null,0,Rn.b,[t.O],null,null),t.Tb(2048,[[14,4]],Dn.c,null,[Rn.b])],function(l,n){l(n,2,0,n.parent.context.$implicit.property)},null)}function xe(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,null,null,null,null,null,null,null)),(l()(),t.jb(16777216,null,null,1,null,ye)),t.zb(2,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.jb(0,null,null,0))],function(l,n){l(n,2,0,"text"===n.context.$implicit.type)},null)}function ze(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,3,"th",[["class","uppercase mat-header-cell mat-sort-header"],["mat-header-cell",""],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"keydown"],[null,"mouseenter"],[null,"mouseleave"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,2)._handleClick()&&a),"keydown"===n&&(a=!1!==t.Ob(l,2)._handleKeydown(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!0)&&a),"mouseleave"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!1)&&a),a},En.b,En.a)),t.zb(1,16384,null,0,Rn.e,[Dn.e,t.l],null,null),t.zb(2,4440064,null,0,Yn.c,[Yn.d,t.h,[2,Yn.b],[2,"MAT_SORT_HEADER_COLUMN_DEF"],f.h,t.l],{id:[0,"id"]},null),(l()(),t.Yb(3,0,[" ",""]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,t.Ob(n,2)._getAriaSortAttribute(),t.Ob(n,2)._isDisabled()),l(n,3,0,n.parent.parent.context.$implicit.label)})}function ve(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,5,"td",[["class","mat-cell"],["mat-cell",""],["role","gridcell"]],null,null,null,null,null)),t.zb(1,278528,null,0,q.k,[t.u,t.v,t.l,t.G],{ngClass:[0,"ngClass"]},null),t.zb(2,933888,null,0,sl.a,[t.l,d.i,d.f,t.u,t.v,t.G,[6,q.k]],{ngClass:[0,"ngClass"]},null),t.zb(3,16384,null,0,Rn.a,[Dn.e,t.l],null,null),(l()(),t.Yb(4,null,["",""])),t.Sb(5,1)],function(l,n){l(n,1,0,n.parent.parent.context.$implicit.cssClasses),l(n,2,0,n.parent.parent.context.$implicit.cssClasses)},function(l,n){var e=t.Zb(n,4,0,l(n,5,0,t.Ob(n.parent.parent.parent,0),n.context.$implicit[n.parent.parent.context.$implicit.property]));l(n,4,0,e)})}function _e(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,12,null,null,null,null,null,null,null)),t.Tb(6144,null,"MAT_SORT_HEADER_COLUMN_DEF",null,[Rn.c]),t.zb(2,16384,null,3,Rn.c,[[2,Dn.a]],{name:[0,"name"]},null),t.Ub(603979776,17,{cell:0}),t.Ub(603979776,18,{headerCell:0}),t.Ub(603979776,19,{footerCell:0}),t.Tb(2048,[[3,4]],Dn.e,null,[Rn.c]),(l()(),t.jb(0,null,null,2,null,ze)),t.zb(8,16384,null,0,Rn.f,[t.O],null,null),t.Tb(2048,[[18,4]],Dn.k,null,[Rn.f]),(l()(),t.jb(0,null,null,2,null,ve)),t.zb(11,16384,null,0,Rn.b,[t.O],null,null),t.Tb(2048,[[17,4]],Dn.c,null,[Rn.b])],function(l,n){l(n,2,0,n.parent.context.$implicit.property)},null)}function Ae(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,null,null,null,null,null,null,null)),(l()(),t.jb(16777216,null,null,1,null,_e)),t.zb(2,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.jb(0,null,null,0))],function(l,n){l(n,2,0,"date"===n.context.$implicit.type)},null)}function Ce(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,3,"th",[["class","uppercase mat-header-cell mat-sort-header"],["mat-header-cell",""],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"keydown"],[null,"mouseenter"],[null,"mouseleave"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,2)._handleClick()&&a),"keydown"===n&&(a=!1!==t.Ob(l,2)._handleKeydown(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!0)&&a),"mouseleave"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!1)&&a),a},En.b,En.a)),t.zb(1,16384,null,0,Rn.e,[Dn.e,t.l],null,null),t.zb(2,4440064,null,0,Yn.c,[Yn.d,t.h,[2,Yn.b],[2,"MAT_SORT_HEADER_COLUMN_DEF"],f.h,t.l],{id:[0,"id"]},null),(l()(),t.Yb(-1,0,["Role"]))],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,t.Ob(n,2)._getAriaSortAttribute(),t.Ob(n,2)._isDisabled())})}function we(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,6,"td",[["class","mat-cell"],["mat-cell",""],["role","gridcell"]],null,null,null,null,null)),t.zb(1,16384,null,0,Rn.a,[Dn.e,t.l],null,null),(l()(),t.Ab(2,16777216,null,null,4,"button",[["aria-haspopup","true"],["class","mat-focus-indicator mat-menu-trigger"],["color","accent"],["mat-flat-button",""]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null],[1,"aria-expanded",0],[1,"aria-controls",0]],[[null,"click"],[null,"mousedown"],[null,"keydown"]],function(l,n,e){var a=!0;return"mousedown"===n&&(a=!1!==t.Ob(l,4)._handleMousedown(e)&&a),"keydown"===n&&(a=!1!==t.Ob(l,4)._handleKeydown(e)&&a),"click"===n&&(a=!1!==t.Ob(l,4)._handleClick(e)&&a),"click"===n&&(a=!1!==e.stopPropagation()&&a),a},m.d,m.b)),t.zb(3,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{disabled:[0,"disabled"],color:[1,"color"]},null),t.zb(4,1196032,null,0,Ul.i,[Dl.c,t.l,t.R,Ul.d,[2,Ul.c],[8,null],[2,C.b],f.h],{menu:[0,"menu"],menuData:[1,"menuData"]},null),t.Rb(5,{member:0}),(l()(),t.Yb(6,0,[" "," "]))],function(l,n){var e=n.context.$implicit.isInvitee();l(n,3,0,e,"accent");var a=t.Ob(n.parent,151),u=l(n,5,0,n.context.$implicit);l(n,4,0,a,u)},function(l,n){var e=n.component;l(n,2,0,t.Ob(n,3).disabled||null,"NoopAnimations"===t.Ob(n,3)._animationMode,t.Ob(n,3).disabled,t.Ob(n,4).menuOpen||null,t.Ob(n,4).menuOpen?t.Ob(n,4).menu.panelId:null),l(n,6,0,e.roleData.getRoleTitle(n.context.$implicit.role))})}function je(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"th",[["class","mat-header-cell mat-sort-header"],["mat-header-cell",""],["mat-sort-header",""],["role","columnheader"]],[[1,"aria-sort",0],[2,"mat-sort-header-disabled",null]],[[null,"click"],[null,"keydown"],[null,"mouseenter"],[null,"mouseleave"]],function(l,n,e){var a=!0;return"click"===n&&(a=!1!==t.Ob(l,2)._handleClick()&&a),"keydown"===n&&(a=!1!==t.Ob(l,2)._handleKeydown(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!0)&&a),"mouseleave"===n&&(a=!1!==t.Ob(l,2)._setIndicatorHintVisible(!1)&&a),a},En.b,En.a)),t.zb(1,16384,null,0,Rn.e,[Dn.e,t.l],null,null),t.zb(2,4440064,null,0,Yn.c,[Yn.d,t.h,[2,Yn.b],[2,"MAT_SORT_HEADER_COLUMN_DEF"],f.h,t.l],{id:[0,"id"]},null)],function(l,n){l(n,2,0,"")},function(l,n){l(n,0,0,t.Ob(n,2)._getAriaSortAttribute(),t.Ob(n,2)._isDisabled())})}function Me(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,8,"td",[["class","w-10 text-secondary mat-cell"],["mat-cell",""],["role","gridcell"]],null,null,null,null,null)),t.zb(1,16384,null,0,Rn.a,[Dn.e,t.l],null,null),(l()(),t.Ab(2,16777216,null,null,6,"button",[["aria-haspopup","true"],["class","mat-focus-indicator mat-menu-trigger"],["mat-icon-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null],[1,"aria-expanded",0],[1,"aria-controls",0]],[[null,"click"],[null,"mousedown"],[null,"keydown"]],function(l,n,e){var a=!0;return"mousedown"===n&&(a=!1!==t.Ob(l,4)._handleMousedown(e)&&a),"keydown"===n&&(a=!1!==t.Ob(l,4)._handleKeydown(e)&&a),"click"===n&&(a=!1!==t.Ob(l,4)._handleClick(e)&&a),"click"===n&&(a=!1!==e.stopPropagation()&&a),a},m.d,m.b)),t.zb(3,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),t.zb(4,1196032,null,0,Ul.i,[Dl.c,t.l,t.R,Ul.d,[2,Ul.c],[8,null],[2,C.b],f.h],{menu:[0,"menu"],menuData:[1,"menuData"]},null),t.Rb(5,{member:0}),(l()(),t.Ab(6,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(7,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(8,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null)],function(l,n){var e=n.component,a=t.Ob(n.parent,142),u=l(n,5,0,n.context.$implicit);l(n,4,0,a,u),l(n,7,0),l(n,8,0,e.icons.icMoreHoriz)},function(l,n){l(n,2,0,t.Ob(n,3).disabled||null,"NoopAnimations"===t.Ob(n,3)._animationMode,t.Ob(n,3).disabled,t.Ob(n,4).menuOpen||null,t.Ob(n,4).menuOpen?t.Ob(n,4).menu.panelId:null),l(n,6,0,t.Ob(n,7)._usingFontIcon()?"font":"svg",t.Ob(n,7)._svgName||t.Ob(n,7).fontIcon,t.Ob(n,7)._svgNamespace||t.Ob(n,7).fontSet,t.Ob(n,7).inline,"primary"!==t.Ob(n,7).color&&"accent"!==t.Ob(n,7).color&&"warn"!==t.Ob(n,7).color,t.Ob(n,8).inline,t.Ob(n,8).size,t.Ob(n,8).iconHTML)})}function ke(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"tr",[["class","mat-header-row"],["mat-header-row",""],["role","row"]],null,null,null,Bn.d,Bn.a)),t.Tb(6144,null,Dn.l,null,[Rn.g]),t.zb(2,49152,null,0,Rn.g,[],null,null)],null,null)}function Te(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"tr",[["class","hover:bg-hover trans-ease-out cursor-pointer mat-row"],["mat-row",""],["role","row"]],[[24,"@fadeInUp",0]],[[null,"click"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==l.component.showProjectsUser(l.context.$implicit)&&t),t},Bn.e,Bn.b)),t.Tb(6144,null,Dn.o,null,[Rn.i]),t.zb(2,49152,null,0,Rn.i,[],null,null)],null,function(l,n){l(n,0,0,void 0)})}function Ie(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,7,"button",[["class","checkbox-item mat-menu-item"]],null,[[null,"click"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==l.component.toggleColumnVisibility(l.context.$implicit,e)&&t),t},null,null)),(l()(),t.Ab(1,0,null,null,6,"mat-checkbox",[["class","mat-checkbox"],["color","primary"]],[[8,"id",0],[1,"tabindex",0],[2,"mat-checkbox-indeterminate",null],[2,"mat-checkbox-checked",null],[2,"mat-checkbox-disabled",null],[2,"mat-checkbox-label-before",null],[2,"_mat-animation-noopable",null],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"click"],[null,"ngModelChange"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==e.stopPropagation()&&t),"ngModelChange"===n&&(t=!1!==(l.context.$implicit.visible=e)&&t),t},Nn.b,Nn.a)),t.zb(2,12763136,null,0,Hn.b,[t.l,t.h,f.h,t.B,[8,null],[2,h.a],[2,Hn.a]],{color:[0,"color"]},null),t.Tb(1024,null,c.o,function(l){return[l]},[Hn.b]),t.zb(4,671744,null,0,c.t,[[8,null],[8,null],[8,null],[6,c.o]],{model:[0,"model"]},{update:"ngModelChange"}),t.Tb(2048,null,c.p,null,[c.t]),t.zb(6,16384,null,0,c.q,[[4,c.p]],null,null),(l()(),t.Yb(7,0,[" "," "]))],function(l,n){l(n,2,0,"primary"),l(n,4,0,n.context.$implicit.visible)},function(l,n){l(n,1,1,[t.Ob(n,2).id,null,t.Ob(n,2).indeterminate,t.Ob(n,2).checked,t.Ob(n,2).disabled,"before"==t.Ob(n,2).labelPosition,"NoopAnimations"===t.Ob(n,2)._animationMode,t.Ob(n,6).ngClassUntouched,t.Ob(n,6).ngClassTouched,t.Ob(n,6).ngClassPristine,t.Ob(n,6).ngClassDirty,t.Ob(n,6).ngClassValid,t.Ob(n,6).ngClassInvalid,t.Ob(n,6).ngClassPending]),l(n,7,0,n.context.$implicit.label)})}function Le(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,6,"button",[["class","mat-focus-indicator"],["mat-menu-item",""]],[[1,"role",0],[2,"mat-menu-item",null],[2,"mat-menu-item-highlighted",null],[2,"mat-menu-item-submenu-trigger",null],[1,"tabindex",0],[1,"aria-disabled",0],[1,"disabled",0]],[[null,"click"],[null,"mouseenter"]],function(l,n,e){var a=!0,u=l.component;return"click"===n&&(a=!1!==t.Ob(l,1)._checkDisabled(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,1)._handleMouseEnter()&&a),"click"===n&&(a=!1!==u.destroyProjectsUser(l.context.member)&&a),a},Fl.c,Fl.b)),t.zb(1,4374528,[[29,4],[30,4]],0,Ul.g,[t.l,q.d,f.h,[2,Ul.c]],null,null),(l()(),t.Ab(2,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(3,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(4,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Ab(5,0,null,0,1,"span",[],null,null,null,null,null)),(l()(),t.Yb(-1,null,["Delete"]))],function(l,n){var e=n.component;l(n,3,0),l(n,4,0,e.icons.icDelete)},function(l,n){l(n,0,0,t.Ob(n,1).role,!0,t.Ob(n,1)._highlighted,t.Ob(n,1)._triggersSubmenu,t.Ob(n,1)._getTabIndex(),t.Ob(n,1).disabled.toString(),t.Ob(n,1).disabled||null),l(n,2,0,t.Ob(n,3)._usingFontIcon()?"font":"svg",t.Ob(n,3)._svgName||t.Ob(n,3).fontIcon,t.Ob(n,3)._svgNamespace||t.Ob(n,3).fontSet,t.Ob(n,3).inline,"primary"!==t.Ob(n,3).color&&"accent"!==t.Ob(n,3).color&&"warn"!==t.Ob(n,3).color,t.Ob(n,4).inline,t.Ob(n,4).size,t.Ob(n,4).iconHTML)})}function Se(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"button",[["class","mat-focus-indicator"],["mat-menu-item",""]],[[1,"role",0],[2,"mat-menu-item",null],[2,"mat-menu-item-highlighted",null],[2,"mat-menu-item-submenu-trigger",null],[1,"tabindex",0],[1,"aria-disabled",0],[1,"disabled",0]],[[null,"click"],[null,"mouseenter"]],function(l,n,e){var a=!0,u=l.component;return"click"===n&&(a=!1!==t.Ob(l,1)._checkDisabled(e)&&a),"mouseenter"===n&&(a=!1!==t.Ob(l,1)._handleMouseEnter()&&a),"click"===n&&(a=!1!==u.updateProjectsUser(l.parent.context.member,{role:u.roleData.titleRolesMap[l.context.$implicit]})&&a),a},Fl.c,Fl.b)),t.zb(1,4374528,[[32,4],[33,4]],0,Ul.g,[t.l,q.d,f.h,[2,Ul.c]],null,null),(l()(),t.Yb(2,0,[" "," "]))],null,function(l,n){l(n,0,0,t.Ob(n,1).role,!0,t.Ob(n,1)._highlighted,t.Ob(n,1)._triggersSubmenu,t.Ob(n,1)._getTabIndex(),t.Ob(n,1).disabled.toString(),t.Ob(n,1).disabled||null),l(n,2,0,n.context.$implicit)})}function Pe(l){return t.bc(0,[(l()(),t.jb(16777216,null,null,1,null,Se)),t.zb(1,278528,null,0,q.m,[t.R,t.O,t.u],{ngForOf:[0,"ngForOf"]},null),(l()(),t.jb(0,null,null,0))],function(l,n){l(n,1,0,n.component.roleData.roleTitles)},null)}function Fe(l){return t.bc(0,[t.Qb(0,q.e,[t.w]),t.Ub(402653184,1,{paginator:0}),t.Ub(402653184,2,{sort:0}),(l()(),t.Ab(3,0,null,null,128,"vex-page-layout",[["class","vex-page-layout"]],[[2,"vex-page-layout-card",null],[2,"vex-page-layout-simple",null]],null,null,qn.b,qn.a)),t.zb(4,49152,null,0,Vn.a,[],null,null),(l()(),t.Ab(5,0,null,0,126,"div",[["class","mt-5 table-container"]],[[2,"px-gutter",null]],null,null,null,null)),(l()(),t.Ab(6,0,null,null,125,"div",[["class","card overflow-auto"]],null,null,null,null,null)),(l()(),t.Ab(7,0,null,null,48,"div",[["class","bg-app-bar px-6 h-16 border-b sticky left-0"],["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(8,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(9,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(10,0,null,null,6,"h2",[["class","title my-0 ltr:pr-4 rtl:pl-4 ltr:mr-4 rtl:ml-4 ltr:border-r rtl:border-l"],["fxFlex","none"],["fxHide.xs",""]],null,null,null,null,null)),t.zb(11,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),t.zb(12,4866048,null,0,sl.b,[t.l,sl.d,d.i,d.f,d.e,t.D,d.g],{"fxHide.xs":[0,"fxHide.xs"]},null),(l()(),t.jb(16777216,null,null,1,null,ce)),t.zb(14,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.jb(16777216,null,null,1,null,be)),t.zb(16,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.jb(16777216,null,null,1,null,de)),t.zb(18,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null),(l()(),t.Ab(19,0,null,null,12,"div",[["class","bg-card rounded-full border px-4"],["fxFlex","400px"],["fxFlex.lt-md","auto"],["fxHide.xs",""],["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(20,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(21,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),t.zb(22,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"],"fxFlex.lt-md":[1,"fxFlex.lt-md"]},null),t.zb(23,4866048,null,0,sl.b,[t.l,sl.d,d.i,d.f,d.e,t.D,d.g],{"fxHide.xs":[0,"fxHide.xs"]},null),(l()(),t.Ab(24,0,null,null,1,"ic-icon",[["size","20px"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(25,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"],size:[1,"size"]},null),(l()(),t.Ab(26,0,null,null,5,"input",[["class","px-4 py-3 border-0 outline-none w-full bg-transparent"],["placeholder","Search..."],["type","search"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,e){var a=!0;return"input"===n&&(a=!1!==t.Ob(l,27)._handleInput(e.target.value)&&a),"blur"===n&&(a=!1!==t.Ob(l,27).onTouched()&&a),"compositionstart"===n&&(a=!1!==t.Ob(l,27)._compositionStart()&&a),"compositionend"===n&&(a=!1!==t.Ob(l,27)._compositionEnd(e.target.value)&&a),a},null,null)),t.zb(27,16384,null,0,c.e,[t.G,t.l,[2,c.a]],null,null),t.Tb(1024,null,c.o,function(l){return[l]},[c.e]),t.zb(29,540672,null,0,c.i,[[8,null],[8,null],[6,c.o],[2,c.z]],{form:[0,"form"]},null),t.Tb(2048,null,c.p,null,[c.i]),t.zb(31,16384,null,0,c.q,[[4,c.p]],null,null),(l()(),t.Ab(32,0,null,null,1,"span",[["fxFlex",""]],null,null,null,null,null)),t.zb(33,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),(l()(),t.Ab(34,0,null,null,6,"button",[["class","ml-4 mat-focus-indicator"],["fxFlex","none"],["fxHide.gt-xs",""],["mat-icon-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],null,null,m.d,m.b)),t.zb(35,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),t.zb(36,4866048,null,0,sl.b,[t.l,sl.d,d.i,d.f,d.e,t.D,d.g],{"fxHide.gt-xs":[0,"fxHide.gt-xs"]},null),t.zb(37,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),(l()(),t.Ab(38,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(39,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(40,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Ab(41,16777216,null,null,7,"button",[["aria-haspopup","true"],["class","ml-4 mat-focus-indicator mat-menu-trigger mat-tooltip-trigger"],["fxFlex","none"],["mat-icon-button",""],["matTooltip","Filter Columns"],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null],[1,"aria-expanded",0],[1,"aria-controls",0]],[[null,"mousedown"],[null,"keydown"],[null,"click"]],function(l,n,e){var a=!0;return"mousedown"===n&&(a=!1!==t.Ob(l,44)._handleMousedown(e)&&a),"keydown"===n&&(a=!1!==t.Ob(l,44)._handleKeydown(e)&&a),"click"===n&&(a=!1!==t.Ob(l,44)._handleClick(e)&&a),a},m.d,m.b)),t.zb(42,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),t.zb(43,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],null,null),t.zb(44,1196032,null,0,Ul.i,[Dl.c,t.l,t.R,Ul.d,[2,Ul.c],[8,null],[2,C.b],f.h],{menu:[0,"menu"]},null),t.zb(45,4341760,null,0,Un.d,[Dl.c,t.l,W.c,t.R,t.B,w.a,f.c,f.h,Un.b,[2,C.b],[2,Un.a]],{message:[0,"message"]},null),(l()(),t.Ab(46,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(47,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(48,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Ab(49,16777216,null,null,6,"button",[["class","ml-4 mat-focus-indicator mat-tooltip-trigger"],["color","primary"],["fxFlex","none"],["mat-mini-fab",""],["matTooltip","Create Member"],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==l.component.openCreateDialog()&&t),t},m.d,m.b)),t.zb(50,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),t.zb(51,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{color:[0,"color"]},null),t.zb(52,4341760,null,0,Un.d,[Dl.c,t.l,W.c,t.R,t.B,w.a,f.c,f.h,Un.b,[2,C.b],[2,Un.a]],{message:[0,"message"]},null),(l()(),t.Ab(53,0,null,0,2,"mat-icon",[["class","mat-icon notranslate"],["role","img"]],[[1,"data-mat-icon-type",0],[1,"data-mat-icon-name",0],[1,"data-mat-icon-namespace",0],[2,"mat-icon-inline",null],[2,"mat-icon-no-color",null],[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,g.b,g.a)),t.zb(54,8634368,null,0,O.b,[t.l,O.d,[8,null],O.a,t.n],null,null),t.zb(55,606208,null,0,y.a,[x.b],{icIcon:[0,"icIcon"]},null),(l()(),t.Ab(56,0,null,null,73,"table",[["class","w-full mat-table mat-sort"],["mat-table",""],["matSort",""]],[[24,"@stagger",0],[2,"mat-table-fixed-layout",null]],null,null,Bn.f,Bn.c)),t.Tb(6144,null,Dn.q,null,[Rn.k]),t.Tb(512,null,$n.f,$n.e,[]),t.Tb(512,null,Dn.y,Dn.z,[t.B]),t.zb(60,2342912,null,5,Rn.k,[t.u,t.h,t.l,[8,null],[2,C.b],q.d,w.a,[2,$n.f],[2,Dn.y],[2,W.e]],{dataSource:[0,"dataSource"]},null),t.Ub(603979776,3,{_contentColumnDefs:1}),t.Ub(603979776,4,{_contentRowDefs:1}),t.Ub(603979776,5,{_contentHeaderRowDefs:1}),t.Ub(603979776,6,{_contentFooterRowDefs:1}),t.Ub(603979776,7,{_noDataRow:0}),t.zb(66,737280,[[2,4]],0,Yn.b,[],null,null),t.Tb(2048,null,Dn.a,null,[Rn.k]),(l()(),t.Ab(68,0,null,null,12,null,null,null,null,null,null,null)),t.Tb(6144,null,"MAT_SORT_HEADER_COLUMN_DEF",null,[Rn.c]),t.zb(70,16384,null,3,Rn.c,[[2,Dn.a]],{name:[0,"name"]},null),t.Ub(603979776,8,{cell:0}),t.Ub(603979776,9,{headerCell:0}),t.Ub(603979776,10,{footerCell:0}),t.Tb(2048,[[3,4]],Dn.e,null,[Rn.c]),(l()(),t.jb(0,null,null,2,null,me)),t.zb(76,16384,null,0,Rn.f,[t.O],null,null),t.Tb(2048,[[9,4]],Dn.k,null,[Rn.f]),(l()(),t.jb(0,null,null,2,null,pe)),t.zb(79,16384,null,0,Rn.b,[t.O],null,null),t.Tb(2048,[[8,4]],Dn.c,null,[Rn.b]),(l()(),t.Ab(81,0,null,null,12,null,null,null,null,null,null,null)),t.Tb(6144,null,"MAT_SORT_HEADER_COLUMN_DEF",null,[Rn.c]),t.zb(83,16384,null,3,Rn.c,[[2,Dn.a]],{name:[0,"name"]},null),t.Ub(603979776,11,{cell:0}),t.Ub(603979776,12,{headerCell:0}),t.Ub(603979776,13,{footerCell:0}),t.Tb(2048,[[3,4]],Dn.e,null,[Rn.c]),(l()(),t.jb(0,null,null,2,null,fe)),t.zb(89,16384,null,0,Rn.f,[t.O],null,null),t.Tb(2048,[[12,4]],Dn.k,null,[Rn.f]),(l()(),t.jb(0,null,null,2,null,he)),t.zb(92,16384,null,0,Rn.b,[t.O],null,null),t.Tb(2048,[[11,4]],Dn.c,null,[Rn.b]),(l()(),t.jb(16777216,null,null,1,null,xe)),t.zb(95,278528,null,0,q.m,[t.R,t.O,t.u],{ngForOf:[0,"ngForOf"],ngForTrackBy:[1,"ngForTrackBy"]},null),(l()(),t.jb(16777216,null,null,1,null,Ae)),t.zb(97,278528,null,0,q.m,[t.R,t.O,t.u],{ngForOf:[0,"ngForOf"],ngForTrackBy:[1,"ngForTrackBy"]},null),(l()(),t.Ab(98,0,null,null,12,null,null,null,null,null,null,null)),t.Tb(6144,null,"MAT_SORT_HEADER_COLUMN_DEF",null,[Rn.c]),t.zb(100,16384,null,3,Rn.c,[[2,Dn.a]],{name:[0,"name"]},null),t.Ub(603979776,20,{cell:0}),t.Ub(603979776,21,{headerCell:0}),t.Ub(603979776,22,{footerCell:0}),t.Tb(2048,[[3,4]],Dn.e,null,[Rn.c]),(l()(),t.jb(0,null,null,2,null,Ce)),t.zb(106,16384,null,0,Rn.f,[t.O],null,null),t.Tb(2048,[[21,4]],Dn.k,null,[Rn.f]),(l()(),t.jb(0,null,null,2,null,we)),t.zb(109,16384,null,0,Rn.b,[t.O],null,null),t.Tb(2048,[[20,4]],Dn.c,null,[Rn.b]),(l()(),t.Ab(111,0,null,null,12,null,null,null,null,null,null,null)),t.Tb(6144,null,"MAT_SORT_HEADER_COLUMN_DEF",null,[Rn.c]),t.zb(113,16384,null,3,Rn.c,[[2,Dn.a]],{name:[0,"name"]},null),t.Ub(603979776,23,{cell:0}),t.Ub(603979776,24,{headerCell:0}),t.Ub(603979776,25,{footerCell:0}),t.Tb(2048,[[3,4]],Dn.e,null,[Rn.c]),(l()(),t.jb(0,null,null,2,null,je)),t.zb(119,16384,null,0,Rn.f,[t.O],null,null),t.Tb(2048,[[24,4]],Dn.k,null,[Rn.f]),(l()(),t.jb(0,null,null,2,null,Me)),t.zb(122,16384,null,0,Rn.b,[t.O],null,null),t.Tb(2048,[[23,4]],Dn.c,null,[Rn.b]),(l()(),t.jb(0,null,null,2,null,ke)),t.zb(125,540672,null,0,Rn.h,[t.O,t.u,[2,Dn.a]],{columns:[0,"columns"]},null),t.Tb(2048,[[5,4]],Dn.m,null,[Rn.h]),(l()(),t.jb(0,null,null,2,null,Te)),t.zb(128,540672,null,0,Rn.j,[t.O,t.u,[2,Dn.a]],{columns:[0,"columns"]},null),t.Tb(2048,[[4,4]],Dn.p,null,[Rn.j]),(l()(),t.Ab(130,0,null,null,1,"mat-paginator",[["class","sticky left-0 mat-paginator"]],null,[[null,"page"]],function(l,n,e){var t=!0;return"page"===n&&(t=!1!==l.component.onPaginateChange(e)&&t),t},Wn.b,Wn.a)),t.zb(131,245760,[[1,4]],0,Gn.c,[Gn.d,t.h,[2,Gn.a]],{pageIndex:[0,"pageIndex"],pageSize:[1,"pageSize"],pageSizeOptions:[2,"pageSizeOptions"]},{page:"page"}),(l()(),t.Ab(132,0,null,null,7,"mat-menu",[["xPosition","before"],["yPosition","below"]],[[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-describedby",0]],null,null,Fl.d,Fl.a)),t.Tb(6144,null,Ul.c,null,[Ul.e]),t.zb(134,1294336,[["columnFilterMenu",4]],3,Ul.e,[t.l,t.B,Ul.b],{xPosition:[0,"xPosition"],yPosition:[1,"yPosition"]},null),t.Ub(603979776,26,{_allItems:1}),t.Ub(603979776,27,{items:1}),t.Ub(603979776,28,{lazyContent:0}),(l()(),t.jb(16777216,null,0,1,null,Ie)),t.zb(139,278528,null,0,q.m,[t.R,t.O,t.u],{ngForOf:[0,"ngForOf"]},null),(l()(),t.Ab(140,0,null,null,8,"mat-menu",[["xPosition","before"],["yPosition","below"]],[[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-describedby",0]],null,null,Fl.d,Fl.a)),t.Tb(6144,null,Ul.c,null,[Ul.e]),t.zb(142,1294336,[["actionsMenu",4]],3,Ul.e,[t.l,t.B,Ul.b],{xPosition:[0,"xPosition"],yPosition:[1,"yPosition"]},null),t.Ub(603979776,29,{_allItems:1}),t.Ub(603979776,30,{items:1}),t.Ub(603979776,31,{lazyContent:0}),(l()(),t.jb(16777216,null,0,2,null,Le)),t.zb(147,147456,null,0,Ul.f,[t.O,t.j,t.g,t.t,t.R,q.d,t.h],null,null),t.Tb(2048,[[31,4]],Ul.a,null,[Ul.f]),(l()(),t.Ab(149,0,null,null,8,"mat-menu",[["xPosition","after"],["yPosition","below"]],[[1,"aria-label",0],[1,"aria-labelledby",0],[1,"aria-describedby",0]],null,null,Fl.d,Fl.a)),t.Tb(6144,null,Ul.c,null,[Ul.e]),t.zb(151,1294336,[["categoryMenu",4]],3,Ul.e,[t.l,t.B,Ul.b],{xPosition:[0,"xPosition"],yPosition:[1,"yPosition"]},null),t.Ub(603979776,32,{_allItems:1}),t.Ub(603979776,33,{items:1}),t.Ub(603979776,34,{lazyContent:0}),(l()(),t.jb(16777216,null,0,2,null,Pe)),t.zb(156,147456,null,0,Ul.f,[t.O,t.j,t.g,t.t,t.R,q.d,t.h],null,null),t.Tb(2048,[[34,4]],Ul.a,null,[Ul.f])],function(l,n){var e=n.component;l(n,8,0,"row"),l(n,9,0,"start center"),l(n,11,0,"none"),l(n,12,0,""),l(n,14,0,e.selection.isEmpty()),l(n,16,0,e.selection.hasValue()),l(n,18,0,e.selection.hasValue()),l(n,20,0,"row"),l(n,21,0,"start center"),l(n,22,0,"400px","auto"),l(n,23,0,""),l(n,25,0,e.icons.icSearch,"20px"),l(n,29,0,e.searchCtrl),l(n,33,0,""),l(n,35,0,"none"),l(n,36,0,""),l(n,39,0),l(n,40,0,e.icons.icSearch),l(n,42,0,"none"),l(n,44,0,t.Ob(n,134)),l(n,45,0,"Filter Columns"),l(n,47,0),l(n,48,0,e.icons.icFilterList),l(n,50,0,"none"),l(n,51,0,"primary"),l(n,52,0,"Create Member"),l(n,54,0),l(n,55,0,e.icons.icAdd),l(n,60,0,e.dataSource),l(n,66,0),l(n,70,0,"checkbox"),l(n,83,0,"image"),l(n,95,0,e.columns,e.trackByProperty),l(n,97,0,e.columns,e.trackByProperty),l(n,100,0,"role"),l(n,113,0,"actions"),l(n,125,0,e.visibleColumns),l(n,128,0,e.visibleColumns),l(n,131,0,e.pageIndex,e.pageSize,e.pageSizeOptions),l(n,134,0,"before","below"),l(n,139,0,e.columns),l(n,142,0,"before","below"),l(n,151,0,"after","below")},function(l,n){var e=n.component;l(n,3,0,t.Ob(n,4).isCard,t.Ob(n,4).isSimple),l(n,5,0,"fullwidth"===e.layoutCtrl.value),l(n,24,0,t.Ob(n,25).inline,t.Ob(n,25).size,t.Ob(n,25).iconHTML),l(n,26,0,t.Ob(n,31).ngClassUntouched,t.Ob(n,31).ngClassTouched,t.Ob(n,31).ngClassPristine,t.Ob(n,31).ngClassDirty,t.Ob(n,31).ngClassValid,t.Ob(n,31).ngClassInvalid,t.Ob(n,31).ngClassPending),l(n,34,0,t.Ob(n,37).disabled||null,"NoopAnimations"===t.Ob(n,37)._animationMode,t.Ob(n,37).disabled),l(n,38,0,t.Ob(n,39)._usingFontIcon()?"font":"svg",t.Ob(n,39)._svgName||t.Ob(n,39).fontIcon,t.Ob(n,39)._svgNamespace||t.Ob(n,39).fontSet,t.Ob(n,39).inline,"primary"!==t.Ob(n,39).color&&"accent"!==t.Ob(n,39).color&&"warn"!==t.Ob(n,39).color,t.Ob(n,40).inline,t.Ob(n,40).size,t.Ob(n,40).iconHTML),l(n,41,0,t.Ob(n,43).disabled||null,"NoopAnimations"===t.Ob(n,43)._animationMode,t.Ob(n,43).disabled,t.Ob(n,44).menuOpen||null,t.Ob(n,44).menuOpen?t.Ob(n,44).menu.panelId:null),l(n,46,0,t.Ob(n,47)._usingFontIcon()?"font":"svg",t.Ob(n,47)._svgName||t.Ob(n,47).fontIcon,t.Ob(n,47)._svgNamespace||t.Ob(n,47).fontSet,t.Ob(n,47).inline,"primary"!==t.Ob(n,47).color&&"accent"!==t.Ob(n,47).color&&"warn"!==t.Ob(n,47).color,t.Ob(n,48).inline,t.Ob(n,48).size,t.Ob(n,48).iconHTML),l(n,49,0,t.Ob(n,51).disabled||null,"NoopAnimations"===t.Ob(n,51)._animationMode,t.Ob(n,51).disabled),l(n,53,0,t.Ob(n,54)._usingFontIcon()?"font":"svg",t.Ob(n,54)._svgName||t.Ob(n,54).fontIcon,t.Ob(n,54)._svgNamespace||t.Ob(n,54).fontSet,t.Ob(n,54).inline,"primary"!==t.Ob(n,54).color&&"accent"!==t.Ob(n,54).color&&"warn"!==t.Ob(n,54).color,t.Ob(n,55).inline,t.Ob(n,55).size,t.Ob(n,55).iconHTML),l(n,56,0,void 0,t.Ob(n,60).fixedLayout),l(n,132,0,null,null,null),l(n,140,0,null,null,null),l(n,149,0,null,null,null)})}function Ue(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,2,"project-members",[],null,null,null,Fe,re)),t.zb(1,4440064,null,0,Qn,[cn.a,s.e,Zn.a,q.i,ne,ee.a,ue,ie.a,oe,cn.p,cn.a],null,null),t.Tb(256,null,A.c,Xn,[])],function(l,n){l(n,1,0)},null)}var Re=t.wb("project-members",Qn,Ue,{columns:"columns"},{},[]),De=e("cK4I");class Ne{constructor(l,n,e,t){this.dialog=l,this.projectResource=n,this.projectDataService=e,this.projectSettingsIcons=t,this.links=[{label:"MEMBERS",route:"./"},{label:"BILLING",route:"",disabled:!1}]}ngOnInit(){this.projectDataService.project$.subscribe(l=>{l&&(this.project=new Bl.r(l))}),this.icons=this.projectSettingsIcons}scenariosPath(){return"/scenarios"}projectQueryParams(l){return{project_id:l.id}}openUpdateProjectDialog(){const l=this.dialog.open(De.a,{maxWidth:"750px",minWidth:"500px",width:"50%",data:this.project}),n=l.componentInstance.onUpdate.subscribe(l=>{this.updateProject(l)});l.afterClosed().subscribe(()=>{n.unsubscribe()})}updateProject(l){this.projectResource.update(this.project.id,l).subscribe(l=>{this.project=l,this.projectDataService.set(l)},l=>{})}}var He=e("NBim"),Ee=e.n(He),Ye=e("+tDV"),Be=e.n(Ye),qe=e("+q50"),Ve=e.n(qe),$e=e("OcYv"),We=e.n($e),Ge=e("6W+F"),Ke=e.n(Ge);let Je=(()=>{class l{constructor(){this.icWork=Ke.a,this.icPhone=Al.a,this.icPersonAdd=Ve.a,this.icCheck=Be.a,this.icMail=F.a,this.icAccessTime=Ee.a,this.icAdd=Gl.a,this.icWhatshot=We.a,this.icEdit=hl.a}}return l.\u0275prov=t.cc({factory:function(){return new l},token:l,providedIn:"root"}),l})();var Xe=t.yb({encapsulation:0,styles:[[""]],data:{animation:[{type:7,name:"fadeInUp",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"translateY(20px)",opacity:0},offset:null},{type:4,styles:{type:6,styles:{transform:"translateY(0)",opacity:1},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}},{type:7,name:"fadeInRight",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"translateX(-20px)",opacity:0},offset:null},{type:4,styles:{type:6,styles:{transform:"translateX(0)",opacity:1},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}},{type:7,name:"scaleIn",definitions:[{type:1,expr:":enter",animation:[{type:6,styles:{transform:"scale(0)"},offset:null},{type:4,styles:{type:6,styles:{transform:"scale(1)"},offset:null},timings:"400ms cubic-bezier(0.35, 0, 0.25, 1)"}],options:null}],options:{}},{type:7,name:"stagger",definitions:[{type:1,expr:"* => *",animation:[{type:11,selector:"@fadeInUp, @fadeInRight, @scaleIn",animation:{type:12,timings:40,animation:{type:9,options:null}},options:{optional:!0}}],options:null}],options:{}}]}});function Qe(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,53,"div",[["class","mt-6"],["fxLayout","row"],["fxLayout.lt-md","column"],["fxLayoutAlign","start start"],["fxLayoutAlign.lt-md","start stretch"],["fxLayoutGap","24px"]],null,null,null,null,null)),t.zb(1,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"],"fxLayout.lt-md":[1,"fxLayout.lt-md"]},null),t.zb(2,1720320,null,0,b.e,[t.l,t.B,C.b,d.i,b.j,d.f],{fxLayoutGap:[0,"fxLayoutGap"]},null),t.zb(3,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"],"fxLayoutAlign.lt-md":[1,"fxLayoutAlign.lt-md"]},null),(l()(),t.Ab(4,0,null,null,49,"div",[["fxFlex","calc(70% - 12px)"],["fxFlex.lt-md","auto"]],null,null,null,null,null)),t.zb(5,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"],"fxFlex.lt-md":[1,"fxFlex.lt-md"]},null),(l()(),t.Ab(6,0,null,null,47,"div",[["class","card"]],null,null,null,null,null)),(l()(),t.Ab(7,0,null,null,2,"div",[["class","px-gutter py-4 border-b"]],null,null,null,null,null)),(l()(),t.Ab(8,0,null,null,1,"h2",[["class","block title"]],null,null,null,null,null)),(l()(),t.Yb(-1,null,[" Settings "])),(l()(),t.Ab(10,0,null,null,43,"div",[["class","px-gutter py-4"],["gdColumns","1fr"],["gdColumns.xs","1fr"],["gdGap","16px"]],null,null,null,null,null)),t.zb(11,671744,null,0,Pl.h,[t.l,Pl.g,d.i,d.f],{gdColumns:[0,"gdColumns"],"gdColumns.xs":[1,"gdColumns.xs"]},null),t.zb(12,671744,null,0,Pl.c,[t.l,d.i,Pl.i,d.f],{gdGap:[0,"gdGap"]},null),(l()(),t.Ab(13,0,null,null,10,"div",[["class","py-3"],["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(14,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(15,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(16,0,null,null,2,"div",[["class","w-10 h-10 rounded-full bg-primary-50 text-primary-500 ltr:mr-3 rtl:ml-3 flex items-center justify-center"]],[[24,"@scaleIn",0]],null,null,null,null)),(l()(),t.Ab(17,0,null,null,1,"ic-icon",[["size","20px"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(18,606208,null,0,y.a,[x.b],{icon:[0,"icon"],size:[1,"size"]},null),(l()(),t.Ab(19,0,null,null,4,"div",[],[[24,"@fadeInRight",0]],null,null,null,null)),(l()(),t.Ab(20,0,null,null,1,"p",[["class","m-0 body-1"]],null,null,null,null,null)),(l()(),t.Yb(21,null,["",""])),(l()(),t.Ab(22,0,null,null,1,"p",[["class","m-0 caption text-hint"]],null,null,null,null,null)),(l()(),t.Yb(-1,null,["Project display name"])),(l()(),t.Ab(24,0,null,null,10,"div",[["class","py-3"],["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(25,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(26,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(27,0,null,null,2,"div",[["class","w-10 h-10 rounded-full bg-primary-50 text-primary-500 ltr:mr-3 rtl:ml-3 flex items-center justify-center"]],[[24,"@scaleIn",0]],null,null,null,null)),(l()(),t.Ab(28,0,null,null,1,"ic-icon",[["size","20px"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(29,606208,null,0,y.a,[x.b],{icon:[0,"icon"],size:[1,"size"]},null),(l()(),t.Ab(30,0,null,null,4,"div",[],[[24,"@fadeInRight",0]],null,null,null,null)),(l()(),t.Ab(31,0,null,null,1,"p",[["class","m-0 body-1"]],null,null,null,null,null)),(l()(),t.Yb(32,null,["",""])),(l()(),t.Ab(33,0,null,null,1,"p",[["class","m-0 caption text-hint"]],null,null,null,null,null)),(l()(),t.Yb(-1,null,["Description"])),(l()(),t.Ab(35,0,null,null,10,"div",[["class","py-3"],["fxLayout","row"],["fxLayoutAlign","start center"]],null,null,null,null,null)),t.zb(36,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(37,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(38,0,null,null,2,"div",[["class","w-10 h-10 rounded-full bg-primary-50 text-primary-500 ltr:mr-3 rtl:ml-3 flex items-center justify-center"]],[[24,"@scaleIn",0]],null,null,null,null)),(l()(),t.Ab(39,0,null,null,1,"ic-icon",[["size","20px"]],[[2,"ic-inline",null],[4,"font-size",null],[8,"innerHTML",1]],null,null,null,null)),t.zb(40,606208,null,0,y.a,[x.b],{icon:[0,"icon"],size:[1,"size"]},null),(l()(),t.Ab(41,0,null,null,4,"div",[],[[24,"@fadeInRight",0]],null,null,null,null)),(l()(),t.Ab(42,0,null,null,1,"p",[["class","m-0 body-1"]],null,null,null,null,null)),(l()(),t.Yb(43,null,["",""])),(l()(),t.Ab(44,0,null,null,1,"p",[["class","m-0 caption text-hint"]],null,null,null,null,null)),(l()(),t.Yb(-1,null,["Project Key"])),(l()(),t.Ab(46,0,null,null,7,"div",[["class","py-3"],["fxLayout","row"],["fxLayoutAlign","start"]],null,null,null,null,null)),t.zb(47,671744,null,0,b.d,[t.l,d.i,b.k,d.f],{fxLayout:[0,"fxLayout"]},null),t.zb(48,671744,null,0,b.c,[t.l,d.i,b.i,d.f],{fxLayoutAlign:[0,"fxLayoutAlign"]},null),(l()(),t.Ab(49,0,null,null,4,"button",[["class","rtl:mr-4 mat-focus-indicator"],["color","primary"],["fxFlex","none"],["fxHide.xs",""],["mat-raised-button",""],["type","button"]],[[1,"disabled",0],[2,"_mat-animation-noopable",null],[2,"mat-button-disabled",null]],[[null,"click"]],function(l,n,e){var t=!0;return"click"===n&&(t=!1!==l.component.openUpdateProjectDialog()&&t),t},m.d,m.b)),t.zb(50,737280,null,0,b.b,[t.l,d.i,d.e,b.h,d.f],{fxFlex:[0,"fxFlex"]},null),t.zb(51,4866048,null,0,sl.b,[t.l,sl.d,d.i,d.f,d.e,t.D,d.g],{"fxHide.xs":[0,"fxHide.xs"]},null),t.zb(52,4374528,null,0,p.b,[t.l,f.h,[2,h.a]],{color:[0,"color"]},null),(l()(),t.Yb(-1,0,[" EDIT "]))],function(l,n){var e=n.component;l(n,1,0,"row","column"),l(n,2,0,"24px"),l(n,3,0,"start start","start stretch"),l(n,5,0,"calc(70% - 12px)","auto"),l(n,11,0,"1fr","1fr"),l(n,12,0,"16px"),l(n,14,0,"row"),l(n,15,0,"start center"),l(n,18,0,e.icons.icPhone,"20px"),l(n,25,0,"row"),l(n,26,0,"start center"),l(n,29,0,e.icons.icWork,"20px"),l(n,36,0,"row"),l(n,37,0,"start center"),l(n,40,0,e.icons.icWork,"20px"),l(n,47,0,"row"),l(n,48,0,"start"),l(n,50,0,"none"),l(n,51,0,""),l(n,52,0,"primary")},function(l,n){var e=n.component;l(n,16,0,void 0),l(n,17,0,t.Ob(n,18).inline,t.Ob(n,18).size,t.Ob(n,18).iconHTML),l(n,19,0,void 0),l(n,21,0,e.project.name),l(n,27,0,void 0),l(n,28,0,t.Ob(n,29).inline,t.Ob(n,29).size,t.Ob(n,29).iconHTML),l(n,30,0,void 0),l(n,32,0,e.project.description||"N/A"),l(n,38,0,void 0),l(n,39,0,t.Ob(n,40).inline,t.Ob(n,40).size,t.Ob(n,40).iconHTML),l(n,41,0,void 0),l(n,43,0,e.project.key),l(n,49,0,t.Ob(n,52).disabled||null,"NoopAnimations"===t.Ob(n,52)._animationMode,t.Ob(n,52).disabled)})}function Ze(l){return t.bc(0,[(l()(),t.jb(16777216,null,null,1,null,Qe)),t.zb(1,16384,null,0,q.n,[t.R,t.O],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,1,0,n.component.project)},null)}function lt(l){return t.bc(0,[(l()(),t.Ab(0,0,null,null,1,"project-settings",[],null,null,null,Ze,Xe)),t.zb(1,114688,null,0,Ne,[s.e,mn.a,bn.a,Je],null,null)],function(l,n){l(n,1,0)},null)}var nt=t.wb("project-settings",Ne,lt,{},{},[]),et=e("yCYx"),tt=e("9b/N"),at=e("TN/R"),ut=e("IheW"),it=e("1z/I"),ot=e("u9T3"),rt=e("68Yx"),ct=e("Chvm"),st=e("ckCZ");class bt{}class dt{}var mt=e("zQhy"),pt=e("tq8E");class ft{}class ht{}var gt=e("7lCJ"),Ot=e("J0XA"),yt=e("CE41"),xt=e("Ynp+"),zt=e("PCNd"),vt=e("KOEO"),_t=e("PDjf"),At=e("zHaW"),Ct=e("iItg"),wt=e("uSXD"),jt=e("5RkR"),Mt=e("W9Vp"),kt=e("ebis"),Tt=e("99iP");let It=(()=>{class l{constructor(l,n,e){this.projectDataService=l,this.router=n,this.uri=e}canActivate(l,n){const e=this.projectDataService.project;if(e){const l=this.router.getCurrentNavigation().finalUrl,t=null==l?void 0:l.queryParams;if(!(null==t?void 0:t.organization_id)){const l=this.uri.class(n.url);return this.router.navigate([l.pathname],{queryParams:{organization_id:e.organizationId}}),!1}}return!0}}return l.\u0275prov=t.cc({factory:function(){return new l(t.dc(bn.a),t.dc(cn.p),t.dc(Tt.a))},token:l,providedIn:"root"}),l})(),Lt=(()=>{class l{constructor(l){this.organizationResource=l}resolve(l){const n={};return l.data.shadow&&(n.shadow=!0),this.organizationResource.index(n)}}return l.\u0275prov=t.cc({factory:function(){return new l(t.dc(fn.a))},token:l,providedIn:"root"}),l})();var St=e("qJKI"),Pt=e("7JS9");let Ft=(()=>{class l{constructor(l){this.projectsUserResource=l}resolve(l){return this.projectsUserResource.index(l.parent.params.project_id)}}return l.\u0275prov=t.cc({factory:function(){return new l(t.dc(ie.a))},token:l,providedIn:"root"}),l})();var Ut=e("1MPc"),Rt=e("98S0");const Dt={shadow:!0};class Nt{}var Ht=t.xb(a,[],function(l){return t.Lb([t.Mb(512,t.j,t.bb,[[8,[u.a,i.a,o.b,o.a,r.a,Y,nl,el.a,tl.a,al.a,al.b,ul.a,Pn,Fn.a,Re,nt,et.a]],[3,t.j],t.z]),t.Mb(4608,q.p,q.o,[t.w]),t.Mb(4608,tt.c,tt.c,[]),t.Mb(4608,Dl.c,Dl.c,[Dl.j,Dl.e,t.j,Dl.i,Dl.f,t.t,t.B,q.d,C.b,q.i,Dl.h]),t.Mb(5120,Dl.k,Dl.l,[Dl.c]),t.Mb(5120,s.c,s.d,[Dl.c]),t.Mb(135680,s.e,s.e,[Dl.c,t.t,[2,q.i],[2,s.b],s.c,[3,s.e],Dl.e]),t.Mb(5120,$.b,$.c,[Dl.c]),t.Mb(5120,Un.b,Un.c,[Dl.c]),t.Mb(5120,Ul.d,Ul.k,[Dl.c]),t.Mb(5120,t.b,function(l,n){return[d.j(l,n)]},[q.d,t.D]),t.Mb(4608,M.d,M.d,[]),t.Mb(4608,at.n,at.n,[]),t.Mb(5120,at.a,at.b,[Dl.c]),t.Mb(4608,c.g,c.g,[]),t.Mb(4608,c.y,c.y,[]),t.Mb(4608,M.c,M.x,[[2,M.g],w.a]),t.Mb(4608,cl.d,cl.d,[]),t.Mb(4608,cl.e,cl.e,[[2,cl.f]]),t.Mb(4608,cl.c,cl.c,[ut.c,cl.e]),t.Mb(5120,Gn.d,Gn.b,[[3,Gn.d]]),t.Mb(5120,Yn.d,Yn.a,[[3,Yn.d]]),t.Mb(4608,ee.a,ee.a,[]),t.Mb(1073742336,q.c,q.c,[]),t.Mb(1073742336,C.a,C.a,[]),t.Mb(1073742336,M.l,M.l,[f.j,[2,M.e],q.d]),t.Mb(1073742336,it.g,it.g,[]),t.Mb(1073742336,w.b,w.b,[]),t.Mb(1073742336,M.w,M.w,[]),t.Mb(1073742336,tt.d,tt.d,[]),t.Mb(1073742336,f.a,f.a,[f.j]),t.Mb(1073742336,ol.m,ol.m,[]),t.Mb(1073742336,p.c,p.c,[]),t.Mb(1073742336,W.b,W.b,[]),t.Mb(1073742336,W.d,W.d,[]),t.Mb(1073742336,Dl.g,Dl.g,[]),t.Mb(1073742336,s.k,s.k,[]),t.Mb(1073742336,v.b,v.b,[]),t.Mb(1073742336,O.c,O.c,[]),t.Mb(1073742336,M.u,M.u,[]),t.Mb(1073742336,M.r,M.r,[]),t.Mb(1073742336,A.i,A.i,[]),t.Mb(1073742336,$.e,$.e,[]),t.Mb(1073742336,Un.e,Un.e,[]),t.Mb(1073742336,Ul.j,Ul.j,[]),t.Mb(1073742336,Ul.h,Ul.h,[]),t.Mb(1073742336,d.c,d.c,[]),t.Mb(1073742336,b.g,b.g,[]),t.Mb(1073742336,sl.c,sl.c,[]),t.Mb(1073742336,Pl.a,Pl.a,[]),t.Mb(1073742336,ot.a,ot.a,[d.g,t.D]),t.Mb(1073742336,y.b,y.b,[]),t.Mb(1073742336,rt.a,rt.a,[]),t.Mb(1073742336,ct.a,ct.a,[]),t.Mb(1073742336,k.c,k.c,[]),t.Mb(1073742336,j.b,j.b,[]),t.Mb(1073742336,at.o,at.o,[]),t.Mb(1073742336,c.x,c.x,[]),t.Mb(1073742336,c.u,c.u,[]),t.Mb(1073742336,M.y,M.y,[]),t.Mb(1073742336,M.o,M.o,[]),t.Mb(1073742336,st.a,st.a,[]),t.Mb(1073742336,bt,bt,[]),t.Mb(1073742336,cl.b,cl.b,[]),t.Mb(1073742336,dt,dt,[]),t.Mb(1073742336,mt.d,mt.d,[]),t.Mb(1073742336,pt.c,pt.c,[]),t.Mb(1073742336,ft,ft,[]),t.Mb(1073742336,ht,ht,[]),t.Mb(1073742336,gt.a,gt.a,[]),t.Mb(1073742336,cn.t,cn.t,[[2,cn.z],[2,cn.p]]),t.Mb(1073742336,Ot.a,Ot.a,[]),t.Mb(1073742336,yt.a,yt.a,[]),t.Mb(1073742336,Gn.e,Gn.e,[]),t.Mb(1073742336,Dn.r,Dn.r,[]),t.Mb(1073742336,Rn.m,Rn.m,[]),t.Mb(1073742336,Yn.e,Yn.e,[]),t.Mb(1073742336,Hn.d,Hn.d,[]),t.Mb(1073742336,Hn.c,Hn.c,[]),t.Mb(1073742336,c.m,c.m,[]),t.Mb(1073742336,xt.a,xt.a,[]),t.Mb(1073742336,zt.a,zt.a,[]),t.Mb(1073742336,vt.a,vt.a,[]),t.Mb(1073742336,_t.e,_t.e,[]),t.Mb(1073742336,At.e,At.e,[]),t.Mb(1073742336,Ct.a,Ct.a,[]),t.Mb(1073742336,wt.a,wt.a,[]),t.Mb(1073742336,jt.a,jt.a,[]),t.Mb(1073742336,Mt.a,Mt.a,[]),t.Mb(1073742336,kt.a,kt.a,[]),t.Mb(1073742336,Nt,Nt,[]),t.Mb(1073742336,a,a,[]),t.Mb(256,M.f,M.h,[]),t.Mb(1024,cn.n,function(){return[[{canActivate:[It],path:"",component:$l,resolve:{projects:Pt.a,organizations:Lt},data:Dt},{path:":project_id",component:Rt.a,resolve:{project:St.a},children:[{path:"",component:Qn,resolve:{members:Ft}},{path:"settings",component:Ne,resolve:{project:St.a}},{path:"members",component:Qn,resolve:{members:Ft}},{path:"proxy-settings",component:Ut.a}]}]]},[])])})},bE8U:function(l,n){n.__esModule=!0,n.default={body:'<path opacity=".3" d="M12 15.4l-3.76 2.27l1-4.28l-3.32-2.88l4.38-.38L12 6.1l1.71 4.04l4.38.38l-3.32 2.88l1 4.28z" fill="currentColor"/><path d="M22 9.24l-7.19-.62L12 2L9.19 8.63L2 9.24l5.46 4.73L5.82 21L12 17.27L18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27l1-4.28l-3.32-2.88l4.38-.38L12 6.1l1.71 4.04l4.38.38l-3.32 2.88l1 4.28L12 15.4z" fill="currentColor"/>',width:24,height:24}},baq9:function(l,n){n.__esModule=!0,n.default={body:'<path opacity=".3" d="M8 16h12V4H8v12zm3.5-4.33l1.69 2.26l2.48-3.09L19 15H9l2.5-3.33z" fill="currentColor"/><path d="M8 2c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H8zm12 14H8V4h12v12zm-4.33-5.17l-2.48 3.09l-1.69-2.25L9 15h10zM4 22h14v-2H4V6H2v14c0 1.1.9 2 2 2z" fill="currentColor"/>',width:24,height:24}},"h+Y6":function(l,n){n.__esModule=!0,n.default={body:'<path d="M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8z" fill="currentColor"/>',width:24,height:24}},om0Q:function(l,n){n.__esModule=!0,n.default={body:'<path opacity=".3" d="M20 4H4v13.17L5.17 16H20V4zm-6 10H6v-2h8v2zm4-3H6V9h12v2zm0-3H6V6h12v2z" fill="currentColor"/><path d="M20 18c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14zm-16-.83V4h16v12H5.17L4 17.17zM6 12h8v2H6zm0-3h12v2H6zm0-3h12v2H6z" fill="currentColor"/>',width:24,height:24}},qJKI:function(l,n,e){"use strict";e.d(n,"a",function(){return i});var t=e("8Y7J"),a=e("4UAC"),u=e("msBP");let i=(()=>{class l{constructor(l,n){this.projectResource=l,this.projectDataService=n}resolve(l){return this.projectDataService.get(l.queryParams.project_id||l.params.project_id||l.parent.params.project_id)}}return l.\u0275prov=t.cc({factory:function(){return new l(t.dc(a.a),t.dc(u.a))},token:l,providedIn:"root"}),l})()},rwX0:function(l,n){n.__esModule=!0,n.default={body:'<circle cx="9" cy="8.5" opacity=".3" r="1.5" fill="currentColor"/><path opacity=".3" d="M4.34 17h9.32c-.84-.58-2.87-1.25-4.66-1.25s-3.82.67-4.66 1.25z" fill="currentColor"/><path d="M9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5S5.5 6.57 5.5 8.5S7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm0 6.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zm11.7-3.19c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35c.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z" fill="currentColor"/>',width:24,height:24}}}]);