@wavemaker/app-ng-runtime 11.10.3-next.25128 → 11.10.3-rc.6079

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 (155) hide show
  1. package/components/basic/default/bundles/index.umd.js +68 -68
  2. package/components/basic/default/esm2022/anchor/anchor.component.mjs +18 -18
  3. package/components/basic/default/esm2022/icon/icon.component.mjs +13 -12
  4. package/components/basic/default/esm2022/iframe/iframe.component.mjs +10 -9
  5. package/components/basic/default/esm2022/spinner/spinner.component.mjs +21 -21
  6. package/components/basic/default/esm2022/video/video.component.mjs +15 -14
  7. package/components/basic/default/fesm2022/index.mjs +68 -68
  8. package/components/basic/default/fesm2022/index.mjs.map +1 -1
  9. package/components/basic/progress/bundles/index.umd.js +17 -16
  10. package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +8 -7
  11. package/components/basic/progress/fesm2022/index.mjs +9 -8
  12. package/components/basic/progress/fesm2022/index.mjs.map +1 -1
  13. package/components/basic/rich-text-editor/bundles/index.umd.js +12 -11
  14. package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +9 -8
  15. package/components/basic/rich-text-editor/fesm2022/index.mjs +8 -7
  16. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  17. package/components/basic/search/bundles/index.umd.js +67 -63
  18. package/components/basic/search/esm2022/search.component.mjs +67 -63
  19. package/components/basic/search/esm2022/search.module.mjs +2 -2
  20. package/components/basic/search/fesm2022/index.mjs +67 -63
  21. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  22. package/components/chart/bundles/index.umd.js +17 -17
  23. package/components/chart/esm2022/chart.component.mjs +18 -18
  24. package/components/chart/fesm2022/index.mjs +17 -17
  25. package/components/chart/fesm2022/index.mjs.map +1 -1
  26. package/components/containers/panel/bundles/index.umd.js +39 -39
  27. package/components/containers/panel/esm2022/panel.component.mjs +40 -40
  28. package/components/containers/panel/fesm2022/index.mjs +39 -39
  29. package/components/containers/panel/fesm2022/index.mjs.map +1 -1
  30. package/components/containers/tabs/bundles/index.umd.js +29 -29
  31. package/components/containers/tabs/esm2022/tabs.component.mjs +30 -30
  32. package/components/containers/tabs/fesm2022/index.mjs +29 -29
  33. package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  34. package/components/containers/wizard/bundles/index.umd.js +49 -49
  35. package/components/containers/wizard/esm2022/wizard.component.mjs +50 -50
  36. package/components/containers/wizard/fesm2022/index.mjs +49 -49
  37. package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  38. package/components/data/card/bundles/index.umd.js +29 -29
  39. package/components/data/card/esm2022/card.component.mjs +30 -30
  40. package/components/data/card/fesm2022/index.mjs +29 -29
  41. package/components/data/card/fesm2022/index.mjs.map +1 -1
  42. package/components/data/form/bundles/index.umd.js +96 -91
  43. package/components/data/form/esm2022/form.component.mjs +97 -92
  44. package/components/data/form/fesm2022/index.mjs +96 -91
  45. package/components/data/form/fesm2022/index.mjs.map +1 -1
  46. package/components/data/list/bundles/index.umd.js +173 -171
  47. package/components/data/list/esm2022/list.component.mjs +173 -171
  48. package/components/data/list/esm2022/list.module.mjs +2 -2
  49. package/components/data/list/fesm2022/index.mjs +173 -171
  50. package/components/data/list/fesm2022/index.mjs.map +1 -1
  51. package/components/data/pagination/bundles/index.umd.js +32 -32
  52. package/components/data/pagination/esm2022/pagination.component.mjs +33 -33
  53. package/components/data/pagination/fesm2022/index.mjs +32 -32
  54. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  55. package/components/data/table/bundles/index.umd.js +38 -39
  56. package/components/data/table/esm2022/table.component.mjs +39 -40
  57. package/components/data/table/fesm2022/index.mjs +38 -39
  58. package/components/data/table/fesm2022/index.mjs.map +1 -1
  59. package/components/dialogs/default/bundles/index.umd.js +95 -66
  60. package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +96 -67
  61. package/components/dialogs/default/fesm2022/index.mjs +95 -66
  62. package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  63. package/components/dialogs/design-dialog/bundles/index.umd.js +7 -7
  64. package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +8 -8
  65. package/components/dialogs/design-dialog/fesm2022/index.mjs +7 -7
  66. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  67. package/components/dialogs/iframe-dialog/bundles/index.umd.js +25 -24
  68. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +16 -15
  69. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +15 -14
  70. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  71. package/components/dialogs/partial-dialog/bundles/index.umd.js +8 -8
  72. package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +9 -9
  73. package/components/dialogs/partial-dialog/fesm2022/index.mjs +8 -8
  74. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  75. package/components/input/chips/bundles/index.umd.js +21 -21
  76. package/components/input/chips/esm2022/chips.component.mjs +22 -22
  77. package/components/input/chips/fesm2022/index.mjs +21 -21
  78. package/components/input/chips/fesm2022/index.mjs.map +1 -1
  79. package/components/input/default/bundles/index.umd.js +209 -201
  80. package/components/input/default/esm2022/button/button.component.mjs +18 -18
  81. package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +69 -68
  82. package/components/input/default/esm2022/radioset/radioset.component.mjs +69 -68
  83. package/components/input/default/esm2022/select/select.component.mjs +27 -21
  84. package/components/input/default/esm2022/switch/switch.component.mjs +24 -24
  85. package/components/input/default/esm2022/textarea/textarea.component.mjs +8 -8
  86. package/components/input/default/fesm2022/index.mjs +209 -201
  87. package/components/input/default/fesm2022/index.mjs.map +1 -1
  88. package/components/input/epoch/bundles/index.umd.js +164 -171
  89. package/components/input/epoch/esm2022/date/date.component.mjs +15 -14
  90. package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +59 -64
  91. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +19 -18
  92. package/components/input/epoch/esm2022/picker/picker.component.mjs +25 -26
  93. package/components/input/epoch/esm2022/time/time.component.mjs +18 -17
  94. package/components/input/epoch/fesm2022/index.mjs +117 -124
  95. package/components/input/epoch/fesm2022/index.mjs.map +1 -1
  96. package/components/input/file-upload/bundles/index.umd.js +114 -111
  97. package/components/input/file-upload/esm2022/file-upload.component.mjs +115 -112
  98. package/components/input/file-upload/fesm2022/index.mjs +114 -111
  99. package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  100. package/components/input/rating/bundles/index.umd.js +14 -14
  101. package/components/input/rating/esm2022/rating.component.mjs +15 -15
  102. package/components/input/rating/fesm2022/index.mjs +14 -14
  103. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  104. package/components/input/slider/bundles/index.umd.js +40 -39
  105. package/components/input/slider/esm2022/slider.component.mjs +11 -10
  106. package/components/input/slider/fesm2022/index.mjs +10 -9
  107. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  108. package/components/navigation/breadcrumb/bundles/index.umd.js +15 -16
  109. package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +16 -17
  110. package/components/navigation/breadcrumb/fesm2022/index.mjs +15 -16
  111. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  112. package/components/navigation/menu/bundles/index.umd.js +71 -69
  113. package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +7 -7
  114. package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +15 -15
  115. package/components/navigation/menu/esm2022/menu.component.mjs +26 -22
  116. package/components/navigation/menu/esm2022/menu.module.mjs +4 -4
  117. package/components/navigation/menu/esm2022/nav/nav.component.mjs +24 -26
  118. package/components/navigation/menu/fesm2022/index.mjs +71 -69
  119. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  120. package/components/navigation/navbar/bundles/index.umd.js +12 -12
  121. package/components/navigation/navbar/esm2022/navbar.component.mjs +13 -13
  122. package/components/navigation/navbar/fesm2022/index.mjs +12 -12
  123. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  124. package/mobile/components/basic/default/bundles/index.umd.js +111 -102
  125. package/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +40 -39
  126. package/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +44 -35
  127. package/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +28 -27
  128. package/mobile/components/basic/default/fesm2022/index.mjs +107 -98
  129. package/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
  130. package/mobile/components/containers/segmented-control/bundles/index.umd.js +16 -16
  131. package/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +9 -8
  132. package/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +10 -10
  133. package/mobile/components/containers/segmented-control/fesm2022/index.mjs +16 -16
  134. package/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
  135. package/mobile/components/data/media-list/bundles/index.umd.js +28 -28
  136. package/mobile/components/data/media-list/esm2022/media-list.component.mjs +29 -29
  137. package/mobile/components/data/media-list/fesm2022/index.mjs +28 -28
  138. package/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
  139. package/mobile/components/page/mobile-navbar/bundles/index.umd.js +29 -29
  140. package/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +30 -30
  141. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs +29 -29
  142. package/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
  143. package/mobile/components/page/tab-bar/bundles/index.umd.js +28 -28
  144. package/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +29 -29
  145. package/mobile/components/page/tab-bar/fesm2022/index.mjs +28 -28
  146. package/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
  147. package/npm-shrinkwrap.json +2 -2
  148. package/package-lock.json +2 -2
  149. package/package.json +1 -1
  150. package/runtime/base/bundles/index.umd.js +215 -219
  151. package/runtime/base/esm2022/components/app-component/app.component.mjs +41 -38
  152. package/runtime/base/esm2022/components/app-spinner.component.mjs +21 -25
  153. package/runtime/base/esm2022/components/custom-toaster.component.mjs +16 -18
  154. package/runtime/base/fesm2022/index.mjs +95 -99
  155. package/runtime/base/fesm2022/index.mjs.map +1 -1
@@ -321,140 +321,154 @@
321
321
 
322
322
  const _c0 = ["wmDialogHeader", ""];
323
323
  const _c1 = (a0, a1, a2) => ({ width: a0, height: a1, margin: a2 });
324
- function DialogHeaderComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
324
+ function DialogHeaderComponent_button_0_Template(rf, ctx) { if (rf & 1) {
325
325
  const _r1 = i0__namespace.ɵɵgetCurrentView();
326
- i0__namespace.ɵɵelementStart(0, "button", 3);
327
- i0__namespace.ɵɵlistener("click", function DialogHeaderComponent_Conditional_0_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.closeDialog()); });
328
- i0__namespace.ɵɵelement(1, "span", 4);
326
+ i0__namespace.ɵɵelementStart(0, "button", 5);
327
+ i0__namespace.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0__namespace.ɵɵrestoreView(_r1); const ctx_r1 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r1.closeDialog()); });
328
+ i0__namespace.ɵɵelement(1, "span", 6);
329
329
  i0__namespace.ɵɵelementEnd();
