oasys-lib 1.90.0-rc.0 → 2.0.0-rc.2

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 (269) 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 +23 -11
  6. package/esm2022/lib/components/alert/alert.module.mjs +7 -31
  7. package/esm2022/lib/components/banner/banner.component.mjs +19 -10
  8. package/esm2022/lib/components/banner/banner.module.mjs +4 -13
  9. package/esm2022/lib/components/banner/index.mjs +1 -1
  10. package/esm2022/lib/components/button/button.component.mjs +14 -17
  11. package/esm2022/lib/components/button/button.module.mjs +4 -9
  12. package/esm2022/lib/components/button-group/button-group.component.mjs +11 -9
  13. package/esm2022/lib/components/button-group/button-group.module.mjs +4 -9
  14. package/esm2022/lib/components/card/card.component.mjs +10 -9
  15. package/esm2022/lib/components/card/card.mjs +1 -1
  16. package/esm2022/lib/components/card/card.module.mjs +4 -12
  17. package/esm2022/lib/components/carousel/carousel.component.mjs +41 -33
  18. package/esm2022/lib/components/carousel/carousel.module.mjs +6 -19
  19. package/esm2022/lib/components/divider/divider.component.mjs +8 -6
  20. package/esm2022/lib/components/divider/divider.mjs +1 -1
  21. package/esm2022/lib/components/divider/divider.module.mjs +4 -8
  22. package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +12 -9
  23. package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +4 -11
  24. package/esm2022/lib/components/form/chip/chip.component.mjs +10 -11
  25. package/esm2022/lib/components/form/chip/chip.module.mjs +4 -33
  26. package/esm2022/lib/components/form/combobox/combobox.component.mjs +26 -17
  27. package/esm2022/lib/components/form/combobox/combobox.mjs +1 -1
  28. package/esm2022/lib/components/form/combobox/combobox.module.mjs +5 -42
  29. package/esm2022/lib/components/form/errors/form-errors.component.mjs +1 -1
  30. package/esm2022/lib/components/form/errors/form-errors.module.mjs +5 -25
  31. package/esm2022/lib/components/form/form-group/form-group.component.mjs +5 -5
  32. package/esm2022/lib/components/form/form-group/form-group.module.mjs +4 -33
  33. package/esm2022/lib/components/form/forms.mjs +1 -1
  34. package/esm2022/lib/components/form/radio/radio.component.mjs +10 -11
  35. package/esm2022/lib/components/form/radio/radio.module.mjs +4 -11
  36. package/esm2022/lib/components/form/text-input/text-input.component.mjs +23 -16
  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 +4 -33
  39. package/esm2022/lib/components/heading/heading.component.mjs +9 -6
  40. package/esm2022/lib/components/heading/heading.mjs +1 -1
  41. package/esm2022/lib/components/heading/heading.module.mjs +4 -10
  42. package/esm2022/lib/components/hero/hero.component.mjs +21 -10
  43. package/esm2022/lib/components/hero/hero.module.mjs +4 -13
  44. package/esm2022/lib/components/icon/icon.component.mjs +7 -8
  45. package/esm2022/lib/components/icon/icon.module.mjs +4 -9
  46. package/esm2022/lib/components/image/image.component.mjs +4 -4
  47. package/esm2022/lib/components/image/image.mjs +1 -1
  48. package/esm2022/lib/components/image/image.module.mjs +4 -21
  49. package/esm2022/lib/components/label/label.component.mjs +10 -11
  50. package/esm2022/lib/components/label/label.module.mjs +4 -20
  51. package/esm2022/lib/components/layout/Layout.mjs +1 -1
  52. package/esm2022/lib/components/layout/box/box.component.mjs +12 -15
  53. package/esm2022/lib/components/layout/box/box.mjs +1 -1
  54. package/esm2022/lib/components/layout/container/container.component.mjs +12 -12
  55. package/esm2022/lib/components/layout/grid/grid-column.component.mjs +10 -11
  56. package/esm2022/lib/components/layout/grid/grid.component.mjs +6 -6
  57. package/esm2022/lib/components/layout/layout.module.mjs +5 -9
  58. package/esm2022/lib/components/layout/stack/stack.component.mjs +6 -6
  59. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.component.mjs +15 -8
  60. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.module.mjs +5 -25
  61. package/esm2022/lib/components/navigation/tabs/tab/tab.component.mjs +3 -3
  62. package/esm2022/lib/components/navigation/tabs/tab-active/tab-active.component.mjs +2 -2
  63. package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.component.mjs +4 -11
  64. package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.module.mjs +4 -5
  65. package/esm2022/lib/components/navigation/tabs/tab-header/tab-header.component.mjs +1 -1
  66. package/esm2022/lib/components/pill/pill.component.mjs +3 -3
  67. package/esm2022/lib/components/pill/pill.mjs +1 -1
  68. package/esm2022/lib/components/pill/pill.module.mjs +5 -9
  69. package/esm2022/lib/components/pill-group/pill-group.component.mjs +10 -8
  70. package/esm2022/lib/components/pill-group/pill-group.module.mjs +4 -9
  71. package/esm2022/lib/components/price/price.component.mjs +5 -5
  72. package/esm2022/lib/components/price/price.module.mjs +5 -9
  73. package/esm2022/lib/components/promo-card/promo-card.component.mjs +19 -11
  74. package/esm2022/lib/components/promo-card/promo-card.module.mjs +4 -15
  75. package/esm2022/lib/components/section/index.mjs +1 -1
  76. package/esm2022/lib/components/section/section.component.mjs +22 -11
  77. package/esm2022/lib/components/section/section.module.mjs +4 -12
  78. package/esm2022/lib/components/select-card/select-card.component.mjs +20 -9
  79. package/esm2022/lib/components/select-card/select-card.module.mjs +4 -17
  80. package/esm2022/lib/components/seo-block/seo-block.component.mjs +22 -12
  81. package/esm2022/lib/components/seo-block/seo-block.module.mjs +4 -26
  82. package/esm2022/lib/components/text/text.component.mjs +6 -7
  83. package/esm2022/lib/components/text/text.mjs +1 -1
  84. package/esm2022/lib/components/text/text.module.mjs +4 -7
  85. package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +3 -2
  86. package/esm2022/lib/directives/emphasis/emphasis.directive.mjs +3 -3
  87. package/esm2022/lib/directives/href/href.directive.mjs +10 -17
  88. package/esm2022/lib/services/breakpoint.service.mjs +3 -3
  89. package/esm2022/lib/services/image.service.mjs +12 -20
  90. package/esm2022/lib/services/index.mjs +4 -0
  91. package/esm2022/lib/services/media-base-url.provider.mjs +3 -0
  92. package/esm2022/lib/services/routing-handler.provider.mjs +3 -0
  93. package/esm2022/lib/services/swiper.provider.mjs +13 -0
  94. package/esm2022/lib/services/token.service.mjs +4 -7
  95. package/esm2022/public-api.mjs +2 -2
  96. package/fesm2022/oasys-lib.mjs +824 -989
  97. package/fesm2022/oasys-lib.mjs.map +1 -1
  98. package/lib/components/alert/alert-cancel.directive.d.ts +1 -1
  99. package/lib/components/alert/alert-cancel.directive.d.ts.map +1 -1
  100. package/lib/components/alert/alert-confirm.directive.d.ts +1 -1
  101. package/lib/components/alert/alert-confirm.directive.d.ts.map +1 -1
  102. package/lib/components/alert/alert-content.directive.d.ts +1 -1
  103. package/lib/components/alert/alert-content.directive.d.ts.map +1 -1
  104. package/lib/components/alert/alert-title.directive.d.ts +1 -1
  105. package/lib/components/alert/alert-title.directive.d.ts.map +1 -1
  106. package/lib/components/alert/alert.component.d.ts +1 -1
  107. package/lib/components/alert/alert.component.d.ts.map +1 -1
  108. package/lib/components/alert/alert.module.d.ts +1 -7
  109. package/lib/components/alert/alert.module.d.ts.map +1 -1
  110. package/lib/components/banner/banner.component.d.ts +1 -1
  111. package/lib/components/banner/banner.component.d.ts.map +1 -1
  112. package/lib/components/banner/banner.module.d.ts +1 -7
  113. package/lib/components/banner/banner.module.d.ts.map +1 -1
  114. package/lib/components/button/button.component.d.ts +5 -5
  115. package/lib/components/button/button.component.d.ts.map +1 -1
  116. package/lib/components/button/button.module.d.ts +1 -5
  117. package/lib/components/button/button.module.d.ts.map +1 -1
  118. package/lib/components/button-group/button-group.component.d.ts +1 -1
  119. package/lib/components/button-group/button-group.component.d.ts.map +1 -1
  120. package/lib/components/button-group/button-group.module.d.ts +1 -5
  121. package/lib/components/button-group/button-group.module.d.ts.map +1 -1
  122. package/lib/components/card/card.component.d.ts +1 -1
  123. package/lib/components/card/card.component.d.ts.map +1 -1
  124. package/lib/components/card/card.d.ts.map +1 -1
  125. package/lib/components/card/card.module.d.ts +1 -6
  126. package/lib/components/card/card.module.d.ts.map +1 -1
  127. package/lib/components/carousel/carousel.component.d.ts +1 -1
  128. package/lib/components/carousel/carousel.component.d.ts.map +1 -1
  129. package/lib/components/carousel/carousel.module.d.ts +1 -6
  130. package/lib/components/carousel/carousel.module.d.ts.map +1 -1
  131. package/lib/components/divider/divider.component.d.ts +1 -1
  132. package/lib/components/divider/divider.component.d.ts.map +1 -1
  133. package/lib/components/divider/divider.d.ts.map +1 -1
  134. package/lib/components/divider/divider.module.d.ts +1 -4
  135. package/lib/components/divider/divider.module.d.ts.map +1 -1
  136. package/lib/components/form/checkbox/checkbox.component.d.ts +1 -1
  137. package/lib/components/form/checkbox/checkbox.component.d.ts.map +1 -1
  138. package/lib/components/form/checkbox/checkbox.module.d.ts +1 -5
  139. package/lib/components/form/checkbox/checkbox.module.d.ts.map +1 -1
  140. package/lib/components/form/chip/chip.component.d.ts +1 -2
  141. package/lib/components/form/chip/chip.component.d.ts.map +1 -1
  142. package/lib/components/form/chip/chip.module.d.ts +1 -7
  143. package/lib/components/form/chip/chip.module.d.ts.map +1 -1
  144. package/lib/components/form/combobox/combobox.component.d.ts +1 -1
  145. package/lib/components/form/combobox/combobox.component.d.ts.map +1 -1
  146. package/lib/components/form/combobox/combobox.d.ts.map +1 -1
  147. package/lib/components/form/combobox/combobox.module.d.ts +1 -9
  148. package/lib/components/form/combobox/combobox.module.d.ts.map +1 -1
  149. package/lib/components/form/errors/form-errors.module.d.ts +2 -5
  150. package/lib/components/form/errors/form-errors.module.d.ts.map +1 -1
  151. package/lib/components/form/form-group/form-group.component.d.ts +1 -1
  152. package/lib/components/form/form-group/form-group.component.d.ts.map +1 -1
  153. package/lib/components/form/form-group/form-group.module.d.ts +1 -7
  154. package/lib/components/form/form-group/form-group.module.d.ts.map +1 -1
  155. package/lib/components/form/radio/radio.component.d.ts +1 -2
  156. package/lib/components/form/radio/radio.component.d.ts.map +1 -1
  157. package/lib/components/form/radio/radio.module.d.ts +1 -5
  158. package/lib/components/form/radio/radio.module.d.ts.map +1 -1
  159. package/lib/components/form/text-input/text-input.component.d.ts +1 -1
  160. package/lib/components/form/text-input/text-input.component.d.ts.map +1 -1
  161. package/lib/components/form/text-input/text-input.d.ts.map +1 -1
  162. package/lib/components/form/text-input/text-input.module.d.ts +1 -7
  163. package/lib/components/form/text-input/text-input.module.d.ts.map +1 -1
  164. package/lib/components/heading/heading.component.d.ts +1 -1
  165. package/lib/components/heading/heading.component.d.ts.map +1 -1
  166. package/lib/components/heading/heading.d.ts.map +1 -1
  167. package/lib/components/heading/heading.module.d.ts +1 -4
  168. package/lib/components/heading/heading.module.d.ts.map +1 -1
  169. package/lib/components/hero/hero.component.d.ts +1 -1
  170. package/lib/components/hero/hero.component.d.ts.map +1 -1
  171. package/lib/components/hero/hero.module.d.ts +1 -7
  172. package/lib/components/hero/hero.module.d.ts.map +1 -1
  173. package/lib/components/icon/icon.component.d.ts +1 -1
  174. package/lib/components/icon/icon.component.d.ts.map +1 -1
  175. package/lib/components/icon/icon.module.d.ts +1 -3
  176. package/lib/components/icon/icon.module.d.ts.map +1 -1
  177. package/lib/components/image/image.component.d.ts.map +1 -1
  178. package/lib/components/image/image.d.ts.map +1 -1
  179. package/lib/components/image/image.module.d.ts +2 -8
  180. package/lib/components/image/image.module.d.ts.map +1 -1
  181. package/lib/components/label/label.component.d.ts +1 -1
  182. package/lib/components/label/label.component.d.ts.map +1 -1
  183. package/lib/components/label/label.module.d.ts +1 -5
  184. package/lib/components/label/label.module.d.ts.map +1 -1
  185. package/lib/components/layout/Layout.d.ts.map +1 -1
  186. package/lib/components/layout/box/box.component.d.ts +1 -1
  187. package/lib/components/layout/box/box.component.d.ts.map +1 -1
  188. package/lib/components/layout/box/box.d.ts.map +1 -1
  189. package/lib/components/layout/container/container.component.d.ts +1 -1
  190. package/lib/components/layout/container/container.component.d.ts.map +1 -1
  191. package/lib/components/layout/grid/grid-column.component.d.ts +1 -1
  192. package/lib/components/layout/grid/grid-column.component.d.ts.map +1 -1
  193. package/lib/components/layout/grid/grid.component.d.ts +1 -1
  194. package/lib/components/layout/grid/grid.component.d.ts.map +1 -1
  195. package/lib/components/layout/layout.module.d.ts +1 -2
  196. package/lib/components/layout/layout.module.d.ts.map +1 -1
  197. package/lib/components/layout/stack/stack.component.d.ts +1 -1
  198. package/lib/components/layout/stack/stack.component.d.ts.map +1 -1
  199. package/lib/components/navigation/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  200. package/lib/components/navigation/breadcrumbs/breadcrumbs.component.d.ts.map +1 -1
  201. package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts +1 -6
  202. package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts.map +1 -1
  203. package/lib/components/navigation/tabs/tab-group/tab-group.component.d.ts.map +1 -1
  204. package/lib/components/navigation/tabs/tab-header/tab-header.component.d.ts.map +1 -1
  205. package/lib/components/pill/pill.component.d.ts +1 -1
  206. package/lib/components/pill/pill.component.d.ts.map +1 -1
  207. package/lib/components/pill/pill.module.d.ts +1 -4
  208. package/lib/components/pill/pill.module.d.ts.map +1 -1
  209. package/lib/components/pill-group/pill-group.component.d.ts +1 -1
  210. package/lib/components/pill-group/pill-group.component.d.ts.map +1 -1
  211. package/lib/components/pill-group/pill-group.module.d.ts +1 -5
  212. package/lib/components/pill-group/pill-group.module.d.ts.map +1 -1
  213. package/lib/components/price/price.component.d.ts +1 -1
  214. package/lib/components/price/price.component.d.ts.map +1 -1
  215. package/lib/components/price/price.module.d.ts +1 -4
  216. package/lib/components/price/price.module.d.ts.map +1 -1
  217. package/lib/components/promo-card/promo-card.component.d.ts +1 -1
  218. package/lib/components/promo-card/promo-card.component.d.ts.map +1 -1
  219. package/lib/components/promo-card/promo-card.module.d.ts +1 -9
  220. package/lib/components/promo-card/promo-card.module.d.ts.map +1 -1
  221. package/lib/components/section/index.d.ts.map +1 -1
  222. package/lib/components/section/section.component.d.ts +1 -1
  223. package/lib/components/section/section.component.d.ts.map +1 -1
  224. package/lib/components/section/section.module.d.ts +1 -6
  225. package/lib/components/section/section.module.d.ts.map +1 -1
  226. package/lib/components/select-card/select-card.component.d.ts +1 -1
  227. package/lib/components/select-card/select-card.component.d.ts.map +1 -1
  228. package/lib/components/select-card/select-card.module.d.ts +1 -11
  229. package/lib/components/select-card/select-card.module.d.ts.map +1 -1
  230. package/lib/components/seo-block/seo-block.component.d.ts +1 -2
  231. package/lib/components/seo-block/seo-block.component.d.ts.map +1 -1
  232. package/lib/components/seo-block/seo-block.module.d.ts +1 -6
  233. package/lib/components/seo-block/seo-block.module.d.ts.map +1 -1
  234. package/lib/components/text/text.component.d.ts +1 -2
  235. package/lib/components/text/text.component.d.ts.map +1 -1
  236. package/lib/components/text/text.module.d.ts +1 -3
  237. package/lib/components/text/text.module.d.ts.map +1 -1
  238. package/lib/directives/autofocus/autofocus.directive.d.ts +1 -1
  239. package/lib/directives/autofocus/autofocus.directive.d.ts.map +1 -1
  240. package/lib/directives/emphasis/emphasis.directive.d.ts.map +1 -1
  241. package/lib/directives/href/href.directive.d.ts +4 -9
  242. package/lib/directives/href/href.directive.d.ts.map +1 -1
  243. package/lib/services/breakpoint.service.d.ts.map +1 -1
  244. package/lib/services/image.service.d.ts +2 -5
  245. package/lib/services/image.service.d.ts.map +1 -1
  246. package/lib/services/index.d.ts +4 -0
  247. package/lib/services/index.d.ts.map +1 -0
  248. package/lib/services/media-base-url.provider.d.ts +6 -0
  249. package/lib/services/media-base-url.provider.d.ts.map +1 -0
  250. package/lib/services/routing-handler.provider.d.ts +7 -0
  251. package/lib/services/routing-handler.provider.d.ts.map +1 -0
  252. package/lib/services/swiper.provider.d.ts +9 -0
  253. package/lib/services/swiper.provider.d.ts.map +1 -0
  254. package/lib/services/token.service.d.ts.map +1 -1
  255. package/package.json +1 -1
  256. package/public-api.d.ts +1 -1
  257. package/public-api.d.ts.map +1 -1
  258. package/src/assets/bloomandwild/variables.css +1 -1
  259. package/src/assets/bloomon/variables.css +1 -1
  260. package/src/assets/global/scss-breakpoints.scss +1 -1
  261. package/esm2022/lib/directives/directives.module.mjs +0 -23
  262. package/esm2022/lib/injection-tokens/frontend-app-injection.tokens.mjs +0 -3
  263. package/esm2022/lib/services/href.service.mjs +0 -17
  264. package/lib/directives/directives.module.d.ts +0 -11
  265. package/lib/directives/directives.module.d.ts.map +0 -1
  266. package/lib/injection-tokens/frontend-app-injection.tokens.d.ts +0 -4
  267. package/lib/injection-tokens/frontend-app-injection.tokens.d.ts.map +0 -1
  268. package/lib/services/href.service.d.ts +0 -9
  269. package/lib/services/href.service.d.ts.map +0 -1
