@symphony-talent/component-library 3.5.0 → 3.8.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/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +4 -4
- package/esm2020/lib/molecules/advertise-order-review/advertise-order-review.component.mjs +14 -0
- package/esm2020/lib/molecules/advertise-order-review/advertise-order-review.module.mjs +20 -0
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +3 -3
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +1 -1
- package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +4 -20
- package/esm2020/lib/molecules/invoice-line-item/invoice-line-item.component.mjs +22 -0
- package/esm2020/lib/molecules/invoice-line-item/invoice-line-item.model.mjs +2 -0
- package/esm2020/lib/molecules/invoice-line-item/invoice-line-item.module.mjs +20 -0
- package/esm2020/lib/molecules/molecules.module.mjs +6 -2
- package/esm2020/lib/organisms/advertise-postingboard-selection-list/advertise-postingboard-selection-list.component.mjs +17 -5
- package/esm2020/lib/organisms/invoice-area/invoice-area.component.mjs +22 -0
- package/esm2020/lib/organisms/invoice-area/invoice-area.model.mjs +2 -0
- package/esm2020/lib/organisms/invoice-area/invoice-area.module.mjs +20 -0
- package/esm2020/lib/organisms/order-summary/order-summary.component.mjs +23 -0
- package/esm2020/lib/organisms/order-summary/order-summary.model.mjs +2 -0
- package/esm2020/lib/organisms/order-summary/order-summary.module.mjs +21 -0
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +142 -25
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +1 -1
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +22 -2
- package/esm2020/lib/templates/admin-list/admin-list.component.mjs +3 -3
- package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +8 -5
- package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +4 -4
- package/esm2020/projects/component-library/lib/molecules/advertise-order-review/advertise-order-review.component.mjs +14 -0
- package/esm2020/projects/component-library/lib/molecules/advertise-order-review/advertise-order-review.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +4 -20
- package/esm2020/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.component.mjs +22 -0
- package/esm2020/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +6 -2
- package/esm2020/projects/component-library/lib/organisms/advertise-postingboard-selection-list/advertise-postingboard-selection-list.component.mjs +17 -5
- package/esm2020/projects/component-library/lib/organisms/invoice-area/invoice-area.component.mjs +22 -0
- package/esm2020/projects/component-library/lib/organisms/invoice-area/invoice-area.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/invoice-area/invoice-area.module.mjs +20 -0
- package/esm2020/projects/component-library/lib/organisms/order-summary/order-summary.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/order-summary/order-summary.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/organisms/order-summary/order-summary.module.mjs +21 -0
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +142 -25
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +22 -2
- package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +3 -3
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +8 -5
- package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +3 -3
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +300 -52
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +300 -52
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +300 -52
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +300 -52
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +2 -2
- package/lib/molecules/advertise-order-review/advertise-order-review.component.d.ts +6 -0
- package/lib/molecules/advertise-order-review/advertise-order-review.module.d.ts +10 -0
- package/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +1 -1
- package/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +2 -3
- package/lib/molecules/invoice-line-item/invoice-line-item.component.d.ts +8 -0
- package/lib/molecules/invoice-line-item/invoice-line-item.model.d.ts +5 -0
- package/lib/molecules/invoice-line-item/invoice-line-item.module.d.ts +10 -0
- package/lib/molecules/molecules.module.d.ts +2 -1
- package/lib/organisms/advertise-postingboard-selection-list/advertise-postingboard-selection-list.component.d.ts +5 -1
- package/lib/organisms/invoice-area/invoice-area.component.d.ts +8 -0
- package/lib/organisms/invoice-area/invoice-area.model.d.ts +6 -0
- package/lib/organisms/invoice-area/invoice-area.module.d.ts +10 -0
- package/lib/organisms/order-summary/order-summary.component.d.ts +8 -0
- package/lib/organisms/order-summary/order-summary.model.d.ts +7 -0
- package/lib/organisms/order-summary/order-summary.module.d.ts +11 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +20 -1
- package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +2 -9
- package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +15 -10
- package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +2 -1
- package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +1 -1
- package/package.json +1 -1
- package/projects/component-library/global-assets/spacing.scss +8 -0
- package/projects/component-library/global.scss +33 -32
- package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +2 -2
- package/projects/component-library/lib/molecules/advertise-order-review/advertise-order-review.component.d.ts +6 -0
- package/projects/component-library/lib/molecules/advertise-order-review/advertise-order-review.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +1 -1
- package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +2 -3
- package/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.model.d.ts +5 -0
- package/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.module.d.ts +10 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/advertise-postingboard-selection-list/advertise-postingboard-selection-list.component.d.ts +5 -1
- package/projects/component-library/lib/organisms/invoice-area/invoice-area.component.d.ts +8 -0
- package/projects/component-library/lib/organisms/invoice-area/invoice-area.model.d.ts +6 -0
- package/projects/component-library/lib/organisms/invoice-area/invoice-area.module.d.ts +10 -0
- package/projects/component-library/lib/organisms/order-summary/order-summary.component.d.ts +8 -0
- package/projects/component-library/lib/organisms/order-summary/order-summary.model.d.ts +7 -0
- package/projects/component-library/lib/organisms/order-summary/order-summary.module.d.ts +11 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +20 -1
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +2 -9
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +15 -10
- package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +2 -1
- package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TooltipWrapperComponent {
|
|
3
3
|
placement: string;
|
|
4
|
-
|
|
4
|
+
tooltipHtml: string;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "tooltipHtml": "tooltipHtml"; }, {}, never, ["*"]>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AdvertiseOrderReviewComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiseOrderReviewComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertiseOrderReviewComponent, "symphony-advertise-order-review", never, {}, {}, never, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./advertise-order-review.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h4/h4.module";
|
|
5
|
+
import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
6
|
+
export declare class AdvertiseOrderReviewModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiseOrderReviewModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdvertiseOrderReviewModule, [typeof i1.AdvertiseOrderReviewComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.ParagraphModule], [typeof i1.AdvertiseOrderReviewComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdvertiseOrderReviewModule>;
|
|
10
|
+
}
|
|
@@ -3,10 +3,9 @@ import * as i1 from "./h5-with-icon.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../atoms/h5/h5.module";
|
|
5
5
|
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
6
|
+
import * as i5 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
8
7
|
export declare class H5WithIconModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<H5WithIconModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<H5WithIconModule, [typeof i1.H5WithIconComponent], [typeof i2.CommonModule, typeof i3.H5Module, typeof i4.IconModule, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<H5WithIconModule, [typeof i1.H5WithIconComponent], [typeof i2.CommonModule, typeof i3.H5Module, typeof i4.IconModule, typeof i5.TooltipWrapperModule], [typeof i1.H5WithIconComponent]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<H5WithIconModule>;
|
|
12
11
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InvoiceModel } from './invoice-line-item.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InvoiceLineItemComponent {
|
|
4
|
+
model: Partial<InvoiceModel>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceLineItemComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceLineItemComponent, "symphony-invoice-line-item", never, { "model": "model"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./invoice-line-item.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/paragraph/paragraph.module";
|
|
5
|
+
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
|
+
export declare class InvoiceLineItemModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceLineItemModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InvoiceLineItemModule, [typeof i1.InvoiceLineItemComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.H5Module], [typeof i1.InvoiceLineItemComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InvoiceLineItemModule>;
|
|
10
|
+
}
|
|
@@ -7,8 +7,9 @@ import * as i5 from "./color-swatch/color-swatch.module";
|
|
|
7
7
|
import * as i6 from "./icon-swatch/icon-swatch.module";
|
|
8
8
|
import * as i7 from "./breadcrumb/breadcrumb.module";
|
|
9
9
|
import * as i8 from "./h5-with-icon/h5-with-icon.module";
|
|
10
|
+
import * as i9 from "./invoice-line-item/invoice-line-item.module";
|
|
10
11
|
export declare class MoleculesModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
14
15
|
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import { PostingBoardsSelectionModel } from '../../pages/modals/advertise-modal/advertise-modal.model';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AdvertisePostingboardSelectionListComponent {
|
|
4
5
|
model: PostingBoardsSelectionModel[];
|
|
6
|
+
postingBoardChange: EventEmitter<PostingBoardsSelectionModel>;
|
|
5
7
|
constructor();
|
|
8
|
+
onPostingBoardSelect(selectedBoard: PostingBoardsSelectionModel): void;
|
|
9
|
+
onPriceChange(priceChangeBoard: PostingBoardsSelectionModel): void;
|
|
6
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisePostingboardSelectionListComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertisePostingboardSelectionListComponent, "symphony-advertise-postingboard-selection-list", never, { "model": "model"; }, {}, never, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertisePostingboardSelectionListComponent, "symphony-advertise-postingboard-selection-list", never, { "model": "model"; }, { "postingBoardChange": "postingBoardChange"; }, never, never>;
|
|
8
12
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InvoiceAreaModel } from './invoice-area.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InvoiceAreaComponent {
|
|
4
|
+
model: Partial<InvoiceAreaModel>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceAreaComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceAreaComponent, "symphony-invoice-area", never, { "model": "model"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./invoice-area.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/invoice-line-item/invoice-line-item.module";
|
|
5
|
+
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
|
+
export declare class InvoiceAreaModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceAreaModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InvoiceAreaModule, [typeof i1.InvoiceAreaComponent], [typeof i2.CommonModule, typeof i3.InvoiceLineItemModule, typeof i4.H5Module], [typeof i1.InvoiceAreaComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InvoiceAreaModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OrderSummaryModel } from './order-summary.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OrderSummaryComponent {
|
|
4
|
+
model: Partial<OrderSummaryModel>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrderSummaryComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OrderSummaryComponent, "symphony-order-summary", never, { "model": "model"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InvoiceModel } from '../../molecules/invoice-line-item/invoice-line-item.model';
|
|
2
|
+
import { InvoiceAreaModel } from '../invoice-area/invoice-area.model';
|
|
3
|
+
export interface OrderSummaryModel {
|
|
4
|
+
title: string;
|
|
5
|
+
invoiceAreas: InvoiceAreaModel[];
|
|
6
|
+
total: InvoiceModel;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./order-summary.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../invoice-area/invoice-area.module";
|
|
5
|
+
import * as i4 from "../../atoms/h4/h4.module";
|
|
6
|
+
import * as i5 from "../../molecules/invoice-line-item/invoice-line-item.module";
|
|
7
|
+
export declare class OrderSummaryModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrderSummaryModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrderSummaryModule, [typeof i1.OrderSummaryComponent], [typeof i2.CommonModule, typeof i3.InvoiceAreaModule, typeof i4.H4Module, typeof i5.InvoiceLineItemModule], [typeof i1.OrderSummaryComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OrderSummaryModule>;
|
|
11
|
+
}
|
|
@@ -1,16 +1,35 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { OrderSummaryModel } from '../../../organisms/order-summary/order-summary.model';
|
|
3
|
+
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
2
4
|
import { AdvertiseModalModel, PostingBoardsSelectionModel } from './advertise-modal.model';
|
|
5
|
+
import { InvoiceModel } from '../../../molecules/invoice-line-item/invoice-line-item.model';
|
|
3
6
|
import * as i0 from "@angular/core";
|
|
4
7
|
export declare class AdvertiseModalComponent implements OnInit {
|
|
5
8
|
model: Partial<AdvertiseModalModel>;
|
|
6
9
|
buttonClicked: EventEmitter<string>;
|
|
7
10
|
closeButtonClicked: EventEmitter<string>;
|
|
8
11
|
filteredPostingBoardList: PostingBoardsSelectionModel[];
|
|
12
|
+
orderSummary: OrderSummaryModel;
|
|
13
|
+
subTitle: H5WithIconModel;
|
|
14
|
+
fundsInfo: H5WithIconModel;
|
|
15
|
+
payPerClickBoards: InvoiceModel[];
|
|
16
|
+
jobBoards: InvoiceModel[];
|
|
17
|
+
jobCount: number;
|
|
18
|
+
modalTitle: string;
|
|
19
|
+
isJobBoardNextButtonDisabled: boolean;
|
|
9
20
|
constructor();
|
|
10
21
|
ngOnInit(): void;
|
|
11
|
-
|
|
22
|
+
initialiseDefaultValues(): void;
|
|
23
|
+
updateModalHeader(): void;
|
|
24
|
+
onKeywordSearch(keyword: string): void;
|
|
12
25
|
onButtonClick(text: string): void;
|
|
13
26
|
onCloseButtonClick(): void;
|
|
27
|
+
onPostingBoardChange(selectedBoard: PostingBoardsSelectionModel): void;
|
|
28
|
+
addLineItem(invoiceAreaIndex: number, selectedBoard: PostingBoardsSelectionModel): void;
|
|
29
|
+
removeLineItem(invoiceAreaIndex: number, selectedBoard: PostingBoardsSelectionModel): void;
|
|
30
|
+
calculateInvoiceAreaTotal(invoiceAreaIndex: number): number;
|
|
31
|
+
calculateOrderTotal(payPerClickAreaTotal: number, jobBoardAreaTotal: number): void;
|
|
32
|
+
updateOrderSummary(): void;
|
|
14
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiseModalComponent, never>;
|
|
15
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertiseModalComponent, "symphony-advertise-modal", never, { "model": "model"; }, { "buttonClicked": "buttonClicked"; "closeButtonClicked": "closeButtonClicked"; }, never, never>;
|
|
16
35
|
}
|
|
@@ -1,18 +1,10 @@
|
|
|
1
|
-
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
2
1
|
export interface AdvertiseModalModel {
|
|
3
|
-
title: string;
|
|
4
|
-
subtitle: H5WithIconModel;
|
|
5
2
|
showFunds: boolean;
|
|
6
|
-
fundsInfo: H5WithIconModel;
|
|
7
|
-
primaryButtonText: string;
|
|
8
|
-
secondaryButtonText: string;
|
|
9
|
-
backButtonText: string;
|
|
10
3
|
jobsToAdvertise: AdvertiseJobModel[];
|
|
11
4
|
jobBoards: PostingBoardsSelectionModel[];
|
|
12
|
-
isJobBoardsLoading: boolean;
|
|
13
5
|
hasJobBoardsLoadingFailed: boolean;
|
|
14
|
-
currency: string;
|
|
15
6
|
navigation: AdvertiseModalNavigation;
|
|
7
|
+
isLoading: boolean;
|
|
16
8
|
}
|
|
17
9
|
export interface AdvertiseJobModel {
|
|
18
10
|
id: number;
|
|
@@ -34,4 +26,5 @@ export interface AdvertiseModalNavigation {
|
|
|
34
26
|
showOrderProcessing: boolean;
|
|
35
27
|
showConfirmation: boolean;
|
|
36
28
|
showCancel: boolean;
|
|
29
|
+
showProcessing: boolean;
|
|
37
30
|
}
|
|
@@ -3,17 +3,22 @@ import * as i1 from "./advertise-modal.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
|
|
5
5
|
import * as i4 from "../../../templates/modal-templates/two-column-body-template/two-column-body-template.module";
|
|
6
|
-
import * as i5 from "../../../atoms/
|
|
7
|
-
import * as i6 from "../../../atoms/
|
|
8
|
-
import * as i7 from "../../../atoms/
|
|
9
|
-
import * as i8 from "../../../atoms/
|
|
10
|
-
import * as i9 from "../../../atoms/
|
|
11
|
-
import * as i10 from "../../../atoms/
|
|
12
|
-
import * as i11 from "../../../
|
|
13
|
-
import * as i12 from "../../../
|
|
14
|
-
import * as i13 from "../../../
|
|
6
|
+
import * as i5 from "../../../atoms/h2/h2.module";
|
|
7
|
+
import * as i6 from "../../../atoms/h3/h3.module";
|
|
8
|
+
import * as i7 from "../../../atoms/h4/h4.module";
|
|
9
|
+
import * as i8 from "../../../atoms/h5/h5.module";
|
|
10
|
+
import * as i9 from "../../../atoms/paragraph/paragraph.module";
|
|
11
|
+
import * as i10 from "../../../atoms/icon/icon.module";
|
|
12
|
+
import * as i11 from "../../../atoms/input-text/input-text.module";
|
|
13
|
+
import * as i12 from "../../../atoms/button/button.module";
|
|
14
|
+
import * as i13 from "../../../templates/placeholder/placeholder.module";
|
|
15
|
+
import * as i14 from "../../../molecules/h5-with-icon/h5-with-icon.module";
|
|
16
|
+
import * as i15 from "../../../organisms/advertise-postingboard-selection-list/advertise-postingboard-selection-list.module";
|
|
17
|
+
import * as i16 from "../../../atoms/sfx-loader/sfx-loader.module";
|
|
18
|
+
import * as i17 from "../../../molecules/advertise-order-review/advertise-order-review.module";
|
|
19
|
+
import * as i18 from "../../../organisms/order-summary/order-summary.module";
|
|
15
20
|
export declare class ModalModule {
|
|
16
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H2Module, typeof i6.H3Module, typeof i7.H4Module, typeof i8.H5Module, typeof i9.ParagraphModule, typeof i10.IconModule, typeof i11.InputTextModule, typeof i12.ButtonModule, typeof i13.PlaceholderModule, typeof i14.H5WithIconModule, typeof i15.AdvertisePostingboardSelectionListModule, typeof i16.SfxLoaderModule, typeof i17.AdvertiseOrderReviewModule, typeof i18.OrderSummaryModule], [typeof i1.AdvertiseModalComponent]>;
|
|
18
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
|
|
19
24
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TwoColumnBodyTemplateComponent {
|
|
3
|
+
showHeader: boolean;
|
|
3
4
|
constructor();
|
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnBodyTemplateComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnBodyTemplateComponent, "symphony-two-column-body-template", never, {}, {}, never, ["[sfx-left-col-header]", "[sfx-right-col-header]", "[sfx-left-column]", "[sfx-right-column]"]>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnBodyTemplateComponent, "symphony-two-column-body-template", never, { "showHeader": "showHeader"; }, {}, never, ["[sfx-left-col-header]", "[sfx-right-col-header]", "[sfx-left-column]", "[sfx-right-column]"]>;
|
|
6
7
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class TwoColumnModalTemplateComponent {
|
|
3
3
|
constructor();
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnModalTemplateComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnModalTemplateComponent, "symphony-two-column-modal-template", never, {}, {}, never, ["[sfx-modal-title]", "[sfx-close-button]", "[sfx-modal-subtitle]", "[sfx-modal-body-area]", "[sfx-button-secondary]", "[sfx-button-primary]"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnModalTemplateComponent, "symphony-two-column-modal-template", never, {}, {}, never, ["[sfx-modal-title]", "[sfx-close-button]", "[sfx-modal-subtitle]", "[sfx-modal-body-area]", "[sfx-button-back]", "[sfx-button-secondary]", "[sfx-button-primary]"]>;
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -10,6 +10,7 @@ $space-35: 2.1875rem;
|
|
|
10
10
|
$space-40: 2.5rem;
|
|
11
11
|
$space-50: 3.125rem;
|
|
12
12
|
$space-75: 4.688rem;
|
|
13
|
+
$space-80: 5rem;
|
|
13
14
|
|
|
14
15
|
// ***** PADDING ***** //
|
|
15
16
|
// Padding all round
|
|
@@ -161,6 +162,10 @@ $space-75: 4.688rem;
|
|
|
161
162
|
padding-top: $space-15;
|
|
162
163
|
padding-bottom: $space-15;
|
|
163
164
|
}
|
|
165
|
+
.sfx-px-20 {
|
|
166
|
+
padding-top: $space-20;
|
|
167
|
+
padding-bottom: $space-20;
|
|
168
|
+
}
|
|
164
169
|
.sfx-px-30 {
|
|
165
170
|
padding-top: $space-30;
|
|
166
171
|
padding-bottom: $space-30;
|
|
@@ -214,6 +219,9 @@ $space-75: 4.688rem;
|
|
|
214
219
|
.sfx-mt-40 {
|
|
215
220
|
margin-top: $space-40;
|
|
216
221
|
}
|
|
222
|
+
.sfx-mt-80 {
|
|
223
|
+
margin-top: $space-80;
|
|
224
|
+
}
|
|
217
225
|
// End Margin top
|
|
218
226
|
// Margin bottom
|
|
219
227
|
.sfx-mb-0 {
|
|
@@ -117,13 +117,12 @@ $font-sfxicon: "sfxicons", sans-serif;
|
|
|
117
117
|
@include ag-theme-alpine();
|
|
118
118
|
}
|
|
119
119
|
body {
|
|
120
|
-
@extend %sfx-custom-scroll;
|
|
121
120
|
font-family: $font-reg !important;
|
|
122
|
-
line-height: 20px;
|
|
123
121
|
overflow-x: hidden;
|
|
124
122
|
background: $color-white;
|
|
125
123
|
color: $color-black;
|
|
126
124
|
.sfx {
|
|
125
|
+
@extend %sfx-custom-scroll;
|
|
127
126
|
a {
|
|
128
127
|
font-size: $font-14;
|
|
129
128
|
color: $color-st-link;
|
|
@@ -472,42 +471,44 @@ body {
|
|
|
472
471
|
}
|
|
473
472
|
}
|
|
474
473
|
// grid rows
|
|
475
|
-
.
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
.ag-cell {
|
|
481
|
-
.more-options {
|
|
482
|
-
display: none;
|
|
474
|
+
.grid-with-dropdown {
|
|
475
|
+
.ag-row {
|
|
476
|
+
z-index: 1;
|
|
477
|
+
.ag-row div:first-child {
|
|
478
|
+
font-family: "neuzeit_groteskbold";
|
|
483
479
|
}
|
|
484
|
-
.
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
480
|
+
.ag-cell {
|
|
481
|
+
.more-options {
|
|
482
|
+
display: none;
|
|
483
|
+
}
|
|
484
|
+
.sfx-icon-show-password {
|
|
485
|
+
display: none;
|
|
486
|
+
}
|
|
487
|
+
&:last-child {
|
|
488
|
+
overflow: visible;
|
|
489
|
+
padding-left: 0;
|
|
490
|
+
padding-right: 0;
|
|
491
|
+
}
|
|
491
492
|
}
|
|
492
493
|
}
|
|
493
|
-
|
|
494
|
-
.ag-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
494
|
+
.ag-row.ag-row-hover {
|
|
495
|
+
.ag-cell {
|
|
496
|
+
.more-options {
|
|
497
|
+
display: inline-block;
|
|
498
|
+
float: right;
|
|
499
|
+
.dropdown-menu::before {
|
|
500
|
+
top: -24px;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
.sfx-icon-show-password {
|
|
504
|
+
display: inline-block;
|
|
505
|
+
color: $color-white;
|
|
501
506
|
}
|
|
502
|
-
}
|
|
503
|
-
.sfx-icon-show-password {
|
|
504
|
-
display: inline-block;
|
|
505
|
-
color: $color-white;
|
|
506
507
|
}
|
|
507
508
|
}
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
509
|
+
.ag-row.ag-row-focus {
|
|
510
|
+
z-index: 2;
|
|
511
|
+
}
|
|
511
512
|
}
|
|
512
513
|
|
|
513
514
|
// End Grid
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class TooltipWrapperComponent {
|
|
3
3
|
placement: string;
|
|
4
|
-
|
|
4
|
+
tooltipHtml: string;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "symphony-tooltip-wrapper", never, { "placement": "placement"; "tooltipHtml": "tooltipHtml"; }, {}, never, ["*"]>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AdvertiseOrderReviewComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiseOrderReviewComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertiseOrderReviewComponent, "symphony-advertise-order-review", never, {}, {}, never, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./advertise-order-review.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h4/h4.module";
|
|
5
|
+
import * as i4 from "../../atoms/paragraph/paragraph.module";
|
|
6
|
+
export declare class AdvertiseOrderReviewModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertiseOrderReviewModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdvertiseOrderReviewModule, [typeof i1.AdvertiseOrderReviewComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.ParagraphModule], [typeof i1.AdvertiseOrderReviewComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdvertiseOrderReviewModule>;
|
|
10
|
+
}
|
|
@@ -3,10 +3,9 @@ import * as i1 from "./h5-with-icon.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../atoms/h5/h5.module";
|
|
5
5
|
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
6
|
+
import * as i5 from "../../atoms/tooltip-wrapper/tooltip-wrapper.module";
|
|
8
7
|
export declare class H5WithIconModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<H5WithIconModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<H5WithIconModule, [typeof i1.H5WithIconComponent], [typeof i2.CommonModule, typeof i3.H5Module, typeof i4.IconModule, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<H5WithIconModule, [typeof i1.H5WithIconComponent], [typeof i2.CommonModule, typeof i3.H5Module, typeof i4.IconModule, typeof i5.TooltipWrapperModule], [typeof i1.H5WithIconComponent]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<H5WithIconModule>;
|
|
12
11
|
}
|
package/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.component.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InvoiceModel } from './invoice-line-item.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InvoiceLineItemComponent {
|
|
4
|
+
model: Partial<InvoiceModel>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceLineItemComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceLineItemComponent, "symphony-invoice-line-item", never, { "model": "model"; }, {}, never, never>;
|
|
8
|
+
}
|
package/projects/component-library/lib/molecules/invoice-line-item/invoice-line-item.module.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./invoice-line-item.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/paragraph/paragraph.module";
|
|
5
|
+
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
|
+
export declare class InvoiceLineItemModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceLineItemModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InvoiceLineItemModule, [typeof i1.InvoiceLineItemComponent], [typeof i2.CommonModule, typeof i3.ParagraphModule, typeof i4.H5Module], [typeof i1.InvoiceLineItemComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InvoiceLineItemModule>;
|
|
10
|
+
}
|
|
@@ -7,8 +7,9 @@ import * as i5 from "./color-swatch/color-swatch.module";
|
|
|
7
7
|
import * as i6 from "./icon-swatch/icon-swatch.module";
|
|
8
8
|
import * as i7 from "./breadcrumb/breadcrumb.module";
|
|
9
9
|
import * as i8 from "./h5-with-icon/h5-with-icon.module";
|
|
10
|
+
import * as i9 from "./invoice-line-item/invoice-line-item.module";
|
|
10
11
|
export declare class MoleculesModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MoleculesModule, never, [typeof i1.CommonModule, typeof i2.AvatarModule, typeof i3.ContextualMenuModule, typeof i4.PillsModule, typeof i5.ColorSwatchModule, typeof i6.IconSwatchModule, typeof i7.BreadcrumbModule, typeof i8.H5WithIconModule, typeof i9.InvoiceLineItemModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
14
15
|
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import { PostingBoardsSelectionModel } from '../../pages/modals/advertise-modal/advertise-modal.model';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class AdvertisePostingboardSelectionListComponent {
|
|
4
5
|
model: PostingBoardsSelectionModel[];
|
|
6
|
+
postingBoardChange: EventEmitter<PostingBoardsSelectionModel>;
|
|
5
7
|
constructor();
|
|
8
|
+
onPostingBoardSelect(selectedBoard: PostingBoardsSelectionModel): void;
|
|
9
|
+
onPriceChange(priceChangeBoard: PostingBoardsSelectionModel): void;
|
|
6
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdvertisePostingboardSelectionListComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertisePostingboardSelectionListComponent, "symphony-advertise-postingboard-selection-list", never, { "model": "model"; }, {}, never, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdvertisePostingboardSelectionListComponent, "symphony-advertise-postingboard-selection-list", never, { "model": "model"; }, { "postingBoardChange": "postingBoardChange"; }, never, never>;
|
|
8
12
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { InvoiceAreaModel } from './invoice-area.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InvoiceAreaComponent {
|
|
4
|
+
model: Partial<InvoiceAreaModel>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceAreaComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InvoiceAreaComponent, "symphony-invoice-area", never, { "model": "model"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./invoice-area.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/invoice-line-item/invoice-line-item.module";
|
|
5
|
+
import * as i4 from "../../atoms/h5/h5.module";
|
|
6
|
+
export declare class InvoiceAreaModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvoiceAreaModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InvoiceAreaModule, [typeof i1.InvoiceAreaComponent], [typeof i2.CommonModule, typeof i3.InvoiceLineItemModule, typeof i4.H5Module], [typeof i1.InvoiceAreaComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InvoiceAreaModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OrderSummaryModel } from './order-summary.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OrderSummaryComponent {
|
|
4
|
+
model: Partial<OrderSummaryModel>;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrderSummaryComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OrderSummaryComponent, "symphony-order-summary", never, { "model": "model"; }, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InvoiceModel } from '../../molecules/invoice-line-item/invoice-line-item.model';
|
|
2
|
+
import { InvoiceAreaModel } from '../invoice-area/invoice-area.model';
|
|
3
|
+
export interface OrderSummaryModel {
|
|
4
|
+
title: string;
|
|
5
|
+
invoiceAreas: InvoiceAreaModel[];
|
|
6
|
+
total: InvoiceModel;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./order-summary.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../invoice-area/invoice-area.module";
|
|
5
|
+
import * as i4 from "../../atoms/h4/h4.module";
|
|
6
|
+
import * as i5 from "../../molecules/invoice-line-item/invoice-line-item.module";
|
|
7
|
+
export declare class OrderSummaryModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrderSummaryModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrderSummaryModule, [typeof i1.OrderSummaryComponent], [typeof i2.CommonModule, typeof i3.InvoiceAreaModule, typeof i4.H4Module, typeof i5.InvoiceLineItemModule], [typeof i1.OrderSummaryComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<OrderSummaryModule>;
|
|
11
|
+
}
|