330
330
  } if (rf & 2) {
331
331
  const ctx_r1 = i0__namespace.ɵɵnextContext();
332
332
  i0__namespace.ɵɵpropertyInterpolate("title", ctx_r1.dialogRef.appLocale.LABEL_CLOSE);
333
333
  i0__namespace.ɵɵattribute("aria-label", "Close " + (ctx_r1.title ? ctx_r1.title : "") + " dialog");
334
334
  } }
335
- function DialogHeaderComponent_Case_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
335
+ function DialogHeaderComponent_ng_container_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
336
336
  i0__namespace.ɵɵelementContainer(0);
337
337
  } }
338
- function DialogHeaderComponent_Case_1_Template(rf, ctx) { if (rf & 1) {
339
- i0__namespace.ɵɵelementStart(0, "h1", 2);
340
- i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_Case_1_ng_container_1_Template, 1, 0, "ng-container", 5);
338
+ function DialogHeaderComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
339
+ i0__namespace.ɵɵelementContainerStart(0);
340
+ i0__namespace.ɵɵelementStart(1, "h1", 7);
341
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_ng_container_2_Template, 1, 0, "ng-container", 8);
341
342
  i0__namespace.ɵɵelementEnd();
343
+ i0__namespace.ɵɵelementContainerEnd();
342
344
  } if (rf & 2) {
343
345
  i0__namespace.ɵɵnextContext();
344
- const headerTemplate_r3 = i0__namespace.ɵɵreference(9);
345
- i0__namespace.ɵɵadvance();
346
+ const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
347
+ i0__namespace.ɵɵadvance(2);
346
348
  i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
347
349
  } }
348
- function DialogHeaderComponent_Case_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
350
+ function DialogHeaderComponent_ng_container_3_ng_container_2_Template(rf, ctx) { if (rf & 1) {
349
351
  i0__namespace.ɵɵelementContainer(0);
350
352
  } }
351
- function DialogHeaderComponent_Case_2_Template(rf, ctx) { if (rf & 1) {
352
- i0__namespace.ɵɵelementStart(0, "h2", 2);
353
- i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_Case_2_ng_container_1_Template, 1, 0, "ng-container", 5);
353
+ function DialogHeaderComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
354
+ i0__namespace.ɵɵelementContainerStart(0);
355
+ i0__namespace.ɵɵelementStart(1, "h2", 7);
356
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_3_ng_container_2_Template, 1, 0, "ng-container", 8);
354
357
  i0__namespace.ɵɵelementEnd();
358
+ i0__namespace.ɵɵelementContainerEnd();
355
359
  } if (rf & 2) {
356
360
  i0__namespace.ɵɵnextContext();
357
- const headerTemplate_r3 = i0__namespace.ɵɵreference(9);
358
- i0__namespace.ɵɵadvance();
361
+ const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
362
+ i0__namespace.ɵɵadvance(2);
359
363
  i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
360
364
  } }
361
- function DialogHeaderComponent_Case_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
365
+ function DialogHeaderComponent_ng_container_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
362
366
  i0__namespace.ɵɵelementContainer(0);
363
367
  } }
364
- function DialogHeaderComponent_Case_3_Template(rf, ctx) { if (rf & 1) {
365
- i0__namespace.ɵɵelementStart(0, "h3", 2);
366
- i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_Case_3_ng_container_1_Template, 1, 0, "ng-container", 5);
368
+ function DialogHeaderComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
369
+ i0__namespace.ɵɵelementContainerStart(0);
370
+ i0__namespace.ɵɵelementStart(1, "h3", 7);
371
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_4_ng_container_2_Template, 1, 0, "ng-container", 8);
367
372
  i0__namespace.ɵɵelementEnd();
373
+ i0__namespace.ɵɵelementContainerEnd();
368
374
  } if (rf & 2) {
369
375
  i0__namespace.ɵɵnextContext();
370
- const headerTemplate_r3 = i0__namespace.ɵɵreference(9);
371
- i0__namespace.ɵɵadvance();
376
+ const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
377
+ i0__namespace.ɵɵadvance(2);
372
378
  i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
373
379
  } }
374
- function DialogHeaderComponent_Case_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
380
+ function DialogHeaderComponent_ng_container_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
375
381
  i0__namespace.ɵɵelementContainer(0);
376
382
  } }
377
- function DialogHeaderComponent_Case_4_Template(rf, ctx) { if (rf & 1) {
378
- i0__namespace.ɵɵelementStart(0, "h4", 2);
379
- i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_Case_4_ng_container_1_Template, 1, 0, "ng-container", 5);
383
+ function DialogHeaderComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
384
+ i0__namespace.ɵɵelementContainerStart(0);
385
+ i0__namespace.ɵɵelementStart(1, "h4", 7);
386
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_5_ng_container_2_Template, 1, 0, "ng-container", 8);
380
387
  i0__namespace.ɵɵelementEnd();
388
+ i0__namespace.ɵɵelementContainerEnd();
381
389
  } if (rf & 2) {
382
390
  i0__namespace.ɵɵnextContext();
383
- const headerTemplate_r3 = i0__namespace.ɵɵreference(9);
384
- i0__namespace.ɵɵadvance();
391
+ const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
392
+ i0__namespace.ɵɵadvance(2);
385
393
  i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
386
394
  } }
387
- function DialogHeaderComponent_Case_5_ng_container_1_Template(rf, ctx) { if (rf & 1) {
395
+ function DialogHeaderComponent_ng_container_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
388
396
  i0__namespace.ɵɵelementContainer(0);
389
397
  } }
390
- function DialogHeaderComponent_Case_5_Template(rf, ctx) { if (rf & 1) {
391
- i0__namespace.ɵɵelementStart(0, "h5", 2);
392
- i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_Case_5_ng_container_1_Template, 1, 0, "ng-container", 5);
398
+ function DialogHeaderComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
399
+ i0__namespace.ɵɵelementContainerStart(0);
400
+ i0__namespace.ɵɵelementStart(1, "h5", 7);
401
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_6_ng_container_2_Template, 1, 0, "ng-container", 8);
393
402
  i0__namespace.ɵɵelementEnd();
403
+ i0__namespace.ɵɵelementContainerEnd();
394
404
  } if (rf & 2) {
395
405
  i0__namespace.ɵɵnextContext();
396
- const headerTemplate_r3 = i0__namespace.ɵɵreference(9);
397
- i0__namespace.ɵɵadvance();
406
+ const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
407
+ i0__namespace.ɵɵadvance(2);
398
408
  i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
399
409
  } }
400
- function DialogHeaderComponent_Case_6_ng_container_1_Template(rf, ctx) { if (rf & 1) {
410
+ function DialogHeaderComponent_ng_container_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
401
411
  i0__namespace.ɵɵelementContainer(0);
402
412
  } }
403
- function DialogHeaderComponent_Case_6_Template(rf, ctx) { if (rf & 1) {
404
- i0__namespace.ɵɵelementStart(0, "h6", 2);
405
- i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_Case_6_ng_container_1_Template, 1, 0, "ng-container", 5);
413
+ function DialogHeaderComponent_ng_container_7_Template(rf, ctx) { if (rf & 1) {
414
+ i0__namespace.ɵɵelementContainerStart(0);
415
+ i0__namespace.ɵɵelementStart(1, "h6", 7);
416
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_7_ng_container_2_Template, 1, 0, "ng-container", 8);
406
417
  i0__namespace.ɵɵelementEnd();
418
+ i0__namespace.ɵɵelementContainerEnd();
407
419
  } if (rf & 2) {
408
420
  i0__namespace.ɵɵnextContext();
409
- const headerTemplate_r3 = i0__namespace.ɵɵreference(9);
410
- i0__namespace.ɵɵadvance();
421
+ const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
422
+ i0__namespace.ɵɵadvance(2);
411
423
  i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
412
424
  } }
413
- function DialogHeaderComponent_Case_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
425
+ function DialogHeaderComponent_ng_container_8_ng_container_2_Template(rf, ctx) { if (rf & 1) {
414
426
  i0__namespace.ɵɵelementContainer(0);
415
427
  } }
416
- function DialogHeaderComponent_Case_7_Template(rf, ctx) { if (rf & 1) {
417
- i0__namespace.ɵɵelementStart(0, "h4", 2);
418
- i0__namespace.ɵɵtemplate(1, DialogHeaderComponent_Case_7_ng_container_1_Template, 1, 0, "ng-container", 5);
428
+ function DialogHeaderComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
429
+ i0__namespace.ɵɵelementContainerStart(0);
430
+ i0__namespace.ɵɵelementStart(1, "h4", 7);
431
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_8_ng_container_2_Template, 1, 0, "ng-container", 8);
419
432
  i0__namespace.ɵɵelementEnd();
433
+ i0__namespace.ɵɵelementContainerEnd();
420
434
  } if (rf & 2) {
421
435
  i0__namespace.ɵɵnextContext();
422
- const headerTemplate_r3 = i0__namespace.ɵɵreference(9);
423
- i0__namespace.ɵɵadvance();
436
+ const headerTemplate_r3 = i0__namespace.ɵɵreference(10);
437
+ i0__namespace.ɵɵadvance(2);
424
438
  i0__namespace.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
425
439
  } }
