oasys-lib 1.89.0-rc.0 → 2.0.0-rc.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 (236) hide show
  1. package/esm2022/lib/components/alert/alert-cancel.directive.mjs +3 -2
  2. package/esm2022/lib/components/alert/alert-confirm.directive.mjs +3 -2
  3. package/esm2022/lib/components/alert/alert-content.directive.mjs +3 -2
  4. package/esm2022/lib/components/alert/alert-title.directive.mjs +3 -2
  5. package/esm2022/lib/components/alert/alert.component.mjs +18 -8
  6. package/esm2022/lib/components/alert/alert.module.mjs +5 -29
  7. package/esm2022/lib/components/banner/banner.component.mjs +19 -10
  8. package/esm2022/lib/components/banner/banner.module.mjs +4 -30
  9. package/esm2022/lib/components/button/button.component.mjs +6 -6
  10. package/esm2022/lib/components/button/button.module.mjs +4 -9
  11. package/esm2022/lib/components/button-group/button-group.component.mjs +4 -4
  12. package/esm2022/lib/components/button-group/button-group.module.mjs +4 -9
  13. package/esm2022/lib/components/card/card.component.mjs +8 -7
  14. package/esm2022/lib/components/card/card.module.mjs +4 -12
  15. package/esm2022/lib/components/carousel/carousel.component.mjs +11 -9
  16. package/esm2022/lib/components/carousel/carousel.module.mjs +6 -19
  17. package/esm2022/lib/components/divider/divider.component.mjs +5 -5
  18. package/esm2022/lib/components/divider/divider.module.mjs +4 -8
  19. package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +12 -9
  20. package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +4 -11
  21. package/esm2022/lib/components/form/chip/chip.component.mjs +10 -11
  22. package/esm2022/lib/components/form/chip/chip.module.mjs +4 -33
  23. package/esm2022/lib/components/form/combobox/combobox.component.mjs +25 -13
  24. package/esm2022/lib/components/form/combobox/combobox.module.mjs +5 -42
  25. package/esm2022/lib/components/form/errors/form-errors.module.mjs +5 -11
  26. package/esm2022/lib/components/form/form-group/form-group.component.mjs +5 -5
  27. package/esm2022/lib/components/form/form-group/form-group.module.mjs +4 -33
  28. package/esm2022/lib/components/form/radio/radio.component.mjs +10 -11
  29. package/esm2022/lib/components/form/radio/radio.module.mjs +4 -11
  30. package/esm2022/lib/components/form/text-input/text-input.component.mjs +18 -11
  31. package/esm2022/lib/components/form/text-input/text-input.module.mjs +4 -33
  32. package/esm2022/lib/components/heading/heading.component.mjs +6 -5
  33. package/esm2022/lib/components/heading/heading.module.mjs +4 -10
  34. package/esm2022/lib/components/hero/hero.component.mjs +21 -10
  35. package/esm2022/lib/components/hero/hero.module.mjs +4 -30
  36. package/esm2022/lib/components/icon/icon.component.mjs +5 -5
  37. package/esm2022/lib/components/icon/icon.mjs +1 -1
  38. package/esm2022/lib/components/icon/icon.module.mjs +4 -9
  39. package/esm2022/lib/components/image/image.module.mjs +4 -21
  40. package/esm2022/lib/components/label/label.component.mjs +7 -7
  41. package/esm2022/lib/components/label/label.module.mjs +4 -9
  42. package/esm2022/lib/components/layout/box/box.component.mjs +4 -3
  43. package/esm2022/lib/components/layout/container/container.component.mjs +3 -3
  44. package/esm2022/lib/components/layout/grid/grid-column.component.mjs +3 -3
  45. package/esm2022/lib/components/layout/grid/grid.component.mjs +3 -3
  46. package/esm2022/lib/components/layout/layout.module.mjs +5 -9
  47. package/esm2022/lib/components/layout/stack/stack.component.mjs +3 -3
  48. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.component.mjs +15 -8
  49. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.module.mjs +4 -24
  50. package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.module.mjs +2 -3
  51. package/esm2022/lib/components/pill/pill.component.mjs +3 -3
  52. package/esm2022/lib/components/pill/pill.module.mjs +4 -8
  53. package/esm2022/lib/components/pill-group/pill-group.component.mjs +4 -4
  54. package/esm2022/lib/components/pill-group/pill-group.module.mjs +4 -9
  55. package/esm2022/lib/components/price/price.component.mjs +5 -5
  56. package/esm2022/lib/components/price/price.module.mjs +4 -8
  57. package/esm2022/lib/components/promo-card/promo-card.component.mjs +16 -8
  58. package/esm2022/lib/components/promo-card/promo-card.module.mjs +4 -38
  59. package/esm2022/lib/components/section/section.component.mjs +22 -11
  60. package/esm2022/lib/components/section/section.module.mjs +4 -26
  61. package/esm2022/lib/components/select-card/select-card.component.mjs +20 -9
  62. package/esm2022/lib/components/select-card/select-card.module.mjs +4 -46
  63. package/esm2022/lib/components/seo-block/seo-block.component.mjs +22 -12
  64. package/esm2022/lib/components/seo-block/seo-block.module.mjs +4 -26
  65. package/esm2022/lib/components/text/text.component.mjs +5 -6
  66. package/esm2022/lib/components/text/text.module.mjs +4 -7
  67. package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +3 -2
  68. package/esm2022/lib/directives/href/href.directive.mjs +9 -15
  69. package/esm2022/lib/services/image.service.mjs +9 -13
  70. package/esm2022/lib/services/index.mjs +4 -0
  71. package/esm2022/lib/services/media-base-url.provider.mjs +3 -0
  72. package/esm2022/lib/services/routing-handler.provider.mjs +3 -0
  73. package/esm2022/lib/services/swiper.provider.mjs +13 -0
  74. package/esm2022/public-api.mjs +2 -2
  75. package/fesm2022/oasys-lib.mjs +939 -1167
  76. package/fesm2022/oasys-lib.mjs.map +1 -1
  77. package/lib/components/alert/alert-cancel.directive.d.ts +1 -1
  78. package/lib/components/alert/alert-cancel.directive.d.ts.map +1 -1
  79. package/lib/components/alert/alert-confirm.directive.d.ts +1 -1
  80. package/lib/components/alert/alert-confirm.directive.d.ts.map +1 -1
  81. package/lib/components/alert/alert-content.directive.d.ts +1 -1
  82. package/lib/components/alert/alert-content.directive.d.ts.map +1 -1
  83. package/lib/components/alert/alert-title.directive.d.ts +1 -1
  84. package/lib/components/alert/alert-title.directive.d.ts.map +1 -1
  85. package/lib/components/alert/alert.component.d.ts +1 -1
  86. package/lib/components/alert/alert.component.d.ts.map +1 -1
  87. package/lib/components/alert/alert.module.d.ts +1 -7
  88. package/lib/components/alert/alert.module.d.ts.map +1 -1
  89. package/lib/components/banner/banner.component.d.ts +1 -1
  90. package/lib/components/banner/banner.component.d.ts.map +1 -1
  91. package/lib/components/banner/banner.module.d.ts +1 -7
  92. package/lib/components/banner/banner.module.d.ts.map +1 -1
  93. package/lib/components/button/button.component.d.ts +1 -1
  94. package/lib/components/button/button.component.d.ts.map +1 -1
  95. package/lib/components/button/button.module.d.ts +1 -5
  96. package/lib/components/button/button.module.d.ts.map +1 -1
  97. package/lib/components/button-group/button-group.component.d.ts +1 -1
  98. package/lib/components/button-group/button-group.component.d.ts.map +1 -1
  99. package/lib/components/button-group/button-group.module.d.ts +1 -5
  100. package/lib/components/button-group/button-group.module.d.ts.map +1 -1
  101. package/lib/components/card/card.component.d.ts +1 -1
  102. package/lib/components/card/card.component.d.ts.map +1 -1
  103. package/lib/components/card/card.module.d.ts +1 -6
  104. package/lib/components/card/card.module.d.ts.map +1 -1
  105. package/lib/components/carousel/carousel.component.d.ts +1 -1
  106. package/lib/components/carousel/carousel.component.d.ts.map +1 -1
  107. package/lib/components/carousel/carousel.module.d.ts +1 -6
  108. package/lib/components/carousel/carousel.module.d.ts.map +1 -1
  109. package/lib/components/divider/divider.component.d.ts +1 -1
  110. package/lib/components/divider/divider.component.d.ts.map +1 -1
  111. package/lib/components/divider/divider.module.d.ts +1 -4
  112. package/lib/components/divider/divider.module.d.ts.map +1 -1
  113. package/lib/components/form/checkbox/checkbox.component.d.ts +1 -1
  114. package/lib/components/form/checkbox/checkbox.component.d.ts.map +1 -1
  115. package/lib/components/form/checkbox/checkbox.module.d.ts +1 -5
  116. package/lib/components/form/checkbox/checkbox.module.d.ts.map +1 -1
  117. package/lib/components/form/chip/chip.component.d.ts +1 -2
  118. package/lib/components/form/chip/chip.component.d.ts.map +1 -1
  119. package/lib/components/form/chip/chip.module.d.ts +1 -7
  120. package/lib/components/form/chip/chip.module.d.ts.map +1 -1
  121. package/lib/components/form/combobox/combobox.component.d.ts +1 -1
  122. package/lib/components/form/combobox/combobox.component.d.ts.map +1 -1
  123. package/lib/components/form/combobox/combobox.module.d.ts +1 -9
  124. package/lib/components/form/combobox/combobox.module.d.ts.map +1 -1
  125. package/lib/components/form/errors/form-errors.module.d.ts +2 -5
  126. package/lib/components/form/errors/form-errors.module.d.ts.map +1 -1
  127. package/lib/components/form/form-group/form-group.component.d.ts +1 -1
  128. package/lib/components/form/form-group/form-group.component.d.ts.map +1 -1
  129. package/lib/components/form/form-group/form-group.module.d.ts +1 -7
  130. package/lib/components/form/form-group/form-group.module.d.ts.map +1 -1
  131. package/lib/components/form/radio/radio.component.d.ts +1 -2
  132. package/lib/components/form/radio/radio.component.d.ts.map +1 -1
  133. package/lib/components/form/radio/radio.module.d.ts +1 -5
  134. package/lib/components/form/radio/radio.module.d.ts.map +1 -1
  135. package/lib/components/form/text-input/text-input.component.d.ts +1 -1
  136. package/lib/components/form/text-input/text-input.component.d.ts.map +1 -1
  137. package/lib/components/form/text-input/text-input.module.d.ts +1 -7
  138. package/lib/components/form/text-input/text-input.module.d.ts.map +1 -1
  139. package/lib/components/heading/heading.component.d.ts +1 -1
  140. package/lib/components/heading/heading.component.d.ts.map +1 -1
  141. package/lib/components/heading/heading.module.d.ts +1 -4
  142. package/lib/components/heading/heading.module.d.ts.map +1 -1
  143. package/lib/components/hero/hero.component.d.ts +1 -1
  144. package/lib/components/hero/hero.component.d.ts.map +1 -1
  145. package/lib/components/hero/hero.module.d.ts +1 -7
  146. package/lib/components/hero/hero.module.d.ts.map +1 -1
  147. package/lib/components/icon/icon.component.d.ts +1 -1
  148. package/lib/components/icon/icon.component.d.ts.map +1 -1
  149. package/lib/components/icon/icon.d.ts +1 -1
  150. package/lib/components/icon/icon.d.ts.map +1 -1
  151. package/lib/components/icon/icon.module.d.ts +1 -3
  152. package/lib/components/icon/icon.module.d.ts.map +1 -1
  153. package/lib/components/image/image.module.d.ts +2 -8
  154. package/lib/components/image/image.module.d.ts.map +1 -1
  155. package/lib/components/label/label.component.d.ts +1 -1
  156. package/lib/components/label/label.component.d.ts.map +1 -1
  157. package/lib/components/label/label.module.d.ts +1 -5
  158. package/lib/components/label/label.module.d.ts.map +1 -1
  159. package/lib/components/layout/box/box.component.d.ts +1 -1
  160. package/lib/components/layout/box/box.component.d.ts.map +1 -1
  161. package/lib/components/layout/container/container.component.d.ts +1 -1
  162. package/lib/components/layout/grid/grid-column.component.d.ts +1 -1
  163. package/lib/components/layout/grid/grid-column.component.d.ts.map +1 -1
  164. package/lib/components/layout/grid/grid.component.d.ts +1 -1
  165. package/lib/components/layout/grid/grid.component.d.ts.map +1 -1
  166. package/lib/components/layout/layout.module.d.ts +1 -2
  167. package/lib/components/layout/layout.module.d.ts.map +1 -1
  168. package/lib/components/layout/stack/stack.component.d.ts +1 -1
  169. package/lib/components/layout/stack/stack.component.d.ts.map +1 -1
  170. package/lib/components/navigation/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  171. package/lib/components/navigation/breadcrumbs/breadcrumbs.component.d.ts.map +1 -1
  172. package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts +1 -6
  173. package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts.map +1 -1
  174. package/lib/components/pill/pill.component.d.ts +1 -1
  175. package/lib/components/pill/pill.component.d.ts.map +1 -1
  176. package/lib/components/pill/pill.module.d.ts +1 -4
  177. package/lib/components/pill/pill.module.d.ts.map +1 -1
  178. package/lib/components/pill-group/pill-group.component.d.ts +1 -1
  179. package/lib/components/pill-group/pill-group.component.d.ts.map +1 -1
  180. package/lib/components/pill-group/pill-group.module.d.ts +1 -5
  181. package/lib/components/pill-group/pill-group.module.d.ts.map +1 -1
  182. package/lib/components/price/price.component.d.ts +1 -1
  183. package/lib/components/price/price.component.d.ts.map +1 -1
  184. package/lib/components/price/price.module.d.ts +1 -4
  185. package/lib/components/price/price.module.d.ts.map +1 -1
  186. package/lib/components/promo-card/promo-card.component.d.ts +1 -1
  187. package/lib/components/promo-card/promo-card.component.d.ts.map +1 -1
  188. package/lib/components/promo-card/promo-card.module.d.ts +1 -9
  189. package/lib/components/promo-card/promo-card.module.d.ts.map +1 -1
  190. package/lib/components/section/section.component.d.ts +1 -1
  191. package/lib/components/section/section.component.d.ts.map +1 -1
  192. package/lib/components/section/section.module.d.ts +1 -6
  193. package/lib/components/section/section.module.d.ts.map +1 -1
  194. package/lib/components/select-card/select-card.component.d.ts +1 -1
  195. package/lib/components/select-card/select-card.component.d.ts.map +1 -1
  196. package/lib/components/select-card/select-card.module.d.ts +1 -11
  197. package/lib/components/select-card/select-card.module.d.ts.map +1 -1
  198. package/lib/components/seo-block/seo-block.component.d.ts +1 -2
  199. package/lib/components/seo-block/seo-block.component.d.ts.map +1 -1
  200. package/lib/components/seo-block/seo-block.module.d.ts +1 -6
  201. package/lib/components/seo-block/seo-block.module.d.ts.map +1 -1
  202. package/lib/components/text/text.component.d.ts +1 -2
  203. package/lib/components/text/text.component.d.ts.map +1 -1
  204. package/lib/components/text/text.module.d.ts +1 -3
  205. package/lib/components/text/text.module.d.ts.map +1 -1
  206. package/lib/directives/autofocus/autofocus.directive.d.ts +1 -1
  207. package/lib/directives/autofocus/autofocus.directive.d.ts.map +1 -1
  208. package/lib/directives/href/href.directive.d.ts +4 -9
  209. package/lib/directives/href/href.directive.d.ts.map +1 -1
  210. package/lib/services/image.service.d.ts +2 -5
  211. package/lib/services/image.service.d.ts.map +1 -1
  212. package/lib/services/index.d.ts +4 -0
  213. package/lib/services/index.d.ts.map +1 -0
  214. package/lib/services/media-base-url.provider.d.ts +6 -0
  215. package/lib/services/media-base-url.provider.d.ts.map +1 -0
  216. package/lib/services/routing-handler.provider.d.ts +7 -0
  217. package/lib/services/routing-handler.provider.d.ts.map +1 -0
  218. package/lib/services/swiper.provider.d.ts +9 -0
  219. package/lib/services/swiper.provider.d.ts.map +1 -0
  220. package/package.json +1 -1
  221. package/public-api.d.ts +1 -1
  222. package/public-api.d.ts.map +1 -1
  223. package/src/assets/bloomandwild/icons/icons.svg +1 -1
  224. package/src/assets/bloomandwild/variables.css +1 -1
  225. package/src/assets/bloomon/icons/icons.svg +1 -1
  226. package/src/assets/bloomon/variables.css +1 -1
  227. package/src/assets/global/scss-breakpoints.scss +1 -1
  228. package/esm2022/lib/directives/directives.module.mjs +0 -23
  229. package/esm2022/lib/injection-tokens/frontend-app-injection.tokens.mjs +0 -3
  230. package/esm2022/lib/services/href.service.mjs +0 -17
  231. package/lib/directives/directives.module.d.ts +0 -11
  232. package/lib/directives/directives.module.d.ts.map +0 -1
  233. package/lib/injection-tokens/frontend-app-injection.tokens.d.ts +0 -4
  234. package/lib/injection-tokens/frontend-app-injection.tokens.d.ts.map +0 -1
  235. package/lib/services/href.service.d.ts +0 -9
  236. package/lib/services/href.service.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"price.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/price/price.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAKa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"price.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/price/price.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -27,6 +27,6 @@ export declare class PromoCardComponent implements OnInit {
27
27
  ngOnInit(): void;
28
28
  ctaClicked(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<PromoCardComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<PromoCardComponent, "ui-promo-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "font_colour": { "alias": "font_colour"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<PromoCardComponent, "ui-promo-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "font_colour": { "alias": "font_colour"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never, true, never>;
31
31
  }
32
32
  //# sourceMappingURL=promo-card.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"promo-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAElD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAsBpD,qBAKa,kBAAmB,YAAW,MAAM;IA0BnC,OAAO,CAAC,YAAY;IAxBvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAM;IAG9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE,eAAe,CAAa;IAEnC,WAAW,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAE/D,WAAW,EAAE,gBAAgB,CAAC;IAC9B,SAAS,EAAE,eAAe,CAAC;IAC3B,YAAY;qBA9CG,MAAM;kBACT,MAAM;iBACP,cAAc;MA4CoB;gBAEzB,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAUhB,UAAU,IAAI,IAAI;yCAtCP,kBAAkB;2CAAlB,kBAAkB;CAyC9B"}
1
+ {"version":3,"file":"promo-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAOlD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAsBpD,qBAea,kBAAmB,YAAW,MAAM;IA0BnC,OAAO,CAAC,YAAY;IAxBvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAM;IAG9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE,eAAe,CAAa;IAEnC,WAAW,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAE/D,WAAW,EAAE,gBAAgB,CAAC;IAC9B,SAAS,EAAE,eAAe,CAAC;IAC3B,YAAY;qBAxDG,MAAM;kBACT,MAAM;iBACP,cAAc;MAsDoB;gBAEzB,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAUhB,UAAU,IAAI,IAAI;yCAtCP,kBAAkB;2CAAlB,kBAAkB;CAyC9B"}
@@ -1,16 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./promo-card.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../layout/layout.module";
5
- import * as i4 from "@angular/router";
6
- import * as i5 from "../image/image.module";
7
- import * as i6 from "../../directives/directives.module";
8
- import * as i7 from "../heading/heading.module";
9
- import * as i8 from "../button/button.module";
10
- import * as i9 from "../button-group/button-group.module";
11
3
  export declare class OasysPromoCardModule {
12
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysPromoCardModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysPromoCardModule, [typeof i1.PromoCardComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.RouterModule, typeof i5.OasysImageModule, typeof i6.OasysDirectivesModule, typeof i7.OasysHeadingModule, typeof i8.OasysButtonModule, typeof i9.OasysButtonGroupModule], [typeof i1.PromoCardComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysPromoCardModule, never, [typeof i1.PromoCardComponent], [typeof i1.PromoCardComponent]>;
14
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysPromoCardModule>;
15
7
  }
16
8
  //# sourceMappingURL=promo-card.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"promo-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.module.ts"],"names":[],"mappings":";;;;;;;;;;AAYA,qBAea,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"promo-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -38,6 +38,6 @@ export declare class SectionComponent implements OnInit, AfterViewInit {
38
38
  */
39
39
  setNonBrandBackgroundColour(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "ui-section", never, { "brand_background_colour": { "alias": "brand_background_colour"; "required": false; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; }; "image_on_left": { "alias": "image_on_left"; "required": false; }; "section_type": { "alias": "section_type"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "secondary_cta_text": { "alias": "secondary_cta_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; }; }, {}, never, never, false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "ui-section", never, { "brand_background_colour": { "alias": "brand_background_colour"; "required": false; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; }; "image_on_left": { "alias": "image_on_left"; "required": false; }; "section_type": { "alias": "section_type"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "secondary_cta_text": { "alias": "secondary_cta_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; }; }, {}, never, never, true, never>;
42
42
  }
43
43
  //# sourceMappingURL=section.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"section.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAElD,qBAKa,gBAAiB,YAAW,MAAM,EAAE,aAAa;IAkChD,OAAO,CAAC,YAAY;IAhCvB,uBAAuB,EAAE,iBAAiB,CAAC;IAC3C,2BAA2B,EAAE,MAAM,CAAC;IACpC,qBAAqB,EAAE,OAAO,CAAS;IACvC,aAAa,EAAE,OAAO,CAAS;IAC/B,YAAY,EAAE,WAAW,GAAG,QAAQ,CAAY;IAGhD,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,gBAAgB,EAAE,MAAM,CAAM;IAC9B,kBAAkB,EAAE,MAAM,CAAM;IAEzC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,GAAG,CAAM;IAC1B,cAAc,EAAE,GAAG,CAAM;IAEzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,wBAAwB,EAAE,MAAM,CAAC;IAEjC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAE/B,gBAAgB,EAAE,gBAAgB,CAAC;gBAEf,YAAY,EAAE,YAAY;IAE9C,eAAe,IAAI,IAAI;IAWvB,QAAQ,IAAI,IAAI;IAwBhB;;;;OAIG;IACH,2BAA2B,IAAI,IAAI;yCA5ExB,gBAAgB;2CAAhB,gBAAgB;CAwF5B"}
1
+ {"version":3,"file":"section.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAUlD,qBAkBa,gBAAiB,YAAW,MAAM,EAAE,aAAa;IAkChD,OAAO,CAAC,YAAY;IAhCvB,uBAAuB,EAAE,iBAAiB,CAAC;IAC3C,2BAA2B,EAAE,MAAM,CAAC;IACpC,qBAAqB,EAAE,OAAO,CAAS;IACvC,aAAa,EAAE,OAAO,CAAS;IAC/B,YAAY,EAAE,WAAW,GAAG,QAAQ,CAAY;IAGhD,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,gBAAgB,EAAE,MAAM,CAAM;IAC9B,kBAAkB,EAAE,MAAM,CAAM;IAEzC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,GAAG,CAAM;IAC1B,cAAc,EAAE,GAAG,CAAM;IAEzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,wBAAwB,EAAE,MAAM,CAAC;IAEjC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAE/B,gBAAgB,EAAE,gBAAgB,CAAC;gBAEf,YAAY,EAAE,YAAY;IAE9C,eAAe,IAAI,IAAI;IAWvB,QAAQ,IAAI,IAAI;IAwBhB;;;;OAIG;IACH,2BAA2B,IAAI,IAAI;yCA5ExB,gBAAgB;2CAAhB,gBAAgB;CAwF5B"}
@@ -1,13 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./section.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../heading/heading.module";
5
- import * as i4 from "../image/image.module";
6
- import * as i5 from "../layout/layout.module";
7
- import * as i6 from "../../directives/directives.module";
8
3
  export declare class SectionModule {
9
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SectionModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SectionModule, [typeof i1.SectionComponent], [typeof i2.CommonModule, typeof i3.OasysHeadingModule, typeof i4.OasysImageModule, typeof i5.OasysLayoutModule, typeof i6.OasysDirectivesModule], [typeof i1.SectionComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SectionModule, never, [typeof i1.SectionComponent], [typeof i1.SectionComponent]>;
11
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SectionModule>;
12
7
  }
13
8
  //# sourceMappingURL=section.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"section.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAYa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
1
+ {"version":3,"file":"section.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
@@ -27,6 +27,6 @@ export declare class SelectCardComponent implements OnInit {
27
27
  */
28
28
  setImageAspectRatio(format: string): string;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectCardComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectCardComponent, "ui-select-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "title": { "alias": "title"; "required": false; }; "primary_copy": { "alias": "primary_copy"; "required": false; }; "secondary_copy": { "alias": "secondary_copy"; "required": false; }; "price": { "alias": "price"; "required": false; }; "price_before_discount": { "alias": "price_before_discount"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "select_card_type": { "alias": "select_card_type"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectCardComponent, "ui-select-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "title": { "alias": "title"; "required": false; }; "primary_copy": { "alias": "primary_copy"; "required": false; }; "secondary_copy": { "alias": "secondary_copy"; "required": false; }; "price": { "alias": "price"; "required": false; }; "price_before_discount": { "alias": "price_before_discount"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "select_card_type": { "alias": "select_card_type"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
31
31
  }
32
32
  //# sourceMappingURL=select-card.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAA6B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;;AAE5D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,WAAW,CAAC;AAE3D,qBAMa,mBAAoB,YAAW,MAAM;IAoBpC,OAAO,CAAC,YAAY;IAlBvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IAGrB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAS;IAC1B,gBAAgB,EAAE,eAAe,CAAe;IAE/C,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAE3D,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;gBAEE,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAQhB,OAAO,IAAI,IAAI;IAIf;;;;OAIG;IACH,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;yCAvChC,mBAAmB;2CAAnB,mBAAmB;CAiD/B"}
1
+ {"version":3,"file":"select-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAA6B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;;AAQ5D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,WAAW,CAAC;AAE3D,qBAmBa,mBAAoB,YAAW,MAAM;IAoBpC,OAAO,CAAC,YAAY;IAlBvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IAGrB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAS;IAC1B,gBAAgB,EAAE,eAAe,CAAe;IAE/C,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAE3D,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;gBAEE,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAQhB,OAAO,IAAI,IAAI;IAIf;;;;OAIG;IACH,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;yCAvChC,mBAAmB;2CAAnB,mBAAmB;CAiD/B"}
@@ -1,18 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./select-card.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../layout/layout.module";
5
- import * as i4 from "@angular/router";
6
- import * as i5 from "../image/image.module";
7
- import * as i6 from "../../directives/directives.module";
8
- import * as i7 from "../heading/heading.module";
9
- import * as i8 from "../button/button.module";
10
- import * as i9 from "../button-group/button-group.module";
11
- import * as i10 from "../price/price.module";
12
- import * as i11 from "../icon/icon.module";
13
3
  export declare class OasysSelectCardModule {
14
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysSelectCardModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSelectCardModule, [typeof i1.SelectCardComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.RouterModule, typeof i5.OasysImageModule, typeof i6.OasysDirectivesModule, typeof i7.OasysHeadingModule, typeof i8.OasysButtonModule, typeof i9.OasysButtonGroupModule, typeof i10.OasysPriceModule, typeof i11.OasysIconModule], [typeof i1.SelectCardComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSelectCardModule, never, [typeof i1.SelectCardComponent], [typeof i1.SelectCardComponent]>;
16
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysSelectCardModule>;
17
7
  }
18
8
  //# sourceMappingURL=select-card.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAcA,qBAiBa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
1
+ {"version":3,"file":"select-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
@@ -18,12 +18,11 @@ export declare class SeoBlockComponent implements OnInit {
18
18
  expandedLinksVisible: boolean;
19
19
  expandedContentVisible: boolean;
20
20
  linksValues: linkItem[];
21
- constructor();
22
21
  showMoreLinks(flag: boolean): void;
23
22
  showMoreContent(flag: boolean): void;
24
23
  ngOnInit(): void;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<SeoBlockComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SeoBlockComponent, "ui-seo-block", never, { "heading_paragraph": { "alias": "heading_paragraph"; "required": false; }; "heading_links": { "alias": "heading_links"; "required": false; }; "main_content": { "alias": "main_content"; "required": false; }; "expanded_content": { "alias": "expanded_content"; "required": false; }; "links": { "alias": "links"; "required": false; }; "read_more_content_text": { "alias": "read_more_content_text"; "required": false; }; "read_less_content_text": { "alias": "read_less_content_text"; "required": false; }; "show_more_links_text": { "alias": "show_more_links_text"; "required": false; }; "show_less_links_text": { "alias": "show_less_links_text"; "required": false; }; }, {}, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeoBlockComponent, "ui-seo-block", never, { "heading_paragraph": { "alias": "heading_paragraph"; "required": false; }; "heading_links": { "alias": "heading_links"; "required": false; }; "main_content": { "alias": "main_content"; "required": false; }; "expanded_content": { "alias": "expanded_content"; "required": false; }; "links": { "alias": "links"; "required": false; }; "read_more_content_text": { "alias": "read_more_content_text"; "required": false; }; "read_less_content_text": { "alias": "read_less_content_text"; "required": false; }; "show_more_links_text": { "alias": "show_more_links_text"; "required": false; }; "show_less_links_text": { "alias": "show_less_links_text"; "required": false; }; }, {}, never, never, true, never>;
27
26
  }
28
27
  export {};
29
28
  //# sourceMappingURL=seo-block.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"seo-block.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AACzD,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AACD,qBAKa,iBAAkB,YAAW,MAAM;IACrC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,QAAQ,EAAE,CAAC;IAE3B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAEtC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,OAAO,CAAS;IACtC,sBAAsB,EAAE,OAAO,CAAS;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAC;;IAIxB,aAAa,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIlC,eAAe,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIpC,QAAQ,IAAI,IAAI;yCA3BL,iBAAiB;2CAAjB,iBAAiB;CA2C7B"}
1
+ {"version":3,"file":"seo-block.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAQzD,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AACD,qBAkBa,iBAAkB,YAAW,MAAM;IACrC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,QAAQ,EAAE,CAAC;IAE3B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAEtC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,OAAO,CAAS;IACtC,sBAAsB,EAAE,OAAO,CAAS;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAC;IAExB,aAAa,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIlC,eAAe,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIpC,QAAQ,IAAI,IAAI;yCAzBL,iBAAiB;2CAAjB,iBAAiB;CAyC7B"}
@@ -1,13 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./seo-block.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../button/button.module";
5
- import * as i4 from "../heading/heading.module";
6
- import * as i5 from "../layout/layout.module";
7
- import * as i6 from "../../directives/directives.module";
8
3
  export declare class OasysSeoBlockModule {
9
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysSeoBlockModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSeoBlockModule, [typeof i1.SeoBlockComponent], [typeof i2.CommonModule, typeof i3.OasysButtonModule, typeof i4.OasysHeadingModule, typeof i5.OasysLayoutModule, typeof i6.OasysDirectivesModule], [typeof i1.SeoBlockComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSeoBlockModule, never, [typeof i1.SeoBlockComponent], [typeof i1.SeoBlockComponent]>;
11
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysSeoBlockModule>;
12
7
  }
13
8
  //# sourceMappingURL=seo-block.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"seo-block.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAYa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"seo-block.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -6,9 +6,8 @@ export declare class TextComponent implements OnInit {
6
6
  textWeight: 'normal' | 'medium' | 'bold';
7
7
  textTransform: TextTransform;
8
8
  uiTextClasses: string;
9
- constructor();
10
9
  ngOnInit(): void;
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "ui-text", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "textWeight": { "alias": "textWeight"; "required": false; }; "textTransform": { "alias": "textTransform"; "required": false; }; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "ui-text", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "textWeight": { "alias": "textWeight"; "required": false; }; "textTransform": { "alias": "textTransform"; "required": false; }; }, {}, never, ["*"], true, never>;
13
12
  }
14
13
  //# sourceMappingURL=text.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;;AAEvC,qBAOa,aAAc,YAAW,MAAM;IACjC,SAAS,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAU;IAChD,UAAU,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAY;IACpD,aAAa,EAAE,aAAa,CAAU;IAE/C,aAAa,EAAG,MAAM,CAAC;;IAIvB,QAAQ,IAAI,IAAI;yCATL,aAAa;2CAAb,aAAa;CAgBzB"}
1
+ {"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;;AAGvC,qBASa,aAAc,YAAW,MAAM;IACjC,SAAS,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAU;IAChD,UAAU,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAY;IACpD,aAAa,EAAE,aAAa,CAAU;IAE/C,aAAa,EAAG,MAAM,CAAC;IAEvB,QAAQ,IAAI,IAAI;yCAPL,aAAa;2CAAb,aAAa;CAczB"}
@@ -1,10 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./text.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../directives/directives.module";
5
3
  export declare class OasysTextModule {
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysTextModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysTextModule, [typeof i1.TextComponent], [typeof i2.CommonModule, typeof i3.OasysDirectivesModule], [typeof i1.TextComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysTextModule, never, [typeof i1.TextComponent], [typeof i1.TextComponent]>;
8
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysTextModule>;
9
7
  }
10
8
  //# sourceMappingURL=text.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.module.ts"],"names":[],"mappings":";;;;AAKA,qBAKa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"text.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
@@ -7,6 +7,6 @@ export declare class OasysAutofocusDirective {
7
7
  constructor(el: ElementRef);
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysAutofocusDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAutofocusDirective, "[autofocus]", never, { "autofocus": { "alias": "autofocus"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAutofocusDirective, "[autofocus]", never, { "autofocus": { "alias": "autofocus"; "required": false; }; }, {}, never, never, true, never>;
11
11
  }
12
12
  //# sourceMappingURL=autofocus.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"autofocus.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/autofocus/autofocus.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;;AAE7D,qBAGa,uBAAuB;IAOtB,OAAO,CAAC,EAAE;IANtB,OAAO,CAAC,UAAU,CAAC;IAEnB,IAAa,SAAS,CAAC,SAAS,EAAE,OAAO,EAExC;gBAEmB,EAAE,EAAE,UAAU;IAElC,QAAQ;yCATG,uBAAuB;2CAAvB,uBAAuB;CAgBnC"}
1
+ {"version":3,"file":"autofocus.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/autofocus/autofocus.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;;AAE7D,qBAIa,uBAAuB;IAOtB,OAAO,CAAC,EAAE;IANtB,OAAO,CAAC,UAAU,CAAC;IAEnB,IAAa,SAAS,CAAC,SAAS,EAAE,OAAO,EAExC;gBAEmB,EAAE,EAAE,UAAU;IAElC,QAAQ;yCATG,uBAAuB;2CAAvB,uBAAuB;CAgBnC"}
@@ -1,16 +1,11 @@
1
- import { AfterViewInit, ElementRef } from '@angular/core';
1
+ import { AfterViewInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class OasysHrefDirective implements AfterViewInit {
4
- private routingHandler;
5
- element: ElementRef;
6
- constructor(el: ElementRef, routingHandler: IRoutingHandlerService);
4
+ private readonly element;
5
+ private readonly routingHandler;
7
6
  onClick(event: any): void;
8
7
  ngAfterViewInit(): void;
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysHrefDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<OasysHrefDirective, "a, uiHref, [uiHref]", never, {}, {}, never, never, false, never>;
11
- }
12
- export interface IRoutingHandlerService {
13
- handleRoutingOnClick(element: any, event: any): void;
14
- handleHrefDomains(element: any): void;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OasysHrefDirective, "a, uiHref, [uiHref]", never, {}, {}, never, never, true, never>;
15
10
  }
16
11
  //# sourceMappingURL=href.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"href.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/href/href.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAgC,MAAM,eAAe,CAAC;;AAInG,qBAGa,kBAAmB,YAAW,aAAa;IAK3B,OAAO,CAAC,cAAc;IAJjD,OAAO,EAAE,UAAU,CAAC;gBAGlB,EAAE,EAAE,UAAU,EACmB,cAAc,EAAE,sBAAsB;IAMzE,OAAO,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAIzB,eAAe,IAAI,IAAI;yCAfZ,kBAAkB;2CAAlB,kBAAkB;CAkB9B;AAED,MAAM,WAAW,sBAAsB;IACrC,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC;IACrD,iBAAiB,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;CACvC"}
1
+ {"version":3,"file":"href.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/href/href.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAuD,MAAM,eAAe,CAAC;;AAGnG,qBAIa,kBAAmB,YAAW,aAAa;IACtD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAsB;IAC9C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA2B;IAG1D,OAAO,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAIzB,eAAe,IAAI,IAAI;yCATZ,kBAAkB;2CAAlB,kBAAkB;CAY9B"}
@@ -4,12 +4,9 @@ export interface ImageResponse {
4
4
  fallbackUrl: string;
5
5
  }
6
6
  export declare class ImageService {
7
- private mediaUrl;
7
+ private readonly mediaUrl;
8
8
  private fallbackBreakpoint;
9
9
  private breakpoints;
10
- constructor(env: {
11
- mediaUrl: string;
12
- });
13
10
  private getQualityForWidth;
14
11
  private generateUrl;
15
12
  private generateUrls;
@@ -17,7 +14,7 @@ export declare class ImageService {
17
14
  private getImageUrlsFromCDN;
18
15
  generateImageUrl(baseUrl: string): ImageResponse;
19
16
  getImageSizes(): string;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<ImageService, [{ optional: true; }]>;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImageService, never>;
21
18
  static ɵprov: i0.ɵɵInjectableDeclaration<ImageService>;
22
19
  }
23
20
  //# sourceMappingURL=image.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"image.service.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/image.service.ts"],"names":[],"mappings":";AAKA,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,qBAGa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,kBAAkB,CAAe;IAEzC,OAAO,CAAC,WAAW,CAGjB;gBAEqC,GAAG,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE;IAIhE,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,WAAW;IAiBnB,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,mBAAmB;IAepB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,aAAa;IAOhD,aAAa,IAAI,MAAM;yCAnFnB,YAAY;6CAAZ,YAAY;CAsFxB"}
1
+ {"version":3,"file":"image.service.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/image.service.ts"],"names":[],"mappings":";AAMA,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,qBAGa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA6C;IACtE,OAAO,CAAC,kBAAkB,CAAO;IAEjC,OAAO,CAAC,WAAW,CAGjB;IAMF,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,WAAW;IAiBnB,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,mBAAmB;IAepB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,aAAa;IAOhD,aAAa,IAAI,MAAM;yCAnFnB,YAAY;6CAAZ,YAAY;CAsFxB"}
@@ -0,0 +1,4 @@
1
+ export * from './media-base-url.provider';
2
+ export * from './routing-handler.provider';
3
+ export * from './swiper.provider';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export interface IMediaBaseUrlProvider {
3
+ readonly mediaBaseUrl: string;
4
+ }
5
+ export declare const MEDIA_BASE_URL_TOKEN: InjectionToken<IMediaBaseUrlProvider>;
6
+ //# sourceMappingURL=media-base-url.provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media-base-url.provider.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/media-base-url.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CAC/B;AAED,eAAO,MAAM,oBAAoB,uCAEhC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export interface IRoutingHandlerService {
3
+ handleRoutingOnClick(element: any, event: any): void;
4
+ handleHrefDomains(element: any): void;
5
+ }
6
+ export declare const ROUTING_HANDLER: InjectionToken<IRoutingHandlerService>;
7
+ //# sourceMappingURL=routing-handler.provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routing-handler.provider.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/routing-handler.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,WAAW,sBAAsB;IACrC,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC;IACrD,iBAAiB,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,eAAe,wCAAgE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export interface ISwiperProvider {
3
+ ensureSwiperRegistered(): void;
4
+ }
5
+ export declare const SWIPER_PROVIDER_TOKEN: InjectionToken<ISwiperProvider>;
6
+ export declare class SwiperProvider implements ISwiperProvider {
7
+ ensureSwiperRegistered(): void;
8
+ }
9
+ //# sourceMappingURL=swiper.provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swiper.provider.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/swiper.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,MAAM,WAAW,eAAe;IAC9B,sBAAsB,IAAI,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,qBAAqB,iCAA+D,CAAC;AAIlG,qBAAa,cAAe,YAAW,eAAe;IACpD,sBAAsB,IAAI,IAAI;CAM/B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oasys-lib",
3
- "version": "1.89.0-rc.0",
3
+ "version": "2.0.0-rc.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.13",
6
6
  "@angular/core": "^18.2.13",
package/public-api.d.ts CHANGED
@@ -24,7 +24,7 @@ export * from './lib/components/banner';
24
24
  export * from './lib/components/price';
25
25
  export * from './lib/components/pill';
26
26
  export * from './lib/components/pill-group';
27
- export * from './lib/injection-tokens/frontend-app-injection.tokens';
27
+ export * from './lib/services';
28
28
  export * from './lib/components/promo-card';
29
29
  export * from './lib/components/select-card';
30
30
  export * from './lib/components/form/combobox';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/oasys-lib/src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sDAAsD,CAAC;AACrE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/oasys-lib/src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC"}