oasys-lib 1.87.1 → 1.88.0

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 (152) hide show
  1. package/esm2022/lib/components/alert/alert-cancel.directive.mjs +5 -4
  2. package/esm2022/lib/components/alert/alert-confirm.directive.mjs +5 -4
  3. package/esm2022/lib/components/alert/alert-content.directive.mjs +3 -3
  4. package/esm2022/lib/components/alert/alert-title.directive.mjs +3 -3
  5. package/esm2022/lib/components/alert/alert.component.mjs +16 -11
  6. package/esm2022/lib/components/alert/alert.module.mjs +9 -9
  7. package/esm2022/lib/components/banner/banner.component.mjs +14 -5
  8. package/esm2022/lib/components/banner/banner.module.mjs +22 -5
  9. package/esm2022/lib/components/banner/index.mjs +1 -1
  10. package/esm2022/lib/components/button/button.component.mjs +52 -48
  11. package/esm2022/lib/components/button/button.module.mjs +4 -4
  12. package/esm2022/lib/components/button-group/button-group.component.mjs +18 -14
  13. package/esm2022/lib/components/button-group/button-group.module.mjs +4 -4
  14. package/esm2022/lib/components/card/card.component.mjs +20 -5
  15. package/esm2022/lib/components/card/card.mjs +1 -1
  16. package/esm2022/lib/components/card/card.module.mjs +4 -4
  17. package/esm2022/lib/components/carousel/carousel.component.mjs +60 -47
  18. package/esm2022/lib/components/carousel/carousel.module.mjs +5 -5
  19. package/esm2022/lib/components/divider/divider.component.mjs +7 -7
  20. package/esm2022/lib/components/divider/divider.mjs +1 -1
  21. package/esm2022/lib/components/divider/divider.module.mjs +4 -4
  22. package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +17 -10
  23. package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +4 -4
  24. package/esm2022/lib/components/form/chip/chip.component.mjs +16 -10
  25. package/esm2022/lib/components/form/chip/chip.module.mjs +6 -6
  26. package/esm2022/lib/components/form/combobox/combobox.component.mjs +43 -24
  27. package/esm2022/lib/components/form/combobox/combobox.mjs +1 -1
  28. package/esm2022/lib/components/form/combobox/combobox.module.mjs +6 -6
  29. package/esm2022/lib/components/form/errors/form-errors.component.mjs +15 -17
  30. package/esm2022/lib/components/form/errors/form-errors.module.mjs +6 -20
  31. package/esm2022/lib/components/form/form-group/form-group.component.mjs +16 -13
  32. package/esm2022/lib/components/form/form-group/form-group.module.mjs +8 -8
  33. package/esm2022/lib/components/form/forms.mjs +1 -1
  34. package/esm2022/lib/components/form/radio/radio.component.mjs +19 -12
  35. package/esm2022/lib/components/form/radio/radio.module.mjs +4 -4
  36. package/esm2022/lib/components/form/text-input/text-input.component.mjs +37 -27
  37. package/esm2022/lib/components/form/text-input/text-input.mjs +1 -1
  38. package/esm2022/lib/components/form/text-input/text-input.module.mjs +8 -8
  39. package/esm2022/lib/components/heading/heading.component.mjs +19 -8
  40. package/esm2022/lib/components/heading/heading.mjs +1 -1
  41. package/esm2022/lib/components/heading/heading.module.mjs +4 -4
  42. package/esm2022/lib/components/hero/hero.component.mjs +29 -10
  43. package/esm2022/lib/components/hero/hero.module.mjs +22 -5
  44. package/esm2022/lib/components/icon/icon.component.mjs +17 -9
  45. package/esm2022/lib/components/icon/icon.module.mjs +4 -4
  46. package/esm2022/lib/components/image/image.component.mjs +20 -21
  47. package/esm2022/lib/components/image/image.mjs +1 -1
  48. package/esm2022/lib/components/image/image.module.mjs +8 -8
  49. package/esm2022/lib/components/label/label.component.mjs +19 -18
  50. package/esm2022/lib/components/label/label.module.mjs +5 -16
  51. package/esm2022/lib/components/layout/Layout.mjs +1 -1
  52. package/esm2022/lib/components/layout/box/box.component.mjs +31 -28
  53. package/esm2022/lib/components/layout/box/box.mjs +1 -1
  54. package/esm2022/lib/components/layout/container/container.component.mjs +20 -15
  55. package/esm2022/lib/components/layout/grid/grid-column.component.mjs +17 -14
  56. package/esm2022/lib/components/layout/grid/grid.component.mjs +14 -12
  57. package/esm2022/lib/components/layout/layout.module.mjs +5 -5
  58. package/esm2022/lib/components/layout/stack/stack.component.mjs +16 -14
  59. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.component.mjs +5 -3
  60. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.module.mjs +8 -8
  61. package/esm2022/lib/components/navigation/tabs/tab/tab.component.mjs +9 -10
  62. package/esm2022/lib/components/navigation/tabs/tab-active/tab-active.component.mjs +5 -7
  63. package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.component.mjs +9 -16
  64. package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.module.mjs +8 -8
  65. package/esm2022/lib/components/navigation/tabs/tab-header/tab-header.component.mjs +10 -8
  66. package/esm2022/lib/components/pill/pill.component.mjs +5 -7
  67. package/esm2022/lib/components/pill/pill.mjs +1 -1
  68. package/esm2022/lib/components/pill/pill.module.mjs +5 -5
  69. package/esm2022/lib/components/pill-group/pill-group.component.mjs +13 -9
  70. package/esm2022/lib/components/pill-group/pill-group.module.mjs +4 -4
  71. package/esm2022/lib/components/price/price.component.mjs +6 -6
  72. package/esm2022/lib/components/price/price.module.mjs +5 -5
  73. package/esm2022/lib/components/promo-card/promo-card.component.mjs +25 -11
  74. package/esm2022/lib/components/promo-card/promo-card.module.mjs +28 -5
  75. package/esm2022/lib/components/section/index.mjs +1 -1
  76. package/esm2022/lib/components/section/section.component.mjs +30 -11
  77. package/esm2022/lib/components/section/section.module.mjs +20 -6
  78. package/esm2022/lib/components/select-card/select-card.component.mjs +19 -6
  79. package/esm2022/lib/components/select-card/select-card.module.mjs +34 -5
  80. package/esm2022/lib/components/seo-block/seo-block.component.mjs +17 -7
  81. package/esm2022/lib/components/seo-block/seo-block.module.mjs +7 -7
  82. package/esm2022/lib/components/text/text.component.mjs +9 -9
  83. package/esm2022/lib/components/text/text.mjs +1 -1
  84. package/esm2022/lib/components/text/text.module.mjs +4 -4
  85. package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +5 -3
  86. package/esm2022/lib/directives/directives.module.mjs +4 -4
  87. package/esm2022/lib/directives/emphasis/emphasis.directive.mjs +8 -7
  88. package/esm2022/lib/directives/href/href.directive.mjs +6 -5
  89. package/esm2022/lib/services/breakpoint.service.mjs +13 -12
  90. package/esm2022/lib/services/href.service.mjs +3 -3
  91. package/esm2022/lib/services/image.service.mjs +12 -13
  92. package/esm2022/lib/services/token.service.mjs +8 -10
  93. package/fesm2022/oasys-lib.mjs +959 -675
  94. package/fesm2022/oasys-lib.mjs.map +1 -1
  95. package/lib/components/alert/alert.component.d.ts.map +1 -1
  96. package/lib/components/banner/banner.component.d.ts.map +1 -1
  97. package/lib/components/banner/banner.module.d.ts.map +1 -1
  98. package/lib/components/button/button.component.d.ts +4 -4
  99. package/lib/components/button/button.component.d.ts.map +1 -1
  100. package/lib/components/button-group/button-group.component.d.ts.map +1 -1
  101. package/lib/components/card/card.component.d.ts.map +1 -1
  102. package/lib/components/card/card.d.ts.map +1 -1
  103. package/lib/components/carousel/carousel.component.d.ts.map +1 -1
  104. package/lib/components/carousel/carousel.module.d.ts.map +1 -1
  105. package/lib/components/divider/divider.component.d.ts.map +1 -1
  106. package/lib/components/divider/divider.d.ts.map +1 -1
  107. package/lib/components/form/combobox/combobox.component.d.ts.map +1 -1
  108. package/lib/components/form/combobox/combobox.d.ts.map +1 -1
  109. package/lib/components/form/errors/form-errors.module.d.ts.map +1 -1
  110. package/lib/components/form/text-input/text-input.component.d.ts.map +1 -1
  111. package/lib/components/form/text-input/text-input.d.ts.map +1 -1
  112. package/lib/components/heading/heading.component.d.ts.map +1 -1
  113. package/lib/components/heading/heading.d.ts.map +1 -1
  114. package/lib/components/hero/hero.component.d.ts.map +1 -1
  115. package/lib/components/hero/hero.module.d.ts.map +1 -1
  116. package/lib/components/icon/icon.component.d.ts.map +1 -1
  117. package/lib/components/image/image.component.d.ts.map +1 -1
  118. package/lib/components/image/image.d.ts.map +1 -1
  119. package/lib/components/image/image.module.d.ts.map +1 -1
  120. package/lib/components/label/label.component.d.ts.map +1 -1
  121. package/lib/components/label/label.module.d.ts.map +1 -1
  122. package/lib/components/layout/Layout.d.ts.map +1 -1
  123. package/lib/components/layout/box/box.component.d.ts.map +1 -1
  124. package/lib/components/layout/box/box.d.ts.map +1 -1
  125. package/lib/components/layout/container/container.component.d.ts.map +1 -1
  126. package/lib/components/layout/grid/grid-column.component.d.ts.map +1 -1
  127. package/lib/components/layout/stack/stack.component.d.ts.map +1 -1
  128. package/lib/components/navigation/tabs/tab-group/tab-group.component.d.ts.map +1 -1
  129. package/lib/components/navigation/tabs/tab-header/tab-header.component.d.ts.map +1 -1
  130. package/lib/components/pill/pill.component.d.ts.map +1 -1
  131. package/lib/components/pill/pill.module.d.ts.map +1 -1
  132. package/lib/components/pill-group/pill-group.component.d.ts.map +1 -1
  133. package/lib/components/price/price.component.d.ts.map +1 -1
  134. package/lib/components/price/price.module.d.ts.map +1 -1
  135. package/lib/components/promo-card/promo-card.component.d.ts.map +1 -1
  136. package/lib/components/promo-card/promo-card.module.d.ts.map +1 -1
  137. package/lib/components/section/index.d.ts.map +1 -1
  138. package/lib/components/section/section.component.d.ts.map +1 -1
  139. package/lib/components/section/section.module.d.ts.map +1 -1
  140. package/lib/components/select-card/select-card.component.d.ts.map +1 -1
  141. package/lib/components/select-card/select-card.module.d.ts.map +1 -1
  142. package/lib/components/text/text.component.d.ts.map +1 -1
  143. package/lib/directives/autofocus/autofocus.directive.d.ts.map +1 -1
  144. package/lib/directives/emphasis/emphasis.directive.d.ts.map +1 -1
  145. package/lib/directives/href/href.directive.d.ts.map +1 -1
  146. package/lib/services/breakpoint.service.d.ts.map +1 -1
  147. package/lib/services/image.service.d.ts.map +1 -1
  148. package/lib/services/token.service.d.ts.map +1 -1
  149. package/package.json +5 -5
  150. package/src/assets/bloomandwild/variables.css +1 -1
  151. package/src/assets/bloomon/variables.css +1 -1
  152. package/src/assets/global/scss-breakpoints.scss +1 -1
