oasys-lib 2.3.3-rc.0 → 2.4.1

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 (198) hide show
  1. package/esm2022/lib/components/banner/banner.module.mjs +16 -0
  2. package/esm2022/lib/components/banner/index.mjs +3 -3
  3. package/esm2022/lib/components/button/button.module.mjs +16 -0
  4. package/esm2022/lib/components/button/index.mjs +2 -1
  5. package/esm2022/lib/components/button-group/button-group.module.mjs +16 -0
  6. package/esm2022/lib/components/button-group/index.mjs +3 -3
  7. package/esm2022/lib/components/card/card.module.mjs +16 -0
  8. package/esm2022/lib/components/card/index.mjs +3 -3
  9. package/esm2022/lib/components/carousel/carousel.module.mjs +16 -0
  10. package/esm2022/lib/components/carousel/index.mjs +3 -3
  11. package/esm2022/lib/components/divider/divider.module.mjs +16 -0
  12. package/esm2022/lib/components/divider/index.mjs +3 -3
  13. package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +3 -3
  14. package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +16 -0
  15. package/esm2022/lib/components/form/checkbox/index.mjs +3 -3
  16. package/esm2022/lib/components/form/chip/chip.module.mjs +16 -0
  17. package/esm2022/lib/components/form/chip/index.mjs +3 -3
  18. package/esm2022/lib/components/form/combobox/combobox.component.mjs +30 -27
  19. package/esm2022/lib/components/form/combobox/combobox.module.mjs +82 -0
  20. package/esm2022/lib/components/form/combobox/index.mjs +3 -3
  21. package/esm2022/lib/components/form/errors/form-errors.module.mjs +16 -0
  22. package/esm2022/lib/components/form/errors/index.mjs +3 -3
  23. package/esm2022/lib/components/form/form-group/form-group.component.mjs +3 -3
  24. package/esm2022/lib/components/form/form-group/form-group.module.mjs +16 -0
  25. package/esm2022/lib/components/form/form-group/index.mjs +3 -3
  26. package/esm2022/lib/components/form/radio/index.mjs +3 -3
  27. package/esm2022/lib/components/form/radio/radio.component.mjs +3 -3
  28. package/esm2022/lib/components/form/radio/radio.module.mjs +16 -0
  29. package/esm2022/lib/components/form/text-input/index.mjs +3 -3
  30. package/esm2022/lib/components/form/text-input/text-input.component.mjs +3 -3
  31. package/esm2022/lib/components/form/text-input/text-input.module.mjs +16 -0
  32. package/esm2022/lib/components/heading/heading.module.mjs +16 -0
  33. package/esm2022/lib/components/heading/index.mjs +2 -1
  34. package/esm2022/lib/components/hero/hero.module.mjs +16 -0
  35. package/esm2022/lib/components/hero/index.mjs +3 -3
  36. package/esm2022/lib/components/icon/icon.module.mjs +16 -0
  37. package/esm2022/lib/components/icon/index.mjs +3 -3
  38. package/esm2022/lib/components/image/image.module.mjs +16 -0
  39. package/esm2022/lib/components/image/index.mjs +3 -3
  40. package/esm2022/lib/components/label/index.mjs +3 -3
  41. package/esm2022/lib/components/label/label.module.mjs +16 -0
  42. package/esm2022/lib/components/layout/index.mjs +7 -11
  43. package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.module.mjs +16 -0
  44. package/esm2022/lib/components/navigation/breadcrumbs/index.mjs +3 -3
  45. package/esm2022/lib/components/navigation/tabs/tab-group/index.mjs +2 -1
  46. package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.component.mjs +1 -36
  47. package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.module.mjs +27 -0
  48. package/esm2022/lib/components/navigation/tabs/tab-header/tab-header.component.mjs +3 -3
  49. package/esm2022/lib/components/pill/index.mjs +3 -3
  50. package/esm2022/lib/components/pill/pill.module.mjs +16 -0
  51. package/esm2022/lib/components/pill-group/index.mjs +2 -1
  52. package/esm2022/lib/components/pill-group/pill-group.module.mjs +16 -0
  53. package/esm2022/lib/components/price/index.mjs +3 -3
  54. package/esm2022/lib/components/price/price.module.mjs +16 -0
  55. package/esm2022/lib/components/progress-bar/index.mjs +2 -3
  56. package/esm2022/lib/components/promo-card/index.mjs +3 -3
  57. package/esm2022/lib/components/promo-card/promo-card.module.mjs +16 -0
  58. package/esm2022/lib/components/section/index.mjs +3 -3
  59. package/esm2022/lib/components/section/section.module.mjs +16 -0
  60. package/esm2022/lib/components/select-card/index.mjs +3 -3
  61. package/esm2022/lib/components/select-card/select-card.module.mjs +16 -0
  62. package/esm2022/lib/components/seo-block/index.mjs +3 -3
  63. package/esm2022/lib/components/seo-block/seo-block.module.mjs +16 -0
  64. package/esm2022/lib/components/text/index.mjs +3 -3
  65. package/esm2022/lib/components/text/text.module.mjs +16 -0
  66. package/esm2022/public-api.mjs +1 -2
  67. package/fesm2022/oasys-lib.mjs +527 -121
  68. package/fesm2022/oasys-lib.mjs.map +1 -1
  69. package/lib/components/banner/banner.module.d.ts +8 -0
  70. package/lib/components/banner/banner.module.d.ts.map +1 -0
  71. package/lib/components/banner/index.d.ts +2 -2
  72. package/lib/components/banner/index.d.ts.map +1 -1
  73. package/lib/components/button/button.module.d.ts +8 -0
  74. package/lib/components/button/button.module.d.ts.map +1 -0
  75. package/lib/components/button/index.d.ts +1 -0
  76. package/lib/components/button/index.d.ts.map +1 -1
  77. package/lib/components/button-group/button-group.module.d.ts +8 -0
  78. package/lib/components/button-group/button-group.module.d.ts.map +1 -0
  79. package/lib/components/button-group/index.d.ts +2 -2
  80. package/lib/components/button-group/index.d.ts.map +1 -1
  81. package/lib/components/card/card.module.d.ts +8 -0
  82. package/lib/components/card/card.module.d.ts.map +1 -0
  83. package/lib/components/card/index.d.ts +2 -2
  84. package/lib/components/card/index.d.ts.map +1 -1
  85. package/lib/components/carousel/carousel.module.d.ts +8 -0
  86. package/lib/components/carousel/carousel.module.d.ts.map +1 -0
  87. package/lib/components/carousel/index.d.ts +2 -2
  88. package/lib/components/carousel/index.d.ts.map +1 -1
  89. package/lib/components/divider/divider.module.d.ts +8 -0
  90. package/lib/components/divider/divider.module.d.ts.map +1 -0
  91. package/lib/components/divider/index.d.ts +2 -2
  92. package/lib/components/divider/index.d.ts.map +1 -1
  93. package/lib/components/form/checkbox/checkbox.module.d.ts +8 -0
  94. package/lib/components/form/checkbox/checkbox.module.d.ts.map +1 -0
  95. package/lib/components/form/checkbox/index.d.ts +2 -2
  96. package/lib/components/form/checkbox/index.d.ts.map +1 -1
  97. package/lib/components/form/chip/chip.module.d.ts +8 -0
  98. package/lib/components/form/chip/chip.module.d.ts.map +1 -0
  99. package/lib/components/form/chip/index.d.ts +2 -2
  100. package/lib/components/form/chip/index.d.ts.map +1 -1
  101. package/lib/components/form/combobox/combobox.component.d.ts +3 -4
  102. package/lib/components/form/combobox/combobox.component.d.ts.map +1 -1
  103. package/lib/components/form/combobox/combobox.module.d.ts +8 -0
  104. package/lib/components/form/combobox/combobox.module.d.ts.map +1 -0
  105. package/lib/components/form/combobox/index.d.ts +2 -2
  106. package/lib/components/form/combobox/index.d.ts.map +1 -1
  107. package/lib/components/form/errors/form-errors.module.d.ts +8 -0
  108. package/lib/components/form/errors/form-errors.module.d.ts.map +1 -0
  109. package/lib/components/form/errors/index.d.ts +2 -2
  110. package/lib/components/form/errors/index.d.ts.map +1 -1
  111. package/lib/components/form/form-group/form-group.module.d.ts +8 -0
  112. package/lib/components/form/form-group/form-group.module.d.ts.map +1 -0
  113. package/lib/components/form/form-group/index.d.ts +2 -2
  114. package/lib/components/form/form-group/index.d.ts.map +1 -1
  115. package/lib/components/form/radio/index.d.ts +2 -2
  116. package/lib/components/form/radio/index.d.ts.map +1 -1
  117. package/lib/components/form/radio/radio.module.d.ts +8 -0
  118. package/lib/components/form/radio/radio.module.d.ts.map +1 -0
  119. package/lib/components/form/text-input/index.d.ts +2 -2
  120. package/lib/components/form/text-input/index.d.ts.map +1 -1
  121. package/lib/components/form/text-input/text-input.module.d.ts +8 -0
  122. package/lib/components/form/text-input/text-input.module.d.ts.map +1 -0
  123. package/lib/components/heading/heading.module.d.ts +8 -0
  124. package/lib/components/heading/heading.module.d.ts.map +1 -0
  125. package/lib/components/heading/index.d.ts +1 -0
  126. package/lib/components/heading/index.d.ts.map +1 -1
  127. package/lib/components/hero/hero.module.d.ts +8 -0
  128. package/lib/components/hero/hero.module.d.ts.map +1 -0
  129. package/lib/components/hero/index.d.ts +2 -2
  130. package/lib/components/hero/index.d.ts.map +1 -1
  131. package/lib/components/icon/icon.module.d.ts +8 -0
  132. package/lib/components/icon/icon.module.d.ts.map +1 -0
  133. package/lib/components/icon/index.d.ts +2 -2
  134. package/lib/components/icon/index.d.ts.map +1 -1
  135. package/lib/components/image/image.module.d.ts +8 -0
  136. package/lib/components/image/image.module.d.ts.map +1 -0
  137. package/lib/components/image/index.d.ts +2 -2
  138. package/lib/components/image/index.d.ts.map +1 -1
  139. package/lib/components/label/index.d.ts +2 -2
  140. package/lib/components/label/index.d.ts.map +1 -1
  141. package/lib/components/label/label.module.d.ts +8 -0
  142. package/lib/components/label/label.module.d.ts.map +1 -0
  143. package/lib/components/layout/index.d.ts +6 -10
  144. package/lib/components/layout/index.d.ts.map +1 -1
  145. package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts +8 -0
  146. package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts.map +1 -0
  147. package/lib/components/navigation/breadcrumbs/index.d.ts +2 -2
  148. package/lib/components/navigation/breadcrumbs/index.d.ts.map +1 -1
  149. package/lib/components/navigation/tabs/tab-group/index.d.ts +1 -0
  150. package/lib/components/navigation/tabs/tab-group/index.d.ts.map +1 -1
  151. package/lib/components/navigation/tabs/tab-group/tab-group.component.d.ts +0 -35
  152. package/lib/components/navigation/tabs/tab-group/tab-group.component.d.ts.map +1 -1
  153. package/lib/components/navigation/tabs/tab-group/tab-group.module.d.ts +11 -0
  154. package/lib/components/navigation/tabs/tab-group/tab-group.module.d.ts.map +1 -0
  155. package/lib/components/pill/index.d.ts +2 -2
  156. package/lib/components/pill/index.d.ts.map +1 -1
  157. package/lib/components/pill/pill.module.d.ts +8 -0
  158. package/lib/components/pill/pill.module.d.ts.map +1 -0
  159. package/lib/components/pill-group/index.d.ts +1 -0
  160. package/lib/components/pill-group/index.d.ts.map +1 -1
  161. package/lib/components/pill-group/pill-group.module.d.ts +8 -0
  162. package/lib/components/pill-group/pill-group.module.d.ts.map +1 -0
  163. package/lib/components/price/index.d.ts +2 -2
  164. package/lib/components/price/index.d.ts.map +1 -1
  165. package/lib/components/price/price.module.d.ts +8 -0
  166. package/lib/components/price/price.module.d.ts.map +1 -0
  167. package/lib/components/progress-bar/index.d.ts +1 -2
  168. package/lib/components/progress-bar/index.d.ts.map +1 -1
  169. package/lib/components/promo-card/index.d.ts +2 -2
  170. package/lib/components/promo-card/index.d.ts.map +1 -1
  171. package/lib/components/promo-card/promo-card.module.d.ts +8 -0
  172. package/lib/components/promo-card/promo-card.module.d.ts.map +1 -0
  173. package/lib/components/section/index.d.ts +2 -2
  174. package/lib/components/section/index.d.ts.map +1 -1
  175. package/lib/components/section/section.module.d.ts +8 -0
  176. package/lib/components/section/section.module.d.ts.map +1 -0
  177. package/lib/components/select-card/index.d.ts +2 -2
  178. package/lib/components/select-card/index.d.ts.map +1 -1
  179. package/lib/components/select-card/select-card.module.d.ts +8 -0
  180. package/lib/components/select-card/select-card.module.d.ts.map +1 -0
  181. package/lib/components/seo-block/index.d.ts +2 -2
  182. package/lib/components/seo-block/index.d.ts.map +1 -1
  183. package/lib/components/seo-block/seo-block.module.d.ts +8 -0
  184. package/lib/components/seo-block/seo-block.module.d.ts.map +1 -0
  185. package/lib/components/text/index.d.ts +2 -2
  186. package/lib/components/text/index.d.ts.map +1 -1
  187. package/lib/components/text/text.module.d.ts +8 -0
  188. package/lib/components/text/text.module.d.ts.map +1 -0
  189. package/package.json +1 -1
  190. package/public-api.d.ts +0 -1
  191. package/public-api.d.ts.map +1 -1
  192. package/src/assets/bloomandwild/variables.css +1 -1
  193. package/src/assets/bloomon/variables.css +1 -1
  194. package/src/assets/global/scss-breakpoints.scss +1 -1
  195. package/src/assets/global/typography.scss +108 -53
  196. package/esm2022/lib/directives/index.mjs +0 -4
  197. package/lib/directives/index.d.ts +0 -4
  198. package/lib/directives/index.d.ts.map +0 -1
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./banner.component";
3
+ export declare class OasysBannerModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysBannerModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysBannerModule, never, [typeof i1.BannerComponent], [typeof i1.BannerComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysBannerModule>;
7
+ }
8
+ //# sourceMappingURL=banner.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { BannerComponent as OasysBannerComponent } from './banner.component';
2
- export { OasysBannerComponent };
1
+ export * from './banner.component';
2
+ export * from './banner.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/banner/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,IAAI,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/banner/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button.component";
3
+ export declare class OasysButtonModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysButtonModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysButtonModule, never, [typeof i1.OasysButtonComponent], [typeof i1.OasysButtonComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysButtonModule>;
7
+ }
8
+ //# sourceMappingURL=button.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,4 @@
1
1
  export * from './button.component';
