@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
|
@@ -7272,6 +7272,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7272
7272
|
}]
|
|
7273
7273
|
}] });
|
|
7274
7274
|
|
|
7275
|
+
class SettingDetailsTemplateComponent {
|
|
7276
|
+
constructor() { }
|
|
7277
|
+
}
|
|
7278
|
+
SettingDetailsTemplateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7279
|
+
SettingDetailsTemplateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template", ngImport: i0, template: "<div class=\"sfx\">\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] });
|
|
7280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateComponent, decorators: [{
|
|
7281
|
+
type: Component,
|
|
7282
|
+
args: [{ selector: 'symphony-setting-details-template', template: "<div class=\"sfx\">\n <section>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n <ng-content select=\"[breadcrumb]\"></ng-content>\n </div>\n </div>\n </section>\n <section>\n <div class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-9 col-lg-9\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"sfx-border-bottom-black-2\"></div>\n </section>\n <section class=\"row sfx-mt-30\">\n <section class=\"col-xs-12 col-sm-12 col-md-4 col-lg-3\">\n <ng-content select=\"[sfx-nav]\"></ng-content>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-8 col-lg-9\">\n <ng-content select=\"[sfx-content]\"></ng-content>\n </section>\n </section>\n</div>\n", styles: [".sfx-page-title{margin-top:3.125rem;margin-bottom:1.875rem}\n"] }]
|
|
7283
|
+
}], ctorParameters: function () { return []; } });
|
|
7284
|
+
|
|
7285
|
+
class SettingDetailPageComponent {
|
|
7286
|
+
constructor() {
|
|
7287
|
+
this.detailNavigationClicked = new EventEmitter();
|
|
7288
|
+
}
|
|
7289
|
+
onDetailNavigationClick(SettingDetailPageModel) {
|
|
7290
|
+
this.detailNavigationClicked.emit(SettingDetailPageModel);
|
|
7291
|
+
}
|
|
7292
|
+
}
|
|
7293
|
+
SettingDetailPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7294
|
+
SettingDetailPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: SettingDetailPageComponent, selector: "symphony-setting-detail-page", inputs: { model: "model" }, outputs: { detailNavigationClicked: "detailNavigationClicked" }, ngImport: i0, template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list\n sfx-nav\n [navigationList]=\"model.navigationList\"\n (navigationItemClicked)=\"onDetailNavigationClick(model)\"\n ></symphony-settings-detail-navigation-list>\n <section sfx-content>Sub-page Content Here</section>\n</symphony-setting-details-template>\n", styles: [""], components: [{ type: SettingDetailsTemplateComponent, selector: "symphony-setting-details-template" }, { type: BreadcrumbComponent, selector: "symphony-breadcrumb", inputs: ["breadcrumbs"], outputs: ["breadcrumbClicked"] }, { type: H3Component, selector: "symphony-h3", inputs: ["text", "isSecondary"] }, { type: SettingsDetailNavigationListComponent, selector: "symphony-settings-detail-navigation-list", inputs: ["navigationList"], outputs: ["navigationItemClicked"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
7295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageComponent, decorators: [{
|
|
7296
|
+
type: Component,
|
|
7297
|
+
args: [{ selector: 'symphony-setting-detail-page', template: "<symphony-setting-details-template *ngIf=\"model\">\n <symphony-breadcrumb breadcrumb [breadcrumbs]=\"model.breadcrumbs\">\n </symphony-breadcrumb>\n <symphony-h3 sfx-header [text]=\"model.pageTitle\"></symphony-h3>\n <symphony-settings-detail-navigation-list\n sfx-nav\n [navigationList]=\"model.navigationList\"\n (navigationItemClicked)=\"onDetailNavigationClick(model)\"\n ></symphony-settings-detail-navigation-list>\n <section sfx-content>Sub-page Content Here</section>\n</symphony-setting-details-template>\n", styles: [""] }]
|
|
7298
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
7299
|
+
type: Input
|
|
7300
|
+
}], detailNavigationClicked: [{
|
|
7301
|
+
type: Output
|
|
7302
|
+
}] } });
|
|
7303
|
+
|
|
7304
|
+
class SettingDetailsTemplateModule {
|
|
7305
|
+
}
|
|
7306
|
+
SettingDetailsTemplateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7307
|
+
SettingDetailsTemplateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateModule, declarations: [SettingDetailsTemplateComponent], imports: [CommonModule, PlaceholderModule], exports: [SettingDetailsTemplateComponent] });
|
|
7308
|
+
SettingDetailsTemplateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateModule, imports: [[CommonModule, PlaceholderModule]] });
|
|
7309
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailsTemplateModule, decorators: [{
|
|
7310
|
+
type: NgModule,
|
|
7311
|
+
args: [{
|
|
7312
|
+
declarations: [SettingDetailsTemplateComponent],
|
|
7313
|
+
imports: [CommonModule, PlaceholderModule],
|
|
7314
|
+
exports: [SettingDetailsTemplateComponent],
|
|
7315
|
+
}]
|
|
7316
|
+
}] });
|
|
7317
|
+
|
|
7318
|
+
class SettingDetailPageModule {
|
|
7319
|
+
}
|
|
7320
|
+
SettingDetailPageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
7321
|
+
SettingDetailPageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, declarations: [SettingDetailPageComponent], imports: [CommonModule, SettingsDetailNavigationListModule, SettingDetailsTemplateModule, BreadcrumbModule, H3Module], exports: [SettingDetailPageComponent] });
|
|
7322
|
+
SettingDetailPageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, imports: [[CommonModule, SettingsDetailNavigationListModule, SettingDetailsTemplateModule, BreadcrumbModule, H3Module]] });
|
|
7323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: SettingDetailPageModule, decorators: [{
|
|
7324
|
+
type: NgModule,
|
|
7325
|
+
args: [{
|
|
7326
|
+
declarations: [SettingDetailPageComponent],
|
|
7327
|
+
imports: [CommonModule, SettingsDetailNavigationListModule, SettingDetailsTemplateModule, BreadcrumbModule, H3Module],
|
|
7328
|
+
exports: [SettingDetailPageComponent],
|
|
7329
|
+
}]
|
|
7330
|
+
}] });
|
|
7331
|
+
|
|
7275
7332
|
/*
|
|
7276
7333
|
* ATOMS
|
|
7277
7334
|
*/
|
|
@@ -7280,5 +7337,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
7280
7337
|
* Generated bundle index. Do not edit.
|
|
7281
7338
|
*/
|
|
7282
7339
|
|
|
7283
|
-
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ButtonV2Component, ButtonV2Module, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ColorNames, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, ParagraphComponent, ParagraphModule, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
7340
|
+
export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ButtonV2Component, ButtonV2Module, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ColorNames, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, ParagraphComponent, ParagraphModule, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
|
|
7284
7341
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|