oasys-lib 1.90.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 (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 +14 -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 +826 -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
@@ -14,6 +14,6 @@ export declare class FormGroupComponent {
14
14
  */
15
15
  group_type: 'primary' | 'secondary';
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "ui-form-group", never, { "group_title": { "alias": "group_title"; "required": false; }; "group_title_hidden": { "alias": "group_title_hidden"; "required": false; }; "group_type": { "alias": "group_type"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "ui-form-group", never, { "group_title": { "alias": "group_title"; "required": false; }; "group_title_hidden": { "alias": "group_title_hidden"; "required": false; }; "group_type": { "alias": "group_type"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
19
19
  //# sourceMappingURL=form-group.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-group.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/form-group/form-group.component.ts"],"names":[],"mappings":";AAEA,qBAMa,kBAAkB;IAC7B;;;OAGG;IACM,WAAW,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACM,kBAAkB,EAAE,OAAO,CAAS;IAE7C;;OAEG;IACM,UAAU,EAAE,SAAS,GAAG,WAAW,CAAa;yCAf9C,kBAAkB;2CAAlB,kBAAkB;CAgB9B"}
1
+ {"version":3,"file":"form-group.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/form-group/form-group.component.ts"],"names":[],"mappings":";AAIA,qBAQa,kBAAkB;IAC7B;;;OAGG;IACM,WAAW,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACM,kBAAkB,EAAE,OAAO,CAAS;IAE7C;;OAEG;IACM,UAAU,EAAE,SAAS,GAAG,WAAW,CAAa;yCAf9C,kBAAkB;2CAAlB,kBAAkB;CAgB9B"}
@@ -1,14 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./form-group.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 OasysFormGroupModule {
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysFormGroupModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysFormGroupModule, [typeof i1.FormGroupComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.OasysIconModule, typeof i6.OasysRadioModule, typeof i7.OasysCheckboxModule], [typeof i1.FormGroupComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysFormGroupModule, never, [typeof i1.FormGroupComponent], [typeof i1.FormGroupComponent]>;
12
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysFormGroupModule>;
13
7
  }
14
8
  //# sourceMappingURL=form-group.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-group.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/form-group/form-group.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAca,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"form-group.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/form-group/form-group.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -16,7 +16,6 @@ export declare class RadioComponent implements ControlValueAccessor, OnInit {
16
16
  selectedValue: string;
17
17
  onChange: any;
18
18
  onTouched: any;
19
- constructor();
20
19
  selectOption(): void;
21
20
  writeValue(value: string): void;
22
21
  registerOnChange(fn: any): void;
@@ -24,6 +23,6 @@ export declare class RadioComponent implements ControlValueAccessor, OnInit {
24
23
  onModelChange(event: string): void;
25
24
  ngOnInit(): void;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "ui-radio", never, { "radio_type": { "alias": "radio_type"; "required": false; }; "hide_radio": { "alias": "hide_radio"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "didChange": "didChange"; }, never, ["[tertiary-content]", "*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioComponent, "ui-radio", never, { "radio_type": { "alias": "radio_type"; "required": false; }; "hide_radio": { "alias": "hide_radio"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "didChange": "didChange"; }, never, ["[tertiary-content]", "*"], true, never>;
28
27
  }
29
28
  //# sourceMappingURL=radio.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/radio/radio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAsB,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;;AAE5C,qBAYa,cAAe,YAAW,oBAAoB,EAAE,MAAM;IACxD,UAAU,EAAE,SAAS,GAAG,WAAW,CAAa;IAGhD,UAAU,EAAE,OAAO,CAAS;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAEjB,SAAS,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAE/D,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IAEjB,aAAa,EAAE,MAAM,CAAC;IAEtB,QAAQ,EAAE,GAAG,CAAY;IACzB,SAAS,EAAE,GAAG,CAAY;;IAI1B,YAAY;IAKZ,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,aAAa,CAAC,KAAK,EAAE,MAAM;IAO3B,QAAQ,IAAI,IAAI;yCAhDL,cAAc;2CAAd,cAAc;CAmD1B"}
1
+ {"version":3,"file":"radio.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/radio/radio.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAsB,MAAM,eAAe,CAAC;AAC3F,OAAO,EACL,oBAAoB,EAIrB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;;AAK5C,qBAca,cAAe,YAAW,oBAAoB,EAAE,MAAM;IACxD,UAAU,EAAE,SAAS,GAAG,WAAW,CAAa;IAGhD,UAAU,EAAE,OAAO,CAAS;IAC5B,QAAQ,CAAC,EAAE,SAAS,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;IAEjB,SAAS,EAAE,YAAY,CAAC,MAAM,CAAC,CAAsB;IAE/D,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IAEjB,aAAa,EAAE,MAAM,CAAC;IAEtB,QAAQ,EAAE,GAAG,CAAY;IACzB,SAAS,EAAE,GAAG,CAAY;IAE1B,YAAY;IAKZ,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAI/B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,aAAa,CAAC,KAAK,EAAE,MAAM;IAO3B,QAAQ,IAAI,IAAI;yCA9CL,cAAc;2CAAd,cAAc;CAiD1B"}
@@ -1,12 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./radio.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 OasysRadioModule {
8
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysRadioModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysRadioModule, [typeof i1.RadioComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.OasysIconModule], [typeof i1.RadioComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysRadioModule, never, [typeof i1.RadioComponent], [typeof i1.RadioComponent]>;
10
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysRadioModule>;
11
7
  }
12
8
  //# sourceMappingURL=radio.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/radio/radio.module.ts"],"names":[],"mappings":";;;;;;AAQA,qBAMa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"radio.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/radio/radio.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -46,6 +46,6 @@ export declare class TextInputComponent implements ControlValueAccessor, OnInit,
46
46
  getInputMode(): string | undefined;
47
47
  getAriaDescribedBy(): string | undefined;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "ui-text-input", never, { "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "type": { "alias": "type"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "aria_label": { "alias": "aria_label"; "required": false; }; "show_password_string": { "alias": "show_password_string"; "required": false; }; "hide_password_string": { "alias": "hide_password_string"; "required": false; }; "validation_messages": { "alias": "validation_messages"; "required": false; }; }, { "didChange": "didChange"; }, never, ["[preface]", "ui-form-errors"], false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextInputComponent, "ui-text-input", never, { "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "optional": { "alias": "optional"; "required": false; }; "type": { "alias": "type"; "required": false; }; "inputmode": { "alias": "inputmode"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "autocorrect": { "alias": "autocorrect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "aria_label": { "alias": "aria_label"; "required": false; }; "show_password_string": { "alias": "show_password_string"; "required": false; }; "hide_password_string": { "alias": "hide_password_string"; "required": false; }; "validation_messages": { "alias": "validation_messages"; "required": false; }; }, { "didChange": "didChange"; }, never, ["[preface]", "ui-form-errors"], true, never>;
50
50
  }
51
51
  //# sourceMappingURL=text-input.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-input.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/text-input.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,YAAY,EAEZ,MAAM,EAGN,UAAU,EAEV,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;;AAEhD,qBAca,kBACX,YAAW,oBAAoB,EAAE,MAAM,EAAE,aAAa;IAuCxB,OAAO,CAAC,QAAQ;IArCrC,KAAK,EAAG,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAQ;IACzB,IAAI,EAAE,aAAa,CAAU;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAU;IAEnC,YAAY,EAAE,gBAAgB,CAAQ;IACtC,SAAS,EAAE,OAAO,CAAS;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAO;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,OAAO,CAAwB;IAC5C,QAAQ,EAAE,OAAO,CAAS;IAC1B,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAE/B,oBAAoB,EAAE,MAAM,CAAU;IACtC,oBAAoB,EAAE,MAAM,CAAU;IAEtC,mBAAmB,EAAE,oBAAoB,CAAC;IAEzC,SAAS,uBAA8B;IAGjD,SAAS,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAGnC,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAExC,SAAS,EAAE,MAAM,CAAM;IACvB,YAAY,EAAE,OAAO,CAAS;IAC9B,cAAc,EAAE,OAAO,CAAS;IAChC,aAAa,EAAE,aAAa,CAAU;IAEtC,EAAE,EAAE,MAAM,CAAC;IAEX,iBAAiB,EAAE,IAAI,GAAG,KAAK,CAAQ;gBAED,QAAQ,EAAE,QAAQ;IAExD,QAAQ,EAAE,GAAG,CAAkB;IAC/B,SAAS,EAAE,GAAG,CAAkB;IAEhC,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAInC,gBAAgB,CAAC,EAAE,EAAE,OAAO,GAAG,IAAI;IAInC,iBAAiB,CAAC,EAAE,EAAE,OAAO,GAAG,IAAI;IAIpC,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAOtC,kBAAkB,IAAI,IAAI;IAK1B,WAAW,IAAI,IAAI;IAOnB,uBAAuB,IAAI,IAAI;IAK/B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAMhB,mBAAmB,IAAI,MAAM,GAAG,SAAS;IAkBzC,YAAY,IAAI,MAAM,GAAG,SAAS;IAiBlC,kBAAkB,IAAI,MAAM,GAAG,SAAS;yCA9H7B,kBAAkB;2CAAlB,kBAAkB;CA2I9B"}
1
+ {"version":3,"file":"text-input.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/text-input.component.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,YAAY,EAEZ,MAAM,EAGN,UAAU,EAEV,aAAa,EAEd,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,oBAAoB,EAIrB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;;AAMhD,qBAsBa,kBAAmB,YAAW,oBAAoB,EAAE,MAAM,EAAE,aAAa;IAsCtD,OAAO,CAAC,QAAQ;IArCrC,KAAK,EAAG,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAQ;IACzB,IAAI,EAAE,aAAa,CAAU;IAC7B,SAAS,CAAC,EAAE,aAAa,CAAU;IAEnC,YAAY,EAAE,gBAAgB,CAAQ;IACtC,SAAS,EAAE,OAAO,CAAS;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAO;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,OAAO,CAAwB;IAC5C,QAAQ,EAAE,OAAO,CAAS;IAC1B,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAE/B,oBAAoB,EAAE,MAAM,CAAU;IACtC,oBAAoB,EAAE,MAAM,CAAU;IAEtC,mBAAmB,EAAE,oBAAoB,CAAC;IAEzC,SAAS,uBAA8B;IAGjD,SAAS,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAGnC,cAAc,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAExC,SAAS,EAAE,MAAM,CAAM;IACvB,YAAY,EAAE,OAAO,CAAS;IAC9B,cAAc,EAAE,OAAO,CAAS;IAChC,aAAa,EAAE,aAAa,CAAU;IAEtC,EAAE,EAAE,MAAM,CAAC;IAEX,iBAAiB,EAAE,IAAI,GAAG,KAAK,CAAQ;gBAED,QAAQ,EAAE,QAAQ;IAExD,QAAQ,EAAE,GAAG,CAAkB;IAC/B,SAAS,EAAE,GAAG,CAAkB;IAEhC,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAInC,gBAAgB,CAAC,EAAE,EAAE,OAAO,GAAG,IAAI;IAInC,iBAAiB,CAAC,EAAE,EAAE,OAAO,GAAG,IAAI;IAIpC,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAOtC,kBAAkB,IAAI,IAAI;IAK1B,WAAW,IAAI,IAAI;IAOnB,uBAAuB,IAAI,IAAI;IAK/B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAMhB,mBAAmB,IAAI,MAAM,GAAG,SAAS;IAkBzC,YAAY,IAAI,MAAM,GAAG,SAAS;IAiBlC,kBAAkB,IAAI,MAAM,GAAG,SAAS;yCA5H7B,kBAAkB;2CAAlB,kBAAkB;CAyI9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"text-input.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/text-input.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GACrB,MAAM,GACN,OAAO,GACP,UAAU,GACV,KAAK,GACL,KAAK,GACL,QAAQ,GACR,QAAQ,CAAC;AAEb,MAAM,MAAM,aAAa,GACrB,MAAM,GACN,KAAK,GACL,KAAK,GACL,OAAO,GACP,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAEb,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,IAAI,GACJ,MAAM,GACN,kBAAkB,GAClB,YAAY,GACZ,iBAAiB,GACjB,aAAa,GACb,kBAAkB,GAClB,UAAU,GACV,OAAO,GACP,UAAU,GACV,cAAc,GACd,kBAAkB,GAClB,eAAe,GACf,oBAAoB,GACpB,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,eAAe,GACf,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,aAAa,GACb,SAAS,GACT,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,WAAW,GACX,QAAQ,GACR,cAAc,GACd,aAAa,GACb,QAAQ,GACR,SAAS,GACT,sBAAsB,GACtB,oBAAoB,GACpB,UAAU,GACV,MAAM,GACN,UAAU,GACV,YAAY,GACZ,WAAW,GACX,KAAK,GACL,KAAK,GACL,KAAK,GACL,kBAAkB,GAClB,cAAc,GACd,eAAe,GACf,WAAW,GACX,eAAe,GACf,MAAM,CAAC"}
1
+ {"version":3,"file":"text-input.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/text-input.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAEhG,MAAM,MAAM,aAAa,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEhG,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,IAAI,GACJ,MAAM,GACN,kBAAkB,GAClB,YAAY,GACZ,iBAAiB,GACjB,aAAa,GACb,kBAAkB,GAClB,UAAU,GACV,OAAO,GACP,UAAU,GACV,cAAc,GACd,kBAAkB,GAClB,eAAe,GACf,oBAAoB,GACpB,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,eAAe,GACf,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,aAAa,GACb,SAAS,GACT,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,WAAW,GACX,QAAQ,GACR,cAAc,GACd,aAAa,GACb,QAAQ,GACR,SAAS,GACT,sBAAsB,GACtB,oBAAoB,GACpB,UAAU,GACV,MAAM,GACN,UAAU,GACV,YAAY,GACZ,WAAW,GACX,KAAK,GACL,KAAK,GACL,KAAK,GACL,kBAAkB,GAClB,cAAc,GACd,eAAe,GACf,WAAW,GACX,eAAe,GACf,MAAM,CAAC"}
@@ -1,14 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./text-input.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 "../errors/form-errors.module";
9
3
  export declare class OasysTextInputModule {
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysTextInputModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysTextInputModule, [typeof i1.TextInputComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.ReactiveFormsModule, typeof i4.FormsModule, typeof i5.OasysIconModule, typeof i6.OasysDirectivesModule, typeof i7.OasysFormErrorsModule], [typeof i1.TextInputComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysTextInputModule, never, [typeof i1.TextInputComponent], [typeof i1.TextInputComponent]>;
12
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysTextInputModule>;
13
7
  }
14
8
  //# sourceMappingURL=text-input.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-input.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/text-input.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAca,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"text-input.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/text-input.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -24,6 +24,6 @@ export declare class OasysHeadingComponent implements OnInit {
24
24
  setupHeadingStackGap(headingType: HeadingType): void;
25
25
  ngOnInit(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysHeadingComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<OasysHeadingComponent, "ui-heading", never, { "heading_type": { "alias": "heading_type"; "required": false; }; "heading_on_dark": { "alias": "heading_on_dark"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_seo_priority": { "alias": "heading_seo_priority"; "required": false; }; "heading_priority": { "alias": "heading_priority"; "required": false; }; "heading_alignment_override": { "alias": "heading_alignment_override"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "heading_surtitle": { "alias": "heading_surtitle"; "required": false; }; "heading_level": { "alias": "heading_level"; "required": false; }; }, {}, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<OasysHeadingComponent, "ui-heading", never, { "heading_type": { "alias": "heading_type"; "required": false; }; "heading_on_dark": { "alias": "heading_on_dark"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_seo_priority": { "alias": "heading_seo_priority"; "required": false; }; "heading_priority": { "alias": "heading_priority"; "required": false; }; "heading_alignment_override": { "alias": "heading_alignment_override"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "heading_surtitle": { "alias": "heading_surtitle"; "required": false; }; "heading_level": { "alias": "heading_level"; "required": false; }; }, {}, never, never, true, never>;
28
28
  }
29
29
  //# sourceMappingURL=heading.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"heading.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/heading.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAkC,MAAM,eAAe,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;AAE/F,qBAMa,qBAAsB,YAAW,MAAM;IAetC,OAAO,CAAC,YAAY;IAdvB,YAAY,EAAE,WAAW,CAAa;IACtC,eAAe,EAAE,SAAS,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,EAAE,OAAO,CAAS;IACtC,gBAAgB,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzC,0BAA0B,CAAC,EAAE,gBAAgB,CAAC;IAC9C,gBAAgB,CAAC,EAAE,MAAM,CAAM;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAM;IAC/B,aAAa,CAAC,EAAE,YAAY,CAAC;IAEtC,sBAAsB,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAChE,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,UAAU,EAAE,UAAU,CAAC;gBAEH,YAAY,EAAE,YAAY;IAE9C,IAA0B,KAAK,IAAI,MAAM,CAKxC;IAED,uBAAuB,IAAI,IAAI;IAY/B,uBAAuB,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO;IAI1D,0BAA0B,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;IAY1D,oBAAoB,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;IAoBpD,QAAQ,IAAI,IAAI;yCAxEL,qBAAqB;2CAArB,qBAAqB;CA6EjC"}
1
+ {"version":3,"file":"heading.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/heading.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAkC,MAAM,eAAe,CAAC;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;;AAI/F,qBASa,qBAAsB,YAAW,MAAM;IAetC,OAAO,CAAC,YAAY;IAdvB,YAAY,EAAE,WAAW,CAAa;IACtC,eAAe,EAAE,SAAS,CAAC;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,oBAAoB,EAAE,OAAO,CAAS;IACtC,gBAAgB,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzC,0BAA0B,CAAC,EAAE,gBAAgB,CAAC;IAC9C,gBAAgB,CAAC,EAAE,MAAM,CAAM;IAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAM;IAC/B,aAAa,CAAC,EAAE,YAAY,CAAC;IAEtC,sBAAsB,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAChE,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,UAAU,EAAE,UAAU,CAAC;gBAEH,YAAY,EAAE,YAAY;IAE9C,IAA0B,KAAK,IAAI,MAAM,CAKxC;IAED,uBAAuB,IAAI,IAAI;IAY/B,uBAAuB,CAAC,WAAW,EAAE,WAAW,GAAG,OAAO;IAI1D,0BAA0B,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;IAkB1D,oBAAoB,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;IA4BpD,QAAQ,IAAI,IAAI;yCAtFL,qBAAqB;2CAArB,qBAAqB;CA2FjC"}
@@ -1 +1 @@
1
- {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/heading.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,SAAS,GACT,WAAW,GACX,oBAAoB,GACpB,sBAAsB,CAAC;AAE3B,MAAM,MAAM,gBAAgB,GACxB,OAAO,GACP,QAAQ,CAAC;AAEb,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,MAAM,GACN,OAAO,CAAC;AAEZ,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,CAAC;AAExD,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC"}
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/heading.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GACnB,MAAM,GACN,SAAS,GACT,WAAW,GACX,oBAAoB,GACpB,sBAAsB,CAAC;AAE3B,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,QAAQ,CAAC;AAElD,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;AAEtD,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,CAAC;AAExD,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC"}
@@ -1,11 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./heading.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 OasysHeadingModule {
7
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysHeadingModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysHeadingModule, [typeof i1.OasysHeadingComponent], [typeof i2.CommonModule, typeof i3.OasysLayoutModule, typeof i4.OasysDirectivesModule], [typeof i1.OasysHeadingComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysHeadingModule, never, [typeof i1.OasysHeadingComponent], [typeof i1.OasysHeadingComponent]>;
9
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysHeadingModule>;
10
7
  }
11
8
  //# sourceMappingURL=heading.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"heading.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/heading.module.ts"],"names":[],"mappings":";;;;;AAOA,qBAMa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"heading.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/heading.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
@@ -31,6 +31,6 @@ export declare class HeroComponent implements OnInit, AfterViewInit {
31
31
  ngAfterViewInit(): void;
32
32
  ngOnInit(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<HeroComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<HeroComponent, "ui-hero", never, { "min_container_height": { "alias": "min_container_height"; "required": false; }; "image_left_desktop": { "alias": "image_left_desktop"; "required": false; }; "image_top_mobile": { "alias": "image_top_mobile"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "heading_surtitle": { "alias": "heading_surtitle"; "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; }; "media_type": { "alias": "media_type"; "required": false; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; }; "heading_level": { "alias": "heading_level"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; }; }, {}, never, ["*"], false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeroComponent, "ui-hero", never, { "min_container_height": { "alias": "min_container_height"; "required": false; }; "image_left_desktop": { "alias": "image_left_desktop"; "required": false; }; "image_top_mobile": { "alias": "image_top_mobile"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "heading_surtitle": { "alias": "heading_surtitle"; "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; }; "media_type": { "alias": "media_type"; "required": false; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; }; "heading_level": { "alias": "heading_level"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; }; }, {}, never, ["*"], true, never>;
35
35
  }
36
36
  //# sourceMappingURL=hero.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hero.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/hero/hero.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,aAAa,EAAE,UAAU,EAAa,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;;AAClD,qBAKa,aAAc,YAAW,MAAM,EAAE,aAAa;IA+B7C,OAAO,CAAC,YAAY;IA9BY,OAAO,EAAE,UAAU,CAAC;IAGvD,oBAAoB,EAAE,MAAM,CAAC;IAC7B,kBAAkB,EAAE,OAAO,CAAS;IACpC,gBAAgB,EAAE,OAAO,CAAQ;IACjC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,2BAA2B,EAAE,MAAM,CAAC;IAGpC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,OAAO,GAAG,OAAO,CAAW;IACxC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,YAAY,CAAQ;IAGnC,gBAAgB,EAAE,MAAM,CAAM;IAC9B,kBAAkB,EAAE,MAAM,CAAM;IAGzC,gBAAgB,EAAE,eAAe,CAAC;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;gBAER,YAAY,EAAE,YAAY;IAG9C,2BAA2B,IAAI,IAAI;IAInC,eAAe,IAAI,IAAI;IAMvB,QAAQ,IAAI,IAAI;yCA5CL,aAAa;2CAAb,aAAa;CAiDzB"}
1
+ {"version":3,"file":"hero.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/hero/hero.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,aAAa,EAAE,UAAU,EAAa,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;;AAQlD,qBAkBa,aAAc,YAAW,MAAM,EAAE,aAAa;IA+B7C,OAAO,CAAC,YAAY;IA9BY,OAAO,EAAE,UAAU,CAAC;IAGvD,oBAAoB,EAAE,MAAM,CAAC;IAC7B,kBAAkB,EAAE,OAAO,CAAS;IACpC,gBAAgB,EAAE,OAAO,CAAQ;IACjC,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,2BAA2B,EAAE,MAAM,CAAC;IAGpC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,OAAO,GAAG,OAAO,CAAW;IACxC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,aAAa,EAAE,YAAY,CAAQ;IAGnC,gBAAgB,EAAE,MAAM,CAAM;IAC9B,kBAAkB,EAAE,MAAM,CAAM;IAGzC,gBAAgB,EAAE,eAAe,CAAC;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;gBAER,YAAY,EAAE,YAAY;IAE9C,2BAA2B,IAAI,IAAI;IAInC,eAAe,IAAI,IAAI;IAMvB,QAAQ,IAAI,IAAI;yCA3CL,aAAa;2CAAb,aAAa;CAsDzB"}
@@ -1,14 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./hero.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 "../image/image.module";
8
- import * as i7 from "../../directives/directives.module";
9
3
  export declare class OasysHeroModule {
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysHeroModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysHeroModule, [typeof i1.HeroComponent], [typeof i2.CommonModule, typeof i3.OasysButtonModule, typeof i4.OasysHeadingModule, typeof i5.OasysLayoutModule, typeof i6.OasysImageModule, typeof i7.OasysDirectivesModule], [typeof i1.HeroComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysHeroModule, never, [typeof i1.HeroComponent], [typeof i1.HeroComponent]>;
12
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysHeroModule>;
13
7
  }
14
8
  //# sourceMappingURL=hero.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hero.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/hero/hero.module.ts"],"names":[],"mappings":";;;;;;;;AAUA,qBAMa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"hero.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/hero/hero.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
@@ -19,6 +19,6 @@ export declare class IconComponent implements OnInit, OnChanges {
19
19
  ngOnChanges(): void;
20
20
  ngOnInit(): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "icon_size": { "alias": "icon_size"; "required": false; }; "icon_size_override": { "alias": "icon_size_override"; "required": false; }; "icon_name": { "alias": "icon_name"; "required": false; }; "icon_context": { "alias": "icon_context"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "icon_class": { "alias": "icon_class"; "required": false; }; }, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui-icon", never, { "icon_size": { "alias": "icon_size"; "required": false; }; "icon_size_override": { "alias": "icon_size_override"; "required": false; }; "icon_name": { "alias": "icon_name"; "required": false; }; "icon_context": { "alias": "icon_context"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "icon_class": { "alias": "icon_class"; "required": false; }; }, {}, never, never, true, never>;
23
23
  }
24
24
  //# sourceMappingURL=icon.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/icon/icon.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;;AAEhD,qBAMa,aAAc,YAAW,MAAM,EAAE,SAAS;IAejC,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,YAAY;IAfb,SAAS,EAAE,OAAO,GAAG,OAAO,CAAW;IACvC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAG,SAAS,CAAC;IACtB,YAAY,EAAE,WAAW,CAAU;IACnC,QAAQ,EAAE,MAAM,CAAM;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;IAE7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;gBAGW,QAAQ,EAAE,QAAQ,EACpC,YAAY,EAAE,YAAY;IAGpC,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;yCAvBL,aAAa;2CAAb,aAAa;CAwCzB"}
1
+ {"version":3,"file":"icon.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/icon/icon.component.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;;AAEhD,qBASa,aAAc,YAAW,MAAM,EAAE,SAAS;IAejC,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,YAAY;IAfb,SAAS,EAAE,OAAO,GAAG,OAAO,CAAW;IACvC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAG,SAAS,CAAC;IACtB,YAAY,EAAE,WAAW,CAAU;IACnC,QAAQ,EAAE,MAAM,CAAM;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;IAE7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;gBAGW,QAAQ,EAAE,QAAQ,EACpC,YAAY,EAAE,YAAY;IAGpC,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;yCAvBL,aAAa;2CAAb,aAAa;CAuCzB"}
@@ -1,10 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./icon.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../directives/directives.module";
5
3
  export declare class OasysIconModule {
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysIconModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysIconModule, [typeof i1.IconComponent], [typeof i2.CommonModule, typeof i3.OasysDirectivesModule], [typeof i1.IconComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysIconModule, never, [typeof i1.IconComponent], [typeof i1.IconComponent]>;
8
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysIconModule>;
9
7
  }
10
8
  //# sourceMappingURL=icon.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/icon/icon.module.ts"],"names":[],"mappings":";;;;AAMA,qBAMa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
1
+ {"version":3,"file":"icon.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/icon/icon.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"image.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/image.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAIZ,SAAS,EACT,SAAS,EACT,MAAM,EAGN,aAAa,EACd,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,gBAAgB,EAChB,kBAAkB,EAClB,YAAY,EACZ,OAAO,EACR,MAAM,SAAS,CAAC;;AAGjB;;;;;;GAMG;AACH,qBAOa,cAAe,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IACtC,SAAS,EAAE,MAAM,CAAC;IACpC,cAAc,SAAM;IACpB,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC7C,UAAU,UAAS;IACnB,aAAa,EAAE,kBAAkB,CAAU;IAC3C,OAAO,EAAE,YAAY,CAAU;IAC/B,oBAAoB,EAAE,gBAAgB,CAAS;IAC/C,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEjC,QAAQ,CAAC,YAAY,qBAA4B;IAE3D,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;IACrD,OAAO,CAAC,QAAQ,CAAC,EAAE,CAEjB;IAEF,QAAQ,CAAC,KAAK,kDAAgC;IAC9C,QAAQ,CAAC,UAAU,SAAqC;IAExD,OAAO,CAAC,oBAAoB,CAAqC;IAEjE,IAA0B,KAAK,WAE9B;IAED;;OAEG;IACH,QAAQ,IAAI,IAAI;IAKhB;;OAEG;IACH,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAQzC;;OAEG;IACH,WAAW,IAAI,IAAI;IAInB;;OAEG;IACH,WAAW,IAAI,IAAI;IAmBnB;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IA4CxB;;;OAGG;IACH,OAAO,CAAC,eAAe;yCAhIZ,cAAc;2CAAd,cAAc;CAsI1B"}
1
+ {"version":3,"file":"image.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/image.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,YAAY,EAIZ,SAAS,EACT,SAAS,EACT,MAAM,EAGN,aAAa,EACd,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;;AAGtF;;;;;;GAMG;AACH,qBAOa,cAAe,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IACtC,SAAS,EAAE,MAAM,CAAC;IACpC,cAAc,SAAM;IACpB,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC7C,UAAU,UAAS;IACnB,aAAa,EAAE,kBAAkB,CAAU;IAC3C,OAAO,EAAE,YAAY,CAAU;IAC/B,oBAAoB,EAAE,gBAAgB,CAAS;IAC/C,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEjC,QAAQ,CAAC,YAAY,qBAA4B;IAE3D,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;IACrD,OAAO,CAAC,QAAQ,CAAC,EAAE,CAA4D;IAE/E,QAAQ,CAAC,KAAK,kDAAgC;IAC9C,QAAQ,CAAC,UAAU,SAAqC;IAExD,OAAO,CAAC,oBAAoB,CAAqC;IAEjE,IAA0B,KAAK,WAE9B;IAED;;OAEG;IACH,QAAQ,IAAI,IAAI;IAKhB;;OAEG;IACH,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAQzC;;OAEG;IACH,WAAW,IAAI,IAAI;IAInB;;OAEG;IACH,WAAW,IAAI,IAAI;IAmBnB;;;;;OAKG;IACH,OAAO,CAAC,gBAAgB;IA4CxB;;;OAGG;IACH,OAAO,CAAC,eAAe;yCA9HZ,cAAc;2CAAd,cAAc;CAoI1B"}
@@ -1 +1 @@
1
- {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/image.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAE7D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAErD,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,OAAO,CAAC;AAEZ,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;AAEzD,MAAM,WAAW,OAAQ,SAAQ,aAAa;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,aAAa,EAAE,kBAAkB,CAAC;IAClC,kBAAkB,EAAE,gBAAgB,CAAC;IACrC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
1
+ {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/image.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAE7D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAErD,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,CAAC;AAEvF,MAAM,MAAM,kBAAkB,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;AAEzD,MAAM,WAAW,OAAQ,SAAQ,aAAa;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,YAAY,CAAC;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,aAAa,EAAE,kBAAkB,CAAC;IAClC,kBAAkB,EAAE,gBAAgB,CAAC;IACrC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
@@ -1,14 +1,8 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "../../directives/directives.module";
5
- import * as i3 from "./image.component";
2
+ import * as i1 from "./image.component";
6
3
  export declare class OasysImageModule {
7
- static forRoot(environment: {
8
- mediaUrl: string;
9
- }): ModuleWithProviders<OasysImageModule>;
10
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysImageModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysImageModule, never, [typeof i1.CommonModule, typeof i2.OasysDirectivesModule, typeof i3.ImageComponent], [typeof i3.ImageComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysImageModule, never, [typeof i1.ImageComponent], [typeof i1.ImageComponent]>;
12
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysImageModule>;
13
7
  }
14
8
  //# sourceMappingURL=image.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"image.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/image.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAY,MAAM,eAAe,CAAC;;;;;AAK9D,qBAMa,gBAAgB;WACb,OAAO,CAAC,WAAW,EAAE;QACjC,QAAQ,EAAE,MAAM,CAAC;KAClB,GAAG,mBAAmB,CAAC,gBAAgB,CAAC;yCAH9B,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAe5B"}
1
+ {"version":3,"file":"image.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/image.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -21,7 +21,7 @@ export declare class LabelComponent implements OnInit {
21
21
  ngOnInit(): void;
22
22
  private setLabelProperties;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ui-label", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "textStyle": { "alias": "textStyle"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconOverride": { "alias": "iconOverride"; "required": false; }; "backgroundColorOverride": { "alias": "backgroundColorOverride"; "required": false; }; }, {}, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ui-label", never, { "type": { "alias": "type"; "required": false; }; "text": { "alias": "text"; "required": false; }; "textStyle": { "alias": "textStyle"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "iconOverride": { "alias": "iconOverride"; "required": false; }; "backgroundColorOverride": { "alias": "backgroundColorOverride"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
26
26
  export {};
27
27
  //# sourceMappingURL=label.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/label/label.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;;AAEzC,UAAU,SAAS;IACjB,IAAI,EAAE,eAAe,GAAG,UAAU,GAAG,iBAAiB,GAAG,sBAAsB,GAAG,EAAE,CAAC;CACtF;AAED,KAAK,SAAS,GAAG,gBAAgB,GAAG,WAAW,GAAG,EAAE,CAAC;AAErD,qBAKa,cAAe,YAAW,MAAM;IAClC,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAM;IAC7B,IAAI,EAAE,MAAM,CAAM;IAClB,SAAS,EAAE,SAAS,CAAM;IAC1B,QAAQ,UAAQ;IAChB,YAAY,EAAE,SAAS,CAAC;IACxB,uBAAuB,EAAE,iBAAiB,CAAC;IAEpD,gBAAgB,EAAE,iBAAiB,CAAoB;IACvD,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,iBAAiB,CAAC;IAE9B,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAIrC;IAEF,IAAI,QAAQ,IAAI,MAAM,CAIrB;IAED,QAAQ,IAAI,IAAI;IAuBhB,OAAO,CAAC,kBAAkB;yCA/Cf,cAAc;2CAAd,cAAc;CAoD1B"}
1
+ {"version":3,"file":"label.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/label/label.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;;AAMzC,UAAU,SAAS;IACjB,IAAI,EAAE,eAAe,GAAG,UAAU,GAAG,iBAAiB,GAAG,sBAAsB,GAAG,EAAE,CAAC;CACtF;AAED,KAAK,SAAS,GAAG,gBAAgB,GAAG,WAAW,GAAG,EAAE,CAAC;AAErD,qBAOa,cAAe,YAAW,MAAM;IAClC,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAM;IAC7B,IAAI,EAAE,MAAM,CAAM;IAClB,SAAS,EAAE,SAAS,CAAM;IAC1B,QAAQ,UAAQ;IAChB,YAAY,EAAE,SAAS,CAAC;IACxB,uBAAuB,EAAE,iBAAiB,CAAC;IAEpD,gBAAgB,EAAE,iBAAiB,CAAoB;IACvD,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,iBAAiB,CAAC;IAE9B,OAAO,CAAC,QAAQ,CAAC,sBAAsB,CAIrC;IAEF,IAAI,QAAQ,IAAI,MAAM,CAErB;IAED,QAAQ,IAAI,IAAI;IAuBhB,OAAO,CAAC,kBAAkB;yCA7Cf,cAAc;2CAAd,cAAc;CAiD1B"}
@@ -1,12 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./label.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../icon/icon.module";
5
- import * as i4 from "../layout/layout.module";
6
- import * as i5 from "../../directives/directives.module";
7
3
  export declare class OasysLabelModule {
8
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysLabelModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysLabelModule, [typeof i1.LabelComponent], [typeof i2.CommonModule, typeof i3.OasysIconModule, typeof i4.OasysLayoutModule, typeof i5.OasysDirectivesModule], [typeof i1.LabelComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysLabelModule, never, [typeof i1.LabelComponent], [typeof i1.LabelComponent]>;
10
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysLabelModule>;
11
7
  }
12
8
  //# sourceMappingURL=label.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/label/label.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAUa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"label.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/label/label.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/layout/Layout.ts"],"names":[],"mappings":"AACA,KAAK,eAAe,GAChB,MAAM,GACN,MAAM,GACN,OAAO,GACP,MAAM,GACN,SAAS,GACT,UAAU,GACV,SAAS,CAAC;AAEd,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,UAAU,mBAAmB;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,MAAM,MAAM,yBAAyB,GAAG,eAAe,GAAG,iBAAiB,CAAC;AAC5E,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,mBAAmB,CAAC;AACjE,MAAM,MAAM,cAAc,GAAG,yBAAyB,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;AAErE,MAAM,MAAM,gBAAgB,GACxB,eAAe,GACf,eAAe,GACf,eAAe,GACf,cAAc,GACd,cAAc,GACd,SAAS,CAAC;AAId,MAAM,MAAM,2BAA2B,GACnC,aAAa,GACb,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,iBAAiB,GACjB,gBAAgB,GAChB,SAAS,CAAC;AAEd,MAAM,MAAM,oBAAoB,GAC5B,aAAa,GACb,SAAS,GACT,WAAW,GACX,UAAU,GACV,YAAY,GACZ,WAAW,GACX,iBAAiB,GACjB,mBAAmB,GACnB,kBAAkB,GAClB,SAAS,CAAC;AAEd,MAAM,MAAM,iBAAiB,GACzB,oBAAoB,GACpB,2BAA2B,CAAC;AAEhC,MAAM,MAAM,gBAAgB,GAAG,GAAG,GAAG,GAAG,GAAG,SAAS,CAAC;AAErD,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/layout/Layout.ts"],"names":[],"mappings":"AACA,KAAK,eAAe,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAE/F,UAAU,iBAAiB;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,UAAU,mBAAmB;IAC3B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,MAAM,MAAM,yBAAyB,GAAG,eAAe,GAAG,iBAAiB,CAAC;AAC5E,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,mBAAmB,CAAC;AACjE,MAAM,MAAM,cAAc,GAAG,yBAAyB,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC;AAE7C,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,CAAC;AAEvD,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;AAErE,MAAM,MAAM,gBAAgB,GACxB,eAAe,GACf,eAAe,GACf,eAAe,GACf,cAAc,GACd,cAAc,GACd,SAAS,CAAC;AAId,MAAM,MAAM,2BAA2B,GACnC,aAAa,GACb,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,iBAAiB,GACjB,gBAAgB,GAChB,SAAS,CAAC;AAEd,MAAM,MAAM,oBAAoB,GAC5B,aAAa,GACb,SAAS,GACT,WAAW,GACX,UAAU,GACV,YAAY,GACZ,WAAW,GACX,iBAAiB,GACjB,mBAAmB,GACnB,kBAAkB,GAClB,SAAS,CAAC;AAEd,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,GAAG,2BAA2B,CAAC;AAEnF,MAAM,MAAM,gBAAgB,GAAG,GAAG,GAAG,GAAG,GAAG,SAAS,CAAC;AAErD,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC"}
@@ -44,6 +44,6 @@ export declare class LayoutBoxComponent implements OnInit, OnChanges {
44
44
  ngOnInit(): void;
45
45
  private getBoxModeClass;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutBoxComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutBoxComponent, "ui-box", never, { "box_space": { "alias": "box_space"; "required": false; }; "box_space_top": { "alias": "box_space_top"; "required": false; }; "box_space_right": { "alias": "box_space_right"; "required": false; }; "box_space_bottom": { "alias": "box_space_bottom"; "required": false; }; "box_space_left": { "alias": "box_space_left"; "required": false; }; "box_align_x": { "alias": "box_align_x"; "required": false; }; "box_align_y": { "alias": "box_align_y"; "required": false; }; "box_fill_mode": { "alias": "box_fill_mode"; "required": false; }; "box_background": { "alias": "box_background"; "required": false; }; "box_content_fill_width": { "alias": "box_content_fill_width"; "required": false; }; "box_border_color": { "alias": "box_border_color"; "required": false; }; "box_border_width": { "alias": "box_border_width"; "required": false; }; "box_border_style": { "alias": "box_border_style"; "required": false; }; "box_border_radius": { "alias": "box_border_radius"; "required": false; }; }, {}, never, ["*"], false, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutBoxComponent, "ui-box", never, { "box_space": { "alias": "box_space"; "required": false; }; "box_space_top": { "alias": "box_space_top"; "required": false; }; "box_space_right": { "alias": "box_space_right"; "required": false; }; "box_space_bottom": { "alias": "box_space_bottom"; "required": false; }; "box_space_left": { "alias": "box_space_left"; "required": false; }; "box_align_x": { "alias": "box_align_x"; "required": false; }; "box_align_y": { "alias": "box_align_y"; "required": false; }; "box_fill_mode": { "alias": "box_fill_mode"; "required": false; }; "box_background": { "alias": "box_background"; "required": false; }; "box_content_fill_width": { "alias": "box_content_fill_width"; "required": false; }; "box_border_color": { "alias": "box_border_color"; "required": false; }; "box_border_width": { "alias": "box_border_width"; "required": false; }; "box_border_style": { "alias": "box_border_style"; "required": false; }; "box_border_radius": { "alias": "box_border_radius"; "required": false; }; }, {}, never, ["*"], true, never>;
48
48
  }
49
49
  //# sourceMappingURL=box.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"box.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/box/box.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EACjB,SAAS,EACT,MAAM,EAIP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,2BAA2B,EAC3B,cAAc,EACd,eAAe,EAChB,MAAM,WAAW,CAAC;AACnB,OAAO,EACL,cAAc,EACd,cAAc,EACd,eAAe,EACf,cAAc,EACf,MAAM,OAAO,CAAC;;AAEf,qBAUa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IA6BxD,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IA7Bb,SAAS,CAAC,EAAE,cAAc,CAAa;IAEvC,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,eAAe,CAAC,EAAE,cAAc,CAAC;IACjC,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC,WAAW,CAAC,EAAE,eAAe,CAAW;IACxC,WAAW,CAAC,EAAE,eAAe,CAAW;IAExC,aAAa,CAAC,EAAE,eAAe,CAAU;IAEzC,cAAc,EAAE,2BAA2B,GAAG,iBAAiB,CAC5D;IAEH,sBAAsB,EAAE,OAAO,CAAS;IAExC,gBAAgB,CAAC,EAAE,cAAc,CAAa;IAC9C,gBAAgB,CAAC,EAAE,cAAc,CAAU;IAC3C,gBAAgB,CAAC,EAAE,cAAc,CAAW;IAC5C,iBAAiB,CAAC,EAAE,eAAe,CAAU;IAEtD,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAmB;IACzB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,gBAAgB,EAAE,OAAO,CAAS;gBAGxB,OAAO,EAAE,iBAAiB,EAC1B,YAAY,EAAE,YAAY;IAGpC;;;;;OAKG;IACH,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAU3C,cAAc,CAAC,UAAU,CAAC,EAAE,cAAc,EAAE,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE;IAyB5E,kBAAkB,CAAC,cAAc,EAAE,cAAc,EAAE,GAAG,MAAM,EAAE,EAAE;IAUhE,mBAAmB,CAAC,iBAAiB,EAAE,eAAe,EAAE,GAAG,MAAM,EAAE;IAUnE,kBAAkB,IAAI,MAAM;IAO5B,mBAAmB,IAAI,MAAM;IAO7B,mBAAmB,IAAI,MAAM;IAO7B,mBAAmB,IAAI,MAAM;IAO7B,oBAAoB,IAAI,MAAM;IAO9B,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;IAmChB,OAAO,CAAC,eAAe;yCA5KZ,kBAAkB;2CAAlB,kBAAkB;CAsL9B"}
1
+ {"version":3,"file":"box.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/box/box.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EACjB,SAAS,EACT,MAAM,EAIP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,2BAA2B,EAC3B,cAAc,EACd,eAAe,EAChB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;;AAExF,qBAYa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IA4BxD,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IA5Bb,SAAS,CAAC,EAAE,cAAc,CAAa;IAEvC,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,eAAe,CAAC,EAAE,cAAc,CAAC;IACjC,gBAAgB,CAAC,EAAE,cAAc,CAAC;IAClC,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC,WAAW,CAAC,EAAE,eAAe,CAAW;IACxC,WAAW,CAAC,EAAE,eAAe,CAAW;IAExC,aAAa,CAAC,EAAE,eAAe,CAAU;IAEzC,cAAc,EAAE,2BAA2B,GAAG,iBAAiB,CAAa;IAE5E,sBAAsB,EAAE,OAAO,CAAS;IAExC,gBAAgB,CAAC,EAAE,cAAc,CAAa;IAC9C,gBAAgB,CAAC,EAAE,cAAc,CAAU;IAC3C,gBAAgB,CAAC,EAAE,cAAc,CAAW;IAC5C,iBAAiB,CAAC,EAAE,eAAe,CAAU;IAEtD,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAmB;IACzB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,gBAAgB,EAAE,OAAO,CAAS;gBAGxB,OAAO,EAAE,iBAAiB,EAC1B,YAAY,EAAE,YAAY;IAGpC;;;;;OAKG;IACH,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO;IAU3C,cAAc,CAAC,UAAU,CAAC,EAAE,cAAc,EAAE,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE;IAoB5E,kBAAkB,CAAC,cAAc,EAAE,cAAc,EAAE,GAAG,MAAM,EAAE,EAAE;IAQhE,mBAAmB,CAAC,iBAAiB,EAAE,eAAe,EAAE,GAAG,MAAM,EAAE;IAUnE,kBAAkB,IAAI,MAAM;IAK5B,mBAAmB,IAAI,MAAM;IAO7B,mBAAmB,IAAI,MAAM;IAO7B,mBAAmB,IAAI,MAAM;IAO7B,oBAAoB,IAAI,MAAM;IAO9B,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;IAkChB,OAAO,CAAC,eAAe;yCAjKZ,kBAAkB;2CAAlB,kBAAkB;CA2K9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/box/box.ts"],"names":[],"mappings":"AAGA,KAAK,cAAc,GACjB,SAAS,GACT,iBAAiB,GACjB,WAAW,CAAC;AAGd,KAAK,oBAAoB,GACvB,UAAU,GACV,YAAY,CAAC;AAGf,KAAK,gBAAgB,GACnB,iBAAiB,GACjB,yBAAyB,CAAC;AAM5B,KAAK,oBAAoB,GACvB,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,OAAO,CAAC;AAGV,KAAK,sBAAsB,GACzB,iBAAiB,GACjB,mBAAmB,GACnB,cAAc,CAAC;AAEjB,MAAM,MAAM,cAAc,GAAG,cAAc,GAAG,oBAAoB,GAAG,gBAAgB,CAAC;AAEtF,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC;AAE9D,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAAG,sBAAsB,CAAC"}
1
+ {"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/box/box.ts"],"names":[],"mappings":"AAGA,KAAK,cAAc,GAAG,SAAS,GAAG,iBAAiB,GAAG,WAAW,CAAC;AAGlE,KAAK,oBAAoB,GAAG,UAAU,GAAG,YAAY,CAAC;AAGtD,KAAK,gBAAgB,GAAG,iBAAiB,GAAG,yBAAyB,CAAC;AAKtE,KAAK,oBAAoB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;AAGnE,KAAK,sBAAsB,GAAG,iBAAiB,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAEvF,MAAM,MAAM,cAAc,GAAG,cAAc,GAAG,oBAAoB,GAAG,gBAAgB,CAAC;AAEtF,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC;AAE9D,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG,oBAAoB,GAAG,sBAAsB,CAAC"}
@@ -14,6 +14,6 @@ export declare class LayoutContainerComponent implements OnInit, OnChanges {
14
14
  ngOnChanges(): void;
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutContainerComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutContainerComponent, "ui-container", never, { "container_fluid": { "alias": "container_fluid"; "required": false; }; "container_gutter": { "alias": "container_gutter"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutContainerComponent, "ui-container", never, { "container_fluid": { "alias": "container_fluid"; "required": false; }; "container_gutter": { "alias": "container_gutter"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
19
19
  //# sourceMappingURL=container.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/container/container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,iBAAiB,EAAS,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAGxH,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;;AACjD,qBAYa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAUpD,OAAO,CAAC,OAAO;IATlB,eAAe,EAAE,OAAO,CAAS;IACjC,gBAAgB,EAAE,IAAI,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,CAAQ;IAClE,MAAM,SAAyB;IAC/B,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;IAElC,wBAAwB,EAAE,MAAM,CAAC;IACjC,wBAAwB,EAAE,MAAM,CAAC;IACjC,wBAAwB,EAAE,oBAAoB,CAAC;gBAE3B,OAAO,EAAE,iBAAiB;IAE9C,WAAW,IAAI,IAAI;IAKnB,QAAQ,IAAI,IAAI;yCAjBL,wBAAwB;2CAAxB,wBAAwB;CAyBpC"}
1
+ {"version":3,"file":"container.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/container/container.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;;AACjD,qBAUa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAUpD,OAAO,CAAC,OAAO;IATlB,eAAe,EAAE,OAAO,CAAS;IACjC,gBAAgB,EAAE,IAAI,GAAG,KAAK,GAAG,MAAM,GAAG,OAAO,CAAQ;IAClE,MAAM,SAAyB;IAC/B,sBAAsB,CAAC,EAAE,MAAM,EAAE,CAAC;IAElC,wBAAwB,EAAE,MAAM,CAAC;IACjC,wBAAwB,EAAE,MAAM,CAAC;IACjC,wBAAwB,EAAE,oBAAoB,CAAC;gBAE3B,OAAO,EAAE,iBAAiB;IAE9C,WAAW,IAAI,IAAI;IAKnB,QAAQ,IAAI,IAAI;yCAjBL,wBAAwB;2CAAxB,wBAAwB;CA4BpC"}
@@ -14,6 +14,6 @@ export declare class LayoutGridColumnComponent implements OnInit, OnChanges {
14
14
  ngOnChanges(): void;
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutGridColumnComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutGridColumnComponent, "ui-column", never, { "columns": { "alias": "columns"; "required": false; }; "column_inset": { "alias": "column_inset"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutGridColumnComponent, "ui-column", never, { "columns": { "alias": "columns"; "required": false; }; "column_inset": { "alias": "column_inset"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
19
19
  //# sourceMappingURL=grid-column.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grid-column.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/grid/grid-column.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,iBAAiB,EAAoB,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnI,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;;AAElD,qBAUa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IASrD,OAAO,CAAC,OAAO;IAR3B,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAsB;IAC5B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEtB,OAAO,EAAE,qBAAqB,CAAM;IACpC,YAAY,EAAE,qBAAqB,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;gBAEE,OAAO,EAAE,iBAAiB;IAE9C,cAAc,CAAC,OAAO,EAAE,qBAAqB,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE;IAsB7E,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;yCAzCL,yBAAyB;2CAAzB,yBAAyB;CAkDrC"}
1
+ {"version":3,"file":"grid-column.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/grid/grid-column.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAGjB,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;;AAElD,qBAWa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IASrD,OAAO,CAAC,OAAO;IAR3B,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAsB;IAC5B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAEtB,OAAO,EAAE,qBAAqB,CAAM;IACpC,YAAY,EAAE,qBAAqB,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;gBAEE,OAAO,EAAE,iBAAiB;IAE9C,cAAc,CAAC,OAAO,EAAE,qBAAqB,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE;IAc7E,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;yCAjCL,yBAAyB;2CAAzB,yBAAyB;CA2CrC"}
@@ -14,6 +14,6 @@ export declare class LayoutGridComponent implements OnInit, OnChanges {
14
14
  ngOnChanges(): void;
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutGridComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutGridComponent, "ui-grid", never, { "grid_auto": { "alias": "grid_auto"; "required": false; }; "grid_collapse_below": { "alias": "grid_collapse_below"; "required": false; }; "grid_gap": { "alias": "grid_gap"; "required": false; }; "grid_base": { "alias": "grid_base"; "required": false; }; }, {}, never, ["*"], false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutGridComponent, "ui-grid", never, { "grid_auto": { "alias": "grid_auto"; "required": false; }; "grid_collapse_below": { "alias": "grid_collapse_below"; "required": false; }; "grid_gap": { "alias": "grid_gap"; "required": false; }; "grid_base": { "alias": "grid_base"; "required": false; }; }, {}, never, ["*"], true, never>;
18
18
  }
19
19
  //# sourceMappingURL=grid.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/grid/grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAGjB,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;;AAEvB,qBAWa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAU/C,OAAO,CAAC,OAAO;IATlB,SAAS,EAAE,OAAO,CAAS;IAC3B,mBAAmB,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAY;IACzE,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAa;IAClF,SAAS,EAAE,MAAM,CAAM;IAEhC,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAoB;IAC1B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;gBAET,OAAO,EAAE,iBAAiB;IAE9C,IAAI,mBAAmB,IAAI,MAAM,GAAG,IAAI,CAGvC;IAED,WAAW,IAAI,IAAI;IAMnB,QAAQ,IAAI,IAAI;yCAvBL,mBAAmB;2CAAnB,mBAAmB;CAgC/B"}
1
+ {"version":3,"file":"grid.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/grid/grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAGjB,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;;AAEvB,qBAYa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAU/C,OAAO,CAAC,OAAO;IATlB,SAAS,EAAE,OAAO,CAAS;IAC3B,mBAAmB,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAY;IACzE,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAa;IAClF,SAAS,EAAE,MAAM,CAAM;IAEhC,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAoB;IAC1B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;gBAET,OAAO,EAAE,iBAAiB;IAE9C,IAAI,mBAAmB,IAAI,MAAM,GAAG,IAAI,CAGvC;IAED,WAAW,IAAI,IAAI;IAMnB,QAAQ,IAAI,IAAI;yCAvBL,mBAAmB;2CAAnB,mBAAmB;CAgC/B"}
@@ -4,10 +4,9 @@ import * as i2 from "./container/container.component";
4
4
  import * as i3 from "./grid/grid.component";
5
5
  import * as i4 from "./grid/grid-column.component";
6
6
  import * as i5 from "./stack/stack.component";
7
- import * as i6 from "../../directives/directives.module";
8
7
  export declare class OasysLayoutModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysLayoutModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysLayoutModule, [typeof i1.LayoutBoxComponent, typeof i2.LayoutContainerComponent, typeof i3.LayoutGridComponent, typeof i4.LayoutGridColumnComponent, typeof i5.LayoutStackComponent], [typeof i6.OasysDirectivesModule], [typeof i1.LayoutBoxComponent, typeof i2.LayoutContainerComponent, typeof i4.LayoutGridColumnComponent, typeof i3.LayoutGridComponent, typeof i5.LayoutStackComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysLayoutModule, never, [typeof i1.LayoutBoxComponent, typeof i2.LayoutContainerComponent, typeof i3.LayoutGridComponent, typeof i4.LayoutGridColumnComponent, typeof i5.LayoutStackComponent], [typeof i1.LayoutBoxComponent, typeof i2.LayoutContainerComponent, typeof i4.LayoutGridColumnComponent, typeof i3.LayoutGridComponent, typeof i5.LayoutStackComponent]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysLayoutModule>;
12
11
  }
13
12
  //# sourceMappingURL=layout.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"layout.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/layout/layout.module.ts"],"names":[],"mappings":";;;;;;;AASA,qBAkBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
1
+ {"version":3,"file":"layout.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/layout/layout.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAgBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
@@ -17,6 +17,6 @@ export declare class LayoutStackComponent implements OnInit, OnChanges {
17
17
  ngOnChanges(): void;
18
18
  ngOnInit(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutStackComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutStackComponent, "ui-stack", never, { "stack_gap": { "alias": "stack_gap"; "required": false; }; "stack_align": { "alias": "stack_align"; "required": false; }; "stack_direction": { "alias": "stack_direction"; "required": false; }; "stack_distribute": { "alias": "stack_distribute"; "required": false; }; "stack_wrap": { "alias": "stack_wrap"; "required": false; }; "stack_collapse_below": { "alias": "stack_collapse_below"; "required": false; }; }, {}, never, ["*"], false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutStackComponent, "ui-stack", never, { "stack_gap": { "alias": "stack_gap"; "required": false; }; "stack_align": { "alias": "stack_align"; "required": false; }; "stack_direction": { "alias": "stack_direction"; "required": false; }; "stack_distribute": { "alias": "stack_distribute"; "required": false; }; "stack_wrap": { "alias": "stack_wrap"; "required": false; }; "stack_collapse_below": { "alias": "stack_collapse_below"; "required": false; }; }, {}, never, ["*"], true, never>;
21
21
  }
22
22
  //# sourceMappingURL=stack.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stack.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/stack/stack.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,iBAAiB,EAAoB,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACnI,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;;AAEhG,qBAUa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IAYhD,OAAO,CAAC,OAAO;IAX3B,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAqB;IAC3B,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAErB,SAAS,EAAE,cAAc,CAAa;IACtC,WAAW,EAAE,eAAe,CAAW;IACvC,eAAe,EAAE,gBAAgB,CAAO;IACxC,gBAAgB,CAAC,EAAE,gBAAgB,CAAW;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAS;IAC7B,oBAAoB,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAU;gBAE7D,OAAO,EAAE,iBAAiB;IAE9C,mBAAmB,IAAI,gBAAgB;IAQvC,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;yCA9BL,oBAAoB;2CAApB,oBAAoB;CA4ChC"}
1
+ {"version":3,"file":"stack.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/layout/stack/stack.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAGjB,SAAS,EACT,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;;AAEhG,qBAWa,oBAAqB,YAAW,MAAM,EAAE,SAAS;IAYhD,OAAO,CAAC,OAAO;IAX3B,YAAY,EAAE,OAAO,CAAS;IAC9B,MAAM,SAAqB;IAC3B,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAErB,SAAS,EAAE,cAAc,CAAa;IACtC,WAAW,EAAE,eAAe,CAAW;IACvC,eAAe,EAAE,gBAAgB,CAAO;IACxC,gBAAgB,CAAC,EAAE,gBAAgB,CAAW;IAC9C,UAAU,CAAC,EAAE,OAAO,CAAS;IAC7B,oBAAoB,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAU;gBAE7D,OAAO,EAAE,iBAAiB;IAE9C,mBAAmB,IAAI,gBAAgB;IAQvC,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;yCA9BL,oBAAoB;2CAApB,oBAAoB;CA2ChC"}
@@ -9,7 +9,7 @@ export declare class BreadcrumbsComponent implements OnInit {
9
9
  values: BreadcrumbsItem[];
10
10
  ngOnInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "ui-breadcrumbs", never, { "breadcrumbs_values": { "alias": "breadcrumbs_values"; "required": false; }; }, {}, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "ui-breadcrumbs", never, { "breadcrumbs_values": { "alias": "breadcrumbs_values"; "required": false; }; }, {}, never, never, true, never>;
13
13
  }
14
14
  export {};
15
15
  //# sourceMappingURL=breadcrumbs.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/navigation/breadcrumbs/breadcrumbs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;;AAI1D,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AACD,qBAMa,oBAAqB,YAAW,MAAM;IACxC,kBAAkB,EAAE,MAAM,GAAG,eAAe,EAAE,CAAC;IACxD,MAAM,EAAE,eAAe,EAAE,CAAC;IAE1B,QAAQ,IAAI,IAAI;yCAJL,oBAAoB;2CAApB,oBAAoB;CAWhC"}
1
+ {"version":3,"file":"breadcrumbs.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/navigation/breadcrumbs/breadcrumbs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;;AAS1D,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AACD,qBAea,oBAAqB,YAAW,MAAM;IACxC,kBAAkB,EAAE,MAAM,GAAG,eAAe,EAAE,CAAC;IACxD,MAAM,EAAE,eAAe,EAAE,CAAC;IAE1B,QAAQ,IAAI,IAAI;yCAJL,oBAAoB;2CAApB,oBAAoB;CAWhC"}
@@ -1,13 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./breadcrumbs.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../../button/button.module";
5
- import * as i4 from "../../icon/icon.module";
6
- import * as i5 from "../../layout/layout.module";
7
- import * as i6 from "../../../directives/directives.module";
8
3
  export declare class OasysBreadcrumbModule {
9
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OasysBreadcrumbModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<OasysBreadcrumbModule, [typeof i1.BreadcrumbsComponent], [typeof i2.CommonModule, typeof i3.OasysButtonModule, typeof i4.OasysIconModule, typeof i5.OasysLayoutModule, typeof i6.OasysDirectivesModule], [typeof i1.BreadcrumbsComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysBreadcrumbModule, never, [typeof i1.BreadcrumbsComponent], [typeof i1.BreadcrumbsComponent]>;
11
6
  static ɵinj: i0.ɵɵInjectorDeclaration<OasysBreadcrumbModule>;
12
7
  }
13
8
  //# sourceMappingURL=breadcrumbs.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/navigation/breadcrumbs/breadcrumbs.module.ts"],"names":[],"mappings":";;;;;;;AAQA,qBAWa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
1
+ {"version":3,"file":"breadcrumbs.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/navigation/breadcrumbs/breadcrumbs.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"tab-group.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/oasys-lib/src/lib/components/navigation/tabs/tab-group/tab-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,SAAS,EACT,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAKzD,qBAaa,sBAAuB,YAAW,gBAAgB;IACpD,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAW;IAEX,IAAI,EAAG,SAAS,CAAC,iBAAiB,CAAC,CAAC;IACxE,eAAe,EAAG,iBAAiB,CAAC;IAEpC,iBAAiB,IAAI,MAAM;IAM3B,kBAAkB,IAAI,IAAI;IAQ1B,WAAW,CAAC,GAAG,EAAE,iBAAiB,GAAG,IAAI;yCApB9B,sBAAsB;2CAAtB,sBAAsB;CAwBlC"}
1
+ {"version":3,"file":"tab-group.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/oasys-lib/src/lib/components/navigation/tabs/tab-group/tab-group.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,SAAS,EACT,gBAAgB,EACjB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAKzD,qBAQa,sBAAuB,YAAW,gBAAgB;IACpD,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAW;IAEX,IAAI,EAAG,SAAS,CAAC,iBAAiB,CAAC,CAAC;IACxE,eAAe,EAAG,iBAAiB,CAAC;IAEpC,iBAAiB,IAAI,MAAM;IAI3B,kBAAkB,IAAI,IAAI;IAQ1B,WAAW,CAAC,GAAG,EAAE,iBAAiB,GAAG,IAAI;yCAlB9B,sBAAsB;2CAAtB,sBAAsB;CAsBlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tab-header.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/oasys-lib/src/lib/components/navigation/tabs/tab-header/tab-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EAET,YAAY,EAEb,MAAM,eAAe,CAAC;AAIvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAEzD,qBAOa,uBAAuB;IACzB,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAW;IACtC,IAAI,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAClC,WAAW,kCAAyC;IAC9D,UAAU,yDAA8B;IAExC,eAAe,EAAE,iBAAiB,CAAC;IACnC,MAAM,EAAE,CAAC,CAAC;IACV,OAAO,MAAC;IACR;;;OAGG;IACH,iBAAiB,IAAI,MAAM;IAM3B;;;OAGG;IACH,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI;IAI1C;;;;;OAKG;IACH,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;yCAjC7C,uBAAuB;2CAAvB,uBAAuB;CA2DnC"}
1
+ {"version":3,"file":"tab-header.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/oasys-lib/src/lib/components/navigation/tabs/tab-header/tab-header.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAU,YAAY,EAAS,MAAM,eAAe,CAAC;AAIzF,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;;AAEzD,qBAOa,uBAAuB;IACzB,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAW;IACtC,IAAI,EAAE,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAClC,WAAW,kCAAyC;IAC9D,UAAU,yDAA8B;IAExC,eAAe,EAAE,iBAAiB,CAAC;IACnC,MAAM,EAAE,CAAC,CAAC;IACV,OAAO,MAAC;IACR;;;OAGG;IACH,iBAAiB,IAAI,MAAM;IAM3B;;;OAGG;IACH,WAAW,CAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI;IAI1C;;;;;OAKG;IACH,aAAa,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;yCAjC7C,uBAAuB;2CAAvB,uBAAuB;CA2DnC"}