2
+ export * from './button.module';
2
3
  export * from './button';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./button-group.component";
3
+ export declare class OasysButtonGroupModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysButtonGroupModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysButtonGroupModule, never, [typeof i1.OasysButtonGroupComponent], [typeof i1.OasysButtonGroupComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysButtonGroupModule>;
7
+ }
8
+ //# sourceMappingURL=button-group.module.d.ts.map
@@ -0,0 +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":";;AAGA,qBAIa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
@@ -1,3 +1,3 @@
1
- import { OasysButtonGroupComponent } from './button-group.component';
2
- export { OasysButtonGroupComponent };
1
+ export * from './button-group.component';
2
+ export * from './button-group.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/button-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card.component";
3
+ export declare class OasysCardModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysCardModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCardModule, never, [typeof i1.CardComponent], [typeof i1.CardComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysCardModule>;
7
+ }
8
+ //# sourceMappingURL=card.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { CardComponent as OasysCardComponent } from './card.component';
2
- export { OasysCardComponent };
1
+ export * from './card.component';
2
+ export * from './card.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/card/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./carousel.component";
3
+ export declare class OasysCarouselModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysCarouselModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCarouselModule, never, [typeof i1.CarouselComponent], [typeof i1.CarouselComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysCarouselModule>;
7
+ }
8
+ //# sourceMappingURL=carousel.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { CarouselComponent as OasysCarouselComponent } from './carousel.component';
2
- export { OasysCarouselComponent };
1
+ export * from './carousel.component';
2
+ export * from './carousel.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/carousel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/carousel/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./divider.component";
3
+ export declare class OasysDividerModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysDividerModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysDividerModule, never, [typeof i1.DividerComponent], [typeof i1.DividerComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysDividerModule>;
7
+ }
8
+ //# sourceMappingURL=divider.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { DividerComponent as OasysDividerComponent } from './divider.component';
2
- export { OasysDividerComponent };
1
+ export * from './divider.component';
2
+ export * from './divider.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/divider/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./checkbox.component";
3
+ export declare class OasysCheckboxModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysCheckboxModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysCheckboxModule, never, [typeof i1.CheckboxComponent], [typeof i1.CheckboxComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysCheckboxModule>;
7
+ }
8
+ //# sourceMappingURL=checkbox.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { CheckboxComponent as OasysCheckboxComponent } from './checkbox.component';
2
- export { OasysCheckboxComponent };
1
+ export * from './checkbox.component';
2
+ export * from './checkbox.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/checkbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/checkbox/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./chip.component";
3
+ export declare class OasysChipModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysChipModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysChipModule, never, [typeof i1.ChipComponent], [typeof i1.ChipComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysChipModule>;
7
+ }
8
+ //# sourceMappingURL=chip.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { ChipComponent as OasysChipComponent } from './chip.component';
2
- export { OasysChipComponent };
1
+ export * from './chip.component';
2
+ export * from './chip.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/chip/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/chip/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
@@ -11,8 +11,8 @@ export declare class ComboboxComponent implements ControlValueAccessor, OnInit,
11
11
  hint?: string;
