oasys-lib 1.89.0-rc.0 → 2.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/alert/alert-cancel.directive.mjs +3 -2
- package/esm2022/lib/components/alert/alert-confirm.directive.mjs +3 -2
- package/esm2022/lib/components/alert/alert-content.directive.mjs +3 -2
- package/esm2022/lib/components/alert/alert-title.directive.mjs +3 -2
- package/esm2022/lib/components/alert/alert.component.mjs +18 -8
- package/esm2022/lib/components/alert/alert.module.mjs +5 -29
- package/esm2022/lib/components/banner/banner.component.mjs +19 -10
- package/esm2022/lib/components/banner/banner.module.mjs +4 -30
- package/esm2022/lib/components/button/button.component.mjs +6 -6
- package/esm2022/lib/components/button/button.module.mjs +4 -9
- package/esm2022/lib/components/button-group/button-group.component.mjs +4 -4
- package/esm2022/lib/components/button-group/button-group.module.mjs +4 -9
- package/esm2022/lib/components/card/card.component.mjs +8 -7
- package/esm2022/lib/components/card/card.module.mjs +4 -12
- package/esm2022/lib/components/carousel/carousel.component.mjs +11 -9
- package/esm2022/lib/components/carousel/carousel.module.mjs +6 -19
- package/esm2022/lib/components/divider/divider.component.mjs +5 -5
- package/esm2022/lib/components/divider/divider.module.mjs +4 -8
- package/esm2022/lib/components/form/checkbox/checkbox.component.mjs +12 -9
- package/esm2022/lib/components/form/checkbox/checkbox.module.mjs +4 -11
- package/esm2022/lib/components/form/chip/chip.component.mjs +10 -11
- package/esm2022/lib/components/form/chip/chip.module.mjs +4 -33
- package/esm2022/lib/components/form/combobox/combobox.component.mjs +25 -13
- package/esm2022/lib/components/form/combobox/combobox.module.mjs +5 -42
- package/esm2022/lib/components/form/errors/form-errors.module.mjs +5 -11
- package/esm2022/lib/components/form/form-group/form-group.component.mjs +5 -5
- package/esm2022/lib/components/form/form-group/form-group.module.mjs +4 -33
- package/esm2022/lib/components/form/radio/radio.component.mjs +10 -11
- package/esm2022/lib/components/form/radio/radio.module.mjs +4 -11
- package/esm2022/lib/components/form/text-input/text-input.component.mjs +18 -11
- package/esm2022/lib/components/form/text-input/text-input.module.mjs +4 -33
- package/esm2022/lib/components/heading/heading.component.mjs +6 -5
- package/esm2022/lib/components/heading/heading.module.mjs +4 -10
- package/esm2022/lib/components/hero/hero.component.mjs +21 -10
- package/esm2022/lib/components/hero/hero.module.mjs +4 -30
- package/esm2022/lib/components/icon/icon.component.mjs +5 -5
- package/esm2022/lib/components/icon/icon.mjs +1 -1
- package/esm2022/lib/components/icon/icon.module.mjs +4 -9
- package/esm2022/lib/components/image/image.module.mjs +4 -21
- package/esm2022/lib/components/label/label.component.mjs +7 -7
- package/esm2022/lib/components/label/label.module.mjs +4 -9
- package/esm2022/lib/components/layout/box/box.component.mjs +4 -3
- package/esm2022/lib/components/layout/container/container.component.mjs +3 -3
- package/esm2022/lib/components/layout/grid/grid-column.component.mjs +3 -3
- package/esm2022/lib/components/layout/grid/grid.component.mjs +3 -3
- package/esm2022/lib/components/layout/layout.module.mjs +5 -9
- package/esm2022/lib/components/layout/stack/stack.component.mjs +3 -3
- package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.component.mjs +15 -8
- package/esm2022/lib/components/navigation/breadcrumbs/breadcrumbs.module.mjs +4 -24
- package/esm2022/lib/components/navigation/tabs/tab-group/tab-group.module.mjs +2 -3
- package/esm2022/lib/components/pill/pill.component.mjs +3 -3
- package/esm2022/lib/components/pill/pill.module.mjs +4 -8
- package/esm2022/lib/components/pill-group/pill-group.component.mjs +4 -4
- package/esm2022/lib/components/pill-group/pill-group.module.mjs +4 -9
- package/esm2022/lib/components/price/price.component.mjs +5 -5
- package/esm2022/lib/components/price/price.module.mjs +4 -8
- package/esm2022/lib/components/promo-card/promo-card.component.mjs +16 -8
- package/esm2022/lib/components/promo-card/promo-card.module.mjs +4 -38
- package/esm2022/lib/components/section/section.component.mjs +22 -11
- package/esm2022/lib/components/section/section.module.mjs +4 -26
- package/esm2022/lib/components/select-card/select-card.component.mjs +20 -9
- package/esm2022/lib/components/select-card/select-card.module.mjs +4 -46
- package/esm2022/lib/components/seo-block/seo-block.component.mjs +22 -12
- package/esm2022/lib/components/seo-block/seo-block.module.mjs +4 -26
- package/esm2022/lib/components/text/text.component.mjs +5 -6
- package/esm2022/lib/components/text/text.module.mjs +4 -7
- package/esm2022/lib/directives/autofocus/autofocus.directive.mjs +3 -2
- package/esm2022/lib/directives/href/href.directive.mjs +9 -15
- package/esm2022/lib/services/image.service.mjs +9 -13
- package/esm2022/lib/services/index.mjs +4 -0
- package/esm2022/lib/services/media-base-url.provider.mjs +3 -0
- package/esm2022/lib/services/routing-handler.provider.mjs +3 -0
- package/esm2022/lib/services/swiper.provider.mjs +13 -0
- package/esm2022/public-api.mjs +2 -2
- package/fesm2022/oasys-lib.mjs +939 -1167
- package/fesm2022/oasys-lib.mjs.map +1 -1
- package/lib/components/alert/alert-cancel.directive.d.ts +1 -1
- package/lib/components/alert/alert-cancel.directive.d.ts.map +1 -1
- package/lib/components/alert/alert-confirm.directive.d.ts +1 -1
- package/lib/components/alert/alert-confirm.directive.d.ts.map +1 -1
- package/lib/components/alert/alert-content.directive.d.ts +1 -1
- package/lib/components/alert/alert-content.directive.d.ts.map +1 -1
- package/lib/components/alert/alert-title.directive.d.ts +1 -1
- package/lib/components/alert/alert-title.directive.d.ts.map +1 -1
- package/lib/components/alert/alert.component.d.ts +1 -1
- package/lib/components/alert/alert.component.d.ts.map +1 -1
- package/lib/components/alert/alert.module.d.ts +1 -7
- package/lib/components/alert/alert.module.d.ts.map +1 -1
- package/lib/components/banner/banner.component.d.ts +1 -1
- package/lib/components/banner/banner.component.d.ts.map +1 -1
- package/lib/components/banner/banner.module.d.ts +1 -7
- package/lib/components/banner/banner.module.d.ts.map +1 -1
- package/lib/components/button/button.component.d.ts +1 -1
- package/lib/components/button/button.component.d.ts.map +1 -1
- package/lib/components/button/button.module.d.ts +1 -5
- package/lib/components/button/button.module.d.ts.map +1 -1
- package/lib/components/button-group/button-group.component.d.ts +1 -1
- package/lib/components/button-group/button-group.component.d.ts.map +1 -1
- package/lib/components/button-group/button-group.module.d.ts +1 -5
- package/lib/components/button-group/button-group.module.d.ts.map +1 -1
- package/lib/components/card/card.component.d.ts +1 -1
- package/lib/components/card/card.component.d.ts.map +1 -1
- package/lib/components/card/card.module.d.ts +1 -6
- package/lib/components/card/card.module.d.ts.map +1 -1
- package/lib/components/carousel/carousel.component.d.ts +1 -1
- package/lib/components/carousel/carousel.component.d.ts.map +1 -1
- package/lib/components/carousel/carousel.module.d.ts +1 -6
- package/lib/components/carousel/carousel.module.d.ts.map +1 -1
- package/lib/components/divider/divider.component.d.ts +1 -1
- package/lib/components/divider/divider.component.d.ts.map +1 -1
- package/lib/components/divider/divider.module.d.ts +1 -4
- package/lib/components/divider/divider.module.d.ts.map +1 -1
- package/lib/components/form/checkbox/checkbox.component.d.ts +1 -1
- package/lib/components/form/checkbox/checkbox.component.d.ts.map +1 -1
- package/lib/components/form/checkbox/checkbox.module.d.ts +1 -5
- package/lib/components/form/checkbox/checkbox.module.d.ts.map +1 -1
- package/lib/components/form/chip/chip.component.d.ts +1 -2
- package/lib/components/form/chip/chip.component.d.ts.map +1 -1
- package/lib/components/form/chip/chip.module.d.ts +1 -7
- package/lib/components/form/chip/chip.module.d.ts.map +1 -1
- package/lib/components/form/combobox/combobox.component.d.ts +1 -1
- package/lib/components/form/combobox/combobox.component.d.ts.map +1 -1
- package/lib/components/form/combobox/combobox.module.d.ts +1 -9
- package/lib/components/form/combobox/combobox.module.d.ts.map +1 -1
- package/lib/components/form/errors/form-errors.module.d.ts +2 -5
- package/lib/components/form/errors/form-errors.module.d.ts.map +1 -1
- package/lib/components/form/form-group/form-group.component.d.ts +1 -1
- package/lib/components/form/form-group/form-group.component.d.ts.map +1 -1
- package/lib/components/form/form-group/form-group.module.d.ts +1 -7
- package/lib/components/form/form-group/form-group.module.d.ts.map +1 -1
- package/lib/components/form/radio/radio.component.d.ts +1 -2
- package/lib/components/form/radio/radio.component.d.ts.map +1 -1
- package/lib/components/form/radio/radio.module.d.ts +1 -5
- package/lib/components/form/radio/radio.module.d.ts.map +1 -1
- package/lib/components/form/text-input/text-input.component.d.ts +1 -1
- package/lib/components/form/text-input/text-input.component.d.ts.map +1 -1
- package/lib/components/form/text-input/text-input.module.d.ts +1 -7
- package/lib/components/form/text-input/text-input.module.d.ts.map +1 -1
- package/lib/components/heading/heading.component.d.ts +1 -1
- package/lib/components/heading/heading.component.d.ts.map +1 -1
- package/lib/components/heading/heading.module.d.ts +1 -4
- package/lib/components/heading/heading.module.d.ts.map +1 -1
- package/lib/components/hero/hero.component.d.ts +1 -1
- package/lib/components/hero/hero.component.d.ts.map +1 -1
- package/lib/components/hero/hero.module.d.ts +1 -7
- package/lib/components/hero/hero.module.d.ts.map +1 -1
- package/lib/components/icon/icon.component.d.ts +1 -1
- package/lib/components/icon/icon.component.d.ts.map +1 -1
- package/lib/components/icon/icon.d.ts +1 -1
- package/lib/components/icon/icon.d.ts.map +1 -1
- package/lib/components/icon/icon.module.d.ts +1 -3
- package/lib/components/icon/icon.module.d.ts.map +1 -1
- package/lib/components/image/image.module.d.ts +2 -8
- package/lib/components/image/image.module.d.ts.map +1 -1
- package/lib/components/label/label.component.d.ts +1 -1
- package/lib/components/label/label.component.d.ts.map +1 -1
- package/lib/components/label/label.module.d.ts +1 -5
- package/lib/components/label/label.module.d.ts.map +1 -1
- package/lib/components/layout/box/box.component.d.ts +1 -1
- package/lib/components/layout/box/box.component.d.ts.map +1 -1
- package/lib/components/layout/container/container.component.d.ts +1 -1
- package/lib/components/layout/grid/grid-column.component.d.ts +1 -1
- package/lib/components/layout/grid/grid-column.component.d.ts.map +1 -1
- package/lib/components/layout/grid/grid.component.d.ts +1 -1
- package/lib/components/layout/grid/grid.component.d.ts.map +1 -1
- package/lib/components/layout/layout.module.d.ts +1 -2
- package/lib/components/layout/layout.module.d.ts.map +1 -1
- package/lib/components/layout/stack/stack.component.d.ts +1 -1
- package/lib/components/layout/stack/stack.component.d.ts.map +1 -1
- package/lib/components/navigation/breadcrumbs/breadcrumbs.component.d.ts +1 -1
- package/lib/components/navigation/breadcrumbs/breadcrumbs.component.d.ts.map +1 -1
- package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts +1 -6
- package/lib/components/navigation/breadcrumbs/breadcrumbs.module.d.ts.map +1 -1
- package/lib/components/pill/pill.component.d.ts +1 -1
- package/lib/components/pill/pill.component.d.ts.map +1 -1
- package/lib/components/pill/pill.module.d.ts +1 -4
- package/lib/components/pill/pill.module.d.ts.map +1 -1
- package/lib/components/pill-group/pill-group.component.d.ts +1 -1
- package/lib/components/pill-group/pill-group.component.d.ts.map +1 -1
- package/lib/components/pill-group/pill-group.module.d.ts +1 -5
- package/lib/components/pill-group/pill-group.module.d.ts.map +1 -1
- package/lib/components/price/price.component.d.ts +1 -1
- package/lib/components/price/price.component.d.ts.map +1 -1
- package/lib/components/price/price.module.d.ts +1 -4
- package/lib/components/price/price.module.d.ts.map +1 -1
- package/lib/components/promo-card/promo-card.component.d.ts +1 -1
- package/lib/components/promo-card/promo-card.component.d.ts.map +1 -1
- package/lib/components/promo-card/promo-card.module.d.ts +1 -9
- package/lib/components/promo-card/promo-card.module.d.ts.map +1 -1
- package/lib/components/section/section.component.d.ts +1 -1
- package/lib/components/section/section.component.d.ts.map +1 -1
- package/lib/components/section/section.module.d.ts +1 -6
- package/lib/components/section/section.module.d.ts.map +1 -1
- package/lib/components/select-card/select-card.component.d.ts +1 -1
- package/lib/components/select-card/select-card.component.d.ts.map +1 -1
- package/lib/components/select-card/select-card.module.d.ts +1 -11
- package/lib/components/select-card/select-card.module.d.ts.map +1 -1
- package/lib/components/seo-block/seo-block.component.d.ts +1 -2
- package/lib/components/seo-block/seo-block.component.d.ts.map +1 -1
- package/lib/components/seo-block/seo-block.module.d.ts +1 -6
- package/lib/components/seo-block/seo-block.module.d.ts.map +1 -1
- package/lib/components/text/text.component.d.ts +1 -2
- package/lib/components/text/text.component.d.ts.map +1 -1
- package/lib/components/text/text.module.d.ts +1 -3
- package/lib/components/text/text.module.d.ts.map +1 -1
- package/lib/directives/autofocus/autofocus.directive.d.ts +1 -1
- package/lib/directives/autofocus/autofocus.directive.d.ts.map +1 -1
- package/lib/directives/href/href.directive.d.ts +4 -9
- package/lib/directives/href/href.directive.d.ts.map +1 -1
- package/lib/services/image.service.d.ts +2 -5
- package/lib/services/image.service.d.ts.map +1 -1
- package/lib/services/index.d.ts +4 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/media-base-url.provider.d.ts +6 -0
- package/lib/services/media-base-url.provider.d.ts.map +1 -0
- package/lib/services/routing-handler.provider.d.ts +7 -0
- package/lib/services/routing-handler.provider.d.ts.map +1 -0
- package/lib/services/swiper.provider.d.ts +9 -0
- package/lib/services/swiper.provider.d.ts.map +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/public-api.d.ts.map +1 -1
- package/src/assets/bloomandwild/icons/icons.svg +1 -1
- package/src/assets/bloomandwild/variables.css +1 -1
- package/src/assets/bloomon/icons/icons.svg +1 -1
- package/src/assets/bloomon/variables.css +1 -1
- package/src/assets/global/scss-breakpoints.scss +1 -1
- package/esm2022/lib/directives/directives.module.mjs +0 -23
- package/esm2022/lib/injection-tokens/frontend-app-injection.tokens.mjs +0 -3
- package/esm2022/lib/services/href.service.mjs +0 -17
- package/lib/directives/directives.module.d.ts +0 -11
- package/lib/directives/directives.module.d.ts.map +0 -1
- package/lib/injection-tokens/frontend-app-injection.tokens.d.ts +0 -4
- package/lib/injection-tokens/frontend-app-injection.tokens.d.ts.map +0 -1
- package/lib/services/href.service.d.ts +0 -9
- package/lib/services/href.service.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"price.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/price/price.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"price.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/price/price.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
|
|
@@ -27,6 +27,6 @@ export declare class PromoCardComponent implements OnInit {
|
|
|
27
27
|
ngOnInit(): void;
|
|
28
28
|
ctaClicked(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<PromoCardComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PromoCardComponent, "ui-promo-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "font_colour": { "alias": "font_colour"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PromoCardComponent, "ui-promo-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "background_colour": { "alias": "background_colour"; "required": false; }; "font_colour": { "alias": "font_colour"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; }, { "cta_clicked": "cta_clicked"; }, never, never, true, never>;
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=promo-card.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promo-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"promo-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAOlD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAsBpD,qBAea,kBAAmB,YAAW,MAAM;IA0BnC,OAAO,CAAC,YAAY;IAxBvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAM;IAG9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE,eAAe,CAAa;IAEnC,WAAW,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAE/D,WAAW,EAAE,gBAAgB,CAAC;IAC9B,SAAS,EAAE,eAAe,CAAC;IAC3B,YAAY;qBAxDG,MAAM;kBACT,MAAM;iBACP,cAAc;MAsDoB;gBAEzB,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAUhB,UAAU,IAAI,IAAI;yCAtCP,kBAAkB;2CAAlB,kBAAkB;CAyC9B"}
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./promo-card.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../layout/layout.module";
|
|
5
|
-
import * as i4 from "@angular/router";
|
|
6
|
-
import * as i5 from "../image/image.module";
|
|
7
|
-
import * as i6 from "../../directives/directives.module";
|
|
8
|
-
import * as i7 from "../heading/heading.module";
|
|
9
|
-
import * as i8 from "../button/button.module";
|
|
10
|
-
import * as i9 from "../button-group/button-group.module";
|
|
11
3
|
export declare class OasysPromoCardModule {
|
|
12
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OasysPromoCardModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysPromoCardModule, [typeof i1.PromoCardComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysPromoCardModule, never, [typeof i1.PromoCardComponent], [typeof i1.PromoCardComponent]>;
|
|
14
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<OasysPromoCardModule>;
|
|
15
7
|
}
|
|
16
8
|
//# sourceMappingURL=promo-card.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"promo-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"promo-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/promo-card/promo-card.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
|
|
@@ -38,6 +38,6 @@ export declare class SectionComponent implements OnInit, AfterViewInit {
|
|
|
38
38
|
*/
|
|
39
39
|
setNonBrandBackgroundColour(): void;
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "ui-section", never, { "brand_background_colour": { "alias": "brand_background_colour"; "required": false; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; }; "image_on_left": { "alias": "image_on_left"; "required": false; }; "section_type": { "alias": "section_type"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "secondary_cta_text": { "alias": "secondary_cta_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; }; }, {}, never, never,
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SectionComponent, "ui-section", never, { "brand_background_colour": { "alias": "brand_background_colour"; "required": false; }; "non_brand_background_colour": { "alias": "non_brand_background_colour"; "required": false; }; "text_on_dark_override": { "alias": "text_on_dark_override"; "required": false; }; "image_on_left": { "alias": "image_on_left"; "required": false; }; "section_type": { "alias": "section_type"; "required": false; }; "heading_title": { "alias": "heading_title"; "required": false; }; "heading_subtitle": { "alias": "heading_subtitle"; "required": false; }; "primary_cta_text": { "alias": "primary_cta_text"; "required": false; }; "secondary_cta_text": { "alias": "secondary_cta_text"; "required": false; }; "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "href_primary_cta": { "alias": "href_primary_cta"; "required": false; }; "href_secondary_cta": { "alias": "href_secondary_cta"; "required": false; }; }, {}, never, never, true, never>;
|
|
42
42
|
}
|
|
43
43
|
//# sourceMappingURL=section.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;
|
|
1
|
+
{"version":3,"file":"section.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAUlD,qBAkBa,gBAAiB,YAAW,MAAM,EAAE,aAAa;IAkChD,OAAO,CAAC,YAAY;IAhCvB,uBAAuB,EAAE,iBAAiB,CAAC;IAC3C,2BAA2B,EAAE,MAAM,CAAC;IACpC,qBAAqB,EAAE,OAAO,CAAS;IACvC,aAAa,EAAE,OAAO,CAAS;IAC/B,YAAY,EAAE,WAAW,GAAG,QAAQ,CAAY;IAGhD,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,CAAC;IACzB,gBAAgB,EAAE,MAAM,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IAGjB,gBAAgB,EAAE,MAAM,CAAM;IAC9B,kBAAkB,EAAE,MAAM,CAAM;IAEzC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,GAAG,CAAM;IAC1B,cAAc,EAAE,GAAG,CAAM;IAEzB,wBAAwB,EAAE,MAAM,CAAC;IACjC,wBAAwB,EAAE,MAAM,CAAC;IAEjC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAE/B,gBAAgB,EAAE,gBAAgB,CAAC;gBAEf,YAAY,EAAE,YAAY;IAE9C,eAAe,IAAI,IAAI;IAWvB,QAAQ,IAAI,IAAI;IAwBhB;;;;OAIG;IACH,2BAA2B,IAAI,IAAI;yCA5ExB,gBAAgB;2CAAhB,gBAAgB;CAwF5B"}
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./section.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../heading/heading.module";
|
|
5
|
-
import * as i4 from "../image/image.module";
|
|
6
|
-
import * as i5 from "../layout/layout.module";
|
|
7
|
-
import * as i6 from "../../directives/directives.module";
|
|
8
3
|
export declare class SectionModule {
|
|
9
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SectionModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SectionModule, [typeof i1.SectionComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SectionModule, never, [typeof i1.SectionComponent], [typeof i1.SectionComponent]>;
|
|
11
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<SectionModule>;
|
|
12
7
|
}
|
|
13
8
|
//# sourceMappingURL=section.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"section.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/section/section.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAG"}
|
|
@@ -27,6 +27,6 @@ export declare class SelectCardComponent implements OnInit {
|
|
|
27
27
|
*/
|
|
28
28
|
setImageAspectRatio(format: string): string;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectCardComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectCardComponent, "ui-select-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "title": { "alias": "title"; "required": false; }; "primary_copy": { "alias": "primary_copy"; "required": false; }; "secondary_copy": { "alias": "secondary_copy"; "required": false; }; "price": { "alias": "price"; "required": false; }; "price_before_discount": { "alias": "price_before_discount"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "select_card_type": { "alias": "select_card_type"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"],
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectCardComponent, "ui-select-card", never, { "image": { "alias": "image"; "required": false; }; "alt_text": { "alias": "alt_text"; "required": false; }; "image_format": { "alias": "image_format"; "required": false; }; "title": { "alias": "title"; "required": false; }; "primary_copy": { "alias": "primary_copy"; "required": false; }; "secondary_copy": { "alias": "secondary_copy"; "required": false; }; "price": { "alias": "price"; "required": false; }; "price_before_discount": { "alias": "price_before_discount"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "select_card_type": { "alias": "select_card_type"; "required": false; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
|
|
31
31
|
}
|
|
32
32
|
//# sourceMappingURL=select-card.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAA6B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;;
|
|
1
|
+
{"version":3,"file":"select-card.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAA6B,MAAM,eAAe,CAAC;AAClG,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;;AAQ5D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG,WAAW,CAAC;AAE3D,qBAmBa,mBAAoB,YAAW,MAAM;IAoBpC,OAAO,CAAC,YAAY;IAlBvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IAGrB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,OAAO,CAAS;IAC1B,gBAAgB,EAAE,eAAe,CAAe;IAE/C,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAAsB;IAE3D,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;gBAEE,YAAY,EAAE,YAAY;IAE9C,QAAQ,IAAI,IAAI;IAQhB,OAAO,IAAI,IAAI;IAIf;;;;OAIG;IACH,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;yCAvChC,mBAAmB;2CAAnB,mBAAmB;CAiD/B"}
|
|
@@ -1,18 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./select-card.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../layout/layout.module";
|
|
5
|
-
import * as i4 from "@angular/router";
|
|
6
|
-
import * as i5 from "../image/image.module";
|
|
7
|
-
import * as i6 from "../../directives/directives.module";
|
|
8
|
-
import * as i7 from "../heading/heading.module";
|
|
9
|
-
import * as i8 from "../button/button.module";
|
|
10
|
-
import * as i9 from "../button-group/button-group.module";
|
|
11
|
-
import * as i10 from "../price/price.module";
|
|
12
|
-
import * as i11 from "../icon/icon.module";
|
|
13
3
|
export declare class OasysSelectCardModule {
|
|
14
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OasysSelectCardModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSelectCardModule, [typeof i1.SelectCardComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSelectCardModule, never, [typeof i1.SelectCardComponent], [typeof i1.SelectCardComponent]>;
|
|
16
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<OasysSelectCardModule>;
|
|
17
7
|
}
|
|
18
8
|
//# sourceMappingURL=select-card.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"select-card.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/select-card/select-card.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,qBAAqB;yCAArB,qBAAqB;0CAArB,qBAAqB;0CAArB,qBAAqB;CAAG"}
|
|
@@ -18,12 +18,11 @@ export declare class SeoBlockComponent implements OnInit {
|
|
|
18
18
|
expandedLinksVisible: boolean;
|
|
19
19
|
expandedContentVisible: boolean;
|
|
20
20
|
linksValues: linkItem[];
|
|
21
|
-
constructor();
|
|
22
21
|
showMoreLinks(flag: boolean): void;
|
|
23
22
|
showMoreContent(flag: boolean): void;
|
|
24
23
|
ngOnInit(): void;
|
|
25
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeoBlockComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SeoBlockComponent, "ui-seo-block", never, { "heading_paragraph": { "alias": "heading_paragraph"; "required": false; }; "heading_links": { "alias": "heading_links"; "required": false; }; "main_content": { "alias": "main_content"; "required": false; }; "expanded_content": { "alias": "expanded_content"; "required": false; }; "links": { "alias": "links"; "required": false; }; "read_more_content_text": { "alias": "read_more_content_text"; "required": false; }; "read_less_content_text": { "alias": "read_less_content_text"; "required": false; }; "show_more_links_text": { "alias": "show_more_links_text"; "required": false; }; "show_less_links_text": { "alias": "show_less_links_text"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SeoBlockComponent, "ui-seo-block", never, { "heading_paragraph": { "alias": "heading_paragraph"; "required": false; }; "heading_links": { "alias": "heading_links"; "required": false; }; "main_content": { "alias": "main_content"; "required": false; }; "expanded_content": { "alias": "expanded_content"; "required": false; }; "links": { "alias": "links"; "required": false; }; "read_more_content_text": { "alias": "read_more_content_text"; "required": false; }; "read_less_content_text": { "alias": "read_less_content_text"; "required": false; }; "show_more_links_text": { "alias": "show_more_links_text"; "required": false; }; "show_less_links_text": { "alias": "show_less_links_text"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
26
|
}
|
|
28
27
|
export {};
|
|
29
28
|
//# sourceMappingURL=seo-block.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seo-block.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;
|
|
1
|
+
{"version":3,"file":"seo-block.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAQzD,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AACD,qBAkBa,iBAAkB,YAAW,MAAM;IACrC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,QAAQ,EAAE,CAAC;IAE3B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,oBAAoB,EAAE,MAAM,CAAC;IAEtC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,oBAAoB,EAAE,OAAO,CAAS;IACtC,sBAAsB,EAAE,OAAO,CAAS;IACxC,WAAW,EAAE,QAAQ,EAAE,CAAC;IAExB,aAAa,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIlC,eAAe,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI;IAIpC,QAAQ,IAAI,IAAI;yCAzBL,iBAAiB;2CAAjB,iBAAiB;CAyC7B"}
|
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./seo-block.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../button/button.module";
|
|
5
|
-
import * as i4 from "../heading/heading.module";
|
|
6
|
-
import * as i5 from "../layout/layout.module";
|
|
7
|
-
import * as i6 from "../../directives/directives.module";
|
|
8
3
|
export declare class OasysSeoBlockModule {
|
|
9
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OasysSeoBlockModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSeoBlockModule, [typeof i1.SeoBlockComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysSeoBlockModule, never, [typeof i1.SeoBlockComponent], [typeof i1.SeoBlockComponent]>;
|
|
11
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<OasysSeoBlockModule>;
|
|
12
7
|
}
|
|
13
8
|
//# sourceMappingURL=seo-block.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seo-block.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"seo-block.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/seo-block/seo-block.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
|
|
@@ -6,9 +6,8 @@ export declare class TextComponent implements OnInit {
|
|
|
6
6
|
textWeight: 'normal' | 'medium' | 'bold';
|
|
7
7
|
textTransform: TextTransform;
|
|
8
8
|
uiTextClasses: string;
|
|
9
|
-
constructor();
|
|
10
9
|
ngOnInit(): void;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "ui-text", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "textWeight": { "alias": "textWeight"; "required": false; }; "textTransform": { "alias": "textTransform"; "required": false; }; }, {}, never, ["*"],
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "ui-text", never, { "textAlign": { "alias": "textAlign"; "required": false; }; "textWeight": { "alias": "textWeight"; "required": false; }; "textTransform": { "alias": "textTransform"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
13
12
|
}
|
|
14
13
|
//# sourceMappingURL=text.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;;
|
|
1
|
+
{"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EAEP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,QAAQ,CAAC;;AAGvC,qBASa,aAAc,YAAW,MAAM;IACjC,SAAS,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAU;IAChD,UAAU,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAY;IACpD,aAAa,EAAE,aAAa,CAAU;IAE/C,aAAa,EAAG,MAAM,CAAC;IAEvB,QAAQ,IAAI,IAAI;yCAPL,aAAa;2CAAb,aAAa;CAczB"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./text.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../directives/directives.module";
|
|
5
3
|
export declare class OasysTextModule {
|
|
6
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OasysTextModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysTextModule, [typeof i1.TextComponent], [typeof
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OasysTextModule, never, [typeof i1.TextComponent], [typeof i1.TextComponent]>;
|
|
8
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<OasysTextModule>;
|
|
9
7
|
}
|
|
10
8
|
//# sourceMappingURL=text.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"text.module.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/text/text.module.ts"],"names":[],"mappings":";;AAGA,qBAIa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAAG"}
|
|
@@ -7,6 +7,6 @@ export declare class OasysAutofocusDirective {
|
|
|
7
7
|
constructor(el: ElementRef);
|
|
8
8
|
ngOnInit(): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<OasysAutofocusDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAutofocusDirective, "[autofocus]", never, { "autofocus": { "alias": "autofocus"; "required": false; }; }, {}, never, never,
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OasysAutofocusDirective, "[autofocus]", never, { "autofocus": { "alias": "autofocus"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=autofocus.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autofocus.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/autofocus/autofocus.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;;AAE7D,
|
|
1
|
+
{"version":3,"file":"autofocus.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/autofocus/autofocus.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;;AAE7D,qBAIa,uBAAuB;IAOtB,OAAO,CAAC,EAAE;IANtB,OAAO,CAAC,UAAU,CAAC;IAEnB,IAAa,SAAS,CAAC,SAAS,EAAE,OAAO,EAExC;gBAEmB,EAAE,EAAE,UAAU;IAElC,QAAQ;yCATG,uBAAuB;2CAAvB,uBAAuB;CAgBnC"}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import { AfterViewInit
|
|
1
|
+
import { AfterViewInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class OasysHrefDirective implements AfterViewInit {
|
|
4
|
-
private
|
|
5
|
-
|
|
6
|
-
constructor(el: ElementRef, routingHandler: IRoutingHandlerService);
|
|
4
|
+
private readonly element;
|
|
5
|
+
private readonly routingHandler;
|
|
7
6
|
onClick(event: any): void;
|
|
8
7
|
ngAfterViewInit(): void;
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<OasysHrefDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<OasysHrefDirective, "a, uiHref, [uiHref]", never, {}, {}, never, never,
|
|
11
|
-
}
|
|
12
|
-
export interface IRoutingHandlerService {
|
|
13
|
-
handleRoutingOnClick(element: any, event: any): void;
|
|
14
|
-
handleHrefDomains(element: any): void;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OasysHrefDirective, "a, uiHref, [uiHref]", never, {}, {}, never, never, true, never>;
|
|
15
10
|
}
|
|
16
11
|
//# sourceMappingURL=href.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"href.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/href/href.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"href.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/directives/href/href.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAuD,MAAM,eAAe,CAAC;;AAGnG,qBAIa,kBAAmB,YAAW,aAAa;IACtD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAsB;IAC9C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAA2B;IAG1D,OAAO,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAIzB,eAAe,IAAI,IAAI;yCATZ,kBAAkB;2CAAlB,kBAAkB;CAY9B"}
|
|
@@ -4,12 +4,9 @@ export interface ImageResponse {
|
|
|
4
4
|
fallbackUrl: string;
|
|
5
5
|
}
|
|
6
6
|
export declare class ImageService {
|
|
7
|
-
private mediaUrl;
|
|
7
|
+
private readonly mediaUrl;
|
|
8
8
|
private fallbackBreakpoint;
|
|
9
9
|
private breakpoints;
|
|
10
|
-
constructor(env: {
|
|
11
|
-
mediaUrl: string;
|
|
12
|
-
});
|
|
13
10
|
private getQualityForWidth;
|
|
14
11
|
private generateUrl;
|
|
15
12
|
private generateUrls;
|
|
@@ -17,7 +14,7 @@ export declare class ImageService {
|
|
|
17
14
|
private getImageUrlsFromCDN;
|
|
18
15
|
generateImageUrl(baseUrl: string): ImageResponse;
|
|
19
16
|
getImageSizes(): string;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ImageService,
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageService, never>;
|
|
21
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<ImageService>;
|
|
22
19
|
}
|
|
23
20
|
//# sourceMappingURL=image.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.service.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/image.service.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"image.service.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/image.service.ts"],"names":[],"mappings":";AAMA,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,qBAGa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA6C;IACtE,OAAO,CAAC,kBAAkB,CAAO;IAEjC,OAAO,CAAC,WAAW,CAGjB;IAMF,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,WAAW;IAiBnB,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,mBAAmB;IAepB,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,aAAa;IAOhD,aAAa,IAAI,MAAM;yCAnFnB,YAAY;6CAAZ,YAAY;CAsFxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-base-url.provider.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/media-base-url.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;CAC/B;AAED,eAAO,MAAM,oBAAoB,uCAEhC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
export interface IRoutingHandlerService {
|
|
3
|
+
handleRoutingOnClick(element: any, event: any): void;
|
|
4
|
+
handleHrefDomains(element: any): void;
|
|
5
|
+
}
|
|
6
|
+
export declare const ROUTING_HANDLER: InjectionToken<IRoutingHandlerService>;
|
|
7
|
+
//# sourceMappingURL=routing-handler.provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routing-handler.provider.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/routing-handler.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,MAAM,WAAW,sBAAsB;IACrC,oBAAoB,CAAC,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC;IACrD,iBAAiB,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC;CACvC;AAED,eAAO,MAAM,eAAe,wCAAgE,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
export interface ISwiperProvider {
|
|
3
|
+
ensureSwiperRegistered(): void;
|
|
4
|
+
}
|
|
5
|
+
export declare const SWIPER_PROVIDER_TOKEN: InjectionToken<ISwiperProvider>;
|
|
6
|
+
export declare class SwiperProvider implements ISwiperProvider {
|
|
7
|
+
ensureSwiperRegistered(): void;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=swiper.provider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swiper.provider.d.ts","sourceRoot":"","sources":["../../../../projects/oasys-lib/src/lib/services/swiper.provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,MAAM,WAAW,eAAe;IAC9B,sBAAsB,IAAI,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,qBAAqB,iCAA+D,CAAC;AAIlG,qBAAa,cAAe,YAAW,eAAe;IACpD,sBAAsB,IAAI,IAAI;CAM/B"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export * from './lib/components/banner';
|
|
|
24
24
|
export * from './lib/components/price';
|
|
25
25
|
export * from './lib/components/pill';
|
|
26
26
|
export * from './lib/components/pill-group';
|
|
27
|
-
export * from './lib/
|
|
27
|
+
export * from './lib/services';
|
|
28
28
|
export * from './lib/components/promo-card';
|
|
29
29
|
export * from './lib/components/select-card';
|
|
30
30
|
export * from './lib/components/form/combobox';
|
package/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/oasys-lib/src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/oasys-lib/src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC"}
|