@symphony-talent/component-library 3.10.1 → 3.12.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/grid/grid.component.mjs +19 -3
- package/esm2020/lib/atoms/grid/grid.model.mjs +6 -2
- package/esm2020/lib/atoms/grid/grid.module.mjs +14 -3
- package/esm2020/lib/molecules/feedback-card/feedback-card.component.mjs +29 -0
- package/esm2020/lib/molecules/feedback-card/feedback-card.model.mjs +8 -0
- package/esm2020/lib/molecules/feedback-card/feedback-card.module.mjs +42 -0
- package/esm2020/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/lib/organisms/feedback-card-list/feedback-card-list.component.mjs +23 -0
- package/esm2020/lib/organisms/feedback-card-list/feedback-card-list.module.mjs +19 -0
- package/esm2020/lib/organisms/organisms.module.mjs +9 -5
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +17 -6
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +9 -3
- package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +1 -1
- package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +19 -3
- package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +6 -2
- package/esm2020/projects/component-library/lib/atoms/grid/grid.module.mjs +14 -3
- package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.component.mjs +29 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.model.mjs +8 -0
- package/esm2020/projects/component-library/lib/molecules/feedback-card/feedback-card.module.mjs +42 -0
- package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +8 -4
- package/esm2020/projects/component-library/lib/organisms/feedback-card-list/feedback-card-list.component.mjs +23 -0
- package/esm2020/projects/component-library/lib/organisms/feedback-card-list/feedback-card-list.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/organisms/organisms.module.mjs +9 -5
- package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +17 -6
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +9 -3
- package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +1 -1
- package/esm2020/projects/component-library/public-api.mjs +6 -1
- package/esm2020/public-api.mjs +6 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +168 -19
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +168 -19
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +168 -19
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +168 -19
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/atoms/grid/grid.component.d.ts +11 -2
- package/lib/atoms/grid/grid.model.d.ts +7 -0
- package/lib/atoms/grid/grid.module.d.ts +1 -0
- package/lib/molecules/feedback-card/feedback-card.component.d.ts +12 -0
- package/lib/molecules/feedback-card/feedback-card.model.d.ts +14 -0
- package/lib/molecules/feedback-card/feedback-card.module.d.ts +13 -0
- package/lib/molecules/molecules.module.d.ts +2 -1
- package/lib/organisms/feedback-card-list/feedback-card-list.component.d.ts +11 -0
- package/lib/organisms/feedback-card-list/feedback-card-list.module.d.ts +9 -0
- package/lib/organisms/organisms.module.d.ts +2 -1
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +7 -1
- package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +2 -0
- package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +0 -2
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +11 -2
- package/projects/component-library/lib/atoms/grid/grid.model.d.ts +7 -0
- package/projects/component-library/lib/atoms/grid/grid.module.d.ts +1 -0
- package/projects/component-library/lib/molecules/feedback-card/feedback-card.component.d.ts +12 -0
- package/projects/component-library/lib/molecules/feedback-card/feedback-card.model.d.ts +14 -0
- package/projects/component-library/lib/molecules/feedback-card/feedback-card.module.d.ts +13 -0
- package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
- package/projects/component-library/lib/organisms/feedback-card-list/feedback-card-list.component.d.ts +11 -0
- package/projects/component-library/lib/organisms/feedback-card-list/feedback-card-list.module.d.ts +9 -0
- package/projects/component-library/lib/organisms/organisms.module.d.ts +2 -1
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +7 -1
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +2 -0
- package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +0 -2
- package/projects/component-library/public-api.d.ts +5 -0
- package/public-api.d.ts +5 -0
|
@@ -1,16 +1,25 @@
|
|
|
1
|
-
import { ColDef } from 'ag-grid-community';
|
|
1
|
+
import { ColDef, GridApi, GridOptions, GridReadyEvent } from 'ag-grid-community';
|
|
2
|
+
import { gridType } from "./grid.model";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class GridComponent {
|
|
4
5
|
columnDefs: ColDef[];
|
|
5
6
|
defaultColDef: any;
|
|
6
7
|
rowData: any[];
|
|
7
8
|
onGridReadyFunction: any;
|
|
9
|
+
pageSize: number;
|
|
10
|
+
rowModelType: gridType;
|
|
11
|
+
suppressRowClickSelection: boolean;
|
|
8
12
|
getRowHeight: () => number;
|
|
9
13
|
rowHeightPage: number;
|
|
10
14
|
gridHeight: number;
|
|
15
|
+
gridApi: GridApi;
|
|
16
|
+
cacheBlockSize: number;
|
|
11
17
|
frameworkComponents: any;
|
|
18
|
+
gridOptions: GridOptions;
|
|
12
19
|
constructor();
|
|
20
|
+
updateGridFilter(): void;
|
|
13
21
|
getFrameworkComponents(): any;
|
|
22
|
+
onGridReady(gridReadyEvent: GridReadyEvent): void;
|
|
14
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; }, {}, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; "pageSize": "pageSize"; "rowModelType": "rowModelType"; "suppressRowClickSelection": "suppressRowClickSelection"; }, {}, never, never>;
|
|
16
25
|
}
|
|
@@ -4,4 +4,11 @@ export interface GridModel {
|
|
|
4
4
|
defaultColumnDef: any;
|
|
5
5
|
rowData: any[];
|
|
6
6
|
onGridReadyFunction: any;
|
|
7
|
+
pageSize: number;
|
|
8
|
+
rowModelType: gridType;
|
|
9
|
+
suppressRowClickSelection?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare enum gridType {
|
|
12
|
+
SERVERSIDE_DATA = "serverSide",
|
|
13
|
+
CLIENTSIDE_DATA = "clientSide"
|
|
7
14
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FeedbackCardModel, FeedbackCardState } from './feedback-card.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FeedbackCardComponent {
|
|
5
|
+
model: FeedbackCardModel;
|
|
6
|
+
cardClick: EventEmitter<FeedbackCardModel>;
|
|
7
|
+
FeedbackCardState: typeof FeedbackCardState;
|
|
8
|
+
constructor();
|
|
9
|
+
onCardClick(clickEvent: any): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCardComponent, "symphony-feedback-card", never, { "model": "model"; }, { "cardClick": "cardClick"; }, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface FeedbackCardModel {
|
|
2
|
+
identifier?: number;
|
|
3
|
+
title: string;
|
|
4
|
+
body: string[];
|
|
5
|
+
feedbackState: FeedbackCardState;
|
|
6
|
+
showEditIcon: boolean;
|
|
7
|
+
showFeedbackIcon: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare enum FeedbackCardState {
|
|
10
|
+
None = "None",
|
|
11
|
+
Yes = "Yes",
|
|
12
|
+
No = "No",
|
|
13
|
+
NotNow = "NotNow"
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./feedback-card.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h4/h4.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../atoms/h5/h5.module";
|
|
7
|
+
import * as i6 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
8
|
+
import * as i7 from "../../atoms/paragraph/paragraph.module";
|
|
9
|
+
export declare class FeedbackCardModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCardModule, [typeof i1.FeedbackCardComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.IconModule, typeof i5.H5Module, typeof i6.IconWrapperModule, typeof i7.ParagraphModule], [typeof i1.FeedbackCardComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCardModule>;
|
|
13
|
+
}
|
|
@@ -8,8 +8,9 @@ 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
10
|
import * as i9 from "./invoice-line-item/invoice-line-item.module";
|
|
11
|
+
import * as i10 from "./feedback-card/feedback-card.module";
|
|
11
12
|
export declare class MoleculesModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
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]>;
|
|
14
|
+
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 i10.FeedbackCardModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
15
16
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FeedbackCardModel } from '../../molecules/feedback-card/feedback-card.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FeedbackCardListComponent {
|
|
5
|
+
feedbackCardList: FeedbackCardModel[];
|
|
6
|
+
cardClick: EventEmitter<FeedbackCardModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onFeedbackCardClick(feedbackCard: FeedbackCardModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardListComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCardListComponent, "symphony-feedback-card-list", never, { "feedbackCardList": "feedbackCardList"; }, { "cardClick": "cardClick"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./feedback-card-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/feedback-card/feedback-card.module";
|
|
5
|
+
export declare class FeedbackCardListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCardListModule, [typeof i1.FeedbackCardListComponent], [typeof i2.CommonModule, typeof i3.FeedbackCardModule], [typeof i1.FeedbackCardListComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCardListModule>;
|
|
9
|
+
}
|
|
@@ -6,8 +6,9 @@ import * as i4 from "../design-guide/typography/typography.module";
|
|
|
6
6
|
import * as i5 from "../design-guide/icon-explorer/icon-explorer.module";
|
|
7
7
|
import * as i6 from "./card-list/card-list.module";
|
|
8
8
|
import * as i7 from "./cancel-modal/cancel-modal.module";
|
|
9
|
+
import * as i8 from "./feedback-card-list/feedback-card-list.module";
|
|
9
10
|
export declare class OrganismsModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule], never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule, typeof i8.FeedbackCardListModule], never>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
13
14
|
}
|
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
3
3
|
import { EventsSettingsPageModel } from './events-settings-page.model';
|
|
4
|
+
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
5
|
+
import { InputDropdownListItemModel } from "../../atoms/input-dropdown/input-dropdown-list-item.model";
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
export declare class EventsSettingsPageComponent {
|
|
6
8
|
model: EventsSettingsPageModel;
|
|
7
9
|
keywordSearchChange: EventEmitter<string>;
|
|
10
|
+
filterChange: EventEmitter<string>;
|
|
8
11
|
gridActionsSelectedOption: EventEmitter<string>;
|
|
9
12
|
addButtonClicked: EventEmitter<any>;
|
|
13
|
+
grid: GridComponent;
|
|
10
14
|
eventsSettingsBreadcrumbs: BreadcrumbModel[];
|
|
11
15
|
constructor();
|
|
12
16
|
keywordSearch(keyword: string): void;
|
|
13
17
|
gridActionsSelect(selection: string): void;
|
|
18
|
+
onFilterChange(selectedModel: InputDropdownListItemModel): void;
|
|
14
19
|
onAddButtonClick(): void;
|
|
20
|
+
refreshGrid(): void;
|
|
15
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, ["[filter-one]"]>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "filterChange": "filterChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, ["[filter-one]"]>;
|
|
17
23
|
}
|
|
@@ -3,6 +3,7 @@ import { OrderSummaryModel } from '../../../organisms/order-summary/order-summar
|
|
|
3
3
|
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
4
4
|
import { AdvertiseModalModel, PostingBoardsSelectionModel } from './advertise-modal.model';
|
|
5
5
|
import { InvoiceModel } from '../../../molecules/invoice-line-item/invoice-line-item.model';
|
|
6
|
+
import { CancelModel } from '../../../organisms/cancel-modal/cancel-modal.model';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class AdvertiseModalComponent implements OnInit {
|
|
8
9
|
model: Partial<AdvertiseModalModel>;
|
|
@@ -12,6 +13,7 @@ export declare class AdvertiseModalComponent implements OnInit {
|
|
|
12
13
|
orderSummary: OrderSummaryModel;
|
|
13
14
|
subTitle: H5WithIconModel;
|
|
14
15
|
fundsInfo: H5WithIconModel;
|
|
16
|
+
cancelContent: CancelModel;
|
|
15
17
|
payPerClickBoards: InvoiceModel[];
|
|
16
18
|
jobBoards: InvoiceModel[];
|
|
17
19
|
jobCount: number;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { CancelModel } from '../../../organisms/cancel-modal/cancel-modal.model';
|
|
2
1
|
export interface AdvertiseModalModel {
|
|
3
2
|
showFunds: boolean;
|
|
4
3
|
jobsToAdvertise: AdvertiseJobModel[];
|
|
@@ -6,7 +5,6 @@ export interface AdvertiseModalModel {
|
|
|
6
5
|
hasJobBoardsLoadingFailed: boolean;
|
|
7
6
|
navigation: AdvertiseModalNavigation;
|
|
8
7
|
isLoading: boolean;
|
|
9
|
-
cancelContent: CancelModel;
|
|
10
8
|
}
|
|
11
9
|
export interface AdvertiseJobModel {
|
|
12
10
|
id: number;
|
package/package.json
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
-
import { ColDef } from 'ag-grid-community';
|
|
1
|
+
import { ColDef, GridApi, GridOptions, GridReadyEvent } from 'ag-grid-community';
|
|
2
|
+
import { gridType } from "./grid.model";
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class GridComponent {
|
|
4
5
|
columnDefs: ColDef[];
|
|
5
6
|
defaultColDef: any;
|
|
6
7
|
rowData: any[];
|
|
7
8
|
onGridReadyFunction: any;
|
|
9
|
+
pageSize: number;
|
|
10
|
+
rowModelType: gridType;
|
|
11
|
+
suppressRowClickSelection: boolean;
|
|
8
12
|
getRowHeight: () => number;
|
|
9
13
|
rowHeightPage: number;
|
|
10
14
|
gridHeight: number;
|
|
15
|
+
gridApi: GridApi;
|
|
16
|
+
cacheBlockSize: number;
|
|
11
17
|
frameworkComponents: any;
|
|
18
|
+
gridOptions: GridOptions;
|
|
12
19
|
constructor();
|
|
20
|
+
updateGridFilter(): void;
|
|
13
21
|
getFrameworkComponents(): any;
|
|
22
|
+
onGridReady(gridReadyEvent: GridReadyEvent): void;
|
|
14
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; }, {}, never, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridComponent, "symphony-grid", never, { "columnDefs": "columnDefs"; "defaultColDef": "defaultColDef"; "rowData": "rowData"; "onGridReadyFunction": "onGridReadyFunction"; "pageSize": "pageSize"; "rowModelType": "rowModelType"; "suppressRowClickSelection": "suppressRowClickSelection"; }, {}, never, never>;
|
|
16
25
|
}
|
|
@@ -4,4 +4,11 @@ export interface GridModel {
|
|
|
4
4
|
defaultColumnDef: any;
|
|
5
5
|
rowData: any[];
|
|
6
6
|
onGridReadyFunction: any;
|
|
7
|
+
pageSize: number;
|
|
8
|
+
rowModelType: gridType;
|
|
9
|
+
suppressRowClickSelection?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare enum gridType {
|
|
12
|
+
SERVERSIDE_DATA = "serverSide",
|
|
13
|
+
CLIENTSIDE_DATA = "clientSide"
|
|
7
14
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FeedbackCardModel, FeedbackCardState } from './feedback-card.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FeedbackCardComponent {
|
|
5
|
+
model: FeedbackCardModel;
|
|
6
|
+
cardClick: EventEmitter<FeedbackCardModel>;
|
|
7
|
+
FeedbackCardState: typeof FeedbackCardState;
|
|
8
|
+
constructor();
|
|
9
|
+
onCardClick(clickEvent: any): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCardComponent, "symphony-feedback-card", never, { "model": "model"; }, { "cardClick": "cardClick"; }, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface FeedbackCardModel {
|
|
2
|
+
identifier?: number;
|
|
3
|
+
title: string;
|
|
4
|
+
body: string[];
|
|
5
|
+
feedbackState: FeedbackCardState;
|
|
6
|
+
showEditIcon: boolean;
|
|
7
|
+
showFeedbackIcon: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare enum FeedbackCardState {
|
|
10
|
+
None = "None",
|
|
11
|
+
Yes = "Yes",
|
|
12
|
+
No = "No",
|
|
13
|
+
NotNow = "NotNow"
|
|
14
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./feedback-card.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../atoms/h4/h4.module";
|
|
5
|
+
import * as i4 from "../../atoms/icon/icon.module";
|
|
6
|
+
import * as i5 from "../../atoms/h5/h5.module";
|
|
7
|
+
import * as i6 from "../../atoms/icon-wrapper/icon-wrapper.module";
|
|
8
|
+
import * as i7 from "../../atoms/paragraph/paragraph.module";
|
|
9
|
+
export declare class FeedbackCardModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCardModule, [typeof i1.FeedbackCardComponent], [typeof i2.CommonModule, typeof i3.H4Module, typeof i4.IconModule, typeof i5.H5Module, typeof i6.IconWrapperModule, typeof i7.ParagraphModule], [typeof i1.FeedbackCardComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCardModule>;
|
|
13
|
+
}
|
|
@@ -8,8 +8,9 @@ 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
10
|
import * as i9 from "./invoice-line-item/invoice-line-item.module";
|
|
11
|
+
import * as i10 from "./feedback-card/feedback-card.module";
|
|
11
12
|
export declare class MoleculesModule {
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MoleculesModule, never>;
|
|
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]>;
|
|
14
|
+
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 i10.FeedbackCardModule], [typeof i4.PillsModule, typeof i7.BreadcrumbModule, typeof i10.FeedbackCardModule]>;
|
|
14
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<MoleculesModule>;
|
|
15
16
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { FeedbackCardModel } from '../../molecules/feedback-card/feedback-card.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FeedbackCardListComponent {
|
|
5
|
+
feedbackCardList: FeedbackCardModel[];
|
|
6
|
+
cardClick: EventEmitter<FeedbackCardModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onFeedbackCardClick(feedbackCard: FeedbackCardModel): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardListComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedbackCardListComponent, "symphony-feedback-card-list", never, { "feedbackCardList": "feedbackCardList"; }, { "cardClick": "cardClick"; }, never, never>;
|
|
11
|
+
}
|
package/projects/component-library/lib/organisms/feedback-card-list/feedback-card-list.module.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./feedback-card-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../molecules/feedback-card/feedback-card.module";
|
|
5
|
+
export declare class FeedbackCardListModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedbackCardListModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FeedbackCardListModule, [typeof i1.FeedbackCardListComponent], [typeof i2.CommonModule, typeof i3.FeedbackCardModule], [typeof i1.FeedbackCardListComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FeedbackCardListModule>;
|
|
9
|
+
}
|
|
@@ -6,8 +6,9 @@ import * as i4 from "../design-guide/typography/typography.module";
|
|
|
6
6
|
import * as i5 from "../design-guide/icon-explorer/icon-explorer.module";
|
|
7
7
|
import * as i6 from "./card-list/card-list.module";
|
|
8
8
|
import * as i7 from "./cancel-modal/cancel-modal.module";
|
|
9
|
+
import * as i8 from "./feedback-card-list/feedback-card-list.module";
|
|
9
10
|
export declare class OrganismsModule {
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganismsModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule], never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OrganismsModule, never, [typeof i1.CommonModule, typeof i2.NoteListModule, typeof i3.TaskListModule, typeof i4.TypographyModule, typeof i5.IconExplorerModule, typeof i6.CardListModule, typeof i7.CancelModalModule, typeof i8.FeedbackCardListModule], never>;
|
|
12
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<OrganismsModule>;
|
|
13
14
|
}
|
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
3
3
|
import { EventsSettingsPageModel } from './events-settings-page.model';
|
|
4
|
+
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
5
|
+
import { InputDropdownListItemModel } from "../../atoms/input-dropdown/input-dropdown-list-item.model";
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
export declare class EventsSettingsPageComponent {
|
|
6
8
|
model: EventsSettingsPageModel;
|
|
7
9
|
keywordSearchChange: EventEmitter<string>;
|
|
10
|
+
filterChange: EventEmitter<string>;
|
|
8
11
|
gridActionsSelectedOption: EventEmitter<string>;
|
|
9
12
|
addButtonClicked: EventEmitter<any>;
|
|
13
|
+
grid: GridComponent;
|
|
10
14
|
eventsSettingsBreadcrumbs: BreadcrumbModel[];
|
|
11
15
|
constructor();
|
|
12
16
|
keywordSearch(keyword: string): void;
|
|
13
17
|
gridActionsSelect(selection: string): void;
|
|
18
|
+
onFilterChange(selectedModel: InputDropdownListItemModel): void;
|
|
14
19
|
onAddButtonClick(): void;
|
|
20
|
+
refreshGrid(): void;
|
|
15
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, ["[filter-one]"]>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EventsSettingsPageComponent, "symphony-events-settings-page", never, { "model": "model"; }, { "keywordSearchChange": "keywordSearchChange"; "filterChange": "filterChange"; "gridActionsSelectedOption": "gridActionsSelectedOption"; "addButtonClicked": "addButtonClicked"; }, never, ["[filter-one]"]>;
|
|
17
23
|
}
|
package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { OrderSummaryModel } from '../../../organisms/order-summary/order-summar
|
|
|
3
3
|
import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
|
|
4
4
|
import { AdvertiseModalModel, PostingBoardsSelectionModel } from './advertise-modal.model';
|
|
5
5
|
import { InvoiceModel } from '../../../molecules/invoice-line-item/invoice-line-item.model';
|
|
6
|
+
import { CancelModel } from '../../../organisms/cancel-modal/cancel-modal.model';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class AdvertiseModalComponent implements OnInit {
|
|
8
9
|
model: Partial<AdvertiseModalModel>;
|
|
@@ -12,6 +13,7 @@ export declare class AdvertiseModalComponent implements OnInit {
|
|
|
12
13
|
orderSummary: OrderSummaryModel;
|
|
13
14
|
subTitle: H5WithIconModel;
|
|
14
15
|
fundsInfo: H5WithIconModel;
|
|
16
|
+
cancelContent: CancelModel;
|
|
15
17
|
payPerClickBoards: InvoiceModel[];
|
|
16
18
|
jobBoards: InvoiceModel[];
|
|
17
19
|
jobCount: number;
|
package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { CancelModel } from '../../../organisms/cancel-modal/cancel-modal.model';
|
|
2
1
|
export interface AdvertiseModalModel {
|
|
3
2
|
showFunds: boolean;
|
|
4
3
|
jobsToAdvertise: AdvertiseJobModel[];
|
|
@@ -6,7 +5,6 @@ export interface AdvertiseModalModel {
|
|
|
6
5
|
hasJobBoardsLoadingFailed: boolean;
|
|
7
6
|
navigation: AdvertiseModalNavigation;
|
|
8
7
|
isLoading: boolean;
|
|
9
|
-
cancelContent: CancelModel;
|
|
10
8
|
}
|
|
11
9
|
export interface AdvertiseJobModel {
|
|
12
10
|
id: number;
|
|
@@ -75,6 +75,9 @@ export * from './lib/molecules/breadcrumb/breadcrumb.model';
|
|
|
75
75
|
export * from './lib/molecules/card/card.component';
|
|
76
76
|
export * from './lib/molecules/card/card.module';
|
|
77
77
|
export * from './lib/molecules/card/card.model';
|
|
78
|
+
export * from './lib/molecules/feedback-card/feedback-card.component';
|
|
79
|
+
export * from './lib/molecules/feedback-card/feedback-card.module';
|
|
80
|
+
export * from './lib/molecules/feedback-card/feedback-card.model';
|
|
78
81
|
export * from './lib/molecules/pills/pills.component';
|
|
79
82
|
export * from './lib/molecules/pills/pills.module';
|
|
80
83
|
export * from './lib/molecules/h5-with-icon/h5-with-icon.component';
|
|
@@ -82,6 +85,8 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
|
82
85
|
export * from './lib/molecules/molecules.module';
|
|
83
86
|
export * from './lib/organisms/card-list/card-list.component';
|
|
84
87
|
export * from './lib/organisms/card-list/card-list.module';
|
|
88
|
+
export * from './lib/organisms/feedback-card-list/feedback-card-list.component';
|
|
89
|
+
export * from './lib/organisms/feedback-card-list/feedback-card-list.module';
|
|
85
90
|
export * from './lib/organisms/organisms.module';
|
|
86
91
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
87
92
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|
package/public-api.d.ts
CHANGED
|
@@ -75,6 +75,9 @@ export * from './lib/molecules/breadcrumb/breadcrumb.model';
|
|
|
75
75
|
export * from './lib/molecules/card/card.component';
|
|
76
76
|
export * from './lib/molecules/card/card.module';
|
|
77
77
|
export * from './lib/molecules/card/card.model';
|
|
78
|
+
export * from './lib/molecules/feedback-card/feedback-card.component';
|
|
79
|
+
export * from './lib/molecules/feedback-card/feedback-card.module';
|
|
80
|
+
export * from './lib/molecules/feedback-card/feedback-card.model';
|
|
78
81
|
export * from './lib/molecules/pills/pills.component';
|
|
79
82
|
export * from './lib/molecules/pills/pills.module';
|
|
80
83
|
export * from './lib/molecules/h5-with-icon/h5-with-icon.component';
|
|
@@ -82,6 +85,8 @@ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
|
|
|
82
85
|
export * from './lib/molecules/molecules.module';
|
|
83
86
|
export * from './lib/organisms/card-list/card-list.component';
|
|
84
87
|
export * from './lib/organisms/card-list/card-list.module';
|
|
88
|
+
export * from './lib/organisms/feedback-card-list/feedback-card-list.component';
|
|
89
|
+
export * from './lib/organisms/feedback-card-list/feedback-card-list.module';
|
|
85
90
|
export * from './lib/organisms/organisms.module';
|
|
86
91
|
export * from './lib/pages/events-settings-page/events-settings-page.component';
|
|
87
92
|
export * from './lib/pages/events-settings-page/events-settings-page.module';
|