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
|
@@ -10,12 +10,13 @@ export class OasysAlertCancelDirective {
|
|
|
10
10
|
this.text = this.elem.nativeElement.innerText;
|
|
11
11
|
}
|
|
12
12
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertCancelDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertCancelDirective, selector: "ui-alert-cancel, [ui-alert-cancel]", ngImport: i0 });
|
|
13
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertCancelDirective, isStandalone: true, selector: "ui-alert-cancel, [ui-alert-cancel]", ngImport: i0 });
|
|
14
14
|
}
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertCancelDirective, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: 'ui-alert-cancel, [ui-alert-cancel]',
|
|
19
|
+
standalone: true,
|
|
19
20
|
}]
|
|
20
21
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtY2FuY2VsLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL29hc3lzLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvYWxlcnQvYWxlcnQtY2FuY2VsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQXVCLFNBQVMsRUFBYyxNQUFNLGVBQWUsQ0FBQzs7QUFNM0UsTUFBTSxPQUFPLHlCQUF5QjtJQUdoQjtJQUZiLElBQUksR0FBRyxFQUFFLENBQUM7SUFFakIsWUFBb0IsSUFBZ0I7UUFBaEIsU0FBSSxHQUFKLElBQUksQ0FBWTtJQUFHLENBQUM7SUFFakMscUJBQXFCO1FBQzFCLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsU0FBUyxDQUFDO0lBQ2hELENBQUM7d0dBUFUseUJBQXlCOzRGQUF6Qix5QkFBeUI7OzRGQUF6Qix5QkFBeUI7a0JBSnJDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLG9DQUFvQztvQkFDOUMsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJDb250ZW50Q2hlY2tlZCwgRGlyZWN0aXZlLCBFbGVtZW50UmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ3VpLWFsZXJ0LWNhbmNlbCwgW3VpLWFsZXJ0LWNhbmNlbF0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBPYXN5c0FsZXJ0Q2FuY2VsRGlyZWN0aXZlIGltcGxlbWVudHMgQWZ0ZXJDb250ZW50Q2hlY2tlZCB7XG4gIHB1YmxpYyB0ZXh0ID0gJyc7XG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbGVtOiBFbGVtZW50UmVmKSB7fVxuXG4gIHB1YmxpYyBuZ0FmdGVyQ29udGVudENoZWNrZWQoKTogdm9pZCB7XG4gICAgdGhpcy50ZXh0ID0gdGhpcy5lbGVtLm5hdGl2ZUVsZW1lbnQuaW5uZXJUZXh0O1xuICB9XG59XG4iXX0=
|
|
@@ -10,12 +10,13 @@ export class OasysAlertConfirmDirective {
|
|
|
10
10
|
this.text = this.elem.nativeElement.innerText;
|
|
11
11
|
}
|
|
12
12
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertConfirmDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
13
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertConfirmDirective, selector: "ui-alert-confirm, [ui-alert-confirm]", ngImport: i0 });
|
|
13
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertConfirmDirective, isStandalone: true, selector: "ui-alert-confirm, [ui-alert-confirm]", ngImport: i0 });
|
|
14
14
|
}
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertConfirmDirective, decorators: [{
|
|
16
16
|
type: Directive,
|
|
17
17
|
args: [{
|
|
18
18
|
selector: 'ui-alert-confirm, [ui-alert-confirm]',
|
|
19
|
+
standalone: true,
|
|
19
20
|
}]
|
|
20
21
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtY29uZmlybS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9vYXN5cy1saWIvc3JjL2xpYi9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LWNvbmZpcm0uZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBdUIsU0FBUyxFQUFjLE1BQU0sZUFBZSxDQUFDOztBQU0zRSxNQUFNLE9BQU8sMEJBQTBCO0lBR2pCO0lBRmIsSUFBSSxHQUFHLEVBQUUsQ0FBQztJQUVqQixZQUFvQixJQUFnQjtRQUFoQixTQUFJLEdBQUosSUFBSSxDQUFZO0lBQUcsQ0FBQztJQUVqQyxxQkFBcUI7UUFDMUIsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUM7SUFDaEQsQ0FBQzt3R0FQVSwwQkFBMEI7NEZBQTFCLDBCQUEwQjs7NEZBQTFCLDBCQUEwQjtrQkFKdEMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsc0NBQXNDO29CQUNoRCxVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBZnRlckNvbnRlbnRDaGVja2VkLCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gIHNlbGVjdG9yOiAndWktYWxlcnQtY29uZmlybSwgW3VpLWFsZXJ0LWNvbmZpcm1dJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgT2FzeXNBbGVydENvbmZpcm1EaXJlY3RpdmUgaW1wbGVtZW50cyBBZnRlckNvbnRlbnRDaGVja2VkIHtcbiAgcHVibGljIHRleHQgPSAnJztcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsZW06IEVsZW1lbnRSZWYpIHt9XG5cbiAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICB0aGlzLnRleHQgPSB0aGlzLmVsZW0ubmF0aXZlRWxlbWVudC5pbm5lclRleHQ7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -2,12 +2,13 @@ import { Directive } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class OasysAlertContentDirective {
|
|
4
4
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertContentDirective, selector: "ui-alert-content, [ui-alert-content]", ngImport: i0 });
|
|
5
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertContentDirective, isStandalone: true, selector: "ui-alert-content, [ui-alert-content]", ngImport: i0 });
|
|
6
6
|
}
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertContentDirective, decorators: [{
|
|
8
8
|
type: Directive,
|
|
9
9
|
args: [{
|
|
10
10
|
selector: 'ui-alert-content, [ui-alert-content]',
|
|
11
|
+
standalone: true,
|
|
11
12
|
}]
|
|
12
13
|
}] });
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtY29udGVudC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9vYXN5cy1saWIvc3JjL2xpYi9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LWNvbnRlbnQuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBTTFDLE1BQU0sT0FBTywwQkFBMEI7d0dBQTFCLDBCQUEwQjs0RkFBMUIsMEJBQTBCOzs0RkFBMUIsMEJBQTBCO2tCQUp0QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxzQ0FBc0M7b0JBQ2hELFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgc2VsZWN0b3I6ICd1aS1hbGVydC1jb250ZW50LCBbdWktYWxlcnQtY29udGVudF0nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBPYXN5c0FsZXJ0Q29udGVudERpcmVjdGl2ZSB7fVxuIl19
|
|
@@ -2,12 +2,13 @@ import { Directive } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export class OasysAlertTitleDirective {
|
|
4
4
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
5
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertTitleDirective, selector: "ui-alert-title, [ui-alert-title]", ngImport: i0 });
|
|
5
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertTitleDirective, isStandalone: true, selector: "ui-alert-title, [ui-alert-title]", ngImport: i0 });
|
|
6
6
|
}
|
|
7
7
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertTitleDirective, decorators: [{
|
|
8
8
|
type: Directive,
|
|
9
9
|
args: [{
|
|
10
10
|
selector: 'ui-alert-title, [ui-alert-title]',
|
|
11
|
+
standalone: true,
|
|
11
12
|
}]
|
|
12
13
|
}] });
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQtdGl0bGUuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvb2FzeXMtbGliL3NyYy9saWIvY29tcG9uZW50cy9hbGVydC9hbGVydC10aXRsZS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFNMUMsTUFBTSxPQUFPLHdCQUF3Qjt3R0FBeEIsd0JBQXdCOzRGQUF4Qix3QkFBd0I7OzRGQUF4Qix3QkFBd0I7a0JBSnBDLFNBQVM7bUJBQUM7b0JBQ1QsUUFBUSxFQUFFLGtDQUFrQztvQkFDNUMsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRGlyZWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ3VpLWFsZXJ0LXRpdGxlLCBbdWktYWxlcnQtdGl0bGVdJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgT2FzeXNBbGVydFRpdGxlRGlyZWN0aXZlIHt9XG4iXX0=
|
|
@@ -2,13 +2,13 @@ import { Component, ContentChild, EventEmitter, Input, Output } from '@angular/c
|
|
|
2
2
|
import { Breakpoint } from '../../services/breakpoint.service';
|
|
3
3
|
import { OasysAlertCancelDirective } from './alert-cancel.directive';
|
|
4
4
|
import { OasysAlertConfirmDirective } from './alert-confirm.directive';
|
|
5
|
+
import { LayoutBoxComponent } from '../layout/box/box.component';
|
|
6
|
+
import { NgClass, NgSwitch, NgSwitchCase, NgSwitchDefault, NgIf } from '@angular/common';
|
|
7
|
+
import { LayoutStackComponent } from '../layout/stack/stack.component';
|
|
8
|
+
import { IconComponent } from '../icon/icon.component';
|
|
9
|
+
import { OasysButtonComponent } from '../button/button.component';
|
|
5
10
|
import * as i0 from "@angular/core";
|
|
6
11
|
import * as i1 from "../../services/breakpoint.service";
|
|
7
|
-
import * as i2 from "@angular/common";
|
|
8
|
-
import * as i3 from "../layout/box/box.component";
|
|
9
|
-
import * as i4 from "../layout/stack/stack.component";
|
|
10
|
-
import * as i5 from "../button/button.component";
|
|
11
|
-
import * as i6 from "../icon/icon.component";
|
|
12
12
|
export class OasysAlertComponent {
|
|
13
13
|
breakpointService;
|
|
14
14
|
direction = 'dynamic';
|
|
@@ -43,11 +43,21 @@ export class OasysAlertComponent {
|
|
|
43
43
|
this.confirm.emit();
|
|
44
44
|
}
|
|
45
45
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertComponent, deps: [{ token: i1.BreakpointService }], target: i0.ɵɵFactoryTarget.Component });
|
|
46
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertComponent, selector: "ui-alert", inputs: { direction: "direction", tone: "tone", button_size: "button_size" }, outputs: { cancel: "cancel", confirm: "confirm" }, queries: [{ propertyName: "cancelButton", first: true, predicate: OasysAlertCancelDirective, descendants: true }, { propertyName: "confirmButton", first: true, predicate: OasysAlertConfirmDirective, descendants: true }], ngImport: i0, template: "<ui-box class=\"ui-alert\" box_space=\"near\" box_align_x=\"center\" [ngClass]=\"tone\">\n <ui-stack stack_direction=\"x\" stack_gap=\"near\">\n <div class=\"badge\" [ngClass]=\"tone\" [ngSwitch]=\"tone\">\n <ui-icon *ngSwitchCase=\"'negative'\" icon_name=\"error\"></ui-icon>\n <ui-icon *ngSwitchCase=\"'positive'\" icon_name=\"tick\"></ui-icon>\n <ui-icon *ngSwitchDefault icon_name=\"info\"></ui-icon>\n </div>\n\n <ui-stack stack_gap=\"near\" [stack_direction]=\"isVertical ? 'y' : 'x'\">\n <ui-stack class=\"content\" stack_direction=\"y\">\n <div class=\"text-body--emphasis\">\n <ng-content select=\"ui-alert-title\"></ng-content>\n </div>\n <div>\n <ng-content select=\"ui-alert-content\"></ng-content>\n </div>\n </ui-stack>\n\n <ui-box\n box_space=\"none\"\n box_background=\"transparent\"\n [box_fill_mode]=\"isVertical ? 'fill' : 'fit'\"\n >\n <ui-stack [stack_wrap]=\"isVertical\" stack_direction=\"x\" stack_gap=\"near\" stack_distribute=\"end\">\n <ui-button\n *ngIf=\"cancelButton && cancelButton.text\"\n button_type=\"tertiary\"\n [button_size]=\"buttonSize\"\n [button_text_nowrap]=\"!isVertical\"\n (clicked)=\"cancelled()\"\n >\n <ng-content select=\"ui-alert-cancel\"></ng-content>\n </ui-button>\n <ui-button\n *ngIf=\"confirmButton && confirmButton.text\"\n button_type=\"secondary\"\n [button_size]=\"buttonSize\"\n [button_text_nowrap]=\"!isVertical\"\n (clicked)=\"confirmed()\"\n >\n <ng-content select=\"ui-alert-confirm\"></ng-content>\n </ui-button>\n </ui-stack>\n </ui-box>\n </ui-stack>\n </ui-stack>\n</ui-box>\n", styles: [":host{display:contents}.ui-alert{background-color:var(--oasys-color-system-background-neutral)}.ui-alert.negative{background-color:var(--oasys-color-system-background-negative)}.ui-alert.positive{background-color:var(--oasys-color-system-background-positive)}.ui-alert .badge{padding:2px;border-radius:9999px;color:var(--oasys-color-brand-foreground-primary);background-color:var(--oasys-color-system-foreground-neutral)}.ui-alert .badge.negative{color:var(--oasys-color-brand-foreground-primary-on-dark);background-color:var(--oasys-color-system-foreground-negative)}.ui-alert .badge.positive{color:var(--oasys-color-brand-foreground-primary-on-dark);background-color:var(--oasys-color-system-foreground-positive)}.ui-alert .badge ui-icon{fill:currentColor}.ui-alert .content{gap:var(--oasys-spacing-tiny)}\n"], dependencies: [{ kind: "
|
|
46
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: OasysAlertComponent, isStandalone: true, selector: "ui-alert", inputs: { direction: "direction", tone: "tone", button_size: "button_size" }, outputs: { cancel: "cancel", confirm: "confirm" }, queries: [{ propertyName: "cancelButton", first: true, predicate: OasysAlertCancelDirective, descendants: true }, { propertyName: "confirmButton", first: true, predicate: OasysAlertConfirmDirective, descendants: true }], ngImport: i0, template: "<ui-box class=\"ui-alert\" box_space=\"near\" box_align_x=\"center\" [ngClass]=\"tone\">\n <ui-stack stack_direction=\"x\" stack_gap=\"near\">\n <div class=\"badge\" [ngClass]=\"tone\" [ngSwitch]=\"tone\">\n <ui-icon *ngSwitchCase=\"'negative'\" icon_name=\"error\"></ui-icon>\n <ui-icon *ngSwitchCase=\"'positive'\" icon_name=\"tick\"></ui-icon>\n <ui-icon *ngSwitchDefault icon_name=\"info\"></ui-icon>\n </div>\n\n <ui-stack stack_gap=\"near\" [stack_direction]=\"isVertical ? 'y' : 'x'\">\n <ui-stack class=\"content\" stack_direction=\"y\">\n <div class=\"text-body--emphasis\">\n <ng-content select=\"ui-alert-title\"></ng-content>\n </div>\n <div>\n <ng-content select=\"ui-alert-content\"></ng-content>\n </div>\n </ui-stack>\n\n <ui-box\n box_space=\"none\"\n box_background=\"transparent\"\n [box_fill_mode]=\"isVertical ? 'fill' : 'fit'\"\n >\n <ui-stack [stack_wrap]=\"isVertical\" stack_direction=\"x\" stack_gap=\"near\" stack_distribute=\"end\">\n <ui-button\n *ngIf=\"cancelButton && cancelButton.text\"\n button_type=\"tertiary\"\n [button_size]=\"buttonSize\"\n [button_text_nowrap]=\"!isVertical\"\n (clicked)=\"cancelled()\"\n >\n <ng-content select=\"ui-alert-cancel\"></ng-content>\n </ui-button>\n <ui-button\n *ngIf=\"confirmButton && confirmButton.text\"\n button_type=\"secondary\"\n [button_size]=\"buttonSize\"\n [button_text_nowrap]=\"!isVertical\"\n (clicked)=\"confirmed()\"\n >\n <ng-content select=\"ui-alert-confirm\"></ng-content>\n </ui-button>\n </ui-stack>\n </ui-box>\n </ui-stack>\n </ui-stack>\n</ui-box>\n", styles: [":host{display:contents}.ui-alert{background-color:var(--oasys-color-system-background-neutral)}.ui-alert.negative{background-color:var(--oasys-color-system-background-negative)}.ui-alert.positive{background-color:var(--oasys-color-system-background-positive)}.ui-alert .badge{padding:2px;border-radius:9999px;color:var(--oasys-color-brand-foreground-primary);background-color:var(--oasys-color-system-foreground-neutral)}.ui-alert .badge.negative{color:var(--oasys-color-brand-foreground-primary-on-dark);background-color:var(--oasys-color-system-foreground-negative)}.ui-alert .badge.positive{color:var(--oasys-color-brand-foreground-primary-on-dark);background-color:var(--oasys-color-system-foreground-positive)}.ui-alert .badge ui-icon{fill:currentColor}.ui-alert .content{gap:var(--oasys-spacing-tiny)}\n"], dependencies: [{ kind: "component", type: LayoutBoxComponent, selector: "ui-box", inputs: ["box_space", "box_space_top", "box_space_right", "box_space_bottom", "box_space_left", "box_align_x", "box_align_y", "box_fill_mode", "box_background", "box_content_fill_width", "box_border_color", "box_border_width", "box_border_style", "box_border_radius"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: LayoutStackComponent, selector: "ui-stack", inputs: ["stack_gap", "stack_align", "stack_direction", "stack_distribute", "stack_wrap", "stack_collapse_below"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: IconComponent, selector: "ui-icon", inputs: ["icon_size", "icon_size_override", "icon_name", "icon_context", "alt_text", "icon_class"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: OasysButtonComponent, selector: "ui-button", inputs: ["button_icon", "button_icon_placement", "button_size", "button_type", "button_full_width", "button_event_type", "button_disabled", "button_selected", "button_text_nowrap", "aria_label", "aria_role", "href"], outputs: ["clicked"] }] });
|
|
47
47
|
}
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
|
-
args: [{ selector: 'ui-alert',
|
|
50
|
+
args: [{ selector: 'ui-alert', standalone: true, imports: [
|
|
51
|
+
LayoutBoxComponent,
|
|
52
|
+
NgClass,
|
|
53
|
+
LayoutStackComponent,
|
|
54
|
+
NgSwitch,
|
|
55
|
+
NgSwitchCase,
|
|
56
|
+
IconComponent,
|
|
57
|
+
NgSwitchDefault,
|
|
58
|
+
NgIf,
|
|
59
|
+
OasysButtonComponent,
|
|
60
|
+
], template: "<ui-box class=\"ui-alert\" box_space=\"near\" box_align_x=\"center\" [ngClass]=\"tone\">\n <ui-stack stack_direction=\"x\" stack_gap=\"near\">\n <div class=\"badge\" [ngClass]=\"tone\" [ngSwitch]=\"tone\">\n <ui-icon *ngSwitchCase=\"'negative'\" icon_name=\"error\"></ui-icon>\n <ui-icon *ngSwitchCase=\"'positive'\" icon_name=\"tick\"></ui-icon>\n <ui-icon *ngSwitchDefault icon_name=\"info\"></ui-icon>\n </div>\n\n <ui-stack stack_gap=\"near\" [stack_direction]=\"isVertical ? 'y' : 'x'\">\n <ui-stack class=\"content\" stack_direction=\"y\">\n <div class=\"text-body--emphasis\">\n <ng-content select=\"ui-alert-title\"></ng-content>\n </div>\n <div>\n <ng-content select=\"ui-alert-content\"></ng-content>\n </div>\n </ui-stack>\n\n <ui-box\n box_space=\"none\"\n box_background=\"transparent\"\n [box_fill_mode]=\"isVertical ? 'fill' : 'fit'\"\n >\n <ui-stack [stack_wrap]=\"isVertical\" stack_direction=\"x\" stack_gap=\"near\" stack_distribute=\"end\">\n <ui-button\n *ngIf=\"cancelButton && cancelButton.text\"\n button_type=\"tertiary\"\n [button_size]=\"buttonSize\"\n [button_text_nowrap]=\"!isVertical\"\n (clicked)=\"cancelled()\"\n >\n <ng-content select=\"ui-alert-cancel\"></ng-content>\n </ui-button>\n <ui-button\n *ngIf=\"confirmButton && confirmButton.text\"\n button_type=\"secondary\"\n [button_size]=\"buttonSize\"\n [button_text_nowrap]=\"!isVertical\"\n (clicked)=\"confirmed()\"\n >\n <ng-content select=\"ui-alert-confirm\"></ng-content>\n </ui-button>\n </ui-stack>\n </ui-box>\n </ui-stack>\n </ui-stack>\n</ui-box>\n", styles: [":host{display:contents}.ui-alert{background-color:var(--oasys-color-system-background-neutral)}.ui-alert.negative{background-color:var(--oasys-color-system-background-negative)}.ui-alert.positive{background-color:var(--oasys-color-system-background-positive)}.ui-alert .badge{padding:2px;border-radius:9999px;color:var(--oasys-color-brand-foreground-primary);background-color:var(--oasys-color-system-foreground-neutral)}.ui-alert .badge.negative{color:var(--oasys-color-brand-foreground-primary-on-dark);background-color:var(--oasys-color-system-foreground-negative)}.ui-alert .badge.positive{color:var(--oasys-color-brand-foreground-primary-on-dark);background-color:var(--oasys-color-system-foreground-positive)}.ui-alert .badge ui-icon{fill:currentColor}.ui-alert .content{gap:var(--oasys-spacing-tiny)}\n"] }]
|
|
51
61
|
}], ctorParameters: () => [{ type: i1.BreakpointService }], propDecorators: { direction: [{
|
|
52
62
|
type: Input
|
|
53
63
|
}], tone: [{
|
|
@@ -65,4 +75,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
65
75
|
type: ContentChild,
|
|
66
76
|
args: [OasysAlertConfirmDirective]
|
|
67
77
|
}] } });
|
|
68
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
78
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvb2FzeXMtbGliL3NyYy9saWIvY29tcG9uZW50cy9hbGVydC9hbGVydC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9vYXN5cy1saWIvc3JjL2xpYi9jb21wb25lbnRzL2FsZXJ0L2FsZXJ0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxVQUFVLEVBQXFCLE1BQU0sbUNBQW1DLENBQUM7QUFDbEYsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDckUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFFdkUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDakUsT0FBTyxFQUFFLE9BQU8sRUFBRSxRQUFRLEVBQUUsWUFBWSxFQUFFLGVBQWUsRUFBRSxJQUFJLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN6RixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUN2RSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7OztBQXFCbEUsTUFBTSxPQUFPLG1CQUFtQjtJQXFCWDtJQW5CWixTQUFTLEdBQTBDLFNBQVMsQ0FBQztJQUc3RCxJQUFJLEdBQWdCLFNBQVMsQ0FBQztJQUU1QixXQUFXLEdBQWlCLE9BQU8sQ0FBQztJQUd0QyxNQUFNLEdBQXVCLElBQUksWUFBWSxFQUFRLENBQUM7SUFHdEQsT0FBTyxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO0lBR3ZELFlBQVksQ0FBNEI7SUFHeEMsYUFBYSxDQUE2QjtJQUVqRCxZQUFtQixpQkFBb0M7UUFBcEMsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtJQUFHLENBQUM7SUFFM0QsSUFBSSxVQUFVO1FBQ1osUUFBUSxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7WUFDdkIsS0FBSyxVQUFVO2dCQUNiLE9BQU8sSUFBSSxDQUFDO1lBQ2QsS0FBSyxZQUFZO2dCQUNmLE9BQU8sS0FBSyxDQUFDO1lBQ2Y7Z0JBQ0UsT0FBTyxJQUFJLENBQUMsaUJBQWlCLENBQUMsV0FBVyxDQUFDLEtBQUssS0FBSyxVQUFVLENBQUMsTUFBTSxDQUFDO1FBQzFFLENBQUM7SUFDSCxDQUFDO0lBRUQsSUFBSSxVQUFVO1FBQ1osT0FBTyxJQUFJLENBQUMsaUJBQWlCLENBQUMsV0FBVyxDQUFDLEtBQUssS0FBSyxVQUFVLENBQUMsTUFBTTtZQUNuRSxDQUFDLENBQUMsT0FBTztZQUNULENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDO0lBQ3ZCLENBQUM7SUFFTSxTQUFTO1FBQ2QsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRU0sU0FBUztRQUNkLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDdEIsQ0FBQzt3R0E5Q1UsbUJBQW1COzRGQUFuQixtQkFBbUIsK09BZWhCLHlCQUF5QixnRkFHekIsMEJBQTBCLGdEQ2hEMUMsODBEQStDQSxtMkJENUJJLGtCQUFrQixnVUFDbEIsT0FBTyxvRkFDUCxvQkFBb0Isd0tBQ3BCLFFBQVEsNkVBQ1IsWUFBWSxxRkFDWixhQUFhLHdKQUNiLGVBQWUsOERBQ2YsSUFBSSw2RkFDSixvQkFBb0I7OzRGQUdYLG1CQUFtQjtrQkFqQi9CLFNBQVM7K0JBQ0UsVUFBVSxjQUdSLElBQUksV0FDUDt3QkFDUCxrQkFBa0I7d0JBQ2xCLE9BQU87d0JBQ1Asb0JBQW9CO3dCQUNwQixRQUFRO3dCQUNSLFlBQVk7d0JBQ1osYUFBYTt3QkFDYixlQUFlO3dCQUNmLElBQUk7d0JBQ0osb0JBQW9CO3FCQUNyQjtzRkFJTSxTQUFTO3NCQURmLEtBQUs7Z0JBSUMsSUFBSTtzQkFEVixLQUFLO2dCQUdHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBR0MsTUFBTTtzQkFEWixNQUFNO2dCQUlBLE9BQU87c0JBRGIsTUFBTTtnQkFJQSxZQUFZO3NCQURsQixZQUFZO3VCQUFDLHlCQUF5QjtnQkFJaEMsYUFBYTtzQkFEbkIsWUFBWTt1QkFBQywwQkFBMEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCcmVha3BvaW50LCBCcmVha3BvaW50U2VydmljZSB9IGZyb20gJy4uLy4uL3NlcnZpY2VzL2JyZWFrcG9pbnQuc2VydmljZSc7XG5pbXBvcnQgeyBPYXN5c0FsZXJ0Q2FuY2VsRGlyZWN0aXZlIH0gZnJvbSAnLi9hbGVydC1jYW5jZWwuZGlyZWN0aXZlJztcbmltcG9ydCB7IE9hc3lzQWxlcnRDb25maXJtRGlyZWN0aXZlIH0gZnJvbSAnLi9hbGVydC1jb25maXJtLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBVSUJ1dHRvblNpemUgfSBmcm9tICcuLi9idXR0b24vYnV0dG9uJztcbmltcG9ydCB7IExheW91dEJveENvbXBvbmVudCB9IGZyb20gJy4uL2xheW91dC9ib3gvYm94LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBOZ0NsYXNzLCBOZ1N3aXRjaCwgTmdTd2l0Y2hDYXNlLCBOZ1N3aXRjaERlZmF1bHQsIE5nSWYgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTGF5b3V0U3RhY2tDb21wb25lbnQgfSBmcm9tICcuLi9sYXlvdXQvc3RhY2svc3RhY2suY29tcG9uZW50JztcbmltcG9ydCB7IEljb25Db21wb25lbnQgfSBmcm9tICcuLi9pY29uL2ljb24uY29tcG9uZW50JztcbmltcG9ydCB7IE9hc3lzQnV0dG9uQ29tcG9uZW50IH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5jb21wb25lbnQnO1xuXG5leHBvcnQgdHlwZSBVSUFsZXJ0VG9uZSA9ICdwb3NpdGl2ZScgfCAnbmV1dHJhbCcgfCAnbmVnYXRpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd1aS1hbGVydCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9hbGVydC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2FsZXJ0LmNvbXBvbmVudC5zY3NzJ10sXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBMYXlvdXRCb3hDb21wb25lbnQsXG4gICAgTmdDbGFzcyxcbiAgICBMYXlvdXRTdGFja0NvbXBvbmVudCxcbiAgICBOZ1N3aXRjaCxcbiAgICBOZ1N3aXRjaENhc2UsXG4gICAgSWNvbkNvbXBvbmVudCxcbiAgICBOZ1N3aXRjaERlZmF1bHQsXG4gICAgTmdJZixcbiAgICBPYXN5c0J1dHRvbkNvbXBvbmVudCxcbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgT2FzeXNBbGVydENvbXBvbmVudCB7XG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBkaXJlY3Rpb246ICdkeW5hbWljJyB8ICd2ZXJ0aWNhbCcgfCAnaG9yaXpvbnRhbCcgPSAnZHluYW1pYyc7XG5cbiAgQElucHV0KClcbiAgcHVibGljIHRvbmU6IFVJQWxlcnRUb25lID0gJ25ldXRyYWwnO1xuXG4gIEBJbnB1dCgpIGJ1dHRvbl9zaXplOiBVSUJ1dHRvblNpemUgPSAnbGFyZ2UnO1xuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgY2FuY2VsOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgQE91dHB1dCgpXG4gIHB1YmxpYyBjb25maXJtOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgQENvbnRlbnRDaGlsZChPYXN5c0FsZXJ0Q2FuY2VsRGlyZWN0aXZlKVxuICBwdWJsaWMgY2FuY2VsQnV0dG9uOiBPYXN5c0FsZXJ0Q2FuY2VsRGlyZWN0aXZlO1xuXG4gIEBDb250ZW50Q2hpbGQoT2FzeXNBbGVydENvbmZpcm1EaXJlY3RpdmUpXG4gIHB1YmxpYyBjb25maXJtQnV0dG9uOiBPYXN5c0FsZXJ0Q29uZmlybURpcmVjdGl2ZTtcblxuICBjb25zdHJ1Y3RvcihwdWJsaWMgYnJlYWtwb2ludFNlcnZpY2U6IEJyZWFrcG9pbnRTZXJ2aWNlKSB7fVxuXG4gIGdldCBpc1ZlcnRpY2FsKCk6IGJvb2xlYW4ge1xuICAgIHN3aXRjaCAodGhpcy5kaXJlY3Rpb24pIHtcbiAgICAgIGNhc2UgJ3ZlcnRpY2FsJzpcbiAgICAgICAgcmV0dXJuIHRydWU7XG4gICAgICBjYXNlICdob3Jpem9udGFsJzpcbiAgICAgICAgcmV0dXJuIGZhbHNlO1xuICAgICAgZGVmYXVsdDpcbiAgICAgICAgcmV0dXJuIHRoaXMuYnJlYWtwb2ludFNlcnZpY2UuY3VycmVudFNpemUudmFsdWUgPT09IEJyZWFrcG9pbnQuTU9CSUxFO1xuICAgIH1cbiAgfVxuXG4gIGdldCBidXR0b25TaXplKCk6IFVJQnV0dG9uU2l6ZSB7XG4gICAgcmV0dXJuIHRoaXMuYnJlYWtwb2ludFNlcnZpY2UuY3VycmVudFNpemUudmFsdWUgPT09IEJyZWFrcG9pbnQuTU9CSUxFXG4gICAgICA/ICdzbWFsbCdcbiAgICAgIDogdGhpcy5idXR0b25fc2l6ZTtcbiAgfVxuXG4gIHB1YmxpYyBjYW5jZWxsZWQoKTogdm9pZCB7XG4gICAgdGhpcy5jYW5jZWwuZW1pdCgpO1xuICB9XG5cbiAgcHVibGljIGNvbmZpcm1lZCgpOiB2b2lkIHtcbiAgICB0aGlzLmNvbmZpcm0uZW1pdCgpO1xuICB9XG59XG4iLCI8dWktYm94IGNsYXNzPVwidWktYWxlcnRcIiBib3hfc3BhY2U9XCJuZWFyXCIgYm94X2FsaWduX3g9XCJjZW50ZXJcIiBbbmdDbGFzc109XCJ0b25lXCI+XG4gIDx1aS1zdGFjayBzdGFja19kaXJlY3Rpb249XCJ4XCIgc3RhY2tfZ2FwPVwibmVhclwiPlxuICAgIDxkaXYgY2xhc3M9XCJiYWRnZVwiIFtuZ0NsYXNzXT1cInRvbmVcIiBbbmdTd2l0Y2hdPVwidG9uZVwiPlxuICAgICAgPHVpLWljb24gKm5nU3dpdGNoQ2FzZT1cIiduZWdhdGl2ZSdcIiBpY29uX25hbWU9XCJlcnJvclwiPjwvdWktaWNvbj5cbiAgICAgIDx1aS1pY29uICpuZ1N3aXRjaENhc2U9XCIncG9zaXRpdmUnXCIgaWNvbl9uYW1lPVwidGlja1wiPjwvdWktaWNvbj5cbiAgICAgIDx1aS1pY29uICpuZ1N3aXRjaERlZmF1bHQgaWNvbl9uYW1lPVwiaW5mb1wiPjwvdWktaWNvbj5cbiAgICA8L2Rpdj5cblxuICAgIDx1aS1zdGFjayBzdGFja19nYXA9XCJuZWFyXCIgW3N0YWNrX2RpcmVjdGlvbl09XCJpc1ZlcnRpY2FsID8gJ3knIDogJ3gnXCI+XG4gICAgICA8dWktc3RhY2sgY2xhc3M9XCJjb250ZW50XCIgc3RhY2tfZGlyZWN0aW9uPVwieVwiPlxuICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1ib2R5LS1lbXBoYXNpc1wiPlxuICAgICAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cInVpLWFsZXJ0LXRpdGxlXCI+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdj5cbiAgICAgICAgICA8bmctY29udGVudCBzZWxlY3Q9XCJ1aS1hbGVydC1jb250ZW50XCI+PC9uZy1jb250ZW50PlxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvdWktc3RhY2s+XG5cbiAgICAgIDx1aS1ib3hcbiAgICAgICAgYm94X3NwYWNlPVwibm9uZVwiXG4gICAgICAgIGJveF9iYWNrZ3JvdW5kPVwidHJhbnNwYXJlbnRcIlxuICAgICAgICBbYm94X2ZpbGxfbW9kZV09XCJpc1ZlcnRpY2FsID8gJ2ZpbGwnIDogJ2ZpdCdcIlxuICAgICAgPlxuICAgICAgICA8dWktc3RhY2sgW3N0YWNrX3dyYXBdPVwiaXNWZXJ0aWNhbFwiIHN0YWNrX2RpcmVjdGlvbj1cInhcIiBzdGFja19nYXA9XCJuZWFyXCIgc3RhY2tfZGlzdHJpYnV0ZT1cImVuZFwiPlxuICAgICAgICAgIDx1aS1idXR0b25cbiAgICAgICAgICAgICpuZ0lmPVwiY2FuY2VsQnV0dG9uICYmIGNhbmNlbEJ1dHRvbi50ZXh0XCJcbiAgICAgICAgICAgIGJ1dHRvbl90eXBlPVwidGVydGlhcnlcIlxuICAgICAgICAgICAgW2J1dHRvbl9zaXplXT1cImJ1dHRvblNpemVcIlxuICAgICAgICAgICAgW2J1dHRvbl90ZXh0X25vd3JhcF09XCIhaXNWZXJ0aWNhbFwiXG4gICAgICAgICAgICAoY2xpY2tlZCk9XCJjYW5jZWxsZWQoKVwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwidWktYWxlcnQtY2FuY2VsXCI+PC9uZy1jb250ZW50PlxuICAgICAgICAgIDwvdWktYnV0dG9uPlxuICAgICAgICAgIDx1aS1idXR0b25cbiAgICAgICAgICAgICpuZ0lmPVwiY29uZmlybUJ1dHRvbiAmJiBjb25maXJtQnV0dG9uLnRleHRcIlxuICAgICAgICAgICAgYnV0dG9uX3R5cGU9XCJzZWNvbmRhcnlcIlxuICAgICAgICAgICAgW2J1dHRvbl9zaXplXT1cImJ1dHRvblNpemVcIlxuICAgICAgICAgICAgW2J1dHRvbl90ZXh0X25vd3JhcF09XCIhaXNWZXJ0aWNhbFwiXG4gICAgICAgICAgICAoY2xpY2tlZCk9XCJjb25maXJtZWQoKVwiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwidWktYWxlcnQtY29uZmlybVwiPjwvbmctY29udGVudD5cbiAgICAgICAgICA8L3VpLWJ1dHRvbj5cbiAgICAgICAgPC91aS1zdGFjaz5cbiAgICAgIDwvdWktYm94PlxuICAgIDwvdWktc3RhY2s+XG4gIDwvdWktc3RhY2s+XG48L3VpLWJveD5cbiJdfQ==
|
|
@@ -1,57 +1,33 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
1
|
import { NgModule } from '@angular/core';
|
|
3
|
-
import { OasysButtonModule } from '../button/button.module';
|
|
4
|
-
import { OasysIconModule } from '../icon/icon.module';
|
|
5
|
-
import { OasysLayoutModule } from '../layout';
|
|
6
2
|
import { OasysAlertCancelDirective } from './alert-cancel.directive';
|
|
7
3
|
import { OasysAlertConfirmDirective } from './alert-confirm.directive';
|
|
8
4
|
import { OasysAlertContentDirective } from './alert-content.directive';
|
|
9
5
|
import { OasysAlertTitleDirective } from './alert-title.directive';
|
|
10
6
|
import { OasysAlertComponent } from './alert.component';
|
|
11
|
-
import { OasysDirectivesModule } from '../../directives/directives.module';
|
|
12
|
-
import { OasysButtonGroupModule } from '../button-group/button-group.module';
|
|
13
7
|
import * as i0 from "@angular/core";
|
|
14
8
|
export class OasysAlertModule {
|
|
15
9
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
16
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertModule,
|
|
10
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertModule, imports: [OasysAlertCancelDirective,
|
|
17
11
|
OasysAlertConfirmDirective,
|
|
18
12
|
OasysAlertContentDirective,
|
|
19
13
|
OasysAlertTitleDirective,
|
|
20
|
-
OasysAlertComponent],
|
|
21
|
-
OasysLayoutModule,
|
|
22
|
-
OasysButtonModule,
|
|
23
|
-
OasysIconModule,
|
|
24
|
-
OasysDirectivesModule,
|
|
25
|
-
OasysButtonGroupModule], exports: [OasysAlertCancelDirective,
|
|
14
|
+
OasysAlertComponent], exports: [OasysAlertCancelDirective,
|
|
26
15
|
OasysAlertConfirmDirective,
|
|
27
16
|
OasysAlertContentDirective,
|
|
28
17
|
OasysAlertTitleDirective,
|
|
29
18
|
OasysAlertComponent] });
|
|
30
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertModule
|
|
31
|
-
OasysLayoutModule,
|
|
32
|
-
OasysButtonModule,
|
|
33
|
-
OasysIconModule,
|
|
34
|
-
OasysDirectivesModule,
|
|
35
|
-
OasysButtonGroupModule] });
|
|
19
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertModule });
|
|
36
20
|
}
|
|
37
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysAlertModule, decorators: [{
|
|
38
22
|
type: NgModule,
|
|
39
23
|
args: [{
|
|
40
|
-
|
|
24
|
+
imports: [
|
|
41
25
|
OasysAlertCancelDirective,
|
|
42
26
|
OasysAlertConfirmDirective,
|
|
43
27
|
OasysAlertContentDirective,
|
|
44
28
|
OasysAlertTitleDirective,
|
|
45
29
|
OasysAlertComponent,
|
|
46
30
|
],
|
|
47
|
-
imports: [
|
|
48
|
-
CommonModule,
|
|
49
|
-
OasysLayoutModule,
|
|
50
|
-
OasysButtonModule,
|
|
51
|
-
OasysIconModule,
|
|
52
|
-
OasysDirectivesModule,
|
|
53
|
-
OasysButtonGroupModule,
|
|
54
|
-
],
|
|
55
31
|
exports: [
|
|
56
32
|
OasysAlertCancelDirective,
|
|
57
33
|
OasysAlertConfirmDirective,
|
|
@@ -61,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
61
37
|
],
|
|
62
38
|
}]
|
|
63
39
|
}] });
|
|
64
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWxlcnQubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvb2FzeXMtbGliL3NyYy9saWIvY29tcG9uZW50cy9hbGVydC9hbGVydC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNyRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUNuRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFrQnhELE1BQU0sT0FBTyxnQkFBZ0I7d0dBQWhCLGdCQUFnQjt5R0FBaEIsZ0JBQWdCLFlBZHpCLHlCQUF5QjtZQUN6QiwwQkFBMEI7WUFDMUIsMEJBQTBCO1lBQzFCLHdCQUF3QjtZQUN4QixtQkFBbUIsYUFHbkIseUJBQXlCO1lBQ3pCLDBCQUEwQjtZQUMxQiwwQkFBMEI7WUFDMUIsd0JBQXdCO1lBQ3hCLG1CQUFtQjt5R0FHVixnQkFBZ0I7OzRGQUFoQixnQkFBZ0I7a0JBaEI1QixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCx5QkFBeUI7d0JBQ3pCLDBCQUEwQjt3QkFDMUIsMEJBQTBCO3dCQUMxQix3QkFBd0I7d0JBQ3hCLG1CQUFtQjtxQkFDcEI7b0JBQ0QsT0FBTyxFQUFFO3dCQUNQLHlCQUF5Qjt3QkFDekIsMEJBQTBCO3dCQUMxQiwwQkFBMEI7d0JBQzFCLHdCQUF3Qjt3QkFDeEIsbUJBQW1CO3FCQUNwQjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBPYXN5c0FsZXJ0Q2FuY2VsRGlyZWN0aXZlIH0gZnJvbSAnLi9hbGVydC1jYW5jZWwuZGlyZWN0aXZlJztcbmltcG9ydCB7IE9hc3lzQWxlcnRDb25maXJtRGlyZWN0aXZlIH0gZnJvbSAnLi9hbGVydC1jb25maXJtLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBPYXN5c0FsZXJ0Q29udGVudERpcmVjdGl2ZSB9IGZyb20gJy4vYWxlcnQtY29udGVudC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgT2FzeXNBbGVydFRpdGxlRGlyZWN0aXZlIH0gZnJvbSAnLi9hbGVydC10aXRsZS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgT2FzeXNBbGVydENvbXBvbmVudCB9IGZyb20gJy4vYWxlcnQuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW1xuICAgIE9hc3lzQWxlcnRDYW5jZWxEaXJlY3RpdmUsXG4gICAgT2FzeXNBbGVydENvbmZpcm1EaXJlY3RpdmUsXG4gICAgT2FzeXNBbGVydENvbnRlbnREaXJlY3RpdmUsXG4gICAgT2FzeXNBbGVydFRpdGxlRGlyZWN0aXZlLFxuICAgIE9hc3lzQWxlcnRDb21wb25lbnQsXG4gIF0sXG4gIGV4cG9ydHM6IFtcbiAgICBPYXN5c0FsZXJ0Q2FuY2VsRGlyZWN0aXZlLFxuICAgIE9hc3lzQWxlcnRDb25maXJtRGlyZWN0aXZlLFxuICAgIE9hc3lzQWxlcnRDb250ZW50RGlyZWN0aXZlLFxuICAgIE9hc3lzQWxlcnRUaXRsZURpcmVjdGl2ZSxcbiAgICBPYXN5c0FsZXJ0Q29tcG9uZW50LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBPYXN5c0FsZXJ0TW9kdWxlIHt9XG4iXX0=
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
+
import { TokenService } from '../../services/token.service';
|
|
3
|
+
import { LayoutBoxComponent } from '../layout/box/box.component';
|
|
4
|
+
import { LayoutGridComponent } from '../layout/grid/grid.component';
|
|
5
|
+
import { LayoutGridColumnComponent } from '../layout/grid/grid-column.component';
|
|
6
|
+
import { LayoutStackComponent } from '../layout/stack/stack.component';
|
|
7
|
+
import { NgIf } from '@angular/common';
|
|
8
|
+
import { OasysHeadingComponent } from '../heading/heading.component';
|
|
9
|
+
import { OasysButtonComponent } from '../button/button.component';
|
|
2
10
|
import * as i0 from "@angular/core";
|
|
3
11
|
import * as i1 from "../../services/token.service";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "../button/button.component";
|
|
6
|
-
import * as i4 from "../heading/heading.component";
|
|
7
|
-
import * as i5 from "../layout/box/box.component";
|
|
8
|
-
import * as i6 from "../layout/grid/grid-column.component";
|
|
9
|
-
import * as i7 from "../layout/grid/grid.component";
|
|
10
|
-
import * as i8 from "../layout/stack/stack.component";
|
|
11
12
|
export class BannerComponent {
|
|
12
13
|
tokenService;
|
|
13
14
|
// Design token variables;
|
|
@@ -30,11 +31,19 @@ export class BannerComponent {
|
|
|
30
31
|
this.cta_clicked.emit();
|
|
31
32
|
}
|
|
32
33
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BannerComponent, deps: [{ token: i1.TokenService }], target: i0.ɵɵFactoryTarget.Component });
|
|
33
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BannerComponent, selector: "ui-banner", inputs: { background_colour: "background_colour", cta_text: "cta_text", banner_title: "banner_title", banner_surtitle: "banner_surtitle", banner_subtitle: "banner_subtitle", cta_link: "cta_link" }, outputs: { cta_clicked: "cta_clicked" }, ngImport: i0, template: "<ui-box\n [box_background]=\"background_colour\"\n box_space_left=\"none\"\n box_space_right=\"none\"\n box_fill_mode=\"fill\"\n box_align_x=\"center\"\n class=\"ui-banner\"\n #bannerbox\n >\n <ui-grid grid_collapse_below=\"tablet\">\n <ui-column\n [columns]=\"{mobile: 12, tablet: 10, laptop: 8, desktop: 8}\"\n [column_inset]=\"{mobile: 0, tablet: 1, laptop: 2, desktop: 2}\"\n class=\"ui-banner__content\">\n <ui-box [box_space]='{mobile: mobilePadding, tablet: \"none\"}' box_space_top=\"none\" box_space_bottom=\"none\" box_background=\"transparent\">\n <ui-stack\n class=\"content__stack\"\n stack_direction=\"x\"\n stack_distribute=\"space-between\"\n stack_gap=\"near\"\n stack_collapse_below=\"tablet\">\n <ui-stack class=\"content__stack\" stack_direction=\"x\" stack_align=\"center\" stack_gap=\"near\">\n <!-- This is a stack as the icon will go here above the ui-heading -->\n <ui-heading\n *ngIf=\"banner_title || banner_surtitle || banner_subtitle\"\n heading_type=\"functional-primary\"\n [heading_title]=\"banner_title\"\n [heading_surtitle]=\"banner_surtitle\"\n [heading_subtitle]=\"banner_subtitle\">\n </ui-heading>\n </ui-stack>\n <ui-button\n *ngIf=\"cta_text\"\n bwtrackas=\"oasys.hva-banner.cta\"\n button_size=\"large\"\n [button_type]=\"bannerbox.backgroundIsDark ? 'primary-inverse' : 'primary'\"\n [href]=\"cta_link\"\n (clicked)=\"onCtaClicked()\">\n <span>{{cta_text}}</span>\n </ui-button>\n </ui-stack>\n </ui-box>\n </ui-column>\n </ui-grid>\n</ui-box>\n", styles: [".ui-banner__content .content__stack{align-items:flex-start}@media only screen and (min-width: 768px){.ui-banner__content .content__stack{align-items:center}.ui-banner__content .content__stack ui-button{white-space:nowrap}}\n"], dependencies: [{ kind: "
|
|
34
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BannerComponent, isStandalone: true, selector: "ui-banner", inputs: { background_colour: "background_colour", cta_text: "cta_text", banner_title: "banner_title", banner_surtitle: "banner_surtitle", banner_subtitle: "banner_subtitle", cta_link: "cta_link" }, outputs: { cta_clicked: "cta_clicked" }, providers: [TokenService], ngImport: i0, template: "<ui-box\n [box_background]=\"background_colour\"\n box_space_left=\"none\"\n box_space_right=\"none\"\n box_fill_mode=\"fill\"\n box_align_x=\"center\"\n class=\"ui-banner\"\n #bannerbox\n >\n <ui-grid grid_collapse_below=\"tablet\">\n <ui-column\n [columns]=\"{mobile: 12, tablet: 10, laptop: 8, desktop: 8}\"\n [column_inset]=\"{mobile: 0, tablet: 1, laptop: 2, desktop: 2}\"\n class=\"ui-banner__content\">\n <ui-box [box_space]='{mobile: mobilePadding, tablet: \"none\"}' box_space_top=\"none\" box_space_bottom=\"none\" box_background=\"transparent\">\n <ui-stack\n class=\"content__stack\"\n stack_direction=\"x\"\n stack_distribute=\"space-between\"\n stack_gap=\"near\"\n stack_collapse_below=\"tablet\">\n <ui-stack class=\"content__stack\" stack_direction=\"x\" stack_align=\"center\" stack_gap=\"near\">\n <!-- This is a stack as the icon will go here above the ui-heading -->\n <ui-heading\n *ngIf=\"banner_title || banner_surtitle || banner_subtitle\"\n heading_type=\"functional-primary\"\n [heading_title]=\"banner_title\"\n [heading_surtitle]=\"banner_surtitle\"\n [heading_subtitle]=\"banner_subtitle\">\n </ui-heading>\n </ui-stack>\n <ui-button\n *ngIf=\"cta_text\"\n bwtrackas=\"oasys.hva-banner.cta\"\n button_size=\"large\"\n [button_type]=\"bannerbox.backgroundIsDark ? 'primary-inverse' : 'primary'\"\n [href]=\"cta_link\"\n (clicked)=\"onCtaClicked()\">\n <span>{{cta_text}}</span>\n </ui-button>\n </ui-stack>\n </ui-box>\n </ui-column>\n </ui-grid>\n</ui-box>\n", styles: [".ui-banner__content .content__stack{align-items:flex-start}@media only screen and (min-width: 768px){.ui-banner__content .content__stack{align-items:center}.ui-banner__content .content__stack ui-button{white-space:nowrap}}\n"], dependencies: [{ kind: "component", type: LayoutBoxComponent, selector: "ui-box", inputs: ["box_space", "box_space_top", "box_space_right", "box_space_bottom", "box_space_left", "box_align_x", "box_align_y", "box_fill_mode", "box_background", "box_content_fill_width", "box_border_color", "box_border_width", "box_border_style", "box_border_radius"] }, { kind: "component", type: LayoutGridComponent, selector: "ui-grid", inputs: ["grid_auto", "grid_collapse_below", "grid_gap", "grid_base"] }, { kind: "component", type: LayoutGridColumnComponent, selector: "ui-column", inputs: ["columns", "column_inset"] }, { kind: "component", type: LayoutStackComponent, selector: "ui-stack", inputs: ["stack_gap", "stack_align", "stack_direction", "stack_distribute", "stack_wrap", "stack_collapse_below"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: OasysHeadingComponent, selector: "ui-heading", inputs: ["heading_type", "heading_on_dark", "heading_title", "heading_seo_priority", "heading_priority", "heading_alignment_override", "heading_subtitle", "heading_surtitle", "heading_level"] }, { kind: "component", type: OasysButtonComponent, selector: "ui-button", inputs: ["button_icon", "button_icon_placement", "button_size", "button_type", "button_full_width", "button_event_type", "button_disabled", "button_selected", "button_text_nowrap", "aria_label", "aria_role", "href"], outputs: ["clicked"] }] });
|
|
34
35
|
}
|
|
35
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BannerComponent, decorators: [{
|
|
36
37
|
type: Component,
|
|
37
|
-
args: [{ selector: 'ui-banner',
|
|
38
|
+
args: [{ selector: 'ui-banner', standalone: true, imports: [
|
|
39
|
+
LayoutBoxComponent,
|
|
40
|
+
LayoutGridComponent,
|
|
41
|
+
LayoutGridColumnComponent,
|
|
42
|
+
LayoutStackComponent,
|
|
43
|
+
NgIf,
|
|
44
|
+
OasysHeadingComponent,
|
|
45
|
+
OasysButtonComponent,
|
|
46
|
+
], providers: [TokenService], template: "<ui-box\n [box_background]=\"background_colour\"\n box_space_left=\"none\"\n box_space_right=\"none\"\n box_fill_mode=\"fill\"\n box_align_x=\"center\"\n class=\"ui-banner\"\n #bannerbox\n >\n <ui-grid grid_collapse_below=\"tablet\">\n <ui-column\n [columns]=\"{mobile: 12, tablet: 10, laptop: 8, desktop: 8}\"\n [column_inset]=\"{mobile: 0, tablet: 1, laptop: 2, desktop: 2}\"\n class=\"ui-banner__content\">\n <ui-box [box_space]='{mobile: mobilePadding, tablet: \"none\"}' box_space_top=\"none\" box_space_bottom=\"none\" box_background=\"transparent\">\n <ui-stack\n class=\"content__stack\"\n stack_direction=\"x\"\n stack_distribute=\"space-between\"\n stack_gap=\"near\"\n stack_collapse_below=\"tablet\">\n <ui-stack class=\"content__stack\" stack_direction=\"x\" stack_align=\"center\" stack_gap=\"near\">\n <!-- This is a stack as the icon will go here above the ui-heading -->\n <ui-heading\n *ngIf=\"banner_title || banner_surtitle || banner_subtitle\"\n heading_type=\"functional-primary\"\n [heading_title]=\"banner_title\"\n [heading_surtitle]=\"banner_surtitle\"\n [heading_subtitle]=\"banner_subtitle\">\n </ui-heading>\n </ui-stack>\n <ui-button\n *ngIf=\"cta_text\"\n bwtrackas=\"oasys.hva-banner.cta\"\n button_size=\"large\"\n [button_type]=\"bannerbox.backgroundIsDark ? 'primary-inverse' : 'primary'\"\n [href]=\"cta_link\"\n (clicked)=\"onCtaClicked()\">\n <span>{{cta_text}}</span>\n </ui-button>\n </ui-stack>\n </ui-box>\n </ui-column>\n </ui-grid>\n</ui-box>\n", styles: [".ui-banner__content .content__stack{align-items:flex-start}@media only screen and (min-width: 768px){.ui-banner__content .content__stack{align-items:center}.ui-banner__content .content__stack ui-button{white-space:nowrap}}\n"] }]
|
|
38
47
|
}], ctorParameters: () => [{ type: i1.TokenService }], propDecorators: { background_colour: [{
|
|
39
48
|
type: Input
|
|
40
49
|
}], cta_text: [{
|
|
@@ -50,4 +59,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
50
59
|
}], cta_clicked: [{
|
|
51
60
|
type: Output
|
|
52
61
|
}] } });
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFubmVyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL29hc3lzLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvYmFubmVyL2Jhbm5lci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9vYXN5cy1saWIvc3JjL2xpYi9jb21wb25lbnRzL2Jhbm5lci9iYW5uZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFVLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFFNUQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDakUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDcEUsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDakYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDdkUsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3JFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDOzs7QUFrQmxFLE1BQU0sT0FBTyxlQUFlO0lBY047SUFicEIsMEJBQTBCO0lBQ25CLGFBQWEsQ0FBUztJQUVwQixpQkFBaUIsR0FBb0QsV0FBVyxDQUFDO0lBQ2pGLFFBQVEsQ0FBUztJQUNqQixZQUFZLENBQVM7SUFDckIsZUFBZSxDQUFTO0lBQ3hCLGVBQWUsQ0FBUztJQUVqQyxjQUFjO0lBQ0wsUUFBUSxDQUFTO0lBQ2hCLFdBQVcsR0FBdUIsSUFBSSxZQUFZLEVBQUUsQ0FBQztJQUUvRCxZQUFvQixZQUEwQjtRQUExQixpQkFBWSxHQUFaLFlBQVksQ0FBYztJQUFHLENBQUM7SUFFbEQsUUFBUTtRQUNOLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxhQUFhLENBQUMseUNBQXlDLENBQUMsQ0FBQztJQUNsRyxDQUFDO0lBRUQsWUFBWTtRQUNWLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDMUIsQ0FBQzt3R0F0QlUsZUFBZTs0RkFBZixlQUFlLHVTQUZmLENBQUMsWUFBWSxDQUFDLDBCQ3pCM0IsMm1FQTZDQSwwUkQ1Qkksa0JBQWtCLGdVQUNsQixtQkFBbUIsMkhBQ25CLHlCQUF5QiwyRkFDekIsb0JBQW9CLHdLQUNwQixJQUFJLDZGQUNKLHFCQUFxQix3UEFDckIsb0JBQW9COzs0RkFJWCxlQUFlO2tCQWhCM0IsU0FBUzsrQkFDRSxXQUFXLGNBR1QsSUFBSSxXQUNQO3dCQUNQLGtCQUFrQjt3QkFDbEIsbUJBQW1CO3dCQUNuQix5QkFBeUI7d0JBQ3pCLG9CQUFvQjt3QkFDcEIsSUFBSTt3QkFDSixxQkFBcUI7d0JBQ3JCLG9CQUFvQjtxQkFDckIsYUFDVSxDQUFDLFlBQVksQ0FBQztpRkFNaEIsaUJBQWlCO3NCQUF6QixLQUFLO2dCQUNHLFFBQVE7c0JBQWhCLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBR0csUUFBUTtzQkFBaEIsS0FBSztnQkFDSSxXQUFXO3NCQUFwQixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgVG9rZW5TZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljZXMvdG9rZW4uc2VydmljZSc7XG5pbXBvcnQgeyBMYXlvdXRCYWNrZ3JvdW5kcywgTGF5b3V0QmFja2dyb3VuZHNEZXByZWNhdGVkIH0gZnJvbSAnLi4vbGF5b3V0L0xheW91dCc7XG5pbXBvcnQgeyBMYXlvdXRCb3hDb21wb25lbnQgfSBmcm9tICcuLi9sYXlvdXQvYm94L2JveC5jb21wb25lbnQnO1xuaW1wb3J0IHsgTGF5b3V0R3JpZENvbXBvbmVudCB9IGZyb20gJy4uL2xheW91dC9ncmlkL2dyaWQuY29tcG9uZW50JztcbmltcG9ydCB7IExheW91dEdyaWRDb2x1bW5Db21wb25lbnQgfSBmcm9tICcuLi9sYXlvdXQvZ3JpZC9ncmlkLWNvbHVtbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgTGF5b3V0U3RhY2tDb21wb25lbnQgfSBmcm9tICcuLi9sYXlvdXQvc3RhY2svc3RhY2suY29tcG9uZW50JztcbmltcG9ydCB7IE5nSWYgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgT2FzeXNIZWFkaW5nQ29tcG9uZW50IH0gZnJvbSAnLi4vaGVhZGluZy9oZWFkaW5nLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBPYXN5c0J1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4uL2J1dHRvbi9idXR0b24uY29tcG9uZW50JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAndWktYmFubmVyJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2Jhbm5lci5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Jhbm5lci5jb21wb25lbnQuc2NzcyddLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgTGF5b3V0Qm94Q29tcG9uZW50LFxuICAgIExheW91dEdyaWRDb21wb25lbnQsXG4gICAgTGF5b3V0R3JpZENvbHVtbkNvbXBvbmVudCxcbiAgICBMYXlvdXRTdGFja0NvbXBvbmVudCxcbiAgICBOZ0lmLFxuICAgIE9hc3lzSGVhZGluZ0NvbXBvbmVudCxcbiAgICBPYXN5c0J1dHRvbkNvbXBvbmVudCxcbiAgXSxcbiAgcHJvdmlkZXJzOiBbVG9rZW5TZXJ2aWNlXSxcbn0pXG5leHBvcnQgY2xhc3MgQmFubmVyQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgLy8gRGVzaWduIHRva2VuIHZhcmlhYmxlcztcbiAgcHVibGljIG1vYmlsZVBhZGRpbmc6IHN0cmluZztcblxuICBASW5wdXQoKSBiYWNrZ3JvdW5kX2NvbG91cjogTGF5b3V0QmFja2dyb3VuZHMgfCBMYXlvdXRCYWNrZ3JvdW5kc0RlcHJlY2F0ZWQgPSAnaGlnaGxpZ2h0JztcbiAgQElucHV0KCkgY3RhX3RleHQ6IHN0cmluZztcbiAgQElucHV0KCkgYmFubmVyX3RpdGxlOiBzdHJpbmc7XG4gIEBJbnB1dCgpIGJhbm5lcl9zdXJ0aXRsZTogc3RyaW5nO1xuICBASW5wdXQoKSBiYW5uZXJfc3VidGl0bGU6IHN0cmluZztcblxuICAvLyBDVEEgYWN0aW9uc1xuICBASW5wdXQoKSBjdGFfbGluazogc3RyaW5nO1xuICBAT3V0cHV0KCkgY3RhX2NsaWNrZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIHRva2VuU2VydmljZTogVG9rZW5TZXJ2aWNlKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMubW9iaWxlUGFkZGluZyA9IHRoaXMudG9rZW5TZXJ2aWNlLmdldFRva2VuVmFsdWUoJy0tb2FzeXMtY29tcG9uZW50LWJhbm5lci1zcGFjaW5nLW1vYmlsZScpO1xuICB9XG5cbiAgb25DdGFDbGlja2VkKCk6IHZvaWQge1xuICAgIHRoaXMuY3RhX2NsaWNrZWQuZW1pdCgpO1xuICB9XG59XG4iLCI8dWktYm94XG4gICAgW2JveF9iYWNrZ3JvdW5kXT1cImJhY2tncm91bmRfY29sb3VyXCJcbiAgICBib3hfc3BhY2VfbGVmdD1cIm5vbmVcIlxuICAgIGJveF9zcGFjZV9yaWdodD1cIm5vbmVcIlxuICAgIGJveF9maWxsX21vZGU9XCJmaWxsXCJcbiAgICBib3hfYWxpZ25feD1cImNlbnRlclwiXG4gICAgY2xhc3M9XCJ1aS1iYW5uZXJcIlxuICAgICNiYW5uZXJib3hcbiAgICA+XG4gICAgPHVpLWdyaWQgZ3JpZF9jb2xsYXBzZV9iZWxvdz1cInRhYmxldFwiPlxuICAgICAgICA8dWktY29sdW1uXG4gICAgICAgICAgICBbY29sdW1uc109XCJ7bW9iaWxlOiAxMiwgdGFibGV0OiAxMCwgbGFwdG9wOiA4LCBkZXNrdG9wOiA4fVwiXG4gICAgICAgICAgICBbY29sdW1uX2luc2V0XT1cInttb2JpbGU6IDAsIHRhYmxldDogMSwgbGFwdG9wOiAyLCBkZXNrdG9wOiAyfVwiXG4gICAgICAgICAgICBjbGFzcz1cInVpLWJhbm5lcl9fY29udGVudFwiPlxuICAgICAgICAgICAgPHVpLWJveCBbYm94X3NwYWNlXT0ne21vYmlsZTogbW9iaWxlUGFkZGluZywgdGFibGV0OiBcIm5vbmVcIn0nIGJveF9zcGFjZV90b3A9XCJub25lXCIgYm94X3NwYWNlX2JvdHRvbT1cIm5vbmVcIiBib3hfYmFja2dyb3VuZD1cInRyYW5zcGFyZW50XCI+XG4gICAgICAgICAgICAgICAgPHVpLXN0YWNrXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiY29udGVudF9fc3RhY2tcIlxuICAgICAgICAgICAgICAgICAgICBzdGFja19kaXJlY3Rpb249XCJ4XCJcbiAgICAgICAgICAgICAgICAgICAgc3RhY2tfZGlzdHJpYnV0ZT1cInNwYWNlLWJldHdlZW5cIlxuICAgICAgICAgICAgICAgICAgICBzdGFja19nYXA9XCJuZWFyXCJcbiAgICAgICAgICAgICAgICAgICAgc3RhY2tfY29sbGFwc2VfYmVsb3c9XCJ0YWJsZXRcIj5cbiAgICAgICAgICAgICAgICAgICAgPHVpLXN0YWNrIGNsYXNzPVwiY29udGVudF9fc3RhY2tcIiBzdGFja19kaXJlY3Rpb249XCJ4XCIgc3RhY2tfYWxpZ249XCJjZW50ZXJcIiBzdGFja19nYXA9XCJuZWFyXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8IS0tIFRoaXMgaXMgYSBzdGFjayBhcyB0aGUgaWNvbiB3aWxsIGdvIGhlcmUgYWJvdmUgdGhlIHVpLWhlYWRpbmcgLS0+XG4gICAgICAgICAgICAgICAgICAgICAgICA8dWktaGVhZGluZ1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0lmPVwiYmFubmVyX3RpdGxlIHx8IGJhbm5lcl9zdXJ0aXRsZSB8fCBiYW5uZXJfc3VidGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlYWRpbmdfdHlwZT1cImZ1bmN0aW9uYWwtcHJpbWFyeVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2hlYWRpbmdfdGl0bGVdPVwiYmFubmVyX3RpdGxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbaGVhZGluZ19zdXJ0aXRsZV09XCJiYW5uZXJfc3VydGl0bGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtoZWFkaW5nX3N1YnRpdGxlXT1cImJhbm5lcl9zdWJ0aXRsZVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC91aS1oZWFkaW5nPlxuICAgICAgICAgICAgICAgICAgICA8L3VpLXN0YWNrPlxuICAgICAgICAgICAgICAgICAgICA8dWktYnV0dG9uXG4gICAgICAgICAgICAgICAgICAgICAgICAqbmdJZj1cImN0YV90ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGJ3dHJhY2thcz1cIm9hc3lzLmh2YS1iYW5uZXIuY3RhXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIGJ1dHRvbl9zaXplPVwibGFyZ2VcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2J1dHRvbl90eXBlXT1cImJhbm5lcmJveC5iYWNrZ3JvdW5kSXNEYXJrID8gJ3ByaW1hcnktaW52ZXJzZScgOiAncHJpbWFyeSdcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2hyZWZdPVwiY3RhX2xpbmtcIlxuICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrZWQpPVwib25DdGFDbGlja2VkKClcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuPnt7Y3RhX3RleHR9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgICAgICAgPC91aS1idXR0b24+XG4gICAgICAgICAgICAgICAgPC91aS1zdGFjaz5cbiAgICAgICAgICAgIDwvdWktYm94PlxuICAgICAgICA8L3VpLWNvbHVtbj5cbiAgICA8L3VpLWdyaWQ+XG48L3VpLWJveD5cbiJdfQ==
|
|
@@ -1,42 +1,16 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
1
|
import { NgModule } from '@angular/core';
|
|
3
|
-
import { TokenService } from '../../services/token.service';
|
|
4
|
-
import { OasysButtonModule } from '../button/button.module';
|
|
5
|
-
import { OasysHeadingModule } from '../heading/heading.module';
|
|
6
|
-
import { OasysIconModule } from '../icon/icon.module';
|
|
7
|
-
import { OasysLayoutModule } from '../layout/layout.module';
|
|
8
2
|
import { BannerComponent } from './banner.component';
|
|
9
|
-
import { OasysDirectivesModule } from '../../directives/directives.module';
|
|
10
3
|
import * as i0 from "@angular/core";
|
|
11
4
|
export class OasysBannerModule {
|
|
12
5
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysBannerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OasysBannerModule,
|
|
14
|
-
|
|
15
|
-
OasysHeadingModule,
|
|
16
|
-
OasysLayoutModule,
|
|
17
|
-
OasysIconModule,
|
|
18
|
-
OasysDirectivesModule], exports: [BannerComponent] });
|
|
19
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysBannerModule, providers: [TokenService], imports: [CommonModule,
|
|
20
|
-
OasysButtonModule,
|
|
21
|
-
OasysHeadingModule,
|
|
22
|
-
OasysLayoutModule,
|
|
23
|
-
OasysIconModule,
|
|
24
|
-
OasysDirectivesModule] });
|
|
6
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: OasysBannerModule, imports: [BannerComponent], exports: [BannerComponent] });
|
|
7
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysBannerModule });
|
|
25
8
|
}
|
|
26
9
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: OasysBannerModule, decorators: [{
|
|
27
10
|
type: NgModule,
|
|
28
11
|
args: [{
|
|
29
|
-
|
|
30
|
-
imports: [
|
|
31
|
-
CommonModule,
|
|
32
|
-
OasysButtonModule,
|
|
33
|
-
OasysHeadingModule,
|
|
34
|
-
OasysLayoutModule,
|
|
35
|
-
OasysIconModule,
|
|
36
|
-
OasysDirectivesModule,
|
|
37
|
-
],
|
|
12
|
+
imports: [BannerComponent],
|
|
38
13
|
exports: [BannerComponent],
|
|
39
|
-
providers: [TokenService],
|
|
40
14
|
}]
|
|
41
15
|
}] });
|
|
42
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFubmVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL29hc3lzLWxpYi9zcmMvbGliL2NvbXBvbmVudHMvYmFubmVyL2Jhbm5lci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBTXJELE1BQU0sT0FBTyxpQkFBaUI7d0dBQWpCLGlCQUFpQjt5R0FBakIsaUJBQWlCLFlBSGxCLGVBQWUsYUFDZixlQUFlO3lHQUVkLGlCQUFpQjs7NEZBQWpCLGlCQUFpQjtrQkFKN0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxlQUFlLENBQUM7b0JBQzFCLE9BQU8sRUFBRSxDQUFDLGVBQWUsQ0FBQztpQkFDM0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFubmVyQ29tcG9uZW50IH0gZnJvbSAnLi9iYW5uZXIuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW0Jhbm5lckNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtCYW5uZXJDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBPYXN5c0Jhbm5lck1vZHVsZSB7fVxuIl19
|