@symphony-talent/component-library 3.11.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/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/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/public-api.mjs +6 -1
- package/esm2020/public-api.mjs +6 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +108 -8
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +108 -8
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +108 -8
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +108 -8
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- 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/package.json +1 -1
- 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/public-api.d.ts +5 -0
- package/public-api.d.ts +5 -0
|
@@ -1501,6 +1501,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
1501
1501
|
}]
|
|
1502
1502
|
}] });
|
|
1503
1503
|
|
|
1504
|
+
var FeedbackCardState;
|
|
1505
|
+
(function (FeedbackCardState) {
|
|
1506
|
+
FeedbackCardState["None"] = "None";
|
|
1507
|
+
FeedbackCardState["Yes"] = "Yes";
|
|
1508
|
+
FeedbackCardState["No"] = "No";
|
|
1509
|
+
FeedbackCardState["NotNow"] = "NotNow";
|
|
1510
|
+
})(FeedbackCardState || (FeedbackCardState = {}));
|
|
1511
|
+
|
|
1512
|
+
class FeedbackCardComponent {
|
|
1513
|
+
constructor() {
|
|
1514
|
+
this.cardClick = new EventEmitter();
|
|
1515
|
+
this.FeedbackCardState = FeedbackCardState;
|
|
1516
|
+
}
|
|
1517
|
+
onCardClick(clickEvent) {
|
|
1518
|
+
this.cardClick.emit(this.model);
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
FeedbackCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1522
|
+
FeedbackCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackCardComponent, selector: "symphony-feedback-card", inputs: { model: "model" }, outputs: { cardClick: "cardClick" }, ngImport: i0, template: "<div *ngIf=\"model\" (click)=\"onCardClick($event)\" class=\"card-item-wrapper\">\n <div class=\"card-item sfx-d-flex\">\n <div class=\"card-title-wrap sfx-d-flex sfx-pb-10 sfx-mb-25\">\n <div class=\"card-title\">\n <symphony-h4>{{ model.title }}</symphony-h4>\n </div>\n <div class=\"card-icon\">\n <symphony-icon-wrapper\n *ngIf=\"model.showEditIcon\"\n [isInverse]=\"true\"\n class=\"feedback-edit\"\n ><symphony-icon [icon]=\"'si-edit'\" [size]=\"'9px'\"></symphony-icon\n ></symphony-icon-wrapper>\n </div>\n </div>\n <div class=\"card-description\" *ngFor=\"let bodyText of model.body\">\n <symphony-paragraph class=\"sfx-mb-5 sfx-d-block\">\n {{ bodyText }}\n </symphony-paragraph>\n </div>\n <div\n class=\"card-footer sfx-mb-5 sfx-d-flex\"\n [ngSwitch]=\"model.feedbackState\"\n >\n <ng-container *ngSwitchCase=\"'Yes'\">\n <symphony-icon\n *ngIf=\"model.showFeedbackIcon\"\n class=\"sfx-mr-10 color-green\"\n [icon]=\"'si-feedback-yes'\"\n ></symphony-icon>\n <symphony-h5>Yes</symphony-h5>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'No'\">\n <symphony-icon\n *ngIf=\"model.showFeedbackIcon\"\n class=\"sfx-mr-10 color-red\"\n [icon]=\"'si-feedback-no'\"\n ></symphony-icon>\n <symphony-h5>No</symphony-h5>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'NotNow'\">\n <symphony-icon\n *ngIf=\"model.showFeedbackIcon\"\n class=\"sfx-mr-10 color-orange\"\n [icon]=\"'si-feedback-maybe'\"\n ></symphony-icon>\n <symphony-h5>Not Now</symphony-h5>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'None'\">\n <symphony-h5>Provide Feedback</symphony-h5>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%}.card-item{box-shadow:0 2px 10px #0003;border-radius:10px;padding:20px;transition:.2s;cursor:pointer;min-height:218px;flex-direction:column}.card-title-wrap{border-bottom:1px solid #d9d9d9}.card-title-wrap .card-title h4{font-size:1.2rem;margin-top:5px}.card-icon{margin-left:auto}.card-icon .feedback-edit .icon-wrapper{height:18px;width:18px;padding:0;border:0}.card-icon .feedback-edit .icon-wrapper.is-inverse:hover{background:#000;color:#fff}.card-footer{margin-top:auto;align-self:flex-end}.card-footer h5{line-height:24px}.color-green{color:#00d56b}.color-red{color:#f0001e}.color-orange{color:#ffa700}\n"], components: [{ type: H4Component, selector: "symphony-h4", inputs: ["text", "isSecondary"] }, { type: IconWrapperComponent, selector: "symphony-icon-wrapper", inputs: ["isInverse"], outputs: ["clicked"] }, { type: IconComponent, selector: "symphony-icon", inputs: ["icon", "isSecondary", "size", "iconColor"], outputs: ["clicked"] }, { type: ParagraphComponent, selector: "symphony-paragraph", inputs: ["text", "isSecondary"] }, { type: H5Component, selector: "symphony-h5", inputs: ["text", "isSecondary"] }], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
1523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardComponent, decorators: [{
|
|
1524
|
+
type: Component,
|
|
1525
|
+
args: [{ selector: 'symphony-feedback-card', encapsulation: ViewEncapsulation.None, template: "<div *ngIf=\"model\" (click)=\"onCardClick($event)\" class=\"card-item-wrapper\">\n <div class=\"card-item sfx-d-flex\">\n <div class=\"card-title-wrap sfx-d-flex sfx-pb-10 sfx-mb-25\">\n <div class=\"card-title\">\n <symphony-h4>{{ model.title }}</symphony-h4>\n </div>\n <div class=\"card-icon\">\n <symphony-icon-wrapper\n *ngIf=\"model.showEditIcon\"\n [isInverse]=\"true\"\n class=\"feedback-edit\"\n ><symphony-icon [icon]=\"'si-edit'\" [size]=\"'9px'\"></symphony-icon\n ></symphony-icon-wrapper>\n </div>\n </div>\n <div class=\"card-description\" *ngFor=\"let bodyText of model.body\">\n <symphony-paragraph class=\"sfx-mb-5 sfx-d-block\">\n {{ bodyText }}\n </symphony-paragraph>\n </div>\n <div\n class=\"card-footer sfx-mb-5 sfx-d-flex\"\n [ngSwitch]=\"model.feedbackState\"\n >\n <ng-container *ngSwitchCase=\"'Yes'\">\n <symphony-icon\n *ngIf=\"model.showFeedbackIcon\"\n class=\"sfx-mr-10 color-green\"\n [icon]=\"'si-feedback-yes'\"\n ></symphony-icon>\n <symphony-h5>Yes</symphony-h5>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'No'\">\n <symphony-icon\n *ngIf=\"model.showFeedbackIcon\"\n class=\"sfx-mr-10 color-red\"\n [icon]=\"'si-feedback-no'\"\n ></symphony-icon>\n <symphony-h5>No</symphony-h5>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'NotNow'\">\n <symphony-icon\n *ngIf=\"model.showFeedbackIcon\"\n class=\"sfx-mr-10 color-orange\"\n [icon]=\"'si-feedback-maybe'\"\n ></symphony-icon>\n <symphony-h5>Not Now</symphony-h5>\n </ng-container>\n\n <ng-container *ngSwitchCase=\"'None'\">\n <symphony-h5>Provide Feedback</symphony-h5>\n </ng-container>\n </div>\n </div>\n</div>\n", styles: [".card-item-wrapper{position:relative;width:100%}.card-item{box-shadow:0 2px 10px #0003;border-radius:10px;padding:20px;transition:.2s;cursor:pointer;min-height:218px;flex-direction:column}.card-title-wrap{border-bottom:1px solid #d9d9d9}.card-title-wrap .card-title h4{font-size:1.2rem;margin-top:5px}.card-icon{margin-left:auto}.card-icon .feedback-edit .icon-wrapper{height:18px;width:18px;padding:0;border:0}.card-icon .feedback-edit .icon-wrapper.is-inverse:hover{background:#000;color:#fff}.card-footer{margin-top:auto;align-self:flex-end}.card-footer h5{line-height:24px}.color-green{color:#00d56b}.color-red{color:#f0001e}.color-orange{color:#ffa700}\n"] }]
|
|
1526
|
+
}], ctorParameters: function () { return []; }, propDecorators: { model: [{
|
|
1527
|
+
type: Input
|
|
1528
|
+
}], cardClick: [{
|
|
1529
|
+
type: Output
|
|
1530
|
+
}] } });
|
|
1531
|
+
|
|
1532
|
+
class FeedbackCardModule {
|
|
1533
|
+
}
|
|
1534
|
+
FeedbackCardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1535
|
+
FeedbackCardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardModule, declarations: [FeedbackCardComponent], imports: [CommonModule,
|
|
1536
|
+
H4Module,
|
|
1537
|
+
IconModule,
|
|
1538
|
+
H5Module,
|
|
1539
|
+
IconWrapperModule,
|
|
1540
|
+
ParagraphModule], exports: [FeedbackCardComponent] });
|
|
1541
|
+
FeedbackCardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardModule, imports: [[
|
|
1542
|
+
CommonModule,
|
|
1543
|
+
H4Module,
|
|
1544
|
+
IconModule,
|
|
1545
|
+
H5Module,
|
|
1546
|
+
IconWrapperModule,
|
|
1547
|
+
ParagraphModule
|
|
1548
|
+
]] });
|
|
1549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardModule, decorators: [{
|
|
1550
|
+
type: NgModule,
|
|
1551
|
+
args: [{
|
|
1552
|
+
declarations: [FeedbackCardComponent],
|
|
1553
|
+
imports: [
|
|
1554
|
+
CommonModule,
|
|
1555
|
+
H4Module,
|
|
1556
|
+
IconModule,
|
|
1557
|
+
H5Module,
|
|
1558
|
+
IconWrapperModule,
|
|
1559
|
+
ParagraphModule
|
|
1560
|
+
],
|
|
1561
|
+
exports: [FeedbackCardComponent]
|
|
1562
|
+
}]
|
|
1563
|
+
}] });
|
|
1564
|
+
|
|
1504
1565
|
class PillsComponent {
|
|
1505
1566
|
constructor() {
|
|
1506
1567
|
this.removePill = new EventEmitter();
|
|
@@ -1750,7 +1811,8 @@ MoleculesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
1750
1811
|
IconSwatchModule,
|
|
1751
1812
|
BreadcrumbModule,
|
|
1752
1813
|
H5WithIconModule,
|
|
1753
|
-
InvoiceLineItemModule
|
|
1814
|
+
InvoiceLineItemModule,
|
|
1815
|
+
FeedbackCardModule], exports: [PillsModule, BreadcrumbModule, FeedbackCardModule] });
|
|
1754
1816
|
MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, imports: [[
|
|
1755
1817
|
CommonModule,
|
|
1756
1818
|
AvatarModule,
|
|
@@ -1761,7 +1823,8 @@ MoleculesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
1761
1823
|
BreadcrumbModule,
|
|
1762
1824
|
H5WithIconModule,
|
|
1763
1825
|
InvoiceLineItemModule,
|
|
1764
|
-
|
|
1826
|
+
FeedbackCardModule
|
|
1827
|
+
], PillsModule, BreadcrumbModule, FeedbackCardModule] });
|
|
1765
1828
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: MoleculesModule, decorators: [{
|
|
1766
1829
|
type: NgModule,
|
|
1767
1830
|
args: [{
|
|
@@ -1776,8 +1839,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
1776
1839
|
BreadcrumbModule,
|
|
1777
1840
|
H5WithIconModule,
|
|
1778
1841
|
InvoiceLineItemModule,
|
|
1842
|
+
FeedbackCardModule
|
|
1779
1843
|
],
|
|
1780
|
-
exports: [PillsModule, BreadcrumbModule]
|
|
1844
|
+
exports: [PillsModule, BreadcrumbModule, FeedbackCardModule]
|
|
1781
1845
|
}]
|
|
1782
1846
|
}] });
|
|
1783
1847
|
|
|
@@ -1814,6 +1878,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
1814
1878
|
}]
|
|
1815
1879
|
}] });
|
|
1816
1880
|
|
|
1881
|
+
class FeedbackCardListComponent {
|
|
1882
|
+
constructor() {
|
|
1883
|
+
this.cardClick = new EventEmitter();
|
|
1884
|
+
}
|
|
1885
|
+
onFeedbackCardClick(feedbackCard) {
|
|
1886
|
+
this.cardClick.emit(feedbackCard);
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
FeedbackCardListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1890
|
+
FeedbackCardListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: FeedbackCardListComponent, selector: "symphony-feedback-card-list", inputs: { feedbackCardList: "feedbackCardList" }, outputs: { cardClick: "cardClick" }, ngImport: i0, template: "<section class=\"card-list\">\n <ul class=\"row card-list list-unstyled\">\n <li\n class=\"col-sm-4 col-md-3 card-list-item\"\n *ngFor=\"let feedbackCard of feedbackCardList\"\n >\n <symphony-feedback-card\n [model]=\"feedbackCard\"\n (cardClick)=\"onFeedbackCardClick($event)\"\n ></symphony-feedback-card>\n </li>\n </ul>\n</section>\n", styles: [".card-list-item{margin-bottom:40px}\n"], components: [{ type: FeedbackCardComponent, selector: "symphony-feedback-card", inputs: ["model"], outputs: ["cardClick"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
1891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardListComponent, decorators: [{
|
|
1892
|
+
type: Component,
|
|
1893
|
+
args: [{ selector: 'symphony-feedback-card-list', template: "<section class=\"card-list\">\n <ul class=\"row card-list list-unstyled\">\n <li\n class=\"col-sm-4 col-md-3 card-list-item\"\n *ngFor=\"let feedbackCard of feedbackCardList\"\n >\n <symphony-feedback-card\n [model]=\"feedbackCard\"\n (cardClick)=\"onFeedbackCardClick($event)\"\n ></symphony-feedback-card>\n </li>\n </ul>\n</section>\n", styles: [".card-list-item{margin-bottom:40px}\n"] }]
|
|
1894
|
+
}], ctorParameters: function () { return []; }, propDecorators: { feedbackCardList: [{
|
|
1895
|
+
type: Input
|
|
1896
|
+
}], cardClick: [{
|
|
1897
|
+
type: Output
|
|
1898
|
+
}] } });
|
|
1899
|
+
|
|
1900
|
+
class FeedbackCardListModule {
|
|
1901
|
+
}
|
|
1902
|
+
FeedbackCardListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1903
|
+
FeedbackCardListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardListModule, declarations: [FeedbackCardListComponent], imports: [CommonModule, FeedbackCardModule], exports: [FeedbackCardListComponent] });
|
|
1904
|
+
FeedbackCardListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardListModule, imports: [[CommonModule, FeedbackCardModule]] });
|
|
1905
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: FeedbackCardListModule, decorators: [{
|
|
1906
|
+
type: NgModule,
|
|
1907
|
+
args: [{
|
|
1908
|
+
declarations: [FeedbackCardListComponent],
|
|
1909
|
+
imports: [CommonModule, FeedbackCardModule],
|
|
1910
|
+
exports: [FeedbackCardListComponent]
|
|
1911
|
+
}]
|
|
1912
|
+
}] });
|
|
1913
|
+
|
|
1817
1914
|
class NoteComponent {
|
|
1818
1915
|
constructor() {
|
|
1819
1916
|
this.noteModel = {
|
|
@@ -2750,7 +2847,8 @@ OrganismsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version
|
|
|
2750
2847
|
TypographyModule,
|
|
2751
2848
|
IconExplorerModule,
|
|
2752
2849
|
CardListModule,
|
|
2753
|
-
CancelModalModule
|
|
2850
|
+
CancelModalModule,
|
|
2851
|
+
FeedbackCardListModule] });
|
|
2754
2852
|
OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, imports: [[
|
|
2755
2853
|
CommonModule,
|
|
2756
2854
|
NoteListModule,
|
|
@@ -2758,7 +2856,8 @@ OrganismsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
2758
2856
|
TypographyModule,
|
|
2759
2857
|
IconExplorerModule,
|
|
2760
2858
|
CardListModule,
|
|
2761
|
-
CancelModalModule
|
|
2859
|
+
CancelModalModule,
|
|
2860
|
+
FeedbackCardListModule
|
|
2762
2861
|
]] });
|
|
2763
2862
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: OrganismsModule, decorators: [{
|
|
2764
2863
|
type: NgModule,
|
|
@@ -2771,8 +2870,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
2771
2870
|
TypographyModule,
|
|
2772
2871
|
IconExplorerModule,
|
|
2773
2872
|
CardListModule,
|
|
2774
|
-
CancelModalModule
|
|
2775
|
-
|
|
2873
|
+
CancelModalModule,
|
|
2874
|
+
FeedbackCardListModule
|
|
2875
|
+
]
|
|
2776
2876
|
}]
|
|
2777
2877
|
}] });
|
|
2778
2878
|
|
|
@@ -3594,5 +3694,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
|
|
|
3594
3694
|
* Generated bundle index. Do not edit.
|
|
3595
3695
|
*/
|
|
3596
3696
|
|
|
3597
|
-
export { ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, LibrariesPageComponent, LibrariesPageModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, gridType };
|
|
3697
|
+
export { ActivityScoreLevel, AdvertiseModalComponent, AlertDuration, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, CardComponent, CardListComponent, CardListModule, CardModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FilterAreaComponent, FilterAreaModule, FrameworkModule, GridComponent, GridModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWrapperComponent, IconWrapperModule, Icons, InputCheckboxComponent, InputCheckboxModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, InputToggleComponent, InputToggleModule, LibrariesPageComponent, LibrariesPageModule, ModalModule, MoleculesModule, OrganismsModule, ParagraphComponent, ParagraphModule, PillComponent, PillModule, PillsComponent, PillsModule, RelevanceScoreComponent, RelevanceScoreModule, SettingListPageComponent, SettingListPageModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, gridType };
|
|
3598
3698
|
//# sourceMappingURL=symphony-talent-component-library.mjs.map
|