@symphony-talent/component-library 3.11.0 → 3.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +9 -5
- 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/pages/events-settings-page/events-settings-page.component.mjs +9 -5
- 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/fesm2015/symphony-talent-component-library-projects-component-library.mjs +16 -6
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +16 -6
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +16 -6
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +16 -6
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +4 -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/pages/events-settings-page/events-settings-page.component.d.ts +4 -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
|
@@ -2,10 +2,12 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
3
3
|
import { EventsSettingsPageModel } from './events-settings-page.model';
|
|
4
4
|
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
5
|
+
import { InputDropdownListItemModel } from "../../atoms/input-dropdown/input-dropdown-list-item.model";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class EventsSettingsPageComponent {
|
|
7
8
|
model: EventsSettingsPageModel;
|
|
8
9
|
keywordSearchChange: EventEmitter<string>;
|
|
10
|
+
filterChange: EventEmitter<string>;
|
|
9
11
|
gridActionsSelectedOption: EventEmitter<string>;
|
|
10
12
|
addButtonClicked: EventEmitter<any>;
|
|
11
13
|
grid: GridComponent;
|
|
@@ -13,8 +15,9 @@ export declare class EventsSettingsPageComponent {
|
|
|
13
15
|
constructor();
|
|
14
16
|
keywordSearch(keyword: string): void;
|
|
15
17
|
gridActionsSelect(selection: string): void;
|
|
18
|
+
onFilterChange(selectedModel: InputDropdownListItemModel): void;
|
|
16
19
|
onAddButtonClick(): void;
|
|
17
20
|
refreshGrid(): void;
|
|
18
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageComponent, never>;
|
|
19
|
-
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]"]>;
|
|
20
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
|
@@ -2,10 +2,12 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { BreadcrumbModel } from '../../molecules/breadcrumb/breadcrumb.model';
|
|
3
3
|
import { EventsSettingsPageModel } from './events-settings-page.model';
|
|
4
4
|
import { GridComponent } from '../../atoms/grid/grid.component';
|
|
5
|
+
import { InputDropdownListItemModel } from "../../atoms/input-dropdown/input-dropdown-list-item.model";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class EventsSettingsPageComponent {
|
|
7
8
|
model: EventsSettingsPageModel;
|
|
8
9
|
keywordSearchChange: EventEmitter<string>;
|
|
10
|
+
filterChange: EventEmitter<string>;
|
|
9
11
|
gridActionsSelectedOption: EventEmitter<string>;
|
|
10
12
|
addButtonClicked: EventEmitter<any>;
|
|
11
13
|
grid: GridComponent;
|
|
@@ -13,8 +15,9 @@ export declare class EventsSettingsPageComponent {
|
|
|
13
15
|
constructor();
|
|
14
16
|
keywordSearch(keyword: string): void;
|
|
15
17
|
gridActionsSelect(selection: string): void;
|
|
18
|
+
onFilterChange(selectedModel: InputDropdownListItemModel): void;
|
|
16
19
|
onAddButtonClick(): void;
|
|
17
20
|
refreshGrid(): void;
|
|
18
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventsSettingsPageComponent, never>;
|
|
19
|
-
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]"]>;
|
|
20
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;
|