@symphony-talent/component-library 4.17.0 → 4.18.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/pages/setting-detail-page/setting-detail-page.component.mjs +26 -0
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.component.model.mjs +2 -0
- package/esm2020/lib/pages/setting-detail-page/setting-detail-page.module.mjs +22 -0
- package/esm2020/lib/templates/setting-details/setting-details-template.component.mjs +12 -0
- package/esm2020/lib/templates/setting-details/setting-details-template.module.mjs +19 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.mjs +26 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.model.mjs +2 -0
- package/esm2020/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.mjs +22 -0
- package/esm2020/projects/component-library/lib/templates/setting-details/setting-details-template.component.mjs +12 -0
- package/esm2020/projects/component-library/lib/templates/setting-details/setting-details-template.module.mjs +19 -0
- package/esm2020/projects/component-library/public-api.mjs +4 -1
- package/esm2020/public-api.mjs +4 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +58 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +58 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +58 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +58 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/lib/pages/setting-detail-page/setting-detail-page.component.d.ts +11 -0
- package/lib/pages/setting-detail-page/setting-detail-page.component.model.d.ts +7 -0
- package/lib/pages/setting-detail-page/setting-detail-page.module.d.ts +12 -0
- package/lib/templates/setting-details/setting-details-template.component.d.ts +6 -0
- package/lib/templates/setting-details/setting-details-template.module.d.ts +9 -0
- package/package.json +1 -1
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.d.ts +11 -0
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.model.d.ts +7 -0
- package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.d.ts +12 -0
- package/projects/component-library/lib/templates/setting-details/setting-details-template.component.d.ts +6 -0
- package/projects/component-library/lib/templates/setting-details/setting-details-template.module.d.ts +9 -0
- package/projects/component-library/public-api.d.ts +3 -0
- package/public-api.d.ts +3 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SettingDetailPageModel } from './setting-detail-page.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SettingDetailPageComponent {
|
|
5
|
+
model: SettingDetailPageModel;
|
|
6
|
+
detailNavigationClicked: EventEmitter<SettingDetailPageModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onDetailNavigationClick(SettingDetailPageModel: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailPageComponent, "symphony-setting-detail-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BreadcrumbModel } from "../../molecules/breadcrumb/breadcrumb.model";
|
|
2
|
+
import { SettingDetailNavigationModel } from "../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model";
|
|
3
|
+
export interface SettingDetailPageModel {
|
|
4
|
+
pageTitle: string;
|
|
5
|
+
breadcrumbs: BreadcrumbModel[];
|
|
6
|
+
navigationList: SettingDetailNavigationModel[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./setting-detail-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../organisms/settings-detail-navigation-list/settings-detail-navigation-list.module";
|
|
5
|
+
import * as i4 from "../../templates/setting-details/setting-details-template.module";
|
|
6
|
+
import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
7
|
+
import * as i6 from "../../atoms/h3/h3.module";
|
|
8
|
+
export declare class SettingDetailPageModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailPageModule, [typeof i1.SettingDetailPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module], [typeof i1.SettingDetailPageComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SettingDetailPageModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SettingDetailsTemplateComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailsTemplateComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailsTemplateComponent, "symphony-setting-details-template", never, {}, {}, never, ["[breadcrumb]", "[sfx-header]", "[sfx-nav]", "[sfx-content]"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./setting-details-template.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../placeholder/placeholder.module";
|
|
5
|
+
export declare class SettingDetailsTemplateModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailsTemplateModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailsTemplateModule, [typeof i1.SettingDetailsTemplateComponent], [typeof i2.CommonModule, typeof i3.PlaceholderModule], [typeof i1.SettingDetailsTemplateComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SettingDetailsTemplateModule>;
|
|
9
|
+
}
|
package/package.json
CHANGED
package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.component.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SettingDetailPageModel } from './setting-detail-page.component.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SettingDetailPageComponent {
|
|
5
|
+
model: SettingDetailPageModel;
|
|
6
|
+
detailNavigationClicked: EventEmitter<SettingDetailPageModel>;
|
|
7
|
+
constructor();
|
|
8
|
+
onDetailNavigationClick(SettingDetailPageModel: any): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailPageComponent, "symphony-setting-detail-page", never, { "model": "model"; }, { "detailNavigationClicked": "detailNavigationClicked"; }, never, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BreadcrumbModel } from "../../molecules/breadcrumb/breadcrumb.model";
|
|
2
|
+
import { SettingDetailNavigationModel } from "../../molecules/settings-detail-navigation-item/settings-detail-navigation-item.model";
|
|
3
|
+
export interface SettingDetailPageModel {
|
|
4
|
+
pageTitle: string;
|
|
5
|
+
breadcrumbs: BreadcrumbModel[];
|
|
6
|
+
navigationList: SettingDetailNavigationModel[];
|
|
7
|
+
}
|
package/projects/component-library/lib/pages/setting-detail-page/setting-detail-page.module.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./setting-detail-page.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../organisms/settings-detail-navigation-list/settings-detail-navigation-list.module";
|
|
5
|
+
import * as i4 from "../../templates/setting-details/setting-details-template.module";
|
|
6
|
+
import * as i5 from "../../molecules/breadcrumb/breadcrumb.module";
|
|
7
|
+
import * as i6 from "../../atoms/h3/h3.module";
|
|
8
|
+
export declare class SettingDetailPageModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailPageModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailPageModule, [typeof i1.SettingDetailPageComponent], [typeof i2.CommonModule, typeof i3.SettingsDetailNavigationListModule, typeof i4.SettingDetailsTemplateModule, typeof i5.BreadcrumbModule, typeof i6.H3Module], [typeof i1.SettingDetailPageComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SettingDetailPageModule>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SettingDetailsTemplateComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailsTemplateComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SettingDetailsTemplateComponent, "symphony-setting-details-template", never, {}, {}, never, ["[breadcrumb]", "[sfx-header]", "[sfx-nav]", "[sfx-content]"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./setting-details-template.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../placeholder/placeholder.module";
|
|
5
|
+
export declare class SettingDetailsTemplateModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingDetailsTemplateModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingDetailsTemplateModule, [typeof i1.SettingDetailsTemplateComponent], [typeof i2.CommonModule, typeof i3.PlaceholderModule], [typeof i1.SettingDetailsTemplateComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SettingDetailsTemplateModule>;
|
|
9
|
+
}
|
|
@@ -211,5 +211,8 @@ export * from './lib/pages/job-list-page/job-list-page.model';
|
|
|
211
211
|
export * from './lib/pages/feedback-request-page/feedback-request-page.component';
|
|
212
212
|
export * from './lib/pages/feedback-request-page/feedback-request-page.module';
|
|
213
213
|
export * from './lib/pages/feedback-request-page/feedback-request-page.model';
|
|
214
|
+
export * from './lib/pages/setting-detail-page/setting-detail-page.component';
|
|
215
|
+
export * from './lib/pages/setting-detail-page/setting-detail-page.module';
|
|
216
|
+
export * from './lib/pages/setting-detail-page/setting-detail-page.component.model';
|
|
214
217
|
export * from './lib/pipe/trim-id.pipe';
|
|
215
218
|
export * from './lib/pipe/pipe.module';
|
package/public-api.d.ts
CHANGED
|
@@ -211,5 +211,8 @@ export * from './lib/pages/job-list-page/job-list-page.model';
|
|
|
211
211
|
export * from './lib/pages/feedback-request-page/feedback-request-page.component';
|
|
212
212
|
export * from './lib/pages/feedback-request-page/feedback-request-page.module';
|
|
213
213
|
export * from './lib/pages/feedback-request-page/feedback-request-page.model';
|
|
214
|
+
export * from './lib/pages/setting-detail-page/setting-detail-page.component';
|
|
215
|
+
export * from './lib/pages/setting-detail-page/setting-detail-page.module';
|
|
216
|
+
export * from './lib/pages/setting-detail-page/setting-detail-page.component.model';
|
|
214
217
|
export * from './lib/pipe/trim-id.pipe';
|
|
215
218
|
export * from './lib/pipe/pipe.module';
|