426
- function DialogHeaderComponent_ng_template_8_Conditional_0_Template(rf, ctx) { if (rf & 1) {
427
- i0__namespace.ɵɵelement(0, "i", 6);
440
+ function DialogHeaderComponent_ng_template_9_i_0_Template(rf, ctx) { if (rf & 1) {
441
+ i0__namespace.ɵɵelement(0, "i", 13);
428
442
  } if (rf & 2) {
429
443
  const ctx_r1 = i0__namespace.ɵɵnextContext(2);
430
444
  i0__namespace.ɵɵproperty("ngClass", ctx_r1.iconclass)("ngStyle", i0__namespace.ɵɵpureFunction3(2, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
431
445
  } }
432
- function DialogHeaderComponent_ng_template_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
433
- i0__namespace.ɵɵelement(0, "img", 7);
446
+ function DialogHeaderComponent_ng_template_9_img_1_Template(rf, ctx) { if (rf & 1) {
447
+ i0__namespace.ɵɵelement(0, "img", 14);
434
448
  i0__namespace.ɵɵpipe(1, "image");
435
449
  } if (rf & 2) {
436
450
  const ctx_r1 = i0__namespace.ɵɵnextContext(2);
437
451
  i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind1(1, 2, ctx_r1.iconurl), i0__namespace.ɵɵsanitizeUrl)("ngStyle", i0__namespace.ɵɵpureFunction3(4, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
438
452
  } }
439
- function DialogHeaderComponent_ng_template_8_Conditional_3_Template(rf, ctx) { if (rf & 1) {
440
- i0__namespace.ɵɵelement(0, "span", 9);
453
+ function DialogHeaderComponent_ng_template_9_span_3_Template(rf, ctx) { if (rf & 1) {
454
+ i0__namespace.ɵɵelement(0, "span", 15);
441
455
  } if (rf & 2) {
442
456
  const ctx_r1 = i0__namespace.ɵɵnextContext(2);
443
457
  i0__namespace.ɵɵproperty("title", ctx_r1.subheading)("textContent", ctx_r1.subheading);
444
458
  } }
445
- function DialogHeaderComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
446
- i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_ng_template_8_Conditional_0_Template, 1, 6, "i", 6)(1, DialogHeaderComponent_ng_template_8_Conditional_1_Template, 2, 8, "img", 7);
447
- i0__namespace.ɵɵelement(2, "span", 8);
448
- i0__namespace.ɵɵtemplate(3, DialogHeaderComponent_ng_template_8_Conditional_3_Template, 1, 2, "span", 9);
459
+ function DialogHeaderComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
460
+ i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_ng_template_9_i_0_Template, 1, 6, "i", 9)(1, DialogHeaderComponent_ng_template_9_img_1_Template, 2, 8, "img", 10);
461
+ i0__namespace.ɵɵelement(2, "span", 11);
462
+ i0__namespace.ɵɵtemplate(3, DialogHeaderComponent_ng_template_9_span_3_Template, 1, 2, "span", 12);
449
463
  } if (rf & 2) {
450
464
  const ctx_r1 = i0__namespace.ɵɵnextContext();
451
- i0__namespace.ɵɵconditional(ctx_r1.iconclass && !ctx_r1.iconurl ? 0 : -1);
465
+ i0__namespace.ɵɵproperty("ngIf", ctx_r1.iconclass && !ctx_r1.iconurl);
452
466
  i0__namespace.ɵɵadvance();
453
- i0__namespace.ɵɵconditional(ctx_r1.iconurl ? 1 : -1);
467
+ i0__namespace.ɵɵproperty("ngIf", ctx_r1.iconurl);
454
468
  i0__namespace.ɵɵadvance();
455
469
  i0__namespace.ɵɵproperty("textContent", ctx_r1.heading)("id", ctx_r1.titleid);
456
470
  i0__namespace.ɵɵadvance();
457
- i0__namespace.ɵɵconditional(ctx_r1.subheading ? 3 : -1);
471
+ i0__namespace.ɵɵproperty("ngIf", ctx_r1.subheading);
458
472
  } }
459
473
  const DEFAULT_CLS = 'app-dialog-header modal-header';
460
474
  const DEFAULT_ICON_DIMENSIONS = '21px';
@@ -474,18 +488,33 @@
474
488
  this.dialogRef.close();
475
489
  }
476
490
  static { this.ɵfac = function DialogHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DialogHeaderComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i2.DialogRef)); }; }
477
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", headinglevel: "headinglevel", subheading: "subheading", titleid: "titleid", title: "title" }, attrs: _c0, decls: 10, vars: 2, consts: [["headerTemplate", ""], [1, "app-dialog-close", "close", 3, "title"], [1, "app-dialog-title", "modal-title"], [1, "app-dialog-close", "close", 3, "click", "title"], ["aria-hidden", "true", 1, "app-icon", "wi", "wi-clear"], [4, "ngTemplateOutlet"], [3, "ngClass", "ngStyle"], ["data-identifier", "img", 3, "src", "ngStyle"], [1, "dialog-heading", 3, "textContent", "id"], [1, "dialog-sub-heading", 3, "title", "textContent"]], template: function DialogHeaderComponent_Template(rf, ctx) { if (rf & 1) {
478
- i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_Conditional_0_Template, 2, 2, "button", 1)(1, DialogHeaderComponent_Case_1_Template, 2, 1, "h1", 2)(2, DialogHeaderComponent_Case_2_Template, 2, 1, "h2", 2)(3, DialogHeaderComponent_Case_3_Template, 2, 1, "h3", 2)(4, DialogHeaderComponent_Case_4_Template, 2, 1, "h4", 2)(5, DialogHeaderComponent_Case_5_Template, 2, 1, "h5", 2)(6, DialogHeaderComponent_Case_6_Template, 2, 1, "h6", 2)(7, DialogHeaderComponent_Case_7_Template, 2, 1, "h4", 2)(8, DialogHeaderComponent_ng_template_8_Template, 4, 5, "ng-template", null, 0, i0__namespace.ɵɵtemplateRefExtractor);
491
+ static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", headinglevel: "headinglevel", subheading: "subheading", titleid: "titleid", title: "title" }, attrs: _c0, decls: 11, vars: 8, consts: [["headerTemplate", ""], ["class", "app-dialog-close close", 3, "title", "click", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [1, "app-dialog-close", "close", 3, "click", "title"], ["aria-hidden", "true", 1, "app-icon", "wi", "wi-clear"], [1, "app-dialog-title", "modal-title"], [4, "ngTemplateOutlet"], [3, "ngClass", "ngStyle", 4, "ngIf"], ["data-identifier", "img", 3, "src", "ngStyle", 4, "ngIf"], [1, "dialog-heading", 3, "textContent", "id"], ["class", "dialog-sub-heading", 3, "title", "textContent", 4, "ngIf"], [3, "ngClass", "ngStyle"], ["data-identifier", "img", 3, "src", "ngStyle"], [1, "dialog-sub-heading", 3, "title", "textContent"]], template: function DialogHeaderComponent_Template(rf, ctx) { if (rf & 1) {
492
+ i0__namespace.ɵɵtemplate(0, DialogHeaderComponent_button_0_Template, 2, 2, "button", 1);
493
+ i0__namespace.ɵɵelementContainerStart(1, 2);
494
+ i0__namespace.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_Template, 3, 1, "ng-container", 3)(3, DialogHeaderComponent_ng_container_3_Template, 3, 1, "ng-container", 3)(4, DialogHeaderComponent_ng_container_4_Template, 3, 1, "ng-container", 3)(5, DialogHeaderComponent_ng_container_5_Template, 3, 1, "ng-container", 3)(6, DialogHeaderComponent_ng_container_6_Template, 3, 1, "ng-container", 3)(7, DialogHeaderComponent_ng_container_7_Template, 3, 1, "ng-container", 3)(8, DialogHeaderComponent_ng_container_8_Template, 3, 1, "ng-container", 4);
495
+ i0__namespace.ɵɵelementContainerEnd();
496
+ i0__namespace.ɵɵtemplate(9, DialogHeaderComponent_ng_template_9_Template, 4, 5, "ng-template", null, 0, i0__namespace.ɵɵtemplateRefExtractor);
479
497
  } if (rf & 2) {
480
- let tmp_2_0;
481
- i0__namespace.ɵɵconditional(ctx.isClosable ? 0 : -1);
498
+ i0__namespace.ɵɵproperty("ngIf", ctx.isClosable);
499
+ i0__namespace.ɵɵadvance();
500
+ i0__namespace.ɵɵproperty("ngSwitch", ctx.headinglevel);
501
+ i0__namespace.ɵɵadvance();
502
+ i0__namespace.ɵɵproperty("ngSwitchCase", "h1");
503
+ i0__namespace.ɵɵadvance();
504
+ i0__namespace.ɵɵproperty("ngSwitchCase", "h2");
505
+ i0__namespace.ɵɵadvance();
506
+ i0__namespace.ɵɵproperty("ngSwitchCase", "h3");
507
+ i0__namespace.ɵɵadvance();
508
+ i0__namespace.ɵɵproperty("ngSwitchCase", "h4");
509
+ i0__namespace.ɵɵadvance();
510
+ i0__namespace.ɵɵproperty("ngSwitchCase", "h5");
482
511
  i0__namespace.ɵɵadvance();
483
- i0__namespace.ɵɵconditional((tmp_2_0 = ctx.headinglevel) === "h1" ? 1 : tmp_2_0 === "h2" ? 2 : tmp_2_0 === "h3" ? 3 : tmp_2_0 === "h4" ? 4 : tmp_2_0 === "h5" ? 5 : tmp_2_0 === "h6" ? 6 : 7);
484
- } }, dependencies: [i1$1__namespace.NgClass, i1$1__namespace.NgTemplateOutlet, i1$1__namespace.NgStyle, i2__namespace.TextContentDirective, i2__namespace.ImagePipe], encapsulation: 2 }); }
512
+ i0__namespace.ɵɵproperty("ngSwitchCase", "h6");
513
+ } }, dependencies: [i1$1__namespace.NgClass, i1$1__namespace.NgIf, i1$1__namespace.NgTemplateOutlet, i1$1__namespace.NgStyle, i1$1__namespace.NgSwitch, i1$1__namespace.NgSwitchCase, i1$1__namespace.NgSwitchDefault, i2__namespace.TextContentDirective, i2__namespace.ImagePipe], encapsulation: 2 }); }
485
514
  }