12
12
  header?: string;
13
13
  footer?: string;
14
- autofocus?: boolean;
15
- disabled?: boolean;
14
+ autofocus: boolean;
15
+ disabled: boolean;
16
16
  selected?: ComboboxOption | unknown;
17
17
  displayKey?: string;
18
18
  iconNameKey?: string;
@@ -26,13 +26,12 @@ export declare class ComboboxComponent implements ControlValueAccessor, OnInit,
26
26
  textValue: string;
27
27
  inputDidChange: boolean;
28
28
  displayOptions: ComboboxOption[];
29
- private _panelOpen;
30
29
  private _selectedOption;
31
30
  private _focusedOption;
32
31
  private _focusedOptionId;
33
32
  id: string;
34
33
  /** Whether or not the overlay panel is open. */
35
- get panelOpen(): boolean;
34
+ panelOpen: import("@angular/core").WritableSignal<boolean>;
36
35
  /**
37
36
  * Selected option
38
37
  */
@@ -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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"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./combobox.component";
3
+ export declare class OasysComboboxModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysComboboxModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysComboboxModule, never, [typeof i1.ComboboxComponent], [typeof i1.ComboboxComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysComboboxModule>;
7
+ }
8
+ //# sourceMappingURL=combobox.module.d.ts.map
@@ -0,0 +1 @@
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,3 +1,3 @@
1
- import { ComboboxComponent as OasysComboboxComponent } from './combobox.component';
2
- export { OasysComboboxComponent };
1
+ export * from './combobox.component';
2
+ export * from './combobox.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,IAAI,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AACnF,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./form-errors.component";
3
+ export declare class OasysFormErrorsModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysFormErrorsModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysFormErrorsModule, never, [typeof i1.FormErrorsComponent], [typeof i1.FormErrorsComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysFormErrorsModule>;
7
+ }
8
+ //# sourceMappingURL=form-errors.module.d.ts.map
@@ -0,0 +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":";;AAGA,qBAIa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
@@ -1,3 +1,3 @@
1
- import { FormErrorsComponent as OasysFormErrorsComponent } from './form-errors.component';
2
- export { OasysFormErrorsComponent };
1
+ export * from './form-errors.module';
2
+ export * from './form-errors.component';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/errors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,IAAI,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAC1F,OAAO,EAAE,wBAAwB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/errors/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./form-group.component";
3
+ export declare class OasysFormGroupModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysFormGroupModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysFormGroupModule, never, [typeof i1.FormGroupComponent], [typeof i1.FormGroupComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysFormGroupModule>;
7
+ }
8
+ //# sourceMappingURL=form-group.module.d.ts.map
@@ -0,0 +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":";;AAGA,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -1,3 +1,3 @@
1
- import { FormGroupComponent as OasysFormGroupComponent } from './form-group.component';
2
- export { OasysFormGroupComponent };
1
+ export * from './form-group.module';
2
+ export * from './form-group.component';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/form-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,IAAI,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACvF,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/form-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { RadioComponent as OasysRadioComponent } from './radio.component';
2
- export { OasysRadioComponent };
1
+ export * from './radio.component';
2
+ export * from './radio.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/radio/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/radio/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./radio.component";
3
+ export declare class OasysRadioModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysRadioModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysRadioModule, never, [typeof i1.RadioComponent], [typeof i1.RadioComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysRadioModule>;
7
+ }
8
+ //# sourceMappingURL=radio.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { TextInputComponent as OasysTextInputComponent } from './text-input.component';
2
- export { OasysTextInputComponent };
1
+ export * from './text-input.component';
2
+ export * from './text-input.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,IAAI,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACvF,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/form/text-input/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./text-input.component";
3
+ export declare class OasysTextInputModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysTextInputModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysTextInputModule, never, [typeof i1.TextInputComponent], [typeof i1.TextInputComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysTextInputModule>;
7
+ }
8
+ //# sourceMappingURL=text-input.module.d.ts.map
@@ -0,0 +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":";;AAGA,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./heading.component";
3
+ export declare class OasysHeadingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysHeadingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysHeadingModule, never, [typeof i1.OasysHeadingComponent], [typeof i1.OasysHeadingComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysHeadingModule>;
7
+ }
8
+ //# sourceMappingURL=heading.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,2 +1,3 @@
1
1
  export * from './heading.component';