@@ -6,6 +6,6 @@ export declare class OasysAlertCancelDirective implements AfterContentChecked {
6
6
  constructor(elem: ElementRef);
7
7
  ngAfterContentChecked(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysAlertCancelDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertCancelDirective, "ui-alert-cancel, [ui-alert-cancel]", never, {}, {}, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertCancelDirective, "ui-alert-cancel, [ui-alert-cancel]", never, {}, {}, never, never, true, never>;
10
10
  }
11
11
  //# sourceMappingURL=alert-cancel.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert-cancel.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-cancel.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAE3E,qBAGa,yBAA0B,YAAW,mBAAmB;IAGvD,OAAO,CAAC,IAAI;IAFjB,IAAI,SAAM;gBAEG,IAAI,EAAE,UAAU;IAE7B,qBAAqB,IAAI,IAAI;yCALzB,yBAAyB;2CAAzB,yBAAyB;CAQrC"}
1
+ {"version":3,"file":"alert-cancel.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-cancel.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAE3E,qBAIa,yBAA0B,YAAW,mBAAmB;IAGvD,OAAO,CAAC,IAAI;IAFjB,IAAI,SAAM;gBAEG,IAAI,EAAE,UAAU;IAE7B,qBAAqB,IAAI,IAAI;yCALzB,yBAAyB;2CAAzB,yBAAyB;CAQrC"}
@@ -6,6 +6,6 @@ export declare class OasysAlertConfirmDirective implements AfterContentChecked {
6
6
  constructor(elem: ElementRef);
7
7
  ngAfterContentChecked(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysAlertConfirmDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertConfirmDirective, "ui-alert-confirm, [ui-alert-confirm]", never, {}, {}, never, never, false, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertConfirmDirective, "ui-alert-confirm, [ui-alert-confirm]", never, {}, {}, never, never, true, never>;
10
10
  }
11
11
  //# sourceMappingURL=alert-confirm.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert-confirm.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-confirm.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAE3E,qBAGa,0BAA2B,YAAW,mBAAmB;IAGxD,OAAO,CAAC,IAAI;IAFjB,IAAI,SAAM;gBAEG,IAAI,EAAE,UAAU;IAE7B,qBAAqB,IAAI,IAAI;yCALzB,0BAA0B;2CAA1B,0BAA0B;CAQtC"}
1
+ {"version":3,"file":"alert-confirm.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-confirm.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAE3E,qBAIa,0BAA2B,YAAW,mBAAmB;IAGxD,OAAO,CAAC,IAAI;IAFjB,IAAI,SAAM;gBAEG,IAAI,EAAE,UAAU;IAE7B,qBAAqB,IAAI,IAAI;yCALzB,0BAA0B;2CAA1B,0BAA0B;CAQtC"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class OasysAlertContentDirective {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysAlertContentDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertContentDirective, "ui-alert-content, [ui-alert-content]", never, {}, {}, never, never, false, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertContentDirective, "ui-alert-content, [ui-alert-content]", never, {}, {}, never, never, true, never>;
5
5
  }
6
6
  //# sourceMappingURL=alert-content.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert-content.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-content.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAG"}
1
+ {"version":3,"file":"alert-content.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-content.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class OasysAlertTitleDirective {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysAlertTitleDirective, never>;
4
- static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertTitleDirective, "ui-alert-title, [ui-alert-title]", never, {}, {}, never, never, false, never>;
4
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAlertTitleDirective, "ui-alert-title, [ui-alert-title]", never, {}, {}, never, never, true, never>;
5
5
  }
6
6
  //# sourceMappingURL=alert-title.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert-title.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-title.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,wBAAwB;yCAAxB,wBAAwB;2CAAxB,wBAAwB;CAAG"}
1
+ {"version":3,"file":"alert-title.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert-title.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,wBAAwB;yCAAxB,wBAAwB;2CAAxB,wBAAwB;CAAG"}
@@ -20,6 +20,6 @@ export declare class OasysAlertComponent {
20
20
  cancelled(): void;
21
21
  confirmed(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysAlertComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<OasysAlertComponent, "ui-alert", never, { "direction": { "alias": "direction"; "required": false; }; "tone": { "alias": "tone"; "required": false; }; "button_size": { "alias": "button_size"; "required": false; }; }, { "cancel": "cancel"; "confirm": "confirm"; }, ["cancelButton", "confirmButton"], ["ui-alert-title", "ui-alert-content", "ui-alert-cancel", "ui-alert-confirm"], false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<OasysAlertComponent, "ui-alert", never, { "direction": { "alias": "direction"; "required": false; }; "tone": { "alias": "tone"; "required": false; }; "button_size": { "alias": "button_size"; "required": false; }; }, { "cancel": "cancel"; "confirm": "confirm"; }, ["cancelButton", "confirmButton"], ["ui-alert-title", "ui-alert-content", "ui-alert-cancel", "ui-alert-confirm"], true, never>;
24
24
  }
25
25
  //# sourceMappingURL=alert.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGb,MAAM,eAAe,CAAC;AACvB,OAAO,EAEL,iBAAiB,EAClB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;;AAEhD,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,CAAC;AAE9D,qBAKa,mBAAmB;IAqBX,iBAAiB,EAAE,iBAAiB;IAnBhD,SAAS,EAAE,SAAS,GAAG,UAAU,GAAG,YAAY,CAAa;IAG7D,IAAI,EAAE,WAAW,CAAa;IAE5B,WAAW,EAAE,YAAY,CAAW;IAGtC,MAAM,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAGtD,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAGvD,YAAY,EAAE,yBAAyB,CAAC;IAGxC,aAAa,EAAE,0BAA0B,CAAC;gBAE9B,iBAAiB,EAAE,iBAAiB;IAEvD,IAAI,UAAU,IAAI,OAAO,CASxB;IAED,IAAI,UAAU,IAAI,YAAY,CAE7B;IAEM,SAAS,IAAI,IAAI;IAIjB,SAAS,IAAI,IAAI;yCA1Cb,mBAAmB;2CAAnB,mBAAmB;CA6C/B"}
1
+ {"version":3,"file":"alert.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,YAAY,EAAiB,MAAM,eAAe,CAAC;AACrF,OAAO,EAAc,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;;AAOhD,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,SAAS,GAAG,UAAU,CAAC;AAE9D,qBAiBa,mBAAmB;IAqBX,iBAAiB,EAAE,iBAAiB;IAnBhD,SAAS,EAAE,SAAS,GAAG,UAAU,GAAG,YAAY,CAAa;IAG7D,IAAI,EAAE,WAAW,CAAa;IAE5B,WAAW,EAAE,YAAY,CAAW;IAGtC,MAAM,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAGtD,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAGvD,YAAY,EAAE,yBAAyB,CAAC;IAGxC,aAAa,EAAE,0BAA0B,CAAC;gBAE9B,iBAAiB,EAAE,iBAAiB;IAEvD,IAAI,UAAU,IAAI,OAAO,CASxB;IAED,IAAI,UAAU,IAAI,YAAY,CAI7B;IAEM,SAAS,IAAI,IAAI;IAIjB,SAAS,IAAI,IAAI;yCA5Cb,mBAAmB;2CAAnB,mBAAmB;CA+C/B"}
@@ -4,15 +4,9 @@ import * as i2 from "./alert-confirm.directive";
4
4
  import * as i3 from "./alert-content.directive";
5
5
  import * as i4 from "./alert-title.directive";
6
6
  import * as i5 from "./alert.component";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "../layout/layout.module";
9
- import * as i8 from "../button/button.module";
10
- import * as i9 from "../icon/icon.module";
11
- import * as i10 from "../../directives/directives.module";
12
- import * as i11 from "../button-group/button-group.module";
13
7
  export declare class OasysAlertModule {
14
8
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysAlertModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysAlertModule, [typeof i1.OasysAlertCancelDirective, typeof i2.OasysAlertConfirmDirective, typeof i3.OasysAlertContentDirective, typeof i4.OasysAlertTitleDirective, typeof i5.OasysAlertComponent], [typeof i6.CommonModule, typeof i7.OasysLayoutModule, typeof i8.OasysButtonModule, typeof i9.OasysIconModule, typeof i10.OasysDirectivesModule, typeof i11.OasysButtonGroupModule], [typeof i1.OasysAlertCancelDirective, typeof i2.OasysAlertConfirmDirective, typeof i3.OasysAlertContentDirective, typeof i4.OasysAlertTitleDirective, typeof i5.OasysAlertComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysAlertModule, never, [typeof i1.OasysAlertCancelDirective, typeof i2.OasysAlertConfirmDirective, typeof i3.OasysAlertContentDirective, typeof i4.OasysAlertTitleDirective, typeof i5.OasysAlertComponent], [typeof i1.OasysAlertCancelDirective, typeof i2.OasysAlertConfirmDirective, typeof i3.OasysAlertContentDirective, typeof i4.OasysAlertTitleDirective, typeof i5.OasysAlertComponent]>;
16
10
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysAlertModule>;
17
11
  }
18
12
  //# sourceMappingURL=alert.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAaA,qBAwBa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"alert.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/alert/alert.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAgBa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -16,6 +16,6 @@ export declare class BannerComponent implements OnInit {
16
16
  ngOnInit(): void;
17
17
  onCtaClicked(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "ui-banner", never, { "background_colour": { "alias": "background_colour"; "required": false; }; "cta_text": { "alias": "cta_text"; "required": false; }; "banner_title": { "alias": "banner_title"; "required": false; }; "banner_surtitle": { "alias": "banner_surtitle"; "required": false; }; "banner_subtitle": { "alias": "banner_subtitle"; "required": false; }; "cta_link": { "alias": "cta_link"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<BannerComponent, "ui-banner", never, { "background_colour": { "alias": "background_colour"; "required": false; }; "cta_text": { "alias": "cta_text"; "required": false; }; "banner_title": { "alias": "banner_title"; "required": false; }; "banner_surtitle": { "alias": "banner_surtitle"; "required": false; }; "banner_subtitle": { "alias": "banner_subtitle"; "required": false; }; "cta_link": { "alias": "cta_link"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never, true, never>;
20
20
  }
21
21
  //# sourceMappingURL=banner.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"banner.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/banner/banner.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,iBAAiB,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;;AAElF,qBAKa,eAAgB,YAAW,MAAM;IAehC,OAAO,CAAC,YAAY;IAZzB,aAAa,EAAE,MAAM,CAAA;IAEnB,iBAAiB,EAAE,iBAAiB,GAAG,2BAA2B,CAAe;IACjF,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IAGxB,QAAQ,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;gBAE3C,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAIhB,YAAY,IAAI,IAAI;yCArBT,eAAe;2CAAf,eAAe;CAyB3B"}
1
+ {"version":3,"file":"banner.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/banner/banner.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,iBAAiB,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;;AASlF,qBAgBa,eAAgB,YAAW,MAAM;IAchC,OAAO,CAAC,YAAY;IAZzB,aAAa,EAAE,MAAM,CAAC;IAEpB,iBAAiB,EAAE,iBAAiB,GAAG,2BAA2B,CAAe;IACjF,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IAGxB,QAAQ,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;gBAE3C,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAIhB,YAAY,IAAI,IAAI;yCApBT,eAAe;2CAAf,eAAe;CAuB3B"}
@@ -1,14 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./banner.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 "../icon/icon.module";
8
- import * as i7 from "../../directives/directives.module";
9
3
  export declare class OasysBannerModule {
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysBannerModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysBannerModule, [typeof i1.BannerComponent], [typeof i2.CommonModule, typeof i3.OasysButtonModule, typeof i4.OasysHeadingModule, typeof i5.OasysLayoutModule, typeof i6.OasysIconModule, typeof i7.OasysDirectivesModule], [typeof i1.BannerComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysBannerModule, never, [typeof i1.BannerComponent], [typeof i1.BannerComponent]>;
12
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysBannerModule>;
13
7
  }
14
8
  //# sourceMappingURL=banner.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"banner.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/banner/banner.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAMa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
1
+ {"version":3,"file":"banner.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/banner/banner.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
@@ -29,15 +29,15 @@ export declare class OasysButtonComponent implements AfterViewInit, OnInit, OnCh
29
29
  onClick(): void;
30
30
  ngOnInit(): void;
31
31
  /**
32
- * required because signals cannot be used here to force change detection on strings computed from inputs
33
- * TODO - migrate inputs to InputSignals when Angular supports it within angular 19.
34
- * Issue - https://github.com/angular/angular/issues/53981
35
- */
32
+ * required because signals cannot be used here to force change detection on strings computed from inputs
33
+ * TODO - migrate inputs to InputSignals when Angular supports it within angular 19.
34
+ * Issue - https://github.com/angular/angular/issues/53981
35
+ */
36
36
  ngOnChanges(): void;
37
37
  ngAfterViewInit(): void;
38
38
  private accessibleButtonContent;
39
39
  private buttonDisplayClasses;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysButtonComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<OasysButtonComponent, "ui-button", never, { "button_icon": { "alias": "button_icon"; "required": false; }; "button_icon_placement": { "alias": "button_icon_placement"; "required": false; }; "button_size": { "alias": "button_size"; "required": false; }; "button_type": { "alias": "button_type"; "required": false; }; "button_full_width": { "alias": "button_full_width"; "required": false; }; "button_event_type": { "alias": "button_event_type"; "required": false; }; "button_disabled": { "alias": "button_disabled"; "required": false; }; "button_selected": { "alias": "button_selected"; "required": false; }; "button_text_nowrap": { "alias": "button_text_nowrap"; "required": false; }; "aria_label": { "alias": "aria_label"; "required": false; }; "aria_role": { "alias": "aria_role"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<OasysButtonComponent, "ui-button", never, { "button_icon": { "alias": "button_icon"; "required": false; }; "button_icon_placement": { "alias": "button_icon_placement"; "required": false; }; "button_size": { "alias": "button_size"; "required": false; }; "button_type": { "alias": "button_type"; "required": false; }; "button_full_width": { "alias": "button_full_width"; "required": false; }; "button_event_type": { "alias": "button_event_type"; "required": false; }; "button_disabled": { "alias": "button_disabled"; "required": false; }; "button_selected": { "alias": "button_selected"; "required": false; }; "button_text_nowrap": { "alias": "button_text_nowrap"; "required": false; }; "aria_label": { "alias": "aria_label"; "required": false; }; "aria_role": { "alias": "aria_role"; "required": false; }; "href": { "alias": "href"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
42
42
  }
43
43
  //# sourceMappingURL=button.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EAEZ,UAAU,EAEV,aAAa,EAEb,MAAM,EACN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EACL,QAAQ,EACR,eAAe,EACf,YAAY,EACZ,YAAY,EACZ,iBAAiB,EAClB,MAAM,UAAU,CAAC;;AAElB,qBAOa,oBAAqB,YAAW,aAAa,EAAE,MAAM,EAAE,SAAS;IAyBzE,OAAO,CAAC,UAAU;IAxBV,OAAO,qBAA4B;IACpB,SAAS,EAAE,UAAU,CAAC;IAEtC,WAAW,EAAE,SAAS,GAAG,SAAS,CAAC;IACnC,qBAAqB,EAAE,WAAW,CAAa;IAC/C,WAAW,EAAE,YAAY,CAAW;IACpC,WAAW,EAAE,YAAY,CAAa;IACtC,iBAAiB,EAAE,eAAe,CAAS;IAC3C,iBAAiB,EAAE,iBAAiB,CAAY;IAChD,eAAe,EAAE,eAAe,CAAS;IACzC,eAAe,EAAE,eAAe,CAAS;IACzC,kBAAkB,EAAE,eAAe,CAAS;IAC5C,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAY;IAC7B,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IAElC,MAAM,EAAE,QAAQ,CAAC;IACjB,WAAW,EAAE,WAAW,CAAU;IAClC,aAAa,EAAG,aAAa,CAAC;IAC9B,kBAAkB,WAAsC;IACxD,+BAA+B,SAAM;IACrC,4BAA4B,QAAM;gBAGxB,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAGlD,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAKhB;;;;MAIE;IACF,WAAW,IAAI,IAAI;IAKnB,eAAe,IAAI,IAAI;IAevB,OAAO,CAAC,uBAAuB,CAY7B;IAEF,OAAO,CAAC,oBAAoB,CAgBV;yCA5FP,oBAAoB;2CAApB,oBAAoB;CA6FhC"}
1
+ {"version":3,"file":"button.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button/button.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EAEZ,UAAU,EAEV,aAAa,EAEb,MAAM,EACN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;;AAKpG,qBASa,oBAAqB,YAAW,aAAa,EAAE,MAAM,EAAE,SAAS;IAwB/D,OAAO,CAAC,UAAU;IAvBpB,OAAO,qBAA4B;IACpB,SAAS,EAAE,UAAU,CAAC;IAEtC,WAAW,EAAE,SAAS,GAAG,SAAS,CAAC;IACnC,qBAAqB,EAAE,WAAW,CAAa;IAC/C,WAAW,EAAE,YAAY,CAAW;IACpC,WAAW,EAAE,YAAY,CAAa;IACtC,iBAAiB,EAAE,eAAe,CAAS;IAC3C,iBAAiB,EAAE,iBAAiB,CAAY;IAChD,eAAe,EAAE,eAAe,CAAS;IACzC,eAAe,EAAE,eAAe,CAAS;IACzC,kBAAkB,EAAE,eAAe,CAAS;IAC5C,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAY;IAC7B,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IAElC,MAAM,EAAE,QAAQ,CAAC;IACjB,WAAW,EAAE,WAAW,CAAU;IAClC,aAAa,EAAG,aAAa,CAAC;IAC9B,kBAAkB,WAAsC;IACxD,+BAA+B,SAAM;IACrC,4BAA4B,QAAM;gBAEd,UAAU,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAE5D,OAAO,IAAI,IAAI;IAIf,QAAQ,IAAI,IAAI;IAKhB;;;;OAIG;IACH,WAAW,IAAI,IAAI;IAKnB,eAAe,IAAI,IAAI;IAevB,OAAO,CAAC,uBAAuB,CAS7B;IAEF,OAAO,CAAC,oBAAoB,CAWR;yCAlFT,oBAAoB;2CAApB,oBAAoB;CAmFhC"}
@@ -1,12 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/router";
5
- import * as i4 from "../icon/icon.module";
6
- import * as i5 from "../../directives/directives.module";
7
3
  export declare class OasysButtonModule {
8
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysButtonModule, [typeof i1.OasysButtonComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.OasysIconModule, typeof i5.OasysDirectivesModule], [typeof i1.OasysButtonComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysButtonModule, never, [typeof i1.OasysButtonComponent], [typeof i1.OasysButtonComponent]>;
10
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysButtonModule>;
11
7
  }
12
8
  //# sourceMappingURL=button.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button/button.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAKa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
1
+ {"version":3,"file":"button.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button/button.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
@@ -12,6 +12,6 @@ export declare class OasysButtonGroupComponent implements OnInit {
12
12
  ngOnInit(): void;
13
13
  get shouldCollapse(): boolean;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysButtonGroupComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<OasysButtonGroupComponent, "ui-button-group", never, { "button_group_align": { "alias": "button_group_align"; "required": false; }; "button_group_collapse_below": { "alias": "button_group_collapse_below"; "required": false; }; "button_group_ghost_align": { "alias": "button_group_ghost_align"; "required": false; }; }, {}, never, ["*"], false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<OasysButtonGroupComponent, "ui-button-group", never, { "button_group_align": { "alias": "button_group_align"; "required": false; }; "button_group_collapse_below": { "alias": "button_group_collapse_below"; "required": false; }; "button_group_ghost_align": { "alias": "button_group_ghost_align"; "required": false; }; }, {}, never, ["*"], true, never>;
16
16
  }
17
17
  //# sourceMappingURL=button-group.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button-group/button-group.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAoB,MAAM,EAAgK,MAAM,eAAe,CAAC;AACvN,OAAO,EAAc,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;;AAGlF,qBAOa,yBAA0B,YAAW,MAAM;IAkB1C,OAAO,CAAC,iBAAiB;IAhBrC,MAAM,EAAE,EAAE,CAAC;IAEF,kBAAkB,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAY;IAC1D,2BAA2B,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAa;IAKlF,wBAAwB,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAU;IAEvE,IAA0B,KAAK,WAI9B;gBAEmB,iBAAiB,EAAE,iBAAiB;IAGxD,QAAQ,IAAI,IAAI;IAGhB,IAAI,cAAc,IAAI,OAAO,CAW5B;yCAnCU,yBAAyB;2CAAzB,yBAAyB;CAoCrC"}
1
+ {"version":3,"file":"button-group.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button-group/button-group.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,MAAM,EAYP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAc,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;;AAGlF,qBASa,yBAA0B,YAAW,MAAM;IAiB1C,OAAO,CAAC,iBAAiB;IAhBrC,MAAM,EAAE,EAAE,CAAC;IAEF,kBAAkB,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAW;IACzD,2BAA2B,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAY;IAKjF,wBAAwB,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAU;IAEvE,IAA0B,KAAK,WAI9B;gBAEmB,iBAAiB,EAAE,iBAAiB;IAExD,QAAQ,IAAI,IAAI;IAEhB,IAAI,cAAc,IAAI,OAAO,CAkB5B;yCAvCU,yBAAyB;2CAAzB,yBAAyB;CAwCrC"}
@@ -1,12 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button-group.component";
3
- import * as i2 from "../layout/layout.module";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@angular/router";
6
- import * as i5 from "../button/button.module";
7
3
  export declare class OasysButtonGroupModule {
8
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysButtonGroupModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysButtonGroupModule, [typeof i1.OasysButtonGroupComponent], [typeof i2.OasysLayoutModule, typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.OasysButtonModule], [typeof i1.OasysButtonGroupComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysButtonGroupModule, never, [typeof i1.OasysButtonGroupComponent], [typeof i1.OasysButtonGroupComponent]>;
10
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysButtonGroupModule>;
11
7
  }
12
8
  //# sourceMappingURL=button-group.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button-group.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button-group/button-group.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAKa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
1
+ {"version":3,"file":"button-group.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button-group/button-group.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
@@ -30,6 +30,6 @@ export declare class CardComponent implements OnInit, AfterViewInit {
30
30
  */
31
31
  setImageAspectRatio(format: CardImageFormat): string;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "label_text": { "alias": "label_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "small_title_left": { "alias": "small_title_left"; "required": false; }; "small_sub_title_right": { "alias": "small_sub_title_right"; "required": false; }; "standard_content": { "alias": "standard_content"; "required": false; }; "bold_content": { "alias": "bold_content"; "required": false; }; }, {}, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "label_text": { "alias": "label_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "small_title_left": { "alias": "small_title_left"; "required": false; }; "small_sub_title_right": { "alias": "small_sub_title_right"; "required": false; }; "standard_content": { "alias": "standard_content"; "required": false; }; "bold_content": { "alias": "bold_content"; "required": false; }; }, {}, never, never, true, never>;
34
34
  }
35
35
  //# sourceMappingURL=card.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,UAAU,EAAuB,MAAM,EAAa,MAAM,eAAe,CAAC;AAC7G,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;;AACzC,qBAKa,aAAc,YAAW,MAAM,EAAE,aAAa;IAkB7C,OAAO,CAAC,YAAY;IAhB8B,UAAU,EAAE,UAAU,CAAC;IAG5E,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,eAAe,CAAC;IACvC,WAAW,EAAE,MAAM,CAAC;IAGX,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;gBAEA,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAKhB,eAAe,IAAI,IAAI;IAIvB;;OAEG;IAEH,iBAAiB,IAAI,IAAI;IAMzB;;;;;OAKG;IACH,mBAAmB,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM;yCA7CzC,aAAa;2CAAb,aAAa;CAyDzB"}
1
+ {"version":3,"file":"card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EAGV,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;;AAKzC,qBAQa,aAAc,YAAW,MAAM,EAAE,aAAa;IAkB7C,OAAO,CAAC,YAAY;IAhB8B,UAAU,EAAE,UAAU,CAAC;IAG5E,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,eAAe,CAAC;IACvC,WAAW,EAAE,MAAM,CAAC;IAGX,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;gBAEA,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAIhB,eAAe,IAAI,IAAI;IAIvB;;OAEG;IAEH,iBAAiB,IAAI,IAAI;IAMzB;;;;;OAKG;IACH,mBAAmB,CAAC,MAAM,EAAE,eAAe,GAAG,MAAM;yCA5CzC,aAAa;2CAAb,aAAa;CAwDzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/card.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GACvB,QAAQ,GACR,UAAU,GACV,WAAW,CAAC"}
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/card.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,CAAC"}
@@ -1,13 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./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
3
  export declare class OasysCardModule {
9
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysCardModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCardModule, [typeof i1.CardComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.RouterModule, typeof i5.OasysImageModule, typeof i6.OasysDirectivesModule], [typeof i1.CardComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCardModule, never, [typeof i1.CardComponent], [typeof i1.CardComponent]>;
11
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysCardModule>;
12
7
  }
13
8
  //# sourceMappingURL=card.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/card.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAMa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/card.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
@@ -63,6 +63,6 @@ export declare class CarouselComponent implements OnInit {
63
63
  */
64
64
  onSlideChange(swiper: Swiper): void;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ui-carousel", never, { "rewind": { "alias": "rewind"; "required": false; }; "carousel_overflow": { "alias": "carousel_overflow"; "required": false; }; "carousel_gap": { "alias": "carousel_gap"; "required": false; }; "carousel_pagination": { "alias": "carousel_pagination"; "required": false; }; "carousel_slides_per_view_desktop": { "alias": "carousel_slides_per_view_desktop"; "required": false; }; "carousel_slides_per_view_laptop": { "alias": "carousel_slides_per_view_laptop"; "required": false; }; "carousel_slides_per_view_tablet": { "alias": "carousel_slides_per_view_tablet"; "required": false; }; "carousel_slides_per_view_mobile": { "alias": "carousel_slides_per_view_mobile"; "required": false; }; "text_for_left_arrow": { "alias": "text_for_left_arrow"; "required": false; }; "text_for_right_arrow": { "alias": "text_for_right_arrow"; "required": false; }; "carousel_rows_per_row_mobile": { "alias": "carousel_rows_per_row_mobile"; "required": false; }; "carousel_loading": { "alias": "carousel_loading"; "required": false; }; "carousel_free_mode": { "alias": "carousel_free_mode"; "required": false; }; "center_insufficient_slides": { "alias": "center_insufficient_slides"; "required": false; }; "center_active_slide": { "alias": "center_active_slide"; "required": false; }; "start_slide": { "alias": "start_slide"; "required": false; }; "offset_scrollbar_top": { "alias": "offset_scrollbar_top"; "required": false; }; }, { "activeIndexOnSlideChange": "activeIndexOnSlideChange"; }, never, ["*"], false, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ui-carousel", never, { "rewind": { "alias": "rewind"; "required": false; }; "carousel_overflow": { "alias": "carousel_overflow"; "required": false; }; "carousel_gap": { "alias": "carousel_gap"; "required": false; }; "carousel_pagination": { "alias": "carousel_pagination"; "required": false; }; "carousel_slides_per_view_desktop": { "alias": "carousel_slides_per_view_desktop"; "required": false; }; "carousel_slides_per_view_laptop": { "alias": "carousel_slides_per_view_laptop"; "required": false; }; "carousel_slides_per_view_tablet": { "alias": "carousel_slides_per_view_tablet"; "required": false; }; "carousel_slides_per_view_mobile": { "alias": "carousel_slides_per_view_mobile"; "required": false; }; "text_for_left_arrow": { "alias": "text_for_left_arrow"; "required": false; }; "text_for_right_arrow": { "alias": "text_for_right_arrow"; "required": false; }; "carousel_rows_per_row_mobile": { "alias": "carousel_rows_per_row_mobile"; "required": false; }; "carousel_loading": { "alias": "carousel_loading"; "required": false; }; "carousel_free_mode": { "alias": "carousel_free_mode"; "required": false; }; "center_insufficient_slides": { "alias": "center_insufficient_slides"; "required": false; }; "center_active_slide": { "alias": "center_active_slide"; "required": false; }; "start_slide": { "alias": "start_slide"; "required": false; }; "offset_scrollbar_top": { "alias": "offset_scrollbar_top"; "required": false; }; }, { "activeIndexOnSlideChange": "activeIndexOnSlideChange"; }, never, ["*"], true, never>;
67
67
  }
68
68
  //# sourceMappingURL=carousel.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/carousel/carousel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EAEV,MAAM,EAIN,YAAY,EAEb,MAAM,eAAe,CAAC;AACvB,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;AAIjD,qBAMa,iBAAkB,YAAW,MAAM;IAiClC,OAAO,CAAC,YAAY;IAAkC,OAAO,CAAC,QAAQ;IAAY,OAAO,CAAC,OAAO;IA/BtE,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IACK,4BAA4B,EAAE,UAAU,CAAC;IACrD,gBAAgB,EAAE,UAAU,CAAC;IAGxF,MAAM,EAAE,OAAO,CAAS;IAExB,iBAAiB,EAAE,OAAO,CAAS;IAEnC,YAAY,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAa;IAEhE,mBAAmB,EAAE,eAAe,GAAG,MAAM,GAAG,YAAY,GAAG,cAAc,CAAU;IAEvF,gCAAgC,EAAE,MAAM,CAAK;IAC7C,+BAA+B,EAAE,MAAM,CAAK;IAC5C,+BAA+B,EAAE,MAAM,CAAO;IAC9C,+BAA+B,EAAE,MAAM,CAAQ;IAC/C,mBAAmB,EAAE,MAAM,CAAoB;IAC/C,oBAAoB,EAAE,MAAM,CAAgB;IAE5C,4BAA4B,EAAE,CAAC,GAAG,CAAC,CAAK;IAExC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAU;IAC5C,kBAAkB,EAAE,OAAO,CAAS;IACpC,0BAA0B,EAAE,OAAO,CAAQ;IAC3C,mBAAmB,EAAE,OAAO,CAAS;IACrC,WAAW,EAAE,MAAM,CAAK;IACxB,oBAAoB,EAAE,OAAO,CAAS;IAErC,wBAAwB,uBAA8B;gBAE5C,YAAY,EAAE,YAAY,EAA4B,QAAQ,EAAE,QAAQ,EAAU,OAAO,EAAE,UAAU;IAEzH,QAAQ,IAAI,IAAI;IAQhB;;OAEG;IACH,yBAAyB,IAAI,IAAI;IAajC;;;;OAIG;IACH,cAAc,CAAC,OAAO,EAAE,yBAAyB,EAAE,EAAE,QAAQ,EAAE,oBAAoB,GAAG,IAAI;IAU1F,QAAQ,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM;IAIrD;;OAEG;IACH,8BAA8B,IAAI,IAAI;IA2CtC;;OAEG;IAEH,UAAU,IAAI,IAAI;IA2GlB;;OAEG;IACH,SAAS,IAAI,IAAI;IAIjB;;OAEG;IACH,aAAa,IAAI,IAAI;IAIrB;;;OAGG;IACH,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;yCA7PxB,iBAAiB;2CAAjB,iBAAiB;CAgQ7B"}
1
+ {"version":3,"file":"carousel.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/carousel/carousel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,UAAU,EAEV,MAAM,EAIN,YAAY,EAIb,MAAM,eAAe,CAAC;AACvB,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;AAQjD,qBAUa,iBAAkB,YAAW,MAAM;IAmC5C,OAAO,CAAC,YAAY;IACF,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,OAAO;IAnCsB,MAAM,EAAE,UAAU,CAAC,eAAe,CAAC,CAAC;IAE3E,4BAA4B,EAAE,UAAU,CAAC;IAC2B,gBAAgB,EAAE,UAAU,CAAC;IAGxF,MAAM,EAAE,OAAO,CAAS;IAExB,iBAAiB,EAAE,OAAO,CAAS;IAEnC,YAAY,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAa;IAEhE,mBAAmB,EAAE,eAAe,GAAG,MAAM,GAAG,YAAY,GAAG,cAAc,CAAU;IAEvF,gCAAgC,EAAE,MAAM,CAAK;IAC7C,+BAA+B,EAAE,MAAM,CAAK;IAC5C,+BAA+B,EAAE,MAAM,CAAO;IAC9C,+BAA+B,EAAE,MAAM,CAAQ;IAC/C,mBAAmB,EAAE,MAAM,CAAoB;IAC/C,oBAAoB,EAAE,MAAM,CAAgB;IAE5C,4BAA4B,EAAE,CAAC,GAAG,CAAC,CAAK;IAExC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAU;IAC5C,kBAAkB,EAAE,OAAO,CAAS;IACpC,0BAA0B,EAAE,OAAO,CAAQ;IAC3C,mBAAmB,EAAE,OAAO,CAAS;IACrC,WAAW,EAAE,MAAM,CAAK;IACxB,oBAAoB,EAAE,OAAO,CAAS;IAErC,wBAAwB,uBAA8B;gBAGtD,YAAY,EAAE,YAAY,EACR,QAAQ,EAAE,QAAQ,EACpC,OAAO,EAAE,UAAU;IAK7B,QAAQ,IAAI,IAAI;IAQhB;;OAEG;IACH,yBAAyB,IAAI,IAAI;IAajC;;;;OAIG;IACH,cAAc,CAAC,OAAO,EAAE,yBAAyB,EAAE,EAAE,QAAQ,EAAE,oBAAoB,GAAG,IAAI;IAU1F,QAAQ,CAAC,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM;IAIrD;;OAEG;IACH,8BAA8B,IAAI,IAAI;IAwCtC;;OAEG;IAEH,UAAU,IAAI,IAAI;IAwHlB;;OAEG;IACH,SAAS,IAAI,IAAI;IAIjB;;OAEG;IACH,aAAa,IAAI,IAAI;IAIrB;;;OAGG;IACH,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;yCA9QxB,iBAAiB;2CAAjB,iBAAiB;CAiR7B"}
@@ -1,13 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./carousel.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../button/button.module";
5
- import * as i4 from "../layout/layout.module";
6
- import * as i5 from "../../directives/directives.module";
7
3
  export declare class OasysCarouselModule {
8
- constructor();
9
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysCarouselModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCarouselModule, [typeof i1.CarouselComponent], [typeof i2.CommonModule, typeof i3.OasysButtonModule, typeof i4.OasysLayoutModule, typeof i5.OasysDirectivesModule], [typeof i1.CarouselComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCarouselModule, never, [typeof i1.CarouselComponent], [typeof i1.CarouselComponent]>;
11
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysCarouselModule>;
12
7
  }
13
8
  //# sourceMappingURL=carousel.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/carousel/carousel.module.ts"],"names":[],"mappings":";;;;;;AAWA,qBAQa,mBAAmB;;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAI/B"}
1
+ {"version":3,"file":"carousel.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/carousel/carousel.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -4,6 +4,6 @@ export declare class DividerComponent {
4
4
  divider_type: DividerType;
5
5
  getClass(): string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DividerComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "ui-divider", never, { "divider_type": { "alias": "divider_type"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<DividerComponent, "ui-divider", never, { "divider_type": { "alias": "divider_type"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
9
9
  //# sourceMappingURL=divider.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"divider.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/divider.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;;AAGxC,qBAMa,gBAAgB;IAE3B,YAAY,EAAE,WAAW,CAAe;IAExC,QAAQ,IAAI,MAAM;yCAJP,gBAAgB;2CAAhB,gBAAgB;CAO5B"}
1
+ {"version":3,"file":"divider.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/divider.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;;AAIxC,qBAQa,gBAAgB;IAE3B,YAAY,EAAE,WAAW,CAAe;IAExC,QAAQ,IAAI,MAAM;yCAJP,gBAAgB;2CAAhB,gBAAgB;CAS5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/divider.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GACnB,SAAS,GACT,WAAW,CAAA"}
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/divider.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,WAAW,CAAC"}
@@ -1,11 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./divider.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../layout/layout.module";
5
- import * as i4 from "../../directives/directives.module";
6
3
  export declare class OasysDividerModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysDividerModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysDividerModule, [typeof i1.DividerComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.OasysDirectivesModule], [typeof i1.DividerComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysDividerModule, never, [typeof i1.DividerComponent], [typeof i1.DividerComponent]>;
9
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysDividerModule>;
10
7
  }
11
8
  //# sourceMappingURL=divider.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"divider.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/divider.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAKa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"divider.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/divider.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
@@ -23,6 +23,6 @@ export declare class CheckboxComponent implements ControlValueAccessor, OnInit {
23
23
  onModelChange(event: boolean): void;
24
24
  ngOnInit(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "ui-checkbox", never, { "checkbox_type": { "alias": "checkbox_type"; "required": false; }; "hide_checkbox": { "alias": "hide_checkbox"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "didChange": "didChange"; }, never, ["[tertiary-content]", "*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "ui-checkbox", never, { "checkbox_type": { "alias": "checkbox_type"; "required": false; }; "hide_checkbox": { "alias": "hide_checkbox"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "didChange": "didChange"; }, never, ["[tertiary-content]", "*"], true, never>;
27
27
  }
28
28
  //# sourceMappingURL=checkbox.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/checkbox/checkbox.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGZ,MAAM,EAKP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAgC,MAAM,gBAAgB,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;;AAE5C,qBAYa,iBAAkB,YAAW,oBAAoB,EAAE,MAAM;IAexD,OAAO,CAAC,YAAY;IAdvB,aAAa,EAAE,SAAS,GAAG,WAAW,CAAa;IAGnD,aAAa,EAAE,OAAO,CAAS;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAEhE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;gBAEG,YAAY,EAAE,YAAY;IAE9C,QAAQ,EAAE,GAAG,CAAY;IACzB,SAAS,EAAE,GAAG,CAAY;IAE1B,UAAU,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAIlC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,aAAa,CAAC,KAAK,EAAE,OAAO;IAO5B,QAAQ,IAAI,IAAI;yCAvCL,iBAAiB;2CAAjB,iBAAiB;CA6C7B"}
1
+ {"version":3,"file":"checkbox.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/checkbox/checkbox.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAGZ,MAAM,EAKP,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,oBAAoB,EAKrB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;;AAK5C,qBAea,iBAAkB,YAAW,oBAAoB,EAAE,MAAM;IAexD,OAAO,CAAC,YAAY;IAdvB,aAAa,EAAE,SAAS,GAAG,WAAW,CAAa;IAGnD,aAAa,EAAE,OAAO,CAAS;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAEhE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;gBAEG,YAAY,EAAE,YAAY;IAE9C,QAAQ,EAAE,GAAG,CAAY;IACzB,SAAS,EAAE,GAAG,CAAY;IAE1B,UAAU,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;IAIlC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,aAAa,CAAC,KAAK,EAAE,OAAO;IAO5B,QAAQ,IAAI,IAAI;yCAvCL,iBAAiB;2CAAjB,iBAAiB;CA6C7B"}
@@ -1,12 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./checkbox.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../layout/layout.module";
5
- import * as i4 from "@angular/forms";
6
- import * as i5 from "../../icon/icon.module";
7
3
  export declare class OasysCheckboxModule {
8
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysCheckboxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.OasysIconModule], [typeof i1.CheckboxComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCheckboxModule, never, [typeof i1.CheckboxComponent], [typeof i1.CheckboxComponent]>;
10
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysCheckboxModule>;
11
7
  }
12
8
  //# sourceMappingURL=checkbox.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/checkbox/checkbox.module.ts"],"names":[],"mappings":";;;;;;AAQA,qBAMa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"checkbox.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/checkbox/checkbox.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -13,7 +13,6 @@ export declare class ChipComponent implements ControlValueAccessor, OnInit {
13
13
  selectedValue: string | boolean;
14
14
  onChange: any;
15
15
  onTouched: any;
16
- constructor();
17
16
  /**
18
17
  * On init
19
18
  */
@@ -39,6 +38,6 @@ export declare class ChipComponent implements ControlValueAccessor, OnInit {
39
38
  */
40
39
  onModalChange(event: string | boolean): void;
41
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "ui-chip", never, { "chip_type": { "alias": "chip_type"; "required": false; }; "icon_name": { "alias": "icon_name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "didChange": "didChange"; }, never, ["*", "*"], false, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "ui-chip", never, { "chip_type": { "alias": "chip_type"; "required": false; }; "icon_name": { "alias": "icon_name"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, { "didChange": "didChange"; }, never, ["*", "*"], true, never>;
43
42
  }
44
43
  //# sourceMappingURL=chip.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"chip.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/chip/chip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAsB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AAEzE,qBAYa,aAAc,YAAW,oBAAoB,EAAE,MAAM;IACvD,SAAS,EAAE,OAAO,GAAG,UAAU,CAAW;IAE1C,SAAS,EAAG,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAGzB,QAAQ,EAAE,OAAO,CAAC;IAEjB,SAAS,EAAE,YAAY,CAAC,MAAM,GAAG,OAAO,CAAC,CAAsB;IAEzE,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC;IAEhC,QAAQ,EAAE,GAAG,CAAY;IACzB,SAAS,EAAE,GAAG,CAAY;;IAI1B;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;IAIzC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC;;;OAGG;IACH,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;yCAvDjC,aAAa;2CAAb,aAAa;CA6DzB"}
1
+ {"version":3,"file":"chip.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/chip/chip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAsB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EACL,oBAAoB,EAIrB,MAAM,gBAAgB,CAAC;;AAKxB,qBAca,aAAc,YAAW,oBAAoB,EAAE,MAAM;IACvD,SAAS,EAAE,OAAO,GAAG,UAAU,CAAW;IAE1C,SAAS,EAAG,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAGzB,QAAQ,EAAE,OAAO,CAAC;IAEjB,SAAS,EAAE,YAAY,CAAC,MAAM,GAAG,OAAO,CAAC,CAAsB;IAEzE,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,GAAG,OAAO,CAAC;IAEhC,QAAQ,EAAE,GAAG,CAAY;IACzB,SAAS,EAAE,GAAG,CAAY;IAE1B;;OAEG;IACH,QAAQ,IAAI,IAAI;IAIhB;;;OAGG;IACH,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;IAIzC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC;;;OAGG;IACH,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,IAAI;yCArDjC,aAAa;2CAAb,aAAa;CA2DzB"}
@@ -1,14 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./chip.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../layout/layout.module";
5
- import * as i4 from "@angular/forms";
6
- import * as i5 from "../../icon/icon.module";
7
- import * as i6 from "../radio/radio.module";
8
- import * as i7 from "../checkbox/checkbox.module";
9
3
  export declare class OasysChipModule {
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysChipModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysChipModule, [typeof i1.ChipComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.OasysIconModule, typeof i6.OasysRadioModule, typeof i7.OasysCheckboxModule], [typeof i1.ChipComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysChipModule, never, [typeof i1.ChipComponent], [typeof i1.ChipComponent]>;
12
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysChipModule>;
13
7
  }
14
8
  //# sourceMappingURL=chip.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"chip.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/chip/chip.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAca,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"chip.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/chip/chip.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
@@ -171,6 +171,6 @@ export declare class ComboboxComponent implements ControlValueAccessor, OnInit,
171
171
  */
172
172
  private resetOptionsList;
173
173
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
174
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "ui-combobox", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "header": { "alias": "header"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "displayKey": { "alias": "displayKey"; "required": false; }; "iconNameKey": { "alias": "iconNameKey"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; "subtextKey": { "alias": "subtextKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "showOptions": { "alias": "showOptions"; "required": false; }; }, { "didChange": "didChange"; "didSearch": "didSearch"; "didEdit": "didEdit"; }, never, ["ui-form-errors"], false, never>;
174
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "ui-combobox", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "header": { "alias": "header"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "displayKey": { "alias": "displayKey"; "required": false; }; "iconNameKey": { "alias": "iconNameKey"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; "subtextKey": { "alias": "subtextKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "showOptions": { "alias": "showOptions"; "required": false; }; }, { "didChange": "didChange"; "didSearch": "didSearch"; "didEdit": "didEdit"; }, never, ["ui-form-errors"], true, never>;
175
175
  }
176
176
  //# sourceMappingURL=combobox.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"combobox.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/combobox.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"combobox.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/combobox.component.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/combobox.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,OAAO;IACvC,KAAK,EAAE,CAAC,CAAC;IACT,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAGD,MAAM,MAAM,YAAY,GACtB,SAAS,GACT,cAAc,CAAC"}
1
+ {"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/combobox.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,MAAM,WAAW,cAAc,CAAC,CAAC,GAAG,OAAO;IACzC,KAAK,EAAE,CAAC,CAAC;IACT,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,cAAc,CAAC"}
@@ -1,16 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./combobox.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../layout/layout.module";
5
- import * as i4 from "@angular/forms";
6
- import * as i5 from "../../icon/icon.module";
7
- import * as i6 from "../../../directives/directives.module";
8
- import * as i7 from "../text-input/text-input.module";
9
- import * as i8 from "../errors/form-errors.module";
10
- import * as i9 from "../../../directives/emphasis/emphasis.directive";
11
3
  export declare class OasysComboboxModule {
12
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysComboboxModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysComboboxModule, [typeof i1.ComboboxComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.OasysIconModule, typeof i6.OasysDirectivesModule, typeof i7.OasysTextInputModule, typeof i8.OasysFormErrorsModule, typeof i9.EmphasisDirective], [typeof i1.ComboboxComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysComboboxModule, never, [typeof i1.ComboboxComponent], [typeof i1.ComboboxComponent]>;
14
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysComboboxModule>;
15
7
  }
16
8
  //# sourceMappingURL=combobox.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"combobox.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/combobox.module.ts"],"names":[],"mappings":";;;;;;;;;;AAYA,qBAmFa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"combobox.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/combobox.module.ts"],"names":[],"mappings":";;AAGA,qBAsEa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -1,11 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "../../layout/layout.module";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "./form-errors.component";
2
+ import * as i1 from "./form-errors.component";
6
3
  export declare class OasysFormErrorsModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysFormErrorsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysFormErrorsModule, never, [typeof i1.CommonModule, typeof i2.OasysLayoutModule, typeof i3.ReactiveFormsModule, typeof i3.FormsModule, typeof i4.FormErrorsComponent], [typeof i4.FormErrorsComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysFormErrorsModule, never, [typeof i1.FormErrorsComponent], [typeof i1.FormErrorsComponent]>;
9
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysFormErrorsModule>;
10
7
  }
11
8
  //# sourceMappingURL=form-errors.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/errors/form-errors.module.ts"],"names":[],"mappings":";;;;;AAOA,qBAYa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
1
+ {"version":3,"file":"form-errors.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/errors/form-errors.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}