486
515
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DialogHeaderComponent, [{
487
516
  type: i0.Component,
488
- args: [{ selector: 'div[wmDialogHeader]', template: "@if (isClosable) {\n <button (click)=\"closeDialog();\"\n [attr.aria-label]=\"'Close ' + (title ? title : '') + ' dialog'\" class=\"app-dialog-close close\" title=\"{{dialogRef.appLocale.LABEL_CLOSE}}\" >\n <span class=\"app-icon wi wi-clear\" aria-hidden=\"true\"></span>\n </button>\n}\n\n@switch (headinglevel) {\n @case ('h1') {\n <h1 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h1>\n }\n @case ('h2') {\n <h2 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h2>\n }\n @case ('h3') {\n <h3 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h3>\n }\n @case ('h4') {\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n }\n @case ('h5') {\n <h5 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h5>\n }\n @case ('h6') {\n <h6 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h6>\n }\n @default {\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n }\n}\n\n<ng-template #headerTemplate>\n @if (iconclass && !iconurl) {\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"></i>\n }\n @if (iconurl) {\n <img data-identifier=\"img\" [src]=\"iconurl | image\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"/>\n }\n <span class=\"dialog-heading\" [textContent]=\"heading\" [id]=\"titleid\"></span>\n @if (subheading) {\n <span class=\"dialog-sub-heading\" [title]=\"subheading\" [textContent]=\"subheading\"></span>\n }\n</ng-template>\n" }]
517
+ args: [{ selector: 'div[wmDialogHeader]', template: "<button (click)=\"closeDialog();\" *ngIf=\"isClosable\"\n [attr.aria-label]=\"'Close ' + (title ? title : '') + ' dialog'\" class=\"app-dialog-close close\" title=\"{{dialogRef.appLocale.LABEL_CLOSE}}\" >\n <span class=\"app-icon wi wi-clear\" aria-hidden=\"true\"></span>\n</button>\n\n<ng-container [ngSwitch]=\"headinglevel\">\n <ng-container *ngSwitchCase=\"'h1'\">\n <h1 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h1>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h2'\">\n <h2 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h2>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h3'\">\n <h3 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h3>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h4'\">\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h5'\">\n <h5 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h5>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h6'\">\n <h6 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h6>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n</ng-container>\n\n<ng-template #headerTemplate>\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\" *ngIf=\"iconclass && !iconurl\"></i>\n <img data-identifier=\"img\" [src]=\"iconurl | image\" *ngIf=\"iconurl\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"/>\n <span class=\"dialog-heading\" [textContent]=\"heading\" [id]=\"titleid\"></span>\n <span class=\"dialog-sub-heading\" *ngIf=\"subheading\" [title]=\"subheading\" [textContent]=\"subheading\"></span>\n</ng-template>\n" }]
489
518
  }], () => [{ type: i0__namespace.ElementRef }, { type: BaseDialog, decorators: [{
490
519
  type: i0.Inject,
491
520
  args: [i2.DialogRef]
@@ -8,140 +8,154 @@ import * as i2 from "@wm/components/base";
8
8
  import * as i3 from "../base-dialog";
9
9
  const _c0 = ["wmDialogHeader", ""];
10
10
  const _c1 = (a0, a1, a2) => ({ width: a0, height: a1, margin: a2 });
11
- function DialogHeaderComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
11
+ function DialogHeaderComponent_button_0_Template(rf, ctx) { if (rf & 1) {
12
12
  const _r1 = i0.ɵɵgetCurrentView();
13
- i0.ɵɵelementStart(0, "button", 3);
14
- i0.ɵɵlistener("click", function DialogHeaderComponent_Conditional_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeDialog()); });
15
- i0.ɵɵelement(1, "span", 4);
13
+ i0.ɵɵelementStart(0, "button", 5);
14
+ i0.ɵɵlistener("click", function DialogHeaderComponent_button_0_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeDialog()); });
15
+ i0.ɵɵelement(1, "span", 6);
16
16
  i0.ɵɵelementEnd();
17
17
  } if (rf & 2) {
18
18
  const ctx_r1 = i0.ɵɵnextContext();
19
19
  i0.ɵɵpropertyInterpolate("title", ctx_r1.dialogRef.appLocale.LABEL_CLOSE);
20
20
  i0.ɵɵattribute("aria-label", "Close " + (ctx_r1.title ? ctx_r1.title : "") + " dialog");
21
21
  } }
22
- function DialogHeaderComponent_Case_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
22
+ function DialogHeaderComponent_ng_container_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
23
23
  i0.ɵɵelementContainer(0);
24
24
  } }
25
- function DialogHeaderComponent_Case_1_Template(rf, ctx) { if (rf & 1) {
26
- i0.ɵɵelementStart(0, "h1", 2);
27
- i0.ɵɵtemplate(1, DialogHeaderComponent_Case_1_ng_container_1_Template, 1, 0, "ng-container", 5);
25
+ function DialogHeaderComponent_ng_container_2_Template(rf, ctx) { if (rf & 1) {
26
+ i0.ɵɵelementContainerStart(0);
27
+ i0.ɵɵelementStart(1, "h1", 7);
28
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_ng_container_2_Template, 1, 0, "ng-container", 8);
28
29
  i0.ɵɵelementEnd();
30
+ i0.ɵɵelementContainerEnd();
29
31
  } if (rf & 2) {
30
32
  i0.ɵɵnextContext();
31
- const headerTemplate_r3 = i0.ɵɵreference(9);
32
- i0.ɵɵadvance();
33
+ const headerTemplate_r3 = i0.ɵɵreference(10);
34
+ i0.ɵɵadvance(2);
33
35
  i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
34
36
  } }
35
- function DialogHeaderComponent_Case_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
37
+ function DialogHeaderComponent_ng_container_3_ng_container_2_Template(rf, ctx) { if (rf & 1) {
36
38
  i0.ɵɵelementContainer(0);
37
39
  } }
38
- function DialogHeaderComponent_Case_2_Template(rf, ctx) { if (rf & 1) {
39
- i0.ɵɵelementStart(0, "h2", 2);
40
- i0.ɵɵtemplate(1, DialogHeaderComponent_Case_2_ng_container_1_Template, 1, 0, "ng-container", 5);
40
+ function DialogHeaderComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
41
+ i0.ɵɵelementContainerStart(0);
42
+ i0.ɵɵelementStart(1, "h2", 7);
43
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_3_ng_container_2_Template, 1, 0, "ng-container", 8);
41
44
  i0.ɵɵelementEnd();
45
+ i0.ɵɵelementContainerEnd();
42
46
  } if (rf & 2) {
43
47
  i0.ɵɵnextContext();
44
- const headerTemplate_r3 = i0.ɵɵreference(9);
45
- i0.ɵɵadvance();
48
+ const headerTemplate_r3 = i0.ɵɵreference(10);
49
+ i0.ɵɵadvance(2);
46
50
  i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
47
51
  } }
48
- function DialogHeaderComponent_Case_3_ng_container_1_Template(rf, ctx) { if (rf & 1) {
52
+ function DialogHeaderComponent_ng_container_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
49
53
  i0.ɵɵelementContainer(0);
50
54
  } }
51
- function DialogHeaderComponent_Case_3_Template(rf, ctx) { if (rf & 1) {
52
- i0.ɵɵelementStart(0, "h3", 2);
53
- i0.ɵɵtemplate(1, DialogHeaderComponent_Case_3_ng_container_1_Template, 1, 0, "ng-container", 5);
55
+ function DialogHeaderComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
56
+ i0.ɵɵelementContainerStart(0);
57
+ i0.ɵɵelementStart(1, "h3", 7);
58
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_4_ng_container_2_Template, 1, 0, "ng-container", 8);
54
59
  i0.ɵɵelementEnd();
60
+ i0.ɵɵelementContainerEnd();
55
61
  } if (rf & 2) {
56
62
  i0.ɵɵnextContext();
57
- const headerTemplate_r3 = i0.ɵɵreference(9);
58
- i0.ɵɵadvance();
63
+ const headerTemplate_r3 = i0.ɵɵreference(10);
64
+ i0.ɵɵadvance(2);
59
65
  i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
60
66
  } }
61
- function DialogHeaderComponent_Case_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
67
+ function DialogHeaderComponent_ng_container_5_ng_container_2_Template(rf, ctx) { if (rf & 1) {
62
68
  i0.ɵɵelementContainer(0);
63
69
  } }