@@ -1,12 +1,17 @@
1
- import { ChangeDetectionStrategy, Input } from '@angular/core';
1
+ import { ChangeDetectionStrategy, Input, } from '@angular/core';
2
2
  import { Component } from '@angular/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export class LayoutContainerComponent {
5
+ changes;
6
+ container_fluid = false;
7
+ container_gutter = true;
8
+ prefix = 'ui-layout-container';
9
+ containerLayoutClasses;
10
+ containerGutterNameLarge;
11
+ containerGutterNameSmall;
12
+ containerHorizontalSizes;
5
13
  constructor(changes) {
6
14
  this.changes = changes;
7
- this.container_fluid = false;
8
- this.container_gutter = true;
9
- this.prefix = 'ui-layout-container';
10
15
  }
11
16
  ngOnChanges() {
12
17
  this.ngOnInit();
@@ -16,24 +21,24 @@ export class LayoutContainerComponent {
16
21
  this.containerLayoutClasses = [
17
22
  this.prefix,
18
23
  this.container_fluid ? `${this.prefix}-fluid` : '',
19
- this.container_gutter === true || this.container_gutter === 'true' ? '' : `${this.prefix}-no-gutter`
20
- ].flat(10).filter(Boolean);
24
+ this.container_gutter === true || this.container_gutter === 'true'
25
+ ? ''
26
+ : `${this.prefix}-no-gutter`,
27
+ ]
28
+ .flat(10)
29
+ .filter(Boolean);
21
30
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LayoutContainerComponent, selector: "ui-container", inputs: { container_fluid: "container_fluid", container_gutter: "container_gutter" }, host: { properties: { "class": "containerLayoutClasses" } }, usesOnChanges: true, ngImport: i0, template: `
24
- <ng-content></ng-content>
25
- `, isInline: true, styles: [":host{--_container-component-gutter-size: var(--oasys-gutter-small);display:block;width:100%;max-width:1440px;margin:0 auto;padding:0 var(--_container-component-gutter-size)}@media only screen and (max-width: 767px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 768px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 1080px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (min-width: 1440px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (max-width: 767px){:host{max-width:100%}}@media only screen and (min-width: 768px){:host{max-width:767px}}@media only screen and (min-width: 1080px){:host{max-width:1080px}}@media only screen and (min-width: 1440px){:host{max-width:1440px}}:host.ui-layout-container-no-gutter{padding:0}:host.ui-layout-container-fluid{max-width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutContainerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
32
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: LayoutContainerComponent, selector: "ui-container", inputs: { container_fluid: "container_fluid", container_gutter: "container_gutter" }, host: { properties: { "class": "containerLayoutClasses" } }, usesOnChanges: true, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true, styles: [":host{--_container-component-gutter-size: var(--oasys-gutter-small);display:block;width:100%;max-width:1440px;margin:0 auto;padding:0 var(--_container-component-gutter-size)}@media only screen and (max-width: 767px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 768px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 1080px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (min-width: 1440px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (max-width: 767px){:host{max-width:100%}}@media only screen and (min-width: 768px){:host{max-width:767px}}@media only screen and (min-width: 1080px){:host{max-width:1080px}}@media only screen and (min-width: 1440px){:host{max-width:1440px}}:host.ui-layout-container-no-gutter{padding:0}:host.ui-layout-container-fluid{max-width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
33
  }
27
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LayoutContainerComponent, decorators: [{
28
35
  type: Component,
29
- args: [{ selector: 'ui-container', template: `
30
- <ng-content></ng-content>
31
- `, host: {
32
- '[class]': 'containerLayoutClasses'
36
+ args: [{ selector: 'ui-container', template: ` <ng-content></ng-content> `, host: {
37
+ '[class]': 'containerLayoutClasses',
33
38
  }, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--_container-component-gutter-size: var(--oasys-gutter-small);display:block;width:100%;max-width:1440px;margin:0 auto;padding:0 var(--_container-component-gutter-size)}@media only screen and (max-width: 767px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 768px){:host{--_container-component-gutter-size: var(--oasys-gutter-small)}}@media only screen and (min-width: 1080px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (min-width: 1440px){:host{--_container-component-gutter-size: var(--oasys-gutter-large)}}@media only screen and (max-width: 767px){:host{max-width:100%}}@media only screen and (min-width: 768px){:host{max-width:767px}}@media only screen and (min-width: 1080px){:host{max-width:1080px}}@media only screen and (min-width: 1440px){:host{max-width:1440px}}:host.ui-layout-container-no-gutter{padding:0}:host.ui-layout-container-fluid{max-width:100%}\n"] }]
34
39
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { container_fluid: [{
35
40
  type: Input
36
41
  }], container_gutter: [{
37
42
  type: Input
38
43
  }] } });
39
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL29hc3lzLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbGF5b3V0L2NvbnRhaW5lci9jb250YWluZXIuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBcUIsS0FBSyxFQUF3QyxNQUFNLGVBQWUsQ0FBQztBQUN4SCxPQUFPLEVBQUUsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDOztBQWV6QyxNQUFNLE9BQU8sd0JBQXdCO0lBVW5DLFlBQW9CLE9BQTBCO1FBQTFCLFlBQU8sR0FBUCxPQUFPLENBQW1CO1FBVHJDLG9CQUFlLEdBQVksS0FBSyxDQUFDO1FBQ2pDLHFCQUFnQixHQUFvQyxJQUFJLENBQUM7UUFDbEUsV0FBTSxHQUFHLHFCQUFxQixDQUFDO0lBT21CLENBQUM7SUFFbkQsV0FBVztRQUNULElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNoQixJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzlCLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLHNCQUFzQixHQUFHO1lBQzVCLElBQUksQ0FBQyxNQUFNO1lBQ1gsSUFBSSxDQUFDLGVBQWUsQ0FBQyxDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsTUFBTSxRQUFRLENBQUMsQ0FBQyxDQUFDLEVBQUU7WUFDbEQsSUFBSSxDQUFDLGdCQUFnQixLQUFLLElBQUksSUFBSSxJQUFJLENBQUMsZ0JBQWdCLEtBQUssTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLEdBQUcsSUFBSSxDQUFDLE1BQU0sWUFBWTtTQUNyRyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUM7SUFDN0IsQ0FBQzsrR0F2QlUsd0JBQXdCO21HQUF4Qix3QkFBd0IsNE5BVnpCOztHQUVUOzs0RkFRVSx3QkFBd0I7a0JBWnBDLFNBQVM7K0JBQ0MsY0FBYyxZQUNiOztHQUVULFFBQ0s7d0JBQ0osU0FBUyxFQUFHLHdCQUF3QjtxQkFDckMsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU07c0ZBR3RDLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csZ0JBQWdCO3NCQUF4QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnR9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9rZW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdG9rZW4uc2VydmljZSc7XG5pbXBvcnQgeyBMYXlvdXRDb250YWluZXJTaXplcyB9IGZyb20gJy4uL0xheW91dCc7XG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6J3VpLWNvbnRhaW5lcicsXG4gIHRlbXBsYXRlOiBgXG4gICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICBgLFxuICBob3N0OiB7XG4gICAgJ1tjbGFzc10nIDogJ2NvbnRhaW5lckxheW91dENsYXNzZXMnXG4gIH0sXG4gIHN0eWxlVXJsczogWycuL2NvbnRhaW5lci5jb21wb25lbnQuc2NzcyddLFxuXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXG59KVxuZXhwb3J0IGNsYXNzIExheW91dENvbnRhaW5lckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcbiAgQElucHV0KCkgY29udGFpbmVyX2ZsdWlkOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGNvbnRhaW5lcl9ndXR0ZXI6IHRydWUgfCBmYWxzZSB8ICd0cnVlJyB8ICdmYWxzZScgPSB0cnVlO1xuICBwcmVmaXggPSAndWktbGF5b3V0LWNvbnRhaW5lcic7XG4gIGNvbnRhaW5lckxheW91dENsYXNzZXM/OiBzdHJpbmdbXTtcblxuICBjb250YWluZXJHdXR0ZXJOYW1lTGFyZ2U6IHN0cmluZztcbiAgY29udGFpbmVyR3V0dGVyTmFtZVNtYWxsOiBzdHJpbmc7XG4gIGNvbnRhaW5lckhvcml6b250YWxTaXplczogTGF5b3V0Q29udGFpbmVyU2l6ZXM7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBjaGFuZ2VzOiBDaGFuZ2VEZXRlY3RvclJlZikgeyB9XG5cbiAgbmdPbkNoYW5nZXMoKTogdm9pZCB7XG4gICAgdGhpcy5uZ09uSW5pdCgpO1xuICAgIHRoaXMuY2hhbmdlcy5tYXJrRm9yQ2hlY2soKTtcbiAgfVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuY29udGFpbmVyTGF5b3V0Q2xhc3NlcyA9IFtcbiAgICAgIHRoaXMucHJlZml4LFxuICAgICAgdGhpcy5jb250YWluZXJfZmx1aWQgPyBgJHt0aGlzLnByZWZpeH0tZmx1aWRgIDogJycsXG4gICAgICB0aGlzLmNvbnRhaW5lcl9ndXR0ZXIgPT09IHRydWUgfHwgdGhpcy5jb250YWluZXJfZ3V0dGVyID09PSAndHJ1ZScgPyAnJyA6IGAke3RoaXMucHJlZml4fS1uby1ndXR0ZXJgXG4gICAgXS5mbGF0KDEwKS5maWx0ZXIoQm9vbGVhbik7XG4gIH1cblxufVxuIl19
44
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29udGFpbmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL29hc3lzLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvbGF5b3V0L2NvbnRhaW5lci9jb250YWluZXIuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFFdkIsS0FBSyxHQUlOLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBYTFDLE1BQU0sT0FBTyx3QkFBd0I7SUFVZjtJQVRYLGVBQWUsR0FBWSxLQUFLLENBQUM7SUFDakMsZ0JBQWdCLEdBQW9DLElBQUksQ0FBQztJQUNsRSxNQUFNLEdBQUcscUJBQXFCLENBQUM7SUFDL0Isc0JBQXNCLENBQVk7SUFFbEMsd0JBQXdCLENBQVM7SUFDakMsd0JBQXdCLENBQVM7SUFDakMsd0JBQXdCLENBQXVCO0lBRS9DLFlBQW9CLE9BQTBCO1FBQTFCLFlBQU8sR0FBUCxPQUFPLENBQW1CO0lBQUcsQ0FBQztJQUVsRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFFBQVEsRUFBRSxDQUFDO1FBQ2hCLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDOUIsQ0FBQztJQUVELFFBQVE7UUFDTixJQUFJLENBQUMsc0JBQXNCLEdBQUc7WUFDNUIsSUFBSSxDQUFDLE1BQU07WUFDWCxJQUFJLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxNQUFNLFFBQVEsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUNsRCxJQUFJLENBQUMsZ0JBQWdCLEtBQUssSUFBSSxJQUFJLElBQUksQ0FBQyxnQkFBZ0IsS0FBSyxNQUFNO2dCQUNoRSxDQUFDLENBQUMsRUFBRTtnQkFDSixDQUFDLENBQUMsR0FBRyxJQUFJLENBQUMsTUFBTSxZQUFZO1NBQy9CO2FBQ0UsSUFBSSxDQUFDLEVBQUUsQ0FBQzthQUNSLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQztJQUNyQixDQUFDO3dHQTNCVSx3QkFBd0I7NEZBQXhCLHdCQUF3Qiw0TkFSekIsNkJBQTZCOzs0RkFRNUIsd0JBQXdCO2tCQVZwQyxTQUFTOytCQUNFLGNBQWMsWUFDZCw2QkFBNkIsUUFDakM7d0JBQ0osU0FBUyxFQUFFLHdCQUF3QjtxQkFDcEMsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU07c0ZBR3RDLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csZ0JBQWdCO3NCQUF4QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENoYW5nZURldGVjdG9yUmVmLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPbkluaXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9rZW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vLi4vc2VydmljZXMvdG9rZW4uc2VydmljZSc7XG5pbXBvcnQgeyBMYXlvdXRDb250YWluZXJTaXplcyB9IGZyb20gJy4uL0xheW91dCc7XG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd1aS1jb250YWluZXInLFxuICB0ZW1wbGF0ZTogYCA8bmctY29udGVudD48L25nLWNvbnRlbnQ+IGAsXG4gIGhvc3Q6IHtcbiAgICAnW2NsYXNzXSc6ICdjb250YWluZXJMYXlvdXRDbGFzc2VzJyxcbiAgfSxcbiAgc3R5bGVVcmxzOiBbJy4vY29udGFpbmVyLmNvbXBvbmVudC5zY3NzJ10sXG5cbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIExheW91dENvbnRhaW5lckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzIHtcbiAgQElucHV0KCkgY29udGFpbmVyX2ZsdWlkOiBib29sZWFuID0gZmFsc2U7XG4gIEBJbnB1dCgpIGNvbnRhaW5lcl9ndXR0ZXI6IHRydWUgfCBmYWxzZSB8ICd0cnVlJyB8ICdmYWxzZScgPSB0cnVlO1xuICBwcmVmaXggPSAndWktbGF5b3V0LWNvbnRhaW5lcic7XG4gIGNvbnRhaW5lckxheW91dENsYXNzZXM/OiBzdHJpbmdbXTtcblxuICBjb250YWluZXJHdXR0ZXJOYW1lTGFyZ2U6IHN0cmluZztcbiAgY29udGFpbmVyR3V0dGVyTmFtZVNtYWxsOiBzdHJpbmc7XG4gIGNvbnRhaW5lckhvcml6b250YWxTaXplczogTGF5b3V0Q29udGFpbmVyU2l6ZXM7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBjaGFuZ2VzOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBuZ09uQ2hhbmdlcygpOiB2b2lkIHtcbiAgICB0aGlzLm5nT25Jbml0KCk7XG4gICAgdGhpcy5jaGFuZ2VzLm1hcmtGb3JDaGVjaygpO1xuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5jb250YWluZXJMYXlvdXRDbGFzc2VzID0gW1xuICAgICAgdGhpcy5wcmVmaXgsXG4gICAgICB0aGlzLmNvbnRhaW5lcl9mbHVpZCA/IGAke3RoaXMucHJlZml4fS1mbHVpZGAgOiAnJyxcbiAgICAgIHRoaXMuY29udGFpbmVyX2d1dHRlciA9PT0gdHJ1ZSB8fCB0aGlzLmNvbnRhaW5lcl9ndXR0ZXIgPT09ICd0cnVlJ1xuICAgICAgICA/ICcnXG4gICAgICAgIDogYCR7dGhpcy5wcmVmaXh9LW5vLWd1dHRlcmAsXG4gICAgXVxuICAgICAgLmZsYXQoMTApXG4gICAgICAuZmlsdGVyKEJvb2xlYW4pO1xuICB9XG59XG4iXX0=