2
+ export * from './heading.module';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/heading/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hero.component";
3
+ export declare class OasysHeroModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysHeroModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysHeroModule, never, [typeof i1.HeroComponent], [typeof i1.HeroComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysHeroModule>;
7
+ }
8
+ //# sourceMappingURL=hero.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { HeroComponent as OasysHeroComponent } from './hero.component';
2
- export { OasysHeroComponent };
1
+ export * from './hero.component';
2
+ export * from './hero.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/hero/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/hero/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./icon.component";
3
+ export declare class OasysIconModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysIconModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysIconModule, never, [typeof i1.IconComponent], [typeof i1.IconComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysIconModule>;
7
+ }
8
+ //# sourceMappingURL=icon.module.d.ts.map
@@ -0,0 +1 @@
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,4 +1,4 @@
1
- import { IconComponent as OasysIconComponent } from './icon.component';
2
- export { OasysIconComponent };
1
+ export * from './icon.component';
2
+ export * from './icon.module';
3
3
  export * from './icon';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAC9B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./image.component";
3
+ export declare class OasysImageModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysImageModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysImageModule, never, [typeof i1.ImageComponent], [typeof i1.ImageComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysImageModule>;
7
+ }
8
+ //# sourceMappingURL=image.module.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -1,3 +1,3 @@
1
- import { ImageComponent as OasysImageComponent } from './image.component';
2
- export { OasysImageComponent };
1
+ export * from './image.component';
2
+ export * from './image.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/image/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { LabelComponent as OasysLabelComponent } from './label.component';
2
- export { OasysLabelComponent };
1
+ export * from './label.component';
2
+ export * from './label.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/label/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/label/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./label.component";
3
+ export declare class OasysLabelModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysLabelModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysLabelModule, never, [typeof i1.LabelComponent], [typeof i1.LabelComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysLabelModule>;
7
+ }
8
+ //# sourceMappingURL=label.module.d.ts.map
@@ -0,0 +1 @@
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,12 +1,8 @@
1
- import { LayoutBoxComponent as OasysLayoutBoxComponent } from './box/box.component';
2
- export { OasysLayoutBoxComponent };
3
- import { LayoutContainerComponent as OasysLayoutContainerComponent } from './container/container.component';
4
- export { OasysLayoutContainerComponent };
5
- import { LayoutGridComponent as OasysLayoutGridComponent } from './grid/grid.component';
6
- import { LayoutGridColumnComponent as OasysLayoutGridColumnComponent } from './grid/grid-column.component';
7
- export { OasysLayoutGridComponent, OasysLayoutGridColumnComponent };
8
- import { LayoutStackComponent as OasysLayoutStackComponent } from './stack/stack.component';
9
- export { OasysLayoutStackComponent };
10
- export * from './Layout';
1
+ export * from './box/box.component';
2
+ export * from './container/container.component';
3
+ export * from './grid/grid-column.component';
4
+ export * from './grid/grid.component';
11
5
  export * from './layout.module';