64
- function DialogHeaderComponent_Case_4_Template(rf, ctx) { if (rf & 1) {
65
- i0.ɵɵelementStart(0, "h4", 2);
66
- i0.ɵɵtemplate(1, DialogHeaderComponent_Case_4_ng_container_1_Template, 1, 0, "ng-container", 5);
70
+ function DialogHeaderComponent_ng_container_5_Template(rf, ctx) { if (rf & 1) {
71
+ i0.ɵɵelementContainerStart(0);
72
+ i0.ɵɵelementStart(1, "h4", 7);
73
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_5_ng_container_2_Template, 1, 0, "ng-container", 8);
67
74
  i0.ɵɵelementEnd();
75
+ i0.ɵɵelementContainerEnd();
68
76
  } if (rf & 2) {
69
77
  i0.ɵɵnextContext();
70
- const headerTemplate_r3 = i0.ɵɵreference(9);
71
- i0.ɵɵadvance();
78
+ const headerTemplate_r3 = i0.ɵɵreference(10);
79
+ i0.ɵɵadvance(2);
72
80
  i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
73
81
  } }
74
- function DialogHeaderComponent_Case_5_ng_container_1_Template(rf, ctx) { if (rf & 1) {
82
+ function DialogHeaderComponent_ng_container_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
75
83
  i0.ɵɵelementContainer(0);
76
84
  } }
77
- function DialogHeaderComponent_Case_5_Template(rf, ctx) { if (rf & 1) {
78
- i0.ɵɵelementStart(0, "h5", 2);
79
- i0.ɵɵtemplate(1, DialogHeaderComponent_Case_5_ng_container_1_Template, 1, 0, "ng-container", 5);
85
+ function DialogHeaderComponent_ng_container_6_Template(rf, ctx) { if (rf & 1) {
86
+ i0.ɵɵelementContainerStart(0);
87
+ i0.ɵɵelementStart(1, "h5", 7);
88
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_6_ng_container_2_Template, 1, 0, "ng-container", 8);
80
89
  i0.ɵɵelementEnd();
90
+ i0.ɵɵelementContainerEnd();
81
91
  } if (rf & 2) {
82
92
  i0.ɵɵnextContext();
83
- const headerTemplate_r3 = i0.ɵɵreference(9);
84
- i0.ɵɵadvance();
93
+ const headerTemplate_r3 = i0.ɵɵreference(10);
94
+ i0.ɵɵadvance(2);
85
95
  i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
86
96
  } }
87
- function DialogHeaderComponent_Case_6_ng_container_1_Template(rf, ctx) { if (rf & 1) {
97
+ function DialogHeaderComponent_ng_container_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
88
98
  i0.ɵɵelementContainer(0);
89
99
  } }
90
- function DialogHeaderComponent_Case_6_Template(rf, ctx) { if (rf & 1) {
91
- i0.ɵɵelementStart(0, "h6", 2);
92
- i0.ɵɵtemplate(1, DialogHeaderComponent_Case_6_ng_container_1_Template, 1, 0, "ng-container", 5);
100
+ function DialogHeaderComponent_ng_container_7_Template(rf, ctx) { if (rf & 1) {
101
+ i0.ɵɵelementContainerStart(0);
102
+ i0.ɵɵelementStart(1, "h6", 7);
103
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_7_ng_container_2_Template, 1, 0, "ng-container", 8);
93
104
  i0.ɵɵelementEnd();
105
+ i0.ɵɵelementContainerEnd();
94
106
  } if (rf & 2) {
95
107
  i0.ɵɵnextContext();
96
- const headerTemplate_r3 = i0.ɵɵreference(9);
97
- i0.ɵɵadvance();
108
+ const headerTemplate_r3 = i0.ɵɵreference(10);
109
+ i0.ɵɵadvance(2);
98
110
  i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
99
111
  } }
100
- function DialogHeaderComponent_Case_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
112
+ function DialogHeaderComponent_ng_container_8_ng_container_2_Template(rf, ctx) { if (rf & 1) {
101
113
  i0.ɵɵelementContainer(0);
102
114
  } }
103
- function DialogHeaderComponent_Case_7_Template(rf, ctx) { if (rf & 1) {
104
- i0.ɵɵelementStart(0, "h4", 2);
105
- i0.ɵɵtemplate(1, DialogHeaderComponent_Case_7_ng_container_1_Template, 1, 0, "ng-container", 5);
115
+ function DialogHeaderComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
116
+ i0.ɵɵelementContainerStart(0);
117
+ i0.ɵɵelementStart(1, "h4", 7);
118
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_8_ng_container_2_Template, 1, 0, "ng-container", 8);
106
119
  i0.ɵɵelementEnd();
120
+ i0.ɵɵelementContainerEnd();
107
121
  } if (rf & 2) {
108
122
  i0.ɵɵnextContext();
109
- const headerTemplate_r3 = i0.ɵɵreference(9);
110
- i0.ɵɵadvance();
123
+ const headerTemplate_r3 = i0.ɵɵreference(10);
124
+ i0.ɵɵadvance(2);
111
125
  i0.ɵɵproperty("ngTemplateOutlet", headerTemplate_r3);
112
126
  } }
113
- function DialogHeaderComponent_ng_template_8_Conditional_0_Template(rf, ctx) { if (rf & 1) {
114
- i0.ɵɵelement(0, "i", 6);
127
+ function DialogHeaderComponent_ng_template_9_i_0_Template(rf, ctx) { if (rf & 1) {
128
+ i0.ɵɵelement(0, "i", 13);
115
129
  } if (rf & 2) {
116
130
  const ctx_r1 = i0.ɵɵnextContext(2);
117
131
  i0.ɵɵproperty("ngClass", ctx_r1.iconclass)("ngStyle", i0.ɵɵpureFunction3(2, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
118
132
  } }
119
- function DialogHeaderComponent_ng_template_8_Conditional_1_Template(rf, ctx) { if (rf & 1) {
120
- i0.ɵɵelement(0, "img", 7);
133
+ function DialogHeaderComponent_ng_template_9_img_1_Template(rf, ctx) { if (rf & 1) {
134
+ i0.ɵɵelement(0, "img", 14);
121
135
  i0.ɵɵpipe(1, "image");
122
136
  } if (rf & 2) {
123
137
  const ctx_r1 = i0.ɵɵnextContext(2);
124
138
  i0.ɵɵproperty("src", i0.ɵɵpipeBind1(1, 2, ctx_r1.iconurl), i0.ɵɵsanitizeUrl)("ngStyle", i0.ɵɵpureFunction3(4, _c1, ctx_r1.iconwidth, ctx_r1.iconheight, ctx_r1.iconmargin));
125
139
  } }
126
- function DialogHeaderComponent_ng_template_8_Conditional_3_Template(rf, ctx) { if (rf & 1) {
127
- i0.ɵɵelement(0, "span", 9);
140
+ function DialogHeaderComponent_ng_template_9_span_3_Template(rf, ctx) { if (rf & 1) {
141
+ i0.ɵɵelement(0, "span", 15);
128
142
  } if (rf & 2) {
129
143
  const ctx_r1 = i0.ɵɵnextContext(2);
130
144
  i0.ɵɵproperty("title", ctx_r1.subheading)("textContent", ctx_r1.subheading);
131
145
  } }
132
- function DialogHeaderComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
133
- i0.ɵɵtemplate(0, DialogHeaderComponent_ng_template_8_Conditional_0_Template, 1, 6, "i", 6)(1, DialogHeaderComponent_ng_template_8_Conditional_1_Template, 2, 8, "img", 7);
134
- i0.ɵɵelement(2, "span", 8);
135
- i0.ɵɵtemplate(3, DialogHeaderComponent_ng_template_8_Conditional_3_Template, 1, 2, "span", 9);
146
+ function DialogHeaderComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
147
+ i0.ɵɵtemplate(0, DialogHeaderComponent_ng_template_9_i_0_Template, 1, 6, "i", 9)(1, DialogHeaderComponent_ng_template_9_img_1_Template, 2, 8, "img", 10);
148
+ i0.ɵɵelement(2, "span", 11);
149
+ i0.ɵɵtemplate(3, DialogHeaderComponent_ng_template_9_span_3_Template, 1, 2, "span", 12);
136
150
  } if (rf & 2) {
137
151
  const ctx_r1 = i0.ɵɵnextContext();
138
- i0.ɵɵconditional(ctx_r1.iconclass && !ctx_r1.iconurl ? 0 : -1);
152
+ i0.ɵɵproperty("ngIf", ctx_r1.iconclass && !ctx_r1.iconurl);
139
153
  i0.ɵɵadvance();
140
- i0.ɵɵconditional(ctx_r1.iconurl ? 1 : -1);
154
+ i0.ɵɵproperty("ngIf", ctx_r1.iconurl);
141
155
  i0.ɵɵadvance();
142
156
  i0.ɵɵproperty("textContent", ctx_r1.heading)("id", ctx_r1.titleid);
143
157
  i0.ɵɵadvance();
144
- i0.ɵɵconditional(ctx_r1.subheading ? 3 : -1);
158
+ i0.ɵɵproperty("ngIf", ctx_r1.subheading);
145
159
  } }
146
160
  const DEFAULT_CLS = 'app-dialog-header modal-header';
147
161
  const DEFAULT_ICON_DIMENSIONS = '21px';
@@ -161,18 +175,33 @@ export class DialogHeaderComponent {
161
175
  this.dialogRef.close();
162
176
  }
163
177
  static { this.ɵfac = function DialogHeaderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DialogHeaderComponent)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(DialogRef)); }; }
164
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", headinglevel: "headinglevel", subheading: "subheading", titleid: "titleid", title: "title" }, attrs: _c0, decls: 10, vars: 2, consts: [["headerTemplate", ""], [1, "app-dialog-close", "close", 3, "title"], [1, "app-dialog-title", "modal-title"], [1, "app-dialog-close", "close", 3, "click", "title"], ["aria-hidden", "true", 1, "app-icon", "wi", "wi-clear"], [4, "ngTemplateOutlet"], [3, "ngClass", "ngStyle"], ["data-identifier", "img", 3, "src", "ngStyle"], [1, "dialog-heading", 3, "textContent", "id"], [1, "dialog-sub-heading", 3, "title", "textContent"]], template: function DialogHeaderComponent_Template(rf, ctx) { if (rf & 1) {
165
- i0.ɵɵtemplate(0, DialogHeaderComponent_Conditional_0_Template, 2, 2, "button", 1)(1, DialogHeaderComponent_Case_1_Template, 2, 1, "h1", 2)(2, DialogHeaderComponent_Case_2_Template, 2, 1, "h2", 2)(3, DialogHeaderComponent_Case_3_Template, 2, 1, "h3", 2)(4, DialogHeaderComponent_Case_4_Template, 2, 1, "h4", 2)(5, DialogHeaderComponent_Case_5_Template, 2, 1, "h5", 2)(6, DialogHeaderComponent_Case_6_Template, 2, 1, "h6", 2)(7, DialogHeaderComponent_Case_7_Template, 2, 1, "h4", 2)(8, DialogHeaderComponent_ng_template_8_Template, 4, 5, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
178
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DialogHeaderComponent, selectors: [["div", "wmDialogHeader", ""]], inputs: { iconwidth: "iconwidth", iconheight: "iconheight", iconmargin: "iconmargin", iconclass: "iconclass", iconurl: "iconurl", closable: "closable", heading: "heading", headinglevel: "headinglevel", subheading: "subheading", titleid: "titleid", title: "title" }, attrs: _c0, decls: 11, vars: 8, consts: [["headerTemplate", ""], ["class", "app-dialog-close close", 3, "title", "click", 4, "ngIf"], [3, "ngSwitch"], [4, "ngSwitchCase"], [4, "ngSwitchDefault"], [1, "app-dialog-close", "close", 3, "click", "title"], ["aria-hidden", "true", 1, "app-icon", "wi", "wi-clear"], [1, "app-dialog-title", "modal-title"], [4, "ngTemplateOutlet"], [3, "ngClass", "ngStyle", 4, "ngIf"], ["data-identifier", "img", 3, "src", "ngStyle", 4, "ngIf"], [1, "dialog-heading", 3, "textContent", "id"], ["class", "dialog-sub-heading", 3, "title", "textContent", 4, "ngIf"], [3, "ngClass", "ngStyle"], ["data-identifier", "img", 3, "src", "ngStyle"], [1, "dialog-sub-heading", 3, "title", "textContent"]], template: function DialogHeaderComponent_Template(rf, ctx) { if (rf & 1) {
179
+ i0.ɵɵtemplate(0, DialogHeaderComponent_button_0_Template, 2, 2, "button", 1);
180
+ i0.ɵɵelementContainerStart(1, 2);
181
+ i0.ɵɵtemplate(2, DialogHeaderComponent_ng_container_2_Template, 3, 1, "ng-container", 3)(3, DialogHeaderComponent_ng_container_3_Template, 3, 1, "ng-container", 3)(4, DialogHeaderComponent_ng_container_4_Template, 3, 1, "ng-container", 3)(5, DialogHeaderComponent_ng_container_5_Template, 3, 1, "ng-container", 3)(6, DialogHeaderComponent_ng_container_6_Template, 3, 1, "ng-container", 3)(7, DialogHeaderComponent_ng_container_7_Template, 3, 1, "ng-container", 3)(8, DialogHeaderComponent_ng_container_8_Template, 3, 1, "ng-container", 4);
182
+ i0.ɵɵelementContainerEnd();
183
+ i0.ɵɵtemplate(9, DialogHeaderComponent_ng_template_9_Template, 4, 5, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
166
184
  } if (rf & 2) {
167
- let tmp_2_0;
168
- i0.ɵɵconditional(ctx.isClosable ? 0 : -1);
185
+ i0.ɵɵproperty("ngIf", ctx.isClosable);
186
+ i0.ɵɵadvance();
187
+ i0.ɵɵproperty("ngSwitch", ctx.headinglevel);
188
+ i0.ɵɵadvance();
189
+ i0.ɵɵproperty("ngSwitchCase", "h1");
190
+ i0.ɵɵadvance();
191
+ i0.ɵɵproperty("ngSwitchCase", "h2");
192
+ i0.ɵɵadvance();
193
+ i0.ɵɵproperty("ngSwitchCase", "h3");
194
+ i0.ɵɵadvance();
195
+ i0.ɵɵproperty("ngSwitchCase", "h4");
196
+ i0.ɵɵadvance();
197
+ i0.ɵɵproperty("ngSwitchCase", "h5");
169
198
  i0.ɵɵadvance();
170
- i0.ɵɵconditional((tmp_2_0 = ctx.headinglevel) === "h1" ? 1 : tmp_2_0 === "h2" ? 2 : tmp_2_0 === "h3" ? 3 : tmp_2_0 === "h4" ? 4 : tmp_2_0 === "h5" ? 5 : tmp_2_0 === "h6" ? 6 : 7);
171
- } }, dependencies: [i1.NgClass, i1.NgTemplateOutlet, i1.NgStyle, i2.TextContentDirective, i2.ImagePipe], encapsulation: 2 }); }
199
+ i0.ɵɵproperty("ngSwitchCase", "h6");
200
+ } }, dependencies: [i1.NgClass, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, i1.NgSwitch, i1.NgSwitchCase, i1.NgSwitchDefault, i2.TextContentDirective, i2.ImagePipe], encapsulation: 2 }); }
172
201
  }
