@symphony-talent/component-library 1.5.0 → 1.6.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.
Files changed (137) hide show
  1. package/bundles/symphony-talent-component-library-projects-component-library.umd.js +299 -238
  2. package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +1 -1
  3. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +2 -2
  4. package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +1 -1
  5. package/bundles/symphony-talent-component-library.umd.js +299 -238
  6. package/bundles/symphony-talent-component-library.umd.js.map +1 -1
  7. package/bundles/symphony-talent-component-library.umd.min.js +2 -2
  8. package/bundles/symphony-talent-component-library.umd.min.js.map +1 -1
  9. package/esm2015/lib/atoms/atoms.module.js +9 -9
  10. package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +1 -1
  11. package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  12. package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  13. package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
  14. package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
  15. package/esm2015/lib/atoms/input-text/input-text.component.js +10 -4
  16. package/esm2015/lib/atoms/input-text/input-text.module.js +4 -2
  17. package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
  18. package/esm2015/lib/atoms/pill/pill.component.js +2 -2
  19. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  20. package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  21. package/esm2015/lib/atoms/task-icon/task-icon.component.js +3 -3
  22. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  23. package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  24. package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  25. package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  26. package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  27. package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  28. package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  29. package/esm2015/lib/molecules/molecules.module.js +4 -7
  30. package/esm2015/lib/molecules/note/note.component.js +13 -19
  31. package/esm2015/lib/molecules/note/note.model.js +1 -0
  32. package/esm2015/lib/molecules/note/note.module.js +10 -5
  33. package/esm2015/lib/molecules/task/task.component.js +3 -3
  34. package/esm2015/lib/molecules/task/task.module.js +5 -7
  35. package/esm2015/lib/organisms/task-list/task-list.component.js +1 -1
  36. package/esm2015/projects/component-library/lib/atoms/atoms.module.js +9 -9
  37. package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +1 -1
  38. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
  39. package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
  40. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
  41. package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
  42. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +10 -4
  43. package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +4 -2
  44. package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
  45. package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +2 -2
  46. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
  47. package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
  48. package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +3 -3
  49. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
  50. package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
  51. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
  52. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
  53. package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
  54. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +2 -2
  55. package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +5 -5
  56. package/esm2015/projects/component-library/lib/molecules/molecules.module.js +4 -7
  57. package/esm2015/projects/component-library/lib/molecules/note/note.component.js +13 -19
  58. package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
  59. package/esm2015/projects/component-library/lib/molecules/note/note.module.js +10 -5
  60. package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
  61. package/esm2015/projects/component-library/lib/molecules/task/task.module.js +5 -7
  62. package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +1 -1
  63. package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +18 -16
  64. package/esm2015/symphony-talent-component-library.js +18 -16
  65. package/fesm2015/symphony-talent-component-library-projects-component-library.js +246 -187
  66. package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
  67. package/fesm2015/symphony-talent-component-library.js +246 -187
  68. package/fesm2015/symphony-talent-component-library.js.map +1 -1
  69. package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  70. package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  71. package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  72. package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  73. package/lib/atoms/input-text/input-text.component.d.ts +4 -1
  74. package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  75. package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  76. package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  77. package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  78. package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  79. package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  80. package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  81. package/lib/molecules/note/note.component.d.ts +2 -6
  82. package/lib/molecules/note/note.model.d.ts +9 -0
  83. package/package.json +1 -1
  84. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
  85. package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
  86. package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
  87. package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
  88. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +4 -1
  89. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
  90. package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
  91. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
  92. package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
  93. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
  94. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
  95. package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
  96. package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
  97. package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
  98. package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +17 -15
  99. package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
  100. package/symphony-talent-component-library.d.ts +17 -15
  101. package/symphony-talent-component-library.metadata.json +1 -1
  102. package/esm2015/lib/atoms/button-round/button-round.component.js +0 -32
  103. package/esm2015/lib/atoms/button-round/button-round.enum.js +0 -7
  104. package/esm2015/lib/atoms/button-round/button-round.module.js +0 -15
  105. package/esm2015/lib/atoms/description/description.component.js +0 -18
  106. package/esm2015/lib/atoms/description/description.module.js +0 -15
  107. package/esm2015/lib/atoms/list-title/list-title.component.js +0 -18
  108. package/esm2015/lib/atoms/list-title/list-title.module.js +0 -15
  109. package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  110. package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  111. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.component.js +0 -32
  112. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.enum.js +0 -7
  113. package/esm2015/projects/component-library/lib/atoms/button-round/button-round.module.js +0 -15
  114. package/esm2015/projects/component-library/lib/atoms/description/description.component.js +0 -18
  115. package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
  116. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -18
  117. package/esm2015/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -15
  118. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -18
  119. package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
  120. package/lib/atoms/button-round/button-round.component.d.ts +0 -11
  121. package/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  122. package/lib/atoms/button-round/button-round.module.d.ts +0 -2
  123. package/lib/atoms/description/description.component.d.ts +0 -6
  124. package/lib/atoms/description/description.module.d.ts +0 -2
  125. package/lib/atoms/list-title/list-title.component.d.ts +0 -6
  126. package/lib/atoms/list-title/list-title.module.d.ts +0 -2
  127. package/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  128. package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
  129. package/projects/component-library/lib/atoms/button-round/button-round.component.d.ts +0 -11
  130. package/projects/component-library/lib/atoms/button-round/button-round.enum.d.ts +0 -5
  131. package/projects/component-library/lib/atoms/button-round/button-round.module.d.ts +0 -2
  132. package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
  133. package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
  134. package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
  135. package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
  136. package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
  137. package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