6
+ export * from './stack/stack.component';
7
+ export * from './Layout';
12
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,IAAI,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,CAAC;AAEnC,OAAO,EAAE,wBAAwB,IAAI,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAC5G,OAAO,EAAE,6BAA6B,EAAE,CAAC;AAEzC,OAAO,EAAE,mBAAmB,IAAI,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACxF,OAAO,EAAE,yBAAyB,IAAI,8BAA8B,EAAE,MAAM,8BAA8B,CAAC;AAC3G,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,CAAC;AAEpE,OAAO,EAAE,oBAAoB,IAAI,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,yBAAyB,EAAE,CAAC;AAErC,cAAc,UAAU,CAAC;AAEzB,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,UAAU,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./breadcrumbs.component";
3
+ export declare class OasysBreadcrumbModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<OasysBreadcrumbModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OasysBreadcrumbModule, never, [typeof i1.BreadcrumbsComponent], [typeof i1.BreadcrumbsComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<OasysBreadcrumbModule>;
7
+ }
8
+ //# sourceMappingURL=breadcrumbs.module.d.ts.map
@@ -0,0 +1 @@
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,3 +1,3 @@
1
- import { BreadcrumbsComponent as OasysBreadcrumbsComponent } from './breadcrumbs.component';
2
- export { OasysBreadcrumbsComponent };
1
+ export * from './breadcrumbs.component';
2
+ export * from './breadcrumbs.module';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/navigation/breadcrumbs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,IAAI,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAE,yBAAyB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/oasys-lib/src/lib/components/navigation/breadcrumbs/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC"}