173
202
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DialogHeaderComponent, [{
174
203
  type: Component,
175
- args: [{ selector: 'div[wmDialogHeader]', template: "@if (isClosable) {\n <button (click)=\"closeDialog();\"\n [attr.aria-label]=\"'Close ' + (title ? title : '') + ' dialog'\" class=\"app-dialog-close close\" title=\"{{dialogRef.appLocale.LABEL_CLOSE}}\" >\n <span class=\"app-icon wi wi-clear\" aria-hidden=\"true\"></span>\n </button>\n}\n\n@switch (headinglevel) {\n @case ('h1') {\n <h1 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h1>\n }\n @case ('h2') {\n <h2 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h2>\n }\n @case ('h3') {\n <h3 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h3>\n }\n @case ('h4') {\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n }\n @case ('h5') {\n <h5 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h5>\n }\n @case ('h6') {\n <h6 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h6>\n }\n @default {\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n }\n}\n\n<ng-template #headerTemplate>\n @if (iconclass && !iconurl) {\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"></i>\n }\n @if (iconurl) {\n <img data-identifier=\"img\" [src]=\"iconurl | image\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"/>\n }\n <span class=\"dialog-heading\" [textContent]=\"heading\" [id]=\"titleid\"></span>\n @if (subheading) {\n <span class=\"dialog-sub-heading\" [title]=\"subheading\" [textContent]=\"subheading\"></span>\n }\n</ng-template>\n" }]
204
+ args: [{ selector: 'div[wmDialogHeader]', template: "<button (click)=\"closeDialog();\" *ngIf=\"isClosable\"\n [attr.aria-label]=\"'Close ' + (title ? title : '') + ' dialog'\" class=\"app-dialog-close close\" title=\"{{dialogRef.appLocale.LABEL_CLOSE}}\" >\n <span class=\"app-icon wi wi-clear\" aria-hidden=\"true\"></span>\n</button>\n\n<ng-container [ngSwitch]=\"headinglevel\">\n <ng-container *ngSwitchCase=\"'h1'\">\n <h1 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h1>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h2'\">\n <h2 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h2>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h3'\">\n <h3 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h3>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h4'\">\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h5'\">\n <h5 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h5>\n </ng-container>\n <ng-container *ngSwitchCase=\"'h6'\">\n <h6 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h6>\n </ng-container>\n <ng-container *ngSwitchDefault>\n <h4 class=\"app-dialog-title modal-title\">\n <ng-container *ngTemplateOutlet=\"headerTemplate\"></ng-container>\n </h4>\n </ng-container>\n</ng-container>\n\n<ng-template #headerTemplate>\n <i [ngClass]=\"iconclass\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\" *ngIf=\"iconclass && !iconurl\"></i>\n <img data-identifier=\"img\" [src]=\"iconurl | image\" *ngIf=\"iconurl\" [ngStyle]=\"{width: iconwidth, height: iconheight, margin: iconmargin}\"/>\n <span class=\"dialog-heading\" [textContent]=\"heading\" [id]=\"titleid\"></span>\n <span class=\"dialog-sub-heading\" *ngIf=\"subheading\" [title]=\"subheading\" [textContent]=\"subheading\"></span>\n</ng-template>\n" }]
176
205
  }], () => [{ type: i0.ElementRef }, { type: i3.BaseDialog, decorators: [{
177
206
  type: Inject,
178
207
  args: [DialogRef]
@@ -200,4 +229,4 @@ export class DialogHeaderComponent {
200
229
  type: Input
201
230
  }] }); })();