@@ -4,6 +4,7 @@ import { CommonModule, SlicePipe } from '@angular/common';
4
4
  import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
5
5
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
6
6
  import { TooltipModule } from 'ngx-bootstrap/tooltip';
7
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
7
8
 
8
9
  let ButtonComponent = class ButtonComponent {
9
10
  constructor() {
@@ -73,7 +74,7 @@ __decorate([
73
74
  PillComponent = __decorate([
74
75
  Component({
75
76
  selector: 'symphony-pill',
76
- template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"glyphicon glyphicon-remove sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"glyphicon glyphicon-remove sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
77
+ template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n tooltip=\"{{tooltipLabel}}\"\n placement=\"top\"\n containerClass=\"sfx-info-tooltip pill-tooltip\"\n [adaptivePosition]=\"false\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>\n\n<span *ngIf=\"!tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-close-modal sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
77
78
  encapsulation: ViewEncapsulation.None,
78
79
  styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;text-align:center}.sfx-pill-item.inverse-pill{background-color:#000;color:#fff}.sfx-pill-item i{font-size:12px;position:relative;top:2px}.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-d-inline-block{display:inline-block}.sfx-cursor-pointer{cursor:pointer}.sfx-info-tooltip{min-width:100px}.sfx-info-tooltip.pill-tooltip{min-width:80px;opacity:1;top:-5px!important}.sfx-info-tooltip.pill-tooltip .tooltip-inner{border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.2);font-weight:600}.sfx-info-tooltip.pill-tooltip .tooltip-arrow.arrow{border-top-color:#fff}.sfx-info-tooltip .tooltip-inner{background-color:#fff;border-radius:0;color:#000;font-size:13px;max-width:160px;padding:8px 15px}"]
79
80
  })
@@ -89,8 +90,8 @@ __decorate([
89
90
  TaskIconComponent = __decorate([
90
91
  Component({
91
92
  selector: 'symphony-task-icon',
92
- template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'fa-clipboard': !isComplete,\n 'fa-clipboard-check': isComplete\n }\"\n ></i>\n</div>\n",
93
- styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:17px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
93
+ template: "<div\n class=\"task-circle\"\n [ngClass]=\"{\n 'task-incomplete': !isComplete,\n 'task-complete': isComplete\n }\"\n>\n <i\n class=\"fa-solid\"\n [ngClass]=\"{\n 'si-task-completed': !isComplete,\n 'si-task-open': isComplete\n }\"\n ></i>\n</div>\n",
94
+ styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:15px;position:relative;top:15px}.task-complete{background-color:#00d56b}.task-incomplete{background-color:#d9d9d9}"]
94
95
  })
95
96
  ], TaskIconComponent);
96
97
 
@@ -120,23 +121,58 @@ __decorate([
120
121
  __decorate([
121
122
  Input()
122
123
  ], InputTextComponent.prototype, "icon", void 0);
124
+ __decorate([
125
+ Input()
126
+ ], InputTextComponent.prototype, "label", void 0);
127
+ __decorate([
128
+ Input()
129
+ ], InputTextComponent.prototype, "isInverse", void 0);
123
130
  __decorate([
124
131
  Output()
125
132
  ], InputTextComponent.prototype, "textChange", void 0);
126
133
  InputTextComponent = __decorate([
127
134
  Component({
128
- selector: 'symphony-input',
129
- template: "<div class=\"search-wrap\">\n <label for=\"keyword-search\" class=\"visuallyhidden\">Search: </label>\n <input\n type=\"text\"\n name=\"keyword-search\"\n class=\"keyword-search\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <i *ngIf=\"icon\" class=\"{{ icon }}\"></i>\n</div>\n",
130
- styles: [".visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.search-wrap{position:relative}.search-wrap .keyword-search{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:300px}.search-wrap .keyword-search::-moz-placeholder{color:#bababa}.search-wrap .keyword-search:-ms-input-placeholder{color:#bababa}.search-wrap .keyword-search::placeholder{color:#bababa}.search-wrap .keyword-search:focus{border-color:#464646}.search-wrap .keyword-search:focus-visible{outline:none}.search-wrap .fa-solid{font-size:20px;position:relative;right:30px;top:3px}"]
135
+ selector: 'symphony-input-text',
136
+ template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" class=\"input-text-label\">{{ label }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n",
137
+ styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::-moz-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text:-ms-input-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;line-height:25px;margin-bottom:.9375rem}.input-text-wrap .input-text{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:100%}.input-text-wrap .input-text::-moz-placeholder{color:#000}.input-text-wrap .input-text:-ms-input-placeholder{color:#000}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{bottom:8px;font-size:14px;position:absolute;right:15px}"]
131
138
  })
132
139
  ], InputTextComponent);
133
140
 
141
+ let IconComponent = class IconComponent {
142
+ constructor() { }
143
+ ngOnInit() { }
144
+ };
145
+ __decorate([
146
+ Input()
147
+ ], IconComponent.prototype, "icon", void 0);
148
+ __decorate([
149
+ Input()
150
+ ], IconComponent.prototype, "isSecondary", void 0);
151
+ IconComponent = __decorate([
152
+ Component({
153
+ selector: 'symphony-icon',
154
+ template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
155
+ styles: [".icon-secondary{color:#fff}i{height:18px;width:18px}"]
156
+ })
157
+ ], IconComponent);
158
+
159
+ let IconModule = class IconModule {
160
+ };
161
+ IconModule = __decorate([
162
+ NgModule({
163
+ declarations: [IconComponent],
164
+ imports: [CommonModule],
165
+ exports: [IconComponent],
166
+ })
167
+ ], IconModule);
168
+
134
169
  let InputTextModule = class InputTextModule {
135
170
  };
136
171
  InputTextModule = __decorate([
137
172
  NgModule({
138
173
  declarations: [InputTextComponent],
139
- imports: [CommonModule],
174
+ imports: [CommonModule, IconModule],
175
+ exports: [InputTextComponent],
140
176
  })
141
177
  ], InputTextModule);
142
178
 
@@ -335,34 +371,6 @@ H5Module = __decorate([
335
371
  })
336
372
  ], H5Module);
337
373
 
338
- let IconComponent = class IconComponent {
339
- constructor() { }
340
- ngOnInit() { }
341
- };
342
- __decorate([
343
- Input()
344
- ], IconComponent.prototype, "icon", void 0);
345
- __decorate([
346
- Input()
347
- ], IconComponent.prototype, "isSecondary", void 0);
348
- IconComponent = __decorate([
349
- Component({
350
- selector: 'symphony-icon',
351
- template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
352
- styles: [".icon-secondary{color:#fff}i{height:18px;width:18px}"]
353
- })
354
- ], IconComponent);
355
-
356
- let IconModule = class IconModule {
357
- };
358
- IconModule = __decorate([
359
- NgModule({
360
- declarations: [IconComponent],
361
- imports: [CommonModule],
362
- exports: [IconComponent],
363
- })
364
- ], IconModule);
365
-
366
374
  let AvatarComponent = class AvatarComponent {
367
375
  constructor(sp) {
368
376
  this.sp = sp;
@@ -472,31 +480,6 @@ AvatarModule = __decorate([
472
480
  })
473
481
  ], AvatarModule);
474
482
 
475
- let DescriptionComponent = class DescriptionComponent {
476
- constructor() { }
477
- ngOnInit() { }
478
- };
479
- __decorate([
480
- Input()
481
- ], DescriptionComponent.prototype, "description", void 0);
482
- DescriptionComponent = __decorate([
483
- Component({
484
- selector: 'symphony-description',
485
- template: "<p>{{description}}</p>\n",
486
- styles: ["p{font-size:14px;line-height:29px;margin-bottom:0}"]
487
- })
488
- ], DescriptionComponent);
489
-
490
- let DescriptionModule = class DescriptionModule {
491
- };
492
- DescriptionModule = __decorate([
493
- NgModule({
494
- declarations: [DescriptionComponent],
495
- imports: [CommonModule],
496
- exports: [DescriptionComponent]
497
- })
498
- ], DescriptionModule);
499
-
500
483
  let DropdownComponent = class DropdownComponent {
501
484
  constructor() { }
502
485
  ngOnInit() {
@@ -521,31 +504,6 @@ DropdownModule = __decorate([
521
504
  })
522
505
  ], DropdownModule);
523
506
 
524
- let ListTitleComponent = class ListTitleComponent {
525
- constructor() { }
526
- ngOnInit() { }
527
- };
528
- __decorate([
529
- Input()
530
- ], ListTitleComponent.prototype, "listTitle", void 0);
531
- ListTitleComponent = __decorate([
532
- Component({
533
- selector: 'symphony-list-title',
534
- template: "<h3>{{listTitle}}</h3>\n",
535
- styles: ["h3{font-weight:700;letter-spacing:-1px;line-height:29px;margin-bottom:0;margin-top:0}"]
536
- })
537
- ], ListTitleComponent);
538
-
539
- let ListTitleModule = class ListTitleModule {
540
- };
541
- ListTitleModule = __decorate([
542
- NgModule({
543
- declarations: [ListTitleComponent],
544
- imports: [CommonModule],
545
- exports: [ListTitleComponent]
546
- })
547
- ], ListTitleModule);
548
-
549
507
  let MoreDropdownComponent = class MoreDropdownComponent {
550
508
  constructor() { }
551
509
  ngOnInit() {
@@ -558,8 +516,8 @@ __decorate([
558
516
  MoreDropdownComponent = __decorate([
559
517
  Component({
560
518
  selector: 'symphony-more-dropdown',
561
- template: "<div style=\"margin-left: 300px;\" class=\"btn-group\" dropdown>\n <button id=\"button-basic\" dropdownToggle type=\"button\" class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\">\n <i class=\"glyphicon glyphicon-option-vertical\"></i>\n </button>\n <ul id=\"dropdown-basic\" *dropdownMenu class=\"dropdown-menu\"\n role=\"menu\" aria-labelledby=\"button-basic\">\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{moreActions.dropItemName}}</a>\n </li>\n </ul>\n </div>",
562
- styles: [".btn-group button.dropdown-toggle.btn{background:#fff;border-radius:50%;box-shadow:none;color:#000;font-size:24px;height:40px;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
519
+ template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{ moreActions.dropItemName }}</a>\n </li>\n </ul>\n</div>\n",
520
+ styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:24px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
563
521
  })
564
522
  ], MoreDropdownComponent);
565
523
 
@@ -585,70 +543,6 @@ PillModule = __decorate([
585
543
  })
586
544
  ], PillModule);
587
545
 
588
- let TimeStampComponent = class TimeStampComponent {
589
- constructor() { }
590
- ngOnInit() { }
591
- };
592
- __decorate([
593
- Input()
594
- ], TimeStampComponent.prototype, "timeStamp", void 0);
595
- TimeStampComponent = __decorate([
596
- Component({
597
- selector: 'symphony-time-stamp',
598
- template: "<p>{{timeStamp}}</p>\n",
599
- styles: ["p{font-size:14px;letter-spacing:-1px;line-height:29px;margin-bottom:0}"]
600
- })
601
- ], TimeStampComponent);
602
-
603
- let TimeStampModule = class TimeStampModule {
604
- };
605
- TimeStampModule = __decorate([
606
- NgModule({
607
- declarations: [TimeStampComponent],
608
- imports: [CommonModule],
609
- exports: [TimeStampComponent]
610
- })
611
- ], TimeStampModule);
612
-
613
- let ButtonRoundComponent = class ButtonRoundComponent {
614
- constructor() {
615
- this.clicked = new EventEmitter();
616
- }
617
- ngOnInit() { }
618
- onClick() {
619
- this.clicked.emit('Clicked');
620
- }
621
- };
622
- __decorate([
623
- Input()
624
- ], ButtonRoundComponent.prototype, "icon", void 0);
625
- __decorate([
626
- Input()
627
- ], ButtonRoundComponent.prototype, "disabled", void 0);
628
- __decorate([
629
- Input()
630
- ], ButtonRoundComponent.prototype, "isSecondary", void 0);
631
- __decorate([
632
- Output()
633
- ], ButtonRoundComponent.prototype, "clicked", void 0);
634
- ButtonRoundComponent = __decorate([
635
- Component({
636
- selector: 'symphony-button-round',
637
- template: "<button\n class=\"btn\"\n [ngClass]=\"{\n 'btn-secondary': isSecondary,\n 'btn-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n [disabled]=\"disabled\"\n>\n <i class=\"fas\" [ngClass]=\"icon\"></i>\n</button>\n",
638
- styles: ["button{border-radius:50%;height:40px;outline:none;width:40px}button i{font-size:10px}button:focus{outline:none}button:disabled{cursor:not-allowed;opacity:.3}button:disabled:hover{background-color:#fff;border:1px solid #000;color:#000}.btn-primary{background:#fff;border:1px solid #000;color:#000}.btn-primary:hover,.btn-secondary{background:#000;color:#fff}.btn-secondary{border:1px solid #fff}.btn-secondary:hover{background:#fff;color:#000}.bg-black{background-color:#000;padding:10px}"]
639
- })
640
- ], ButtonRoundComponent);
641
-
642
- let ButtonRoundModule = class ButtonRoundModule {
643
- };
644
- ButtonRoundModule = __decorate([
645
- NgModule({
646
- declarations: [ButtonRoundComponent],
647
- imports: [CommonModule],
648
- exports: [ButtonRoundComponent],
649
- })
650
- ], ButtonRoundModule);
651
-
652
546
  var Icons;
653
547
  (function (Icons) {
654
548
  Icons["MOREOPTIONS"] = "si-more-options";
@@ -737,7 +631,7 @@ IconWrapperComponent = __decorate([
737
631
  Component({
738
632
  selector: 'symphony-icon-wrapper',
739
633
  template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
740
- styles: [".icon-wrapper{border:1px solid #000;border-radius:50%;height:40px;padding-top:11px;width:40px}.icon-wrapper.is-inverse,.icon-wrapper:hover{background:#000;color:#fff}.icon-wrapper.is-inverse:hover{background:#fff;color:#000}"]
634
+ styles: [".icon-wrapper{border:1px solid #000;border-radius:50%;cursor:pointer;height:40px;padding-top:11px;text-align:center;width:40px}.icon-wrapper.is-inverse,.icon-wrapper:hover{background:#000;color:#fff}.icon-wrapper.is-inverse:hover{background:#fff;color:#000}"]
741
635
  })
742
636
  ], IconWrapperComponent);
743
637
 
@@ -751,6 +645,146 @@ IconWrapperModule = __decorate([
751
645
  })
752
646
  ], IconWrapperModule);
753
647
 
648
+ let TwoColumnFilterAreaComponent = class TwoColumnFilterAreaComponent {
649
+ constructor() { }
650
+ ngOnInit() { }
651
+ };
652
+ __decorate([
653
+ Input()
654
+ ], TwoColumnFilterAreaComponent.prototype, "height", void 0);
655
+ TwoColumnFilterAreaComponent = __decorate([
656
+ Component({
657
+ selector: 'symphony-two-column-filter-area',
658
+ template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n",
659
+ styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
660
+ })
661
+ ], TwoColumnFilterAreaComponent);
662
+
663
+ let TwoColumnFilterAreaModule = class TwoColumnFilterAreaModule {
664
+ };
665
+ TwoColumnFilterAreaModule = __decorate([
666
+ NgModule({
667
+ declarations: [TwoColumnFilterAreaComponent],
668
+ imports: [CommonModule],
669
+ exports: [TwoColumnFilterAreaComponent],
670
+ })
671
+ ], TwoColumnFilterAreaModule);
672
+
673
+ let SfxInlineErrorComponent = class SfxInlineErrorComponent {
674
+ constructor() { }
675
+ };
676
+ __decorate([
677
+ Input()
678
+ ], SfxInlineErrorComponent.prototype, "errorMessage", void 0);
679
+ SfxInlineErrorComponent = __decorate([
680
+ Component({
681
+ selector: 'lib-sfx-inline-error',
682
+ template: "<p>{{ errorMessage }}</p>\n",
683
+ styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
684
+ })
685
+ ], SfxInlineErrorComponent);
686
+
687
+ let SfxInlineErrorModule = class SfxInlineErrorModule {
688
+ };
689
+ SfxInlineErrorModule = __decorate([
690
+ NgModule({
691
+ declarations: [SfxInlineErrorComponent],
692
+ imports: [CommonModule],
693
+ exports: [SfxInlineErrorComponent],
694
+ })
695
+ ], SfxInlineErrorModule);
696
+
697
+ let InputRadioComponent = class InputRadioComponent {
698
+ constructor() {
699
+ this.clicked = new EventEmitter();
700
+ }
701
+ ngOnInit() { }
702
+ onClick() {
703
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
704
+ this.clicked.emit({
705
+ label: this.label,
706
+ isActive: this.isActive,
707
+ });
708
+ }
709
+ };
710
+ __decorate([
711
+ Input()
712
+ ], InputRadioComponent.prototype, "isActive", void 0);
713
+ __decorate([
714
+ Input()
715
+ ], InputRadioComponent.prototype, "label", void 0);
716
+ __decorate([
717
+ Input()
718
+ ], InputRadioComponent.prototype, "isRequired", void 0);
719
+ __decorate([
720
+ Output()
721
+ ], InputRadioComponent.prototype, "clicked", void 0);
722
+ InputRadioComponent = __decorate([
723
+ Component({
724
+ selector: 'symphony-input-radio',
725
+ template: "<div class=\"sfx-radio\" (click)=\"onClick()\">\n <input\n type=\"radio\"\n class=\"sfx-radio-input sfx-position-absolute\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label for=\"{{ label }}\" class=\"Font400\"\n >{{ label }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n",
726
+ styles: [".requiredField{color:red!important}.sfx-radio{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;margin:10px 0;user-select:none}.sfx-radio .sfx-radio-input{cursor:inherit;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.sfx-radio .sfx-radio-input~label{color:#000;cursor:pointer;display:inline-block;font-family:neuzeit_groteskbold;font-size:14px;height:100%;line-height:20px;position:relative}.sfx-radio .sfx-radio-input+:before{border:.1rem solid #000;border-radius:50%;content:\"\";display:inline-block;height:1rem;margin-bottom:.2rem;margin-right:.5rem;vertical-align:bottom;width:1rem}.sfx-radio .sfx-radio-input:checked+:before{background:radial-gradient(#000 0,#000 40%,transparent 50%,transparent)}.sfx-radio .sfx-radio-input:checked+*{color:#000}"]
727
+ })
728
+ ], InputRadioComponent);
729
+
730
+ let InputRadioModule = class InputRadioModule {
731
+ };
732
+ InputRadioModule = __decorate([
733
+ NgModule({
734
+ declarations: [InputRadioComponent],
735
+ imports: [
736
+ CommonModule,
737
+ FormsModule,
738
+ ReactiveFormsModule,
739
+ SfxInlineErrorModule,
740
+ ],
741
+ exports: [InputRadioComponent],
742
+ })
743
+ ], InputRadioModule);
744
+
745
+ let InputCheckboxComponent = class InputCheckboxComponent {
746
+ constructor() {
747
+ this.clicked = new EventEmitter();
748
+ }
749
+ ngOnInit() { }
750
+ onClick() {
751
+ this.isActive ? (this.isActive = false) : (this.isActive = true);
752
+ this.clicked.emit({
753
+ label: this.label,
754
+ isActive: this.isActive,
755
+ });
756
+ }
757
+ };
758
+ __decorate([
759
+ Input()
760
+ ], InputCheckboxComponent.prototype, "isActive", void 0);
761
+ __decorate([
762
+ Input()
763
+ ], InputCheckboxComponent.prototype, "label", void 0);
764
+ __decorate([
765
+ Input()
766
+ ], InputCheckboxComponent.prototype, "isRequired", void 0);
767
+ __decorate([
768
+ Output()
769
+ ], InputCheckboxComponent.prototype, "clicked", void 0);
770
+ InputCheckboxComponent = __decorate([
771
+ Component({
772
+ selector: 'symphony-input-checkbox',
773
+ template: "<div class=\"sfx-checkbox\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\n [checked]=\"isActive\"\n name=\"{{ label }}\"\n />\n <label (click)=\"onClick()\" for=\"{{ label }}\" class=\"Font400\"\n >{{ label\n }}<span class=\"requiredField\" *ngIf=\"isRequired\">*</span></label\n >\n</div>\n",
774
+ styles: [".sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:transparent}.requiredField{color:red!important}.sfx-checkbox{-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;margin:10px 0;user-select:none}.sfx-checkbox .sfx-checkbox-input:checked,.sfx-checkbox .sfx-checkbox-input:not(:checked){height:0;left:0;margin:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:0;z-index:-1}.sfx-checkbox .sfx-checkbox-input~label{color:#000;cursor:pointer;display:inline-block;font-family:neuzeit_groteskbold,sans-serif;font-size:14px;height:100%;line-height:20px;margin:0;padding-left:36px;position:relative;word-break:break-word}.sfx-checkbox .sfx-checkbox-input~label.sfx-font-reg{font-family:neuzeit_groteskregular,sans-serif}.sfx-checkbox .sfx-checkbox-input~label:before{border-radius:2px;content:\"\";left:0;position:absolute;transform:translateZ(0);transition:all .2s ease-in}.sfx-checkbox .sfx-checkbox-input~label:after{border-radius:2px;content:\"\";left:0;position:absolute;top:0}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:before{border:none;height:15px;left:0;top:1px;transform:rotate(37deg) scale(.1);transform-origin:100% 100%;width:9px}.sfx-checkbox .sfx-checkbox-input:not(:checked)~label:after{border:2px solid #000;border-radius:4px;height:20px;width:20px;z-index:0}.sfx-checkbox .sfx-checkbox-input:checked~label:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-color:transparent #000 #000 transparent;border-radius:0;border-style:solid;border-width:0 2px 2px 0;height:12px;left:3px;top:3px;transform:rotate(37deg) scale(1);transform-origin:100% 100%;width:6px;z-index:1}.sfx-checkbox .sfx-checkbox-input:checked~label:after{background-color:#fff;border:2px solid #000;border-radius:4px;height:20px;width:20px}.sfx-checkbox .sfx-checkbox-input:disabled~label{opacity:.3;pointer-events:none}"]
775
+ })
776
+ ], InputCheckboxComponent);
777
+
778
+ let InputCheckboxModule = class InputCheckboxModule {
779
+ };
780
+ InputCheckboxModule = __decorate([
781
+ NgModule({
782
+ declarations: [InputCheckboxComponent],
783
+ imports: [CommonModule],
784
+ exports: [InputCheckboxComponent],
785
+ })
786
+ ], InputCheckboxModule);
787
+
754
788
  let AtomsModule = class AtomsModule {
755
789
  };
756
790
  AtomsModule = __decorate([
@@ -761,9 +795,6 @@ AtomsModule = __decorate([
761
795
  ButtonModule,
762
796
  DropdownModule,
763
797
  MoreDropdownModule,
764
- DescriptionModule,
765
- ListTitleModule,
766
- TimeStampModule,
767
798
  AvatarModule,
768
799
  PillModule,
769
800
  TaskIconModule,
@@ -774,9 +805,12 @@ AtomsModule = __decorate([
774
805
  H4Module,
775
806
  ParagraphModule,
776
807
  H5Module,
777
- ButtonRoundModule,
778
808
  IconModule,
779
809
  IconWrapperModule,
810
+ TwoColumnFilterAreaModule,
811
+ InputRadioModule,
812
+ InputCheckboxModule,
813
+ InputTextModule,
780
814
  ],
781
815
  })
782
816
  ], AtomsModule);
@@ -843,8 +877,8 @@ __decorate([
843
877
  TaskComponent = __decorate([
844
878
  Component({
845
879
  selector: 'symphony-task',
846
- template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-list-title [listTitle]=\"taskModel.title\"></symphony-list-title>\n <div class=\"time-and-assigned\">\n <symphony-time-stamp\n [timeStamp]=\"taskModel.dueDate\"\n ></symphony-time-stamp>\n <symphony-description\n [description]=\"taskModel.assignee\"\n ></symphony-description>\n </div>\n </div>\n <symphony-more-dropdown\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-more-dropdown>\n</div>\n",
847
- styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:30px 0}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{height:50px;width:80%}.sfx-task symphony-description,.sfx-task symphony-time-stamp{display:inline-block}.sfx-task symphony-time-stamp{margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
880
+ template: "<div class=\"sfx-task\">\n <symphony-task-icon\n class=\"task-icon\"\n [isComplete]=\"taskModel.isComplete\"\n ></symphony-task-icon>\n <div class=\"task-content\">\n <symphony-h3 [text]=\"taskModel.title\"></symphony-h3>\n <div class=\"time-and-assigned\">\n <symphony-paragraph\n [text]=\"taskModel.dueDate\"\n ></symphony-paragraph>\n <symphony-paragraph\n [text]=\"taskModel.assignee\"\n ></symphony-paragraph>\n </div>\n </div>\n <symphony-more-dropdown\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-more-dropdown>\n</div>\n",
881
+ styles: ["*{font-family:neuzeit-grotesk,sans-serif!important}.sfx-task{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;padding:30px 0}.sfx-task symphony-task{font-size:14px;letter-spacing:-1px}.sfx-task symphony-task-icon{margin-right:20px}.sfx-task .task-content{height:50px;width:80%}.sfx-task symphony-more-dropdown{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
848
882
  })
849
883
  ], TaskComponent);
850
884
 
@@ -856,10 +890,9 @@ TaskModule = __decorate([
856
890
  imports: [
857
891
  CommonModule,
858
892
  TaskIconModule,
859
- ListTitleModule,
860
- TimeStampModule,
861
- DescriptionModule,
862
893
  MoreDropdownModule,
894
+ H3Module,
895
+ ParagraphModule
863
896
  ],
864
897
  exports: [TaskComponent],
865
898
  })
@@ -886,7 +919,7 @@ __decorate([
886
919
  ColorSwatchComponent = __decorate([
887
920
  Component({
888
921
  selector: 'symphony-ui-color-explorer',
889
- template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-list-title\n [listTitle]=\"colorSwatchModel.colorName\"\n ></symphony-list-title>\n <symphony-description [description]=\"description\"></symphony-description>\n</div>\n",
922
+ template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-h3\n [text]=\"colorSwatchModel.colorName\"\n ></symphony-h3>\n <symphony-paragraph [text]=\"description\"></symphony-paragraph>\n</div>\n",
890
923
  styles: [""]
891
924
  })
892
925
  ], ColorSwatchComponent);
@@ -899,8 +932,8 @@ ColorSwatchModule = __decorate([
899
932
  imports: [
900
933
  CommonModule,
901
934
  ColorSampleModule,
902
- ListTitleModule,
903
- DescriptionModule,
935
+ H3Module,
936
+ ParagraphModule
904
937
  ],
905
938
  exports: [ColorSwatchComponent],
906
939
  })
@@ -946,31 +979,25 @@ IconSwatchModule = __decorate([
946
979
  ], IconSwatchModule);
947
980
 
948
981
  let NoteComponent = class NoteComponent {
949
- constructor() { }
982
+ constructor() {
983
+ this.noteModel = {
984
+ firstName: '',
985
+ lastName: '',
986
+ listTitle: '',
987
+ timeStamp: '',
988
+ description: '',
989
+ moreActions: [],
990
+ };
991
+ }
950
992
  ngOnInit() { }
951
993
  };
952
994
  __decorate([
953
995
  Input()
954
- ], NoteComponent.prototype, "firstName", void 0);
955
- __decorate([
956
- Input()
957
- ], NoteComponent.prototype, "lastName", void 0);
958
- __decorate([
959
- Input()
960
- ], NoteComponent.prototype, "listTitle", void 0);
961
- __decorate([
962
- Input()
963
- ], NoteComponent.prototype, "timeStamp", void 0);
964
- __decorate([
965
- Input()
966
- ], NoteComponent.prototype, "description", void 0);
967
- __decorate([
968
- Input()
969
- ], NoteComponent.prototype, "moreActions", void 0);
996
+ ], NoteComponent.prototype, "noteModel", void 0);
970
997
  NoteComponent = __decorate([
971
998
  Component({
972
999
  selector: 'symphony-note',
973
- template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= firstName [lastName]= lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-list-title [listTitle]= listTitle></symphony-list-title>\n <symphony-time-stamp [timeStamp]= timeStamp></symphony-time-stamp>\n <symphony-description [description]= description></symphony-description>\n </div>\n <symphony-more-dropdown class=\"list-more-option\" [moreActions]= moreActions></symphony-more-dropdown>\n</div>\n",
1000
+ template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= noteModel.firstName [lastName]= noteModel.lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]= noteModel.listTitle></symphony-h3>\n <symphony-paragraph [text]= noteModel.timeStamp></symphony-paragraph>\n <symphony-paragraph [text]= noteModel.description></symphony-paragraph>\n </div>\n <symphony-more-dropdown class=\"list-more-option\" [moreActions]= noteModel.moreActions></symphony-more-dropdown>\n</div>\n",
974
1001
  styles: [".sfx-note{padding:20px 75px;position:relative}.sfx-note .list-avatar{left:0;position:absolute;top:20px}.sfx-note .list-more-option{position:absolute;right:0;top:20px}"]
975
1002
  })
976
1003
  ], NoteComponent);
@@ -980,11 +1007,44 @@ let NoteModule = class NoteModule {
980
1007
  NoteModule = __decorate([
981
1008
  NgModule({
982
1009
  declarations: [NoteComponent],
983
- imports: [CommonModule, AvatarModule, ListTitleModule, TimeStampModule, DescriptionModule, MoreDropdownModule],
1010
+ imports: [
1011
+ CommonModule,
1012
+ AvatarModule,
1013
+ MoreDropdownModule,
1014
+ H3Module,
1015
+ ParagraphModule
1016
+ ],
984
1017
  exports: [NoteComponent]
985
1018
  })
986
1019
  ], NoteModule);
987
1020
 
1021
+ let BreadcrumbComponent = class BreadcrumbComponent {
1022
+ constructor() { }
1023
+ ngOnInit() {
1024
+ this.icon = Icons.ARROWNEXT;
1025
+ }
1026
+ };
1027
+ __decorate([
1028
+ Input()
1029
+ ], BreadcrumbComponent.prototype, "breadcrumbs", void 0);
1030
+ BreadcrumbComponent = __decorate([
1031
+ Component({
1032
+ selector: 'symphony-breadcrumb',
1033
+ template: "<div class=\"sfx-breadcrumb-wrapper\">\n <span\n class=\"breadcrumb-item\"\n *ngFor=\"let breadcrumb of breadcrumbs; let last = last\"\n >\n <symphony-h3 *ngIf=\"!last\"\n ><a\n class=\"sfx-cursor-pointer sfx-font30 sfx-txt-black\"\n href=\"{{ breadcrumb.link }}\"\n >{{ breadcrumb.label }}</a\n ></symphony-h3\n >\n <symphony-h3 *ngIf=\"last\">{{ breadcrumb.label }} </symphony-h3>\n\n <symphony-icon [icon]=\"icon\" *ngIf=\"!last\"></symphony-icon>\n </span>\n</div>\n",
1034
+ styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
1035
+ })
1036
+ ], BreadcrumbComponent);
1037
+
1038
+ let BreadcrumbModule = class BreadcrumbModule {
1039
+ };
1040
+ BreadcrumbModule = __decorate([
1041
+ NgModule({
1042
+ declarations: [BreadcrumbComponent],
1043
+ imports: [CommonModule, H3Module, IconModule],
1044
+ exports: [BreadcrumbComponent],
1045
+ })
1046
+ ], BreadcrumbModule);
1047
+
988
1048
  let MoleculesModule = class MoleculesModule {
989
1049
  };
990
1050
  MoleculesModule = __decorate([
@@ -993,14 +1053,12 @@ MoleculesModule = __decorate([
993
1053
  imports: [
994
1054
  CommonModule,
995
1055
  AvatarModule,
996
- ListTitleModule,
997
- TimeStampModule,
998
- DescriptionModule,
999
1056
  MoreDropdownModule,
1000
1057
  PillsModule,
1001
1058
  TaskModule,
1002
1059
  ColorSwatchModule,
1003
1060
  IconSwatchModule,
1061
+ BreadcrumbModule,
1004
1062
  ],
1005
1063
  exports: [
1006
1064
  NoteModule,
@@ -1008,6 +1066,7 @@ MoleculesModule = __decorate([
1008
1066
  TaskModule,
1009
1067
  ColorSwatchModule,
1010
1068
  IconSwatchModule,
1069
+ BreadcrumbModule,
1011
1070
  ],
1012
1071
  })
1013
1072
  ], MoleculesModule);
@@ -1625,5 +1684,5 @@ IconExplorerModule = __decorate([
1625
1684
  * Generated bundle index. Do not edit.
1626
1685
  */
1627
1686
 
1628
- export { AtomsModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchCollectionComponent, ColorSwatchCollectionModule, ColorSwatchComponent, ColorSwatchModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconExplorerComponent, IconExplorerModule, IconModule, IconSwatchComponent, IconSwatchModule, InputTextComponent, InputTextModule, MoleculesModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, DropdownModule as ɵa, DropdownComponent as ɵb, MoreDropdownModule as ɵc, MoreDropdownComponent as ɵd, DescriptionModule as ɵe, DescriptionComponent as ɵf, ListTitleModule as ɵg, ListTitleComponent as ɵh, TimeStampModule as ɵi, TimeStampComponent as ɵj, AvatarModule as ɵk, AvatarComponent as ɵl, PillModule as ɵm, ButtonRoundModule as ɵn, ButtonRoundComponent as ɵo, IconWrapperModule as ɵp, IconWrapperComponent as ɵq, NoteModule as ɵr, NoteComponent as ɵs };
1687
+ export { AtomsModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchCollectionComponent, ColorSwatchCollectionModule, ColorSwatchComponent, ColorSwatchModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconExplorerComponent, IconExplorerModule, IconModule, IconSwatchComponent, IconSwatchModule, InputTextComponent, InputTextModule, MoleculesModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, DropdownModule as ɵa, DropdownComponent as ɵb, MoreDropdownModule as ɵc, MoreDropdownComponent as ɵd, AvatarModule as ɵe, AvatarComponent as ɵf, PillModule as ɵg, IconWrapperModule as ɵh, IconWrapperComponent as ɵi, TwoColumnFilterAreaModule as ɵj, TwoColumnFilterAreaComponent as ɵk, InputRadioModule as ɵl, InputRadioComponent as ɵm, SfxInlineErrorModule as ɵn, SfxInlineErrorComponent as ɵo, InputCheckboxModule as ɵp, InputCheckboxComponent as ɵq, BreadcrumbModule as ɵr, BreadcrumbComponent as ɵs, NoteModule as ɵt, NoteComponent as ɵu };
1629
1688
  //# sourceMappingURL=symphony-talent-component-library.js.map