202
231
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DialogHeaderComponent, { className: "DialogHeaderComponent", filePath: "dialog-header/dialog-header.component.ts", lineNumber: 15 }); })();
203
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvZGlhbG9ncy9kZWZhdWx0L3NyYy9kaWFsb2ctaGVhZGVyL2RpYWxvZy1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL2RpYWxvZ3MvZGVmYXVsdC9zcmMvZGlhbG9nLWhlYWRlci9kaWFsb2ctaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFbkUsT0FBTyxFQUFDLFFBQVEsRUFBRSxTQUFTLEVBQUMsTUFBTSxVQUFVLENBQUM7QUFFN0MsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQzlDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7O0lDSnhDLGlDQUM4STtJQUR0SSx5TEFBUyxvQkFBYSxLQUFFO0lBRTlCLDBCQUE2RDtJQUMvRCxpQkFBUzs7O0lBRndGLHlFQUEyQzs7OztJQVF4SSx3QkFBZ0U7OztJQURsRSw2QkFBeUM7SUFDdkMsK0ZBQWlEO0lBQ25ELGlCQUFLOzs7O0lBRFksY0FBZ0M7SUFBaEMsb0RBQWdDOzs7SUFLL0Msd0JBQWdFOzs7SUFEbEUsNkJBQXlDO0lBQ3ZDLCtGQUFpRDtJQUNuRCxpQkFBSzs7OztJQURZLGNBQWdDO0lBQWhDLG9EQUFnQzs7O0lBSy9DLHdCQUFnRTs7O0lBRGxFLDZCQUF5QztJQUN2QywrRkFBaUQ7SUFDbkQsaUJBQUs7Ozs7SUFEWSxjQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQURsRSw2QkFBeUM7SUFDdkMsK0ZBQWlEO0lBQ25ELGlCQUFLOzs7O0lBRFksY0FBZ0M7SUFBaEMsb0RBQWdDOzs7SUFLL0Msd0JBQWdFOzs7SUFEbEUsNkJBQXlDO0lBQ3ZDLCtGQUFpRDtJQUNuRCxpQkFBSzs7OztJQURZLGNBQWdDO0lBQWhDLG9EQUFnQzs7O0lBSy9DLHdCQUFnRTs7O0lBRGxFLDZCQUF5QztJQUN2QywrRkFBaUQ7SUFDbkQsaUJBQUs7Ozs7SUFEWSxjQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQURsRSw2QkFBeUM7SUFDdkMsK0ZBQWlEO0lBQ25ELGlCQUFLOzs7O0lBRFksY0FBZ0M7SUFBaEMsb0RBQWdDOzs7SUFPakQsdUJBQW9HOzs7SUFBM0UsQUFBdEIsMENBQXFCLCtGQUF1RTs7O0lBRy9GLHlCQUEySDs7OztJQUF4RSxBQUF4Qiw0RUFBdUIsK0ZBQXVFOzs7SUFJekgsMEJBQXdGOzs7SUFBbEMsQUFBckIseUNBQW9CLGtDQUEyQjs7O0lBTGxGLEFBSEEsMEZBQTZCLCtFQUdkO0lBR2YsMEJBQTJFO0lBQzNFLDZGQUFrQjs7O0lBUGxCLDhEQUVDO0lBQ0QsY0FFQztJQUZELHlDQUVDO0lBQzRCLGNBQXVCO0lBQUMsQUFBeEIsNENBQXVCLHNCQUFlO0lBQ25FLGNBRUM7SUFGRCw0Q0FFQzs7QURoREgsTUFBTSxXQUFXLEdBQUcsZ0NBQWdDLENBQUM7QUFDckQsTUFBTSx1QkFBdUIsR0FBRyxNQUFNLENBQUM7QUFNdkMsTUFBTSxPQUFPLHFCQUFxQjtJQWM5QixJQUFXLFVBQVU7UUFDakIsT0FBTyxTQUFTLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO0lBQ3BDLENBQUM7SUFFRCxZQUFZLEtBQWlCLEVBQTRCLFNBQXFCO1FBQXJCLGNBQVMsR0FBVCxTQUFTLENBQVk7UUFoQjlELGNBQVMsR0FBRyx1QkFBdUIsQ0FBQztRQUNwQyxlQUFVLEdBQUcsdUJBQXVCLENBQUM7UUFJckMsYUFBUSxHQUFHLElBQUksQ0FBQztRQUVoQixpQkFBWSxHQUFZLElBQUksQ0FBQztRQVV6QyxRQUFRLENBQUMsS0FBSyxDQUFDLGFBQWEsRUFBRSxXQUFXLENBQUMsQ0FBQztJQUMvQyxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxTQUFTLENBQUMsS0FBSyxFQUFFLENBQUM7SUFDM0IsQ0FBQztzSEF4QlEscUJBQXFCLDREQWtCUyxTQUFTO29FQWxCdkMscUJBQXFCO1lDK0JsQyxBQVBFLEFBTEEsQUFMQSxBQUxBLEFBTEEsQUFMQSxBQUxBLEFBUkYsaUZBQWtCLHlEQVFGLHlEQUtBLHlEQUtBLHlEQUtBLHlEQUtBLHlEQUtBLHlEQUtKLDBHQU9pQjs7O1lBN0M3Qix5Q0FLQztZQUVELGNBb0NDO1lBcENELGtEQUFBLElBQUksbUJBQUosSUFBSSxtQkFBSixJQUFJLG1CQUFKLElBQUksbUJBQUosSUFBSSxtQkFBSixJQUFJLFNBb0NIOzs7aUZEN0JZLHFCQUFxQjtjQUpqQyxTQUFTOzJCQUNJLHFCQUFxQjs7c0JBcUJDLE1BQU07dUJBQUMsU0FBUztxQkFoQmhDLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSxVQUFVO2tCQUF6QixLQUFLO1lBQ1UsVUFBVTtrQkFBekIsS0FBSztZQUNVLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSxPQUFPO2tCQUF0QixLQUFLO1lBQ1UsUUFBUTtrQkFBdkIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFDVSxZQUFZO2tCQUEzQixLQUFLO1lBQ1UsVUFBVTtrQkFBekIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFDVSxLQUFLO2tCQUFwQixLQUFLOztrRkFaRyxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRWxlbWVudFJlZiwgSW5qZWN0LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7YWRkQ2xhc3MsIHRvQm9vbGVhbn0gZnJvbSAnQHdtL2NvcmUnO1xuXG5pbXBvcnQge0RpYWxvZ1JlZn0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQge0Jhc2VEaWFsb2d9IGZyb20gJy4uL2Jhc2UtZGlhbG9nJztcblxuY29uc3QgREVGQVVMVF9DTFMgPSAnYXBwLWRpYWxvZy1oZWFkZXIgbW9kYWwtaGVhZGVyJztcbmNvbnN0IERFRkFVTFRfSUNPTl9ESU1FTlNJT05TID0gJzIxcHgnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Rpdlt3bURpYWxvZ0hlYWRlcl0nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9kaWFsb2ctaGVhZGVyLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBEaWFsb2dIZWFkZXJDb21wb25lbnQge1xuXG4gICAgQElucHV0KCkgcHVibGljIGljb253aWR0aCA9IERFRkFVTFRfSUNPTl9ESU1FTlNJT05TO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBpY29uaGVpZ2h0ID0gREVGQVVMVF9JQ09OX0RJTUVOU0lPTlM7XG4gICAgQElucHV0KCkgcHVibGljIGljb25tYXJnaW46IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgaWNvbmNsYXNzOiBzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIGljb251cmw6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgY2xvc2FibGUgPSB0cnVlO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBoZWFkaW5nOiBzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIGhlYWRpbmdsZXZlbD86IHN0cmluZyA9ICdoNCc7XG4gICAgQElucHV0KCkgcHVibGljIHN1YmhlYWRpbmc6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgdGl0bGVpZDpzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIHRpdGxlOiBzdHJpbmc7XG5cbiAgICBwdWJsaWMgZ2V0IGlzQ2xvc2FibGUoKSB7XG4gICAgICAgIHJldHVybiB0b0Jvb2xlYW4odGhpcy5jbG9zYWJsZSk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IoZWxSZWY6IEVsZW1lbnRSZWYsIEBJbmplY3QoRGlhbG9nUmVmKSBwdWJsaWMgZGlhbG9nUmVmOiBCYXNlRGlhbG9nICkge1xuICAgICAgICBhZGRDbGFzcyhlbFJlZi5uYXRpdmVFbGVtZW50LCBERUZBVUxUX0NMUyk7XG4gICAgfVxuXG4gICAgcHVibGljIGNsb3NlRGlhbG9nKCkge1xuICAgICAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgpO1xuICAgIH1cbn1cbiIsIkBpZiAoaXNDbG9zYWJsZSkge1xuICA8YnV0dG9uIChjbGljayk9XCJjbG9zZURpYWxvZygpO1wiXG4gICAgW2F0dHIuYXJpYS1sYWJlbF09XCInQ2xvc2UgJyArICh0aXRsZSA/IHRpdGxlIDogJycpICsgJyBkaWFsb2cnXCIgY2xhc3M9XCJhcHAtZGlhbG9nLWNsb3NlIGNsb3NlXCIgdGl0bGU9XCJ7e2RpYWxvZ1JlZi5hcHBMb2NhbGUuTEFCRUxfQ0xPU0V9fVwiID5cbiAgICA8c3BhbiBjbGFzcz1cImFwcC1pY29uIHdpIHdpLWNsZWFyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9zcGFuPlxuICA8L2J1dHRvbj5cbn1cblxuQHN3aXRjaCAoaGVhZGluZ2xldmVsKSB7XG4gIEBjYXNlICgnaDEnKSB7XG4gICAgPGgxIGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgPC9oMT5cbiAgfVxuICBAY2FzZSAoJ2gyJykge1xuICAgIDxoMiBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgIDwvaDI+XG4gIH1cbiAgQGNhc2UgKCdoMycpIHtcbiAgICA8aDMgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8L2gzPlxuICB9XG4gIEBjYXNlICgnaDQnKSB7XG4gICAgPGg0IGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgPC9oND5cbiAgfVxuICBAY2FzZSAoJ2g1Jykge1xuICAgIDxoNSBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgIDwvaDU+XG4gIH1cbiAgQGNhc2UgKCdoNicpIHtcbiAgICA8aDYgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8L2g2PlxuICB9XG4gIEBkZWZhdWx0IHtcbiAgICA8aDQgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICA8L2g0PlxuICB9XG59XG5cbjxuZy10ZW1wbGF0ZSAjaGVhZGVyVGVtcGxhdGU+XG4gIEBpZiAoaWNvbmNsYXNzICYmICFpY29udXJsKSB7XG4gICAgPGkgW25nQ2xhc3NdPVwiaWNvbmNsYXNzXCIgW25nU3R5bGVdPVwie3dpZHRoOiBpY29ud2lkdGgsIGhlaWdodDogaWNvbmhlaWdodCwgbWFyZ2luOiBpY29ubWFyZ2lufVwiPjwvaT5cbiAgfVxuICBAaWYgKGljb251cmwpIHtcbiAgICA8aW1nIGRhdGEtaWRlbnRpZmllcj1cImltZ1wiIFtzcmNdPVwiaWNvbnVybCB8IGltYWdlXCIgW25nU3R5bGVdPVwie3dpZHRoOiBpY29ud2lkdGgsIGhlaWdodDogaWNvbmhlaWdodCwgbWFyZ2luOiBpY29ubWFyZ2lufVwiLz5cbiAgfVxuICA8c3BhbiBjbGFzcz1cImRpYWxvZy1oZWFkaW5nXCIgW3RleHRDb250ZW50XT1cImhlYWRpbmdcIiBbaWRdPVwidGl0bGVpZFwiPjwvc3Bhbj5cbiAgQGlmIChzdWJoZWFkaW5nKSB7XG4gICAgPHNwYW4gY2xhc3M9XCJkaWFsb2ctc3ViLWhlYWRpbmdcIiBbdGl0bGVdPVwic3ViaGVhZGluZ1wiIFt0ZXh0Q29udGVudF09XCJzdWJoZWFkaW5nXCI+PC9zcGFuPlxuICB9XG48L25nLXRlbXBsYXRlPlxuIl19
232
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGlhbG9nLWhlYWRlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvZGlhbG9ncy9kZWZhdWx0L3NyYy9kaWFsb2ctaGVhZGVyL2RpYWxvZy1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL2RpYWxvZ3MvZGVmYXVsdC9zcmMvZGlhbG9nLWhlYWRlci9kaWFsb2ctaGVhZGVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFbkUsT0FBTyxFQUFDLFFBQVEsRUFBRSxTQUFTLEVBQUMsTUFBTSxVQUFVLENBQUM7QUFFN0MsT0FBTyxFQUFDLFNBQVMsRUFBQyxNQUFNLHFCQUFxQixDQUFDO0FBQzlDLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQzs7Ozs7Ozs7O0lDTDFDLGlDQUNvSjtJQUQ1SSxvTEFBUyxvQkFBYSxLQUFFO0lBRTVCLDBCQUE2RDtJQUNqRSxpQkFBUzs7O0lBRjhGLHlFQUEyQzs7OztJQU90SSx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBbUM7SUFDL0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQUsvQyx3QkFBZ0U7OztJQUZ4RSw2QkFBK0I7SUFDM0IsNkJBQXlDO0lBQ3JDLHVHQUFpRDtJQUNyRCxpQkFBSzs7Ozs7SUFEYyxlQUFnQztJQUFoQyxvREFBZ0M7OztJQU12RCx3QkFBa0k7OztJQUF6RyxBQUF0QiwwQ0FBcUIsK0ZBQXVFOzs7SUFDL0YsMEJBQTJJOzs7O0lBQXhFLEFBQXhDLDRFQUF1QiwrRkFBdUY7OztJQUV6SSwyQkFBMkc7OztJQUFsQyxBQUFyQix5Q0FBb0Isa0NBQTJCOzs7SUFGbkcsQUFEQSxnRkFBOEgsd0VBQ2E7SUFDM0ksMkJBQTJFO0lBQzNFLHVGQUFvRzs7O0lBSEgsMERBQTJCO0lBQ3hFLGNBQWE7SUFBYixxQ0FBYTtJQUNwQyxjQUF1QjtJQUFDLEFBQXhCLDRDQUF1QixzQkFBZTtJQUNqQyxjQUFnQjtJQUFoQix3Q0FBZ0I7O0FEeEN0RCxNQUFNLFdBQVcsR0FBRyxnQ0FBZ0MsQ0FBQztBQUNyRCxNQUFNLHVCQUF1QixHQUFHLE1BQU0sQ0FBQztBQU12QyxNQUFNLE9BQU8scUJBQXFCO0lBYzlCLElBQVcsVUFBVTtRQUNqQixPQUFPLFNBQVMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDcEMsQ0FBQztJQUVELFlBQVksS0FBaUIsRUFBNEIsU0FBcUI7UUFBckIsY0FBUyxHQUFULFNBQVMsQ0FBWTtRQWhCOUQsY0FBUyxHQUFHLHVCQUF1QixDQUFDO1FBQ3BDLGVBQVUsR0FBRyx1QkFBdUIsQ0FBQztRQUlyQyxhQUFRLEdBQUcsSUFBSSxDQUFDO1FBRWhCLGlCQUFZLEdBQVksSUFBSSxDQUFDO1FBVXpDLFFBQVEsQ0FBQyxLQUFLLENBQUMsYUFBYSxFQUFFLFdBQVcsQ0FBQyxDQUFDO0lBQy9DLENBQUM7SUFFTSxXQUFXO1FBQ2QsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztJQUMzQixDQUFDO3NIQXhCUSxxQkFBcUIsNERBa0JTLFNBQVM7b0VBbEJ2QyxxQkFBcUI7WUNkbEMsNEVBQ29KO1lBSXBKLGdDQUF3QztZQStCcEMsQUFMQSxBQUxBLEFBTEEsQUFMQSxBQUxBLEFBTEEsd0ZBQW1DLDJFQUtBLDJFQUtBLDJFQUtBLDJFQUtBLDJFQUtBLDJFQUtKOztZQU9uQyx1SEFBNkI7O1lBM0NLLHFDQUFnQjtZQUtwQyxjQUF5QjtZQUF6QiwyQ0FBeUI7WUFDcEIsY0FBa0I7WUFBbEIsbUNBQWtCO1lBS2xCLGNBQWtCO1lBQWxCLG1DQUFrQjtZQUtsQixjQUFrQjtZQUFsQixtQ0FBa0I7WUFLbEIsY0FBa0I7WUFBbEIsbUNBQWtCO1lBS2xCLGNBQWtCO1lBQWxCLG1DQUFrQjtZQUtsQixjQUFrQjtZQUFsQixtQ0FBa0I7OztpRkRqQnhCLHFCQUFxQjtjQUpqQyxTQUFTOzJCQUNJLHFCQUFxQjs7c0JBcUJDLE1BQU07dUJBQUMsU0FBUztxQkFoQmhDLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSxVQUFVO2tCQUF6QixLQUFLO1lBQ1UsVUFBVTtrQkFBekIsS0FBSztZQUNVLFNBQVM7a0JBQXhCLEtBQUs7WUFDVSxPQUFPO2tCQUF0QixLQUFLO1lBQ1UsUUFBUTtrQkFBdkIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFDVSxZQUFZO2tCQUEzQixLQUFLO1lBQ1UsVUFBVTtrQkFBekIsS0FBSztZQUNVLE9BQU87a0JBQXRCLEtBQUs7WUFDVSxLQUFLO2tCQUFwQixLQUFLOztrRkFaRyxxQkFBcUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvbXBvbmVudCwgRWxlbWVudFJlZiwgSW5qZWN0LCBJbnB1dH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7YWRkQ2xhc3MsIHRvQm9vbGVhbn0gZnJvbSAnQHdtL2NvcmUnO1xuXG5pbXBvcnQge0RpYWxvZ1JlZn0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQge0Jhc2VEaWFsb2d9IGZyb20gJy4uL2Jhc2UtZGlhbG9nJztcblxuY29uc3QgREVGQVVMVF9DTFMgPSAnYXBwLWRpYWxvZy1oZWFkZXIgbW9kYWwtaGVhZGVyJztcbmNvbnN0IERFRkFVTFRfSUNPTl9ESU1FTlNJT05TID0gJzIxcHgnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Rpdlt3bURpYWxvZ0hlYWRlcl0nLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9kaWFsb2ctaGVhZGVyLmNvbXBvbmVudC5odG1sJ1xufSlcbmV4cG9ydCBjbGFzcyBEaWFsb2dIZWFkZXJDb21wb25lbnQge1xuXG4gICAgQElucHV0KCkgcHVibGljIGljb253aWR0aCA9IERFRkFVTFRfSUNPTl9ESU1FTlNJT05TO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBpY29uaGVpZ2h0ID0gREVGQVVMVF9JQ09OX0RJTUVOU0lPTlM7XG4gICAgQElucHV0KCkgcHVibGljIGljb25tYXJnaW46IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgaWNvbmNsYXNzOiBzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIGljb251cmw6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgY2xvc2FibGUgPSB0cnVlO1xuICAgIEBJbnB1dCgpIHB1YmxpYyBoZWFkaW5nOiBzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIGhlYWRpbmdsZXZlbD86IHN0cmluZyA9ICdoNCc7XG4gICAgQElucHV0KCkgcHVibGljIHN1YmhlYWRpbmc6IHN0cmluZztcbiAgICBASW5wdXQoKSBwdWJsaWMgdGl0bGVpZDpzdHJpbmc7XG4gICAgQElucHV0KCkgcHVibGljIHRpdGxlOiBzdHJpbmc7XG5cbiAgICBwdWJsaWMgZ2V0IGlzQ2xvc2FibGUoKSB7XG4gICAgICAgIHJldHVybiB0b0Jvb2xlYW4odGhpcy5jbG9zYWJsZSk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IoZWxSZWY6IEVsZW1lbnRSZWYsIEBJbmplY3QoRGlhbG9nUmVmKSBwdWJsaWMgZGlhbG9nUmVmOiBCYXNlRGlhbG9nICkge1xuICAgICAgICBhZGRDbGFzcyhlbFJlZi5uYXRpdmVFbGVtZW50LCBERUZBVUxUX0NMUyk7XG4gICAgfVxuXG4gICAgcHVibGljIGNsb3NlRGlhbG9nKCkge1xuICAgICAgICB0aGlzLmRpYWxvZ1JlZi5jbG9zZSgpO1xuICAgIH1cbn1cbiIsIjxidXR0b24gKGNsaWNrKT1cImNsb3NlRGlhbG9nKCk7XCIgKm5nSWY9XCJpc0Nsb3NhYmxlXCJcbiAgICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCInQ2xvc2UgJyArICh0aXRsZSA/IHRpdGxlIDogJycpICsgJyBkaWFsb2cnXCIgY2xhc3M9XCJhcHAtZGlhbG9nLWNsb3NlIGNsb3NlXCIgdGl0bGU9XCJ7e2RpYWxvZ1JlZi5hcHBMb2NhbGUuTEFCRUxfQ0xPU0V9fVwiID5cbiAgICA8c3BhbiBjbGFzcz1cImFwcC1pY29uIHdpIHdpLWNsZWFyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+PC9zcGFuPlxuPC9idXR0b24+XG5cbjxuZy1jb250YWluZXIgW25nU3dpdGNoXT1cImhlYWRpbmdsZXZlbFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidoMSdcIj5cbiAgICAgICAgPGgxIGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDE+XG4gICAgPC9uZy1jb250YWluZXI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ2gyJ1wiPlxuICAgICAgICA8aDIgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oMj5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInaDMnXCI+XG4gICAgICAgIDxoMyBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2gzPlxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoQ2FzZT1cIidoNCdcIj5cbiAgICAgICAgPGg0IGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDQ+XG4gICAgPC9uZy1jb250YWluZXI+XG4gICAgPG5nLWNvbnRhaW5lciAqbmdTd2l0Y2hDYXNlPVwiJ2g1J1wiPlxuICAgICAgICA8aDUgY2xhc3M9XCJhcHAtZGlhbG9nLXRpdGxlIG1vZGFsLXRpdGxlXCI+XG4gICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwiaGVhZGVyVGVtcGxhdGVcIj48L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9oNT5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgICA8bmctY29udGFpbmVyICpuZ1N3aXRjaENhc2U9XCInaDYnXCI+XG4gICAgICAgIDxoNiBjbGFzcz1cImFwcC1kaWFsb2ctdGl0bGUgbW9kYWwtdGl0bGVcIj5cbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJoZWFkZXJUZW1wbGF0ZVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8L2g2PlxuICAgIDwvbmctY29udGFpbmVyPlxuICAgIDxuZy1jb250YWluZXIgKm5nU3dpdGNoRGVmYXVsdD5cbiAgICAgICAgPGg0IGNsYXNzPVwiYXBwLWRpYWxvZy10aXRsZSBtb2RhbC10aXRsZVwiPlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImhlYWRlclRlbXBsYXRlXCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgIDwvaDQ+XG4gICAgPC9uZy1jb250YWluZXI+XG48L25nLWNvbnRhaW5lcj5cblxuPG5nLXRlbXBsYXRlICNoZWFkZXJUZW1wbGF0ZT5cbiAgICA8aSBbbmdDbGFzc109XCJpY29uY2xhc3NcIiBbbmdTdHlsZV09XCJ7d2lkdGg6IGljb253aWR0aCwgaGVpZ2h0OiBpY29uaGVpZ2h0LCBtYXJnaW46IGljb25tYXJnaW59XCIgKm5nSWY9XCJpY29uY2xhc3MgJiYgIWljb251cmxcIj48L2k+XG4gICAgPGltZyBkYXRhLWlkZW50aWZpZXI9XCJpbWdcIiBbc3JjXT1cImljb251cmwgfCBpbWFnZVwiICpuZ0lmPVwiaWNvbnVybFwiIFtuZ1N0eWxlXT1cInt3aWR0aDogaWNvbndpZHRoLCBoZWlnaHQ6IGljb25oZWlnaHQsIG1hcmdpbjogaWNvbm1hcmdpbn1cIi8+XG4gICAgPHNwYW4gY2xhc3M9XCJkaWFsb2ctaGVhZGluZ1wiIFt0ZXh0Q29udGVudF09XCJoZWFkaW5nXCIgW2lkXT1cInRpdGxlaWRcIj48L3NwYW4+XG4gICAgPHNwYW4gY2xhc3M9XCJkaWFsb2ctc3ViLWhlYWRpbmdcIiAqbmdJZj1cInN1YmhlYWRpbmdcIiBbdGl0bGVdPVwic3ViaGVhZGluZ1wiIFt0ZXh0Q29udGVudF09XCJzdWJoZWFkaW5nXCI+PC9zcGFuPlxuPC9uZy10ZW1wbGF0ZT5cbiJdfQ==