@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.
- package/bundles/symphony-talent-component-library-projects-component-library.umd.js +299 -238
- package/bundles/symphony-talent-component-library-projects-component-library.umd.js.map +1 -1
- package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js +2 -2
- package/bundles/symphony-talent-component-library-projects-component-library.umd.min.js.map +1 -1
- package/bundles/symphony-talent-component-library.umd.js +299 -238
- package/bundles/symphony-talent-component-library.umd.js.map +1 -1
- package/bundles/symphony-talent-component-library.umd.min.js +2 -2
- package/bundles/symphony-talent-component-library.umd.min.js.map +1 -1
- package/esm2015/lib/atoms/atoms.module.js +9 -9
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +1 -1
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
- package/esm2015/lib/atoms/input-radio/input-radio.component.js +36 -0
- package/esm2015/lib/atoms/input-radio/input-radio.module.js +22 -0
- package/esm2015/lib/atoms/input-text/input-text.component.js +10 -4
- package/esm2015/lib/atoms/input-text/input-text.module.js +4 -2
- package/esm2015/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
- package/esm2015/lib/atoms/pill/pill.component.js +2 -2
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
- package/esm2015/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
- package/esm2015/lib/atoms/task-icon/task-icon.component.js +3 -3
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
- package/esm2015/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
- package/esm2015/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
- package/esm2015/lib/molecules/color-swatch/color-swatch.component.js +2 -2
- package/esm2015/lib/molecules/color-swatch/color-swatch.module.js +5 -5
- package/esm2015/lib/molecules/molecules.module.js +4 -7
- package/esm2015/lib/molecules/note/note.component.js +13 -19
- package/esm2015/lib/molecules/note/note.model.js +1 -0
- package/esm2015/lib/molecules/note/note.module.js +10 -5
- package/esm2015/lib/molecules/task/task.component.js +3 -3
- package/esm2015/lib/molecules/task/task.module.js +5 -7
- package/esm2015/lib/organisms/task-list/task-list.component.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/atoms.module.js +9 -9
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +36 -0
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.component.js +36 -0
- package/esm2015/projects/component-library/lib/atoms/input-radio/input-radio.module.js +22 -0
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.component.js +10 -4
- package/esm2015/projects/component-library/lib/atoms/input-text/input-text.module.js +4 -2
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.js +17 -0
- package/esm2015/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/task-icon/task-icon.component.js +3 -3
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.js +18 -0
- package/esm2015/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.js +15 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.js +21 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.js +17 -0
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.component.js +2 -2
- package/esm2015/projects/component-library/lib/molecules/color-swatch/color-swatch.module.js +5 -5
- package/esm2015/projects/component-library/lib/molecules/molecules.module.js +4 -7
- package/esm2015/projects/component-library/lib/molecules/note/note.component.js +13 -19
- package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -0
- package/esm2015/projects/component-library/lib/molecules/note/note.module.js +10 -5
- package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
- package/esm2015/projects/component-library/lib/molecules/task/task.module.js +5 -7
- package/esm2015/projects/component-library/lib/organisms/task-list/task-list.component.js +1 -1
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +18 -16
- package/esm2015/symphony-talent-component-library.js +18 -16
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +246 -187
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
- package/fesm2015/symphony-talent-component-library.js +246 -187
- package/fesm2015/symphony-talent-component-library.js.map +1 -1
- package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
- package/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
- package/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
- package/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
- package/lib/atoms/input-text/input-text.component.d.ts +4 -1
- package/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
- package/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
- package/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
- package/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
- package/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
- package/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
- package/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
- package/lib/molecules/note/note.component.d.ts +2 -6
- package/lib/molecules/note/note.model.d.ts +9 -0
- package/package.json +1 -1
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.component.d.ts +10 -0
- package/projects/component-library/lib/atoms/input-radio/input-radio.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +4 -1
- package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.component.d.ts +4 -0
- package/projects/component-library/lib/atoms/sfx-inline-error/sfx-inline-error.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.d.ts +6 -0
- package/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.module.d.ts +2 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.d.ts +8 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.model.d.ts +5 -0
- package/projects/component-library/lib/molecules/breadcrumb/breadcrumb.module.d.ts +2 -0
- package/projects/component-library/lib/molecules/note/note.component.d.ts +2 -6
- package/projects/component-library/lib/molecules/note/note.model.d.ts +9 -0
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +17 -15
- package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
- package/symphony-talent-component-library.d.ts +17 -15
- package/symphony-talent-component-library.metadata.json +1 -1
- package/esm2015/lib/atoms/button-round/button-round.component.js +0 -32
- package/esm2015/lib/atoms/button-round/button-round.enum.js +0 -7
- package/esm2015/lib/atoms/button-round/button-round.module.js +0 -15
- package/esm2015/lib/atoms/description/description.component.js +0 -18
- package/esm2015/lib/atoms/description/description.module.js +0 -15
- package/esm2015/lib/atoms/list-title/list-title.component.js +0 -18
- package/esm2015/lib/atoms/list-title/list-title.module.js +0 -15
- package/esm2015/lib/atoms/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.component.js +0 -32
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.enum.js +0 -7
- package/esm2015/projects/component-library/lib/atoms/button-round/button-round.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/description/description.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/description/description.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/list-title/list-title.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/list-title/list-title.module.js +0 -15
- package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.component.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/time-stamp/time-stamp.module.js +0 -15
- package/lib/atoms/button-round/button-round.component.d.ts +0 -11
- package/lib/atoms/button-round/button-round.enum.d.ts +0 -5
- package/lib/atoms/button-round/button-round.module.d.ts +0 -2
- package/lib/atoms/description/description.component.d.ts +0 -6
- package/lib/atoms/description/description.module.d.ts +0 -2
- package/lib/atoms/list-title/list-title.component.d.ts +0 -6
- package/lib/atoms/list-title/list-title.module.d.ts +0 -2
- package/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
- package/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/button-round/button-round.component.d.ts +0 -11
- package/projects/component-library/lib/atoms/button-round/button-round.enum.d.ts +0 -5
- package/projects/component-library/lib/atoms/button-round/button-round.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/description/description.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/description/description.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/list-title/list-title.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/list-title/list-title.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/time-stamp/time-stamp.component.d.ts +0 -6
- package/projects/component-library/lib/atoms/time-stamp/time-stamp.module.d.ts +0 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations'), require('ngx-bootstrap/tooltip')) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@symphony-talent/component-library/projects/component-library', ['exports', '@angular/core', '@angular/common', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["symphony-talent"] = global["symphony-talent"] || {}, global["symphony-talent"]["component-library"] = global["symphony-talent"]["component-library"] || {}, global["symphony-talent"]["component-library"].projects = global["symphony-talent"]["component-library"].projects || {}, global["symphony-talent"]["component-library"].projects["component-library"] = {}), global.ng.core, global.ng.common, global.dropdown, global.ng.platformBrowser.animations, global.tooltip));
|
|
5
|
-
})(this, (function (exports, core, common, dropdown, animations, tooltip) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations'), require('ngx-bootstrap/tooltip'), require('@angular/forms')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@symphony-talent/component-library/projects/component-library', ['exports', '@angular/core', '@angular/common', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip', '@angular/forms'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["symphony-talent"] = global["symphony-talent"] || {}, global["symphony-talent"]["component-library"] = global["symphony-talent"]["component-library"] || {}, global["symphony-talent"]["component-library"].projects = global["symphony-talent"]["component-library"].projects || {}, global["symphony-talent"]["component-library"].projects["component-library"] = {}), global.ng.core, global.ng.common, global.dropdown, global.ng.platformBrowser.animations, global.tooltip, global.ng.forms));
|
|
5
|
+
})(this, (function (exports, core, common, dropdown, animations, tooltip, forms) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
exports.PillComponent = __decorate([
|
|
370
370
|
core.Component({
|
|
371
371
|
selector: 'symphony-pill',
|
|
372
|
-
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=\"
|
|
372
|
+
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>",
|
|
373
373
|
encapsulation: core.ViewEncapsulation.None,
|
|
374
374
|
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}"]
|
|
375
375
|
})
|
|
@@ -387,8 +387,8 @@
|
|
|
387
387
|
exports.TaskIconComponent = __decorate([
|
|
388
388
|
core.Component({
|
|
389
389
|
selector: 'symphony-task-icon',
|
|
390
|
-
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 '
|
|
391
|
-
styles: [".task-circle{border-radius:50%;height:50px;width:50px}.task-circle .fa-solid{color:#fff;font-size:20px;left:
|
|
390
|
+
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",
|
|
391
|
+
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}"]
|
|
392
392
|
})
|
|
393
393
|
], exports.TaskIconComponent);
|
|
394
394
|
|
|
@@ -422,17 +422,56 @@
|
|
|
422
422
|
__decorate([
|
|
423
423
|
core.Input()
|
|
424
424
|
], exports.InputTextComponent.prototype, "icon", void 0);
|
|
425
|
+
__decorate([
|
|
426
|
+
core.Input()
|
|
427
|
+
], exports.InputTextComponent.prototype, "label", void 0);
|
|
428
|
+
__decorate([
|
|
429
|
+
core.Input()
|
|
430
|
+
], exports.InputTextComponent.prototype, "isInverse", void 0);
|
|
425
431
|
__decorate([
|
|
426
432
|
core.Output()
|
|
427
433
|
], exports.InputTextComponent.prototype, "textChange", void 0);
|
|
428
434
|
exports.InputTextComponent = __decorate([
|
|
429
435
|
core.Component({
|
|
430
|
-
selector: 'symphony-input',
|
|
431
|
-
template: "<div
|
|
432
|
-
styles: [".
|
|
436
|
+
selector: 'symphony-input-text',
|
|
437
|
+
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",
|
|
438
|
+
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}"]
|
|
433
439
|
})
|
|
434
440
|
], exports.InputTextComponent);
|
|
435
441
|
|
|
442
|
+
exports.IconComponent = /** @class */ (function () {
|
|
443
|
+
function IconComponent() {
|
|
444
|
+
}
|
|
445
|
+
IconComponent.prototype.ngOnInit = function () { };
|
|
446
|
+
return IconComponent;
|
|
447
|
+
}());
|
|
448
|
+
__decorate([
|
|
449
|
+
core.Input()
|
|
450
|
+
], exports.IconComponent.prototype, "icon", void 0);
|
|
451
|
+
__decorate([
|
|
452
|
+
core.Input()
|
|
453
|
+
], exports.IconComponent.prototype, "isSecondary", void 0);
|
|
454
|
+
exports.IconComponent = __decorate([
|
|
455
|
+
core.Component({
|
|
456
|
+
selector: 'symphony-icon',
|
|
457
|
+
template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
|
|
458
|
+
styles: [".icon-secondary{color:#fff}i{height:18px;width:18px}"]
|
|
459
|
+
})
|
|
460
|
+
], exports.IconComponent);
|
|
461
|
+
|
|
462
|
+
exports.IconModule = /** @class */ (function () {
|
|
463
|
+
function IconModule() {
|
|
464
|
+
}
|
|
465
|
+
return IconModule;
|
|
466
|
+
}());
|
|
467
|
+
exports.IconModule = __decorate([
|
|
468
|
+
core.NgModule({
|
|
469
|
+
declarations: [exports.IconComponent],
|
|
470
|
+
imports: [common.CommonModule],
|
|
471
|
+
exports: [exports.IconComponent],
|
|
472
|
+
})
|
|
473
|
+
], exports.IconModule);
|
|
474
|
+
|
|
436
475
|
exports.InputTextModule = /** @class */ (function () {
|
|
437
476
|
function InputTextModule() {
|
|
438
477
|
}
|
|
@@ -441,7 +480,8 @@
|
|
|
441
480
|
exports.InputTextModule = __decorate([
|
|
442
481
|
core.NgModule({
|
|
443
482
|
declarations: [exports.InputTextComponent],
|
|
444
|
-
imports: [common.CommonModule],
|
|
483
|
+
imports: [common.CommonModule, exports.IconModule],
|
|
484
|
+
exports: [exports.InputTextComponent],
|
|
445
485
|
})
|
|
446
486
|
], exports.InputTextModule);
|
|
447
487
|
|
|
@@ -675,40 +715,7 @@
|
|
|
675
715
|
})
|
|
676
716
|
], exports.H5Module);
|
|
677
717
|
|
|
678
|
-
exports
|
|
679
|
-
function IconComponent() {
|
|
680
|
-
}
|
|
681
|
-
IconComponent.prototype.ngOnInit = function () { };
|
|
682
|
-
return IconComponent;
|
|
683
|
-
}());
|
|
684
|
-
__decorate([
|
|
685
|
-
core.Input()
|
|
686
|
-
], exports.IconComponent.prototype, "icon", void 0);
|
|
687
|
-
__decorate([
|
|
688
|
-
core.Input()
|
|
689
|
-
], exports.IconComponent.prototype, "isSecondary", void 0);
|
|
690
|
-
exports.IconComponent = __decorate([
|
|
691
|
-
core.Component({
|
|
692
|
-
selector: 'symphony-icon',
|
|
693
|
-
template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
|
|
694
|
-
styles: [".icon-secondary{color:#fff}i{height:18px;width:18px}"]
|
|
695
|
-
})
|
|
696
|
-
], exports.IconComponent);
|
|
697
|
-
|
|
698
|
-
exports.IconModule = /** @class */ (function () {
|
|
699
|
-
function IconModule() {
|
|
700
|
-
}
|
|
701
|
-
return IconModule;
|
|
702
|
-
}());
|
|
703
|
-
exports.IconModule = __decorate([
|
|
704
|
-
core.NgModule({
|
|
705
|
-
declarations: [exports.IconComponent],
|
|
706
|
-
imports: [common.CommonModule],
|
|
707
|
-
exports: [exports.IconComponent],
|
|
708
|
-
})
|
|
709
|
-
], exports.IconModule);
|
|
710
|
-
|
|
711
|
-
exports["ɵl"] = /** @class */ (function () {
|
|
718
|
+
exports["ɵf"] = /** @class */ (function () {
|
|
712
719
|
function AvatarComponent(sp) {
|
|
713
720
|
this.sp = sp;
|
|
714
721
|
}
|
|
@@ -789,65 +796,35 @@
|
|
|
789
796
|
}());
|
|
790
797
|
__decorate([
|
|
791
798
|
core.Input()
|
|
792
|
-
], exports["
|
|
799
|
+
], exports["ɵf"].prototype, "firstName", void 0);
|
|
793
800
|
__decorate([
|
|
794
801
|
core.Input()
|
|
795
|
-
], exports["
|
|
802
|
+
], exports["ɵf"].prototype, "lastName", void 0);
|
|
796
803
|
__decorate([
|
|
797
804
|
core.Input()
|
|
798
|
-
], exports["
|
|
805
|
+
], exports["ɵf"].prototype, "sizePx", void 0);
|
|
799
806
|
__decorate([
|
|
800
807
|
core.Input()
|
|
801
|
-
], exports["
|
|
802
|
-
exports["
|
|
808
|
+
], exports["ɵf"].prototype, "fontSizePx", void 0);
|
|
809
|
+
exports["ɵf"] = __decorate([
|
|
803
810
|
core.Component({
|
|
804
811
|
selector: 'lib-avatar',
|
|
805
812
|
template: "<div\n [style.line-height.px]=\"sizePx\"\n [style.height.px]=\"sizePx\"\n [style.width.px]=\"sizePx\"\n [style.font-size.px]=\"fontSizePx\"\n [style.background-color]=\"bgColor\"\n class=\"avatar-circle\"\n>\n <div *ngIf=\"initials\" class=\"avatar-text\">\n {{ initials }}\n </div>\n</div>\n",
|
|
806
813
|
styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
|
|
807
814
|
})
|
|
808
|
-
], exports["ɵl"]);
|
|
809
|
-
|
|
810
|
-
exports["ɵk"] = /** @class */ (function () {
|
|
811
|
-
function AvatarModule() {
|
|
812
|
-
}
|
|
813
|
-
return AvatarModule;
|
|
814
|
-
}());
|
|
815
|
-
exports["ɵk"] = __decorate([
|
|
816
|
-
core.NgModule({
|
|
817
|
-
declarations: [exports["ɵl"]],
|
|
818
|
-
imports: [common.CommonModule],
|
|
819
|
-
providers: [common.SlicePipe],
|
|
820
|
-
exports: [exports["ɵl"]],
|
|
821
|
-
})
|
|
822
|
-
], exports["ɵk"]);
|
|
823
|
-
|
|
824
|
-
exports["ɵf"] = /** @class */ (function () {
|
|
825
|
-
function DescriptionComponent() {
|
|
826
|
-
}
|
|
827
|
-
DescriptionComponent.prototype.ngOnInit = function () { };
|
|
828
|
-
return DescriptionComponent;
|
|
829
|
-
}());
|
|
830
|
-
__decorate([
|
|
831
|
-
core.Input()
|
|
832
|
-
], exports["ɵf"].prototype, "description", void 0);
|
|
833
|
-
exports["ɵf"] = __decorate([
|
|
834
|
-
core.Component({
|
|
835
|
-
selector: 'symphony-description',
|
|
836
|
-
template: "<p>{{description}}</p>\n",
|
|
837
|
-
styles: ["p{font-size:14px;line-height:29px;margin-bottom:0}"]
|
|
838
|
-
})
|
|
839
815
|
], exports["ɵf"]);
|
|
840
816
|
|
|
841
817
|
exports["ɵe"] = /** @class */ (function () {
|
|
842
|
-
function
|
|
818
|
+
function AvatarModule() {
|
|
843
819
|
}
|
|
844
|
-
return
|
|
820
|
+
return AvatarModule;
|
|
845
821
|
}());
|
|
846
822
|
exports["ɵe"] = __decorate([
|
|
847
823
|
core.NgModule({
|
|
848
824
|
declarations: [exports["ɵf"]],
|
|
849
825
|
imports: [common.CommonModule],
|
|
850
|
-
|
|
826
|
+
providers: [common.SlicePipe],
|
|
827
|
+
exports: [exports["ɵf"]],
|
|
851
828
|
})
|
|
852
829
|
], exports["ɵe"]);
|
|
853
830
|
|
|
@@ -880,36 +857,6 @@
|
|
|
880
857
|
})
|
|
881
858
|
], exports["ɵa"]);
|
|
882
859
|
|
|
883
|
-
exports["ɵh"] = /** @class */ (function () {
|
|
884
|
-
function ListTitleComponent() {
|
|
885
|
-
}
|
|
886
|
-
ListTitleComponent.prototype.ngOnInit = function () { };
|
|
887
|
-
return ListTitleComponent;
|
|
888
|
-
}());
|
|
889
|
-
__decorate([
|
|
890
|
-
core.Input()
|
|
891
|
-
], exports["ɵh"].prototype, "listTitle", void 0);
|
|
892
|
-
exports["ɵh"] = __decorate([
|
|
893
|
-
core.Component({
|
|
894
|
-
selector: 'symphony-list-title',
|
|
895
|
-
template: "<h3>{{listTitle}}</h3>\n",
|
|
896
|
-
styles: ["h3{font-weight:700;letter-spacing:-1px;line-height:29px;margin-bottom:0;margin-top:0}"]
|
|
897
|
-
})
|
|
898
|
-
], exports["ɵh"]);
|
|
899
|
-
|
|
900
|
-
exports["ɵg"] = /** @class */ (function () {
|
|
901
|
-
function ListTitleModule() {
|
|
902
|
-
}
|
|
903
|
-
return ListTitleModule;
|
|
904
|
-
}());
|
|
905
|
-
exports["ɵg"] = __decorate([
|
|
906
|
-
core.NgModule({
|
|
907
|
-
declarations: [exports["ɵh"]],
|
|
908
|
-
imports: [common.CommonModule],
|
|
909
|
-
exports: [exports["ɵh"]]
|
|
910
|
-
})
|
|
911
|
-
], exports["ɵg"]);
|
|
912
|
-
|
|
913
860
|
exports["ɵd"] = /** @class */ (function () {
|
|
914
861
|
function MoreDropdownComponent() {
|
|
915
862
|
}
|
|
@@ -924,8 +871,8 @@
|
|
|
924
871
|
exports["ɵd"] = __decorate([
|
|
925
872
|
core.Component({
|
|
926
873
|
selector: 'symphony-more-dropdown',
|
|
927
|
-
template: "<div
|
|
928
|
-
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}"]
|
|
874
|
+
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",
|
|
875
|
+
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}"]
|
|
929
876
|
})
|
|
930
877
|
], exports["ɵd"]);
|
|
931
878
|
|
|
@@ -942,12 +889,12 @@
|
|
|
942
889
|
})
|
|
943
890
|
], exports["ɵc"]);
|
|
944
891
|
|
|
945
|
-
exports["
|
|
892
|
+
exports["ɵg"] = /** @class */ (function () {
|
|
946
893
|
function PillModule() {
|
|
947
894
|
}
|
|
948
895
|
return PillModule;
|
|
949
896
|
}());
|
|
950
|
-
exports["
|
|
897
|
+
exports["ɵg"] = __decorate([
|
|
951
898
|
core.NgModule({
|
|
952
899
|
declarations: [exports.PillComponent],
|
|
953
900
|
imports: [
|
|
@@ -955,80 +902,7 @@
|
|
|
955
902
|
],
|
|
956
903
|
exports: [exports.PillComponent],
|
|
957
904
|
})
|
|
958
|
-
], exports["
|
|
959
|
-
|
|
960
|
-
exports["ɵj"] = /** @class */ (function () {
|
|
961
|
-
function TimeStampComponent() {
|
|
962
|
-
}
|
|
963
|
-
TimeStampComponent.prototype.ngOnInit = function () { };
|
|
964
|
-
return TimeStampComponent;
|
|
965
|
-
}());
|
|
966
|
-
__decorate([
|
|
967
|
-
core.Input()
|
|
968
|
-
], exports["ɵj"].prototype, "timeStamp", void 0);
|
|
969
|
-
exports["ɵj"] = __decorate([
|
|
970
|
-
core.Component({
|
|
971
|
-
selector: 'symphony-time-stamp',
|
|
972
|
-
template: "<p>{{timeStamp}}</p>\n",
|
|
973
|
-
styles: ["p{font-size:14px;letter-spacing:-1px;line-height:29px;margin-bottom:0}"]
|
|
974
|
-
})
|
|
975
|
-
], exports["ɵj"]);
|
|
976
|
-
|
|
977
|
-
exports["ɵi"] = /** @class */ (function () {
|
|
978
|
-
function TimeStampModule() {
|
|
979
|
-
}
|
|
980
|
-
return TimeStampModule;
|
|
981
|
-
}());
|
|
982
|
-
exports["ɵi"] = __decorate([
|
|
983
|
-
core.NgModule({
|
|
984
|
-
declarations: [exports["ɵj"]],
|
|
985
|
-
imports: [common.CommonModule],
|
|
986
|
-
exports: [exports["ɵj"]]
|
|
987
|
-
})
|
|
988
|
-
], exports["ɵi"]);
|
|
989
|
-
|
|
990
|
-
exports["ɵo"] = /** @class */ (function () {
|
|
991
|
-
function ButtonRoundComponent() {
|
|
992
|
-
this.clicked = new core.EventEmitter();
|
|
993
|
-
}
|
|
994
|
-
ButtonRoundComponent.prototype.ngOnInit = function () { };
|
|
995
|
-
ButtonRoundComponent.prototype.onClick = function () {
|
|
996
|
-
this.clicked.emit('Clicked');
|
|
997
|
-
};
|
|
998
|
-
return ButtonRoundComponent;
|
|
999
|
-
}());
|
|
1000
|
-
__decorate([
|
|
1001
|
-
core.Input()
|
|
1002
|
-
], exports["ɵo"].prototype, "icon", void 0);
|
|
1003
|
-
__decorate([
|
|
1004
|
-
core.Input()
|
|
1005
|
-
], exports["ɵo"].prototype, "disabled", void 0);
|
|
1006
|
-
__decorate([
|
|
1007
|
-
core.Input()
|
|
1008
|
-
], exports["ɵo"].prototype, "isSecondary", void 0);
|
|
1009
|
-
__decorate([
|
|
1010
|
-
core.Output()
|
|
1011
|
-
], exports["ɵo"].prototype, "clicked", void 0);
|
|
1012
|
-
exports["ɵo"] = __decorate([
|
|
1013
|
-
core.Component({
|
|
1014
|
-
selector: 'symphony-button-round',
|
|
1015
|
-
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",
|
|
1016
|
-
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}"]
|
|
1017
|
-
})
|
|
1018
|
-
], exports["ɵo"]);
|
|
1019
|
-
|
|
1020
|
-
exports["ɵn"] = /** @class */ (function () {
|
|
1021
|
-
function ButtonRoundModule() {
|
|
1022
|
-
}
|
|
1023
|
-
return ButtonRoundModule;
|
|
1024
|
-
}());
|
|
1025
|
-
exports["ɵn"] = __decorate([
|
|
1026
|
-
core.NgModule({
|
|
1027
|
-
declarations: [exports["ɵo"]],
|
|
1028
|
-
imports: [common.CommonModule],
|
|
1029
|
-
exports: [exports["ɵo"]],
|
|
1030
|
-
})
|
|
1031
|
-
], exports["ɵn"]);
|
|
905
|
+
], exports["ɵg"]);
|
|
1032
906
|
|
|
1033
907
|
var Icons;
|
|
1034
908
|
(function (Icons) {
|
|
@@ -1105,7 +979,7 @@
|
|
|
1105
979
|
Icons["USER"] = "si-user";
|
|
1106
980
|
})(Icons || (Icons = {}));
|
|
1107
981
|
|
|
1108
|
-
exports["
|
|
982
|
+
exports["ɵi"] = /** @class */ (function () {
|
|
1109
983
|
function IconWrapperComponent() {
|
|
1110
984
|
this.Icons = Icons;
|
|
1111
985
|
}
|
|
@@ -1114,20 +988,178 @@
|
|
|
1114
988
|
}());
|
|
1115
989
|
__decorate([
|
|
1116
990
|
core.Input()
|
|
1117
|
-
], exports["
|
|
1118
|
-
exports["
|
|
991
|
+
], exports["ɵi"].prototype, "isInverse", void 0);
|
|
992
|
+
exports["ɵi"] = __decorate([
|
|
1119
993
|
core.Component({
|
|
1120
994
|
selector: 'symphony-icon-wrapper',
|
|
1121
995
|
template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
|
|
1122
|
-
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}"]
|
|
996
|
+
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}"]
|
|
1123
997
|
})
|
|
1124
|
-
], exports["
|
|
998
|
+
], exports["ɵi"]);
|
|
1125
999
|
|
|
1126
|
-
exports["
|
|
1000
|
+
exports["ɵh"] = /** @class */ (function () {
|
|
1127
1001
|
function IconWrapperModule() {
|
|
1128
1002
|
}
|
|
1129
1003
|
return IconWrapperModule;
|
|
1130
1004
|
}());
|
|
1005
|
+
exports["ɵh"] = __decorate([
|
|
1006
|
+
core.NgModule({
|
|
1007
|
+
declarations: [exports["ɵi"]],
|
|
1008
|
+
imports: [common.CommonModule],
|
|
1009
|
+
exports: [exports["ɵi"]],
|
|
1010
|
+
})
|
|
1011
|
+
], exports["ɵh"]);
|
|
1012
|
+
|
|
1013
|
+
exports["ɵk"] = /** @class */ (function () {
|
|
1014
|
+
function TwoColumnFilterAreaComponent() {
|
|
1015
|
+
}
|
|
1016
|
+
TwoColumnFilterAreaComponent.prototype.ngOnInit = function () { };
|
|
1017
|
+
return TwoColumnFilterAreaComponent;
|
|
1018
|
+
}());
|
|
1019
|
+
__decorate([
|
|
1020
|
+
core.Input()
|
|
1021
|
+
], exports["ɵk"].prototype, "height", void 0);
|
|
1022
|
+
exports["ɵk"] = __decorate([
|
|
1023
|
+
core.Component({
|
|
1024
|
+
selector: 'symphony-two-column-filter-area',
|
|
1025
|
+
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",
|
|
1026
|
+
styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
|
|
1027
|
+
})
|
|
1028
|
+
], exports["ɵk"]);
|
|
1029
|
+
|
|
1030
|
+
exports["ɵj"] = /** @class */ (function () {
|
|
1031
|
+
function TwoColumnFilterAreaModule() {
|
|
1032
|
+
}
|
|
1033
|
+
return TwoColumnFilterAreaModule;
|
|
1034
|
+
}());
|
|
1035
|
+
exports["ɵj"] = __decorate([
|
|
1036
|
+
core.NgModule({
|
|
1037
|
+
declarations: [exports["ɵk"]],
|
|
1038
|
+
imports: [common.CommonModule],
|
|
1039
|
+
exports: [exports["ɵk"]],
|
|
1040
|
+
})
|
|
1041
|
+
], exports["ɵj"]);
|
|
1042
|
+
|
|
1043
|
+
exports["ɵo"] = /** @class */ (function () {
|
|
1044
|
+
function SfxInlineErrorComponent() {
|
|
1045
|
+
}
|
|
1046
|
+
return SfxInlineErrorComponent;
|
|
1047
|
+
}());
|
|
1048
|
+
__decorate([
|
|
1049
|
+
core.Input()
|
|
1050
|
+
], exports["ɵo"].prototype, "errorMessage", void 0);
|
|
1051
|
+
exports["ɵo"] = __decorate([
|
|
1052
|
+
core.Component({
|
|
1053
|
+
selector: 'lib-sfx-inline-error',
|
|
1054
|
+
template: "<p>{{ errorMessage }}</p>\n",
|
|
1055
|
+
styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
|
|
1056
|
+
})
|
|
1057
|
+
], exports["ɵo"]);
|
|
1058
|
+
|
|
1059
|
+
exports["ɵn"] = /** @class */ (function () {
|
|
1060
|
+
function SfxInlineErrorModule() {
|
|
1061
|
+
}
|
|
1062
|
+
return SfxInlineErrorModule;
|
|
1063
|
+
}());
|
|
1064
|
+
exports["ɵn"] = __decorate([
|
|
1065
|
+
core.NgModule({
|
|
1066
|
+
declarations: [exports["ɵo"]],
|
|
1067
|
+
imports: [common.CommonModule],
|
|
1068
|
+
exports: [exports["ɵo"]],
|
|
1069
|
+
})
|
|
1070
|
+
], exports["ɵn"]);
|
|
1071
|
+
|
|
1072
|
+
exports["ɵm"] = /** @class */ (function () {
|
|
1073
|
+
function InputRadioComponent() {
|
|
1074
|
+
this.clicked = new core.EventEmitter();
|
|
1075
|
+
}
|
|
1076
|
+
InputRadioComponent.prototype.ngOnInit = function () { };
|
|
1077
|
+
InputRadioComponent.prototype.onClick = function () {
|
|
1078
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
1079
|
+
this.clicked.emit({
|
|
1080
|
+
label: this.label,
|
|
1081
|
+
isActive: this.isActive,
|
|
1082
|
+
});
|
|
1083
|
+
};
|
|
1084
|
+
return InputRadioComponent;
|
|
1085
|
+
}());
|
|
1086
|
+
__decorate([
|
|
1087
|
+
core.Input()
|
|
1088
|
+
], exports["ɵm"].prototype, "isActive", void 0);
|
|
1089
|
+
__decorate([
|
|
1090
|
+
core.Input()
|
|
1091
|
+
], exports["ɵm"].prototype, "label", void 0);
|
|
1092
|
+
__decorate([
|
|
1093
|
+
core.Input()
|
|
1094
|
+
], exports["ɵm"].prototype, "isRequired", void 0);
|
|
1095
|
+
__decorate([
|
|
1096
|
+
core.Output()
|
|
1097
|
+
], exports["ɵm"].prototype, "clicked", void 0);
|
|
1098
|
+
exports["ɵm"] = __decorate([
|
|
1099
|
+
core.Component({
|
|
1100
|
+
selector: 'symphony-input-radio',
|
|
1101
|
+
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",
|
|
1102
|
+
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}"]
|
|
1103
|
+
})
|
|
1104
|
+
], exports["ɵm"]);
|
|
1105
|
+
|
|
1106
|
+
exports["ɵl"] = /** @class */ (function () {
|
|
1107
|
+
function InputRadioModule() {
|
|
1108
|
+
}
|
|
1109
|
+
return InputRadioModule;
|
|
1110
|
+
}());
|
|
1111
|
+
exports["ɵl"] = __decorate([
|
|
1112
|
+
core.NgModule({
|
|
1113
|
+
declarations: [exports["ɵm"]],
|
|
1114
|
+
imports: [
|
|
1115
|
+
common.CommonModule,
|
|
1116
|
+
forms.FormsModule,
|
|
1117
|
+
forms.ReactiveFormsModule,
|
|
1118
|
+
exports["ɵn"],
|
|
1119
|
+
],
|
|
1120
|
+
exports: [exports["ɵm"]],
|
|
1121
|
+
})
|
|
1122
|
+
], exports["ɵl"]);
|
|
1123
|
+
|
|
1124
|
+
exports["ɵq"] = /** @class */ (function () {
|
|
1125
|
+
function InputCheckboxComponent() {
|
|
1126
|
+
this.clicked = new core.EventEmitter();
|
|
1127
|
+
}
|
|
1128
|
+
InputCheckboxComponent.prototype.ngOnInit = function () { };
|
|
1129
|
+
InputCheckboxComponent.prototype.onClick = function () {
|
|
1130
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
1131
|
+
this.clicked.emit({
|
|
1132
|
+
label: this.label,
|
|
1133
|
+
isActive: this.isActive,
|
|
1134
|
+
});
|
|
1135
|
+
};
|
|
1136
|
+
return InputCheckboxComponent;
|
|
1137
|
+
}());
|
|
1138
|
+
__decorate([
|
|
1139
|
+
core.Input()
|
|
1140
|
+
], exports["ɵq"].prototype, "isActive", void 0);
|
|
1141
|
+
__decorate([
|
|
1142
|
+
core.Input()
|
|
1143
|
+
], exports["ɵq"].prototype, "label", void 0);
|
|
1144
|
+
__decorate([
|
|
1145
|
+
core.Input()
|
|
1146
|
+
], exports["ɵq"].prototype, "isRequired", void 0);
|
|
1147
|
+
__decorate([
|
|
1148
|
+
core.Output()
|
|
1149
|
+
], exports["ɵq"].prototype, "clicked", void 0);
|
|
1150
|
+
exports["ɵq"] = __decorate([
|
|
1151
|
+
core.Component({
|
|
1152
|
+
selector: 'symphony-input-checkbox',
|
|
1153
|
+
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",
|
|
1154
|
+
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}"]
|
|
1155
|
+
})
|
|
1156
|
+
], exports["ɵq"]);
|
|
1157
|
+
|
|
1158
|
+
exports["ɵp"] = /** @class */ (function () {
|
|
1159
|
+
function InputCheckboxModule() {
|
|
1160
|
+
}
|
|
1161
|
+
return InputCheckboxModule;
|
|
1162
|
+
}());
|
|
1131
1163
|
exports["ɵp"] = __decorate([
|
|
1132
1164
|
core.NgModule({
|
|
1133
1165
|
declarations: [exports["ɵq"]],
|
|
@@ -1151,9 +1183,6 @@
|
|
|
1151
1183
|
exports["ɵc"],
|
|
1152
1184
|
exports["ɵe"],
|
|
1153
1185
|
exports["ɵg"],
|
|
1154
|
-
exports["ɵi"],
|
|
1155
|
-
exports["ɵk"],
|
|
1156
|
-
exports["ɵm"],
|
|
1157
1186
|
exports.TaskIconModule,
|
|
1158
1187
|
exports.ColorSampleModule,
|
|
1159
1188
|
exports.H1Module,
|
|
@@ -1162,9 +1191,12 @@
|
|
|
1162
1191
|
exports.H4Module,
|
|
1163
1192
|
exports.ParagraphModule,
|
|
1164
1193
|
exports.H5Module,
|
|
1165
|
-
exports["ɵn"],
|
|
1166
1194
|
exports.IconModule,
|
|
1195
|
+
exports["ɵh"],
|
|
1196
|
+
exports["ɵj"],
|
|
1197
|
+
exports["ɵl"],
|
|
1167
1198
|
exports["ɵp"],
|
|
1199
|
+
exports.InputTextModule,
|
|
1168
1200
|
],
|
|
1169
1201
|
})
|
|
1170
1202
|
], exports.AtomsModule);
|
|
@@ -1210,7 +1242,7 @@
|
|
|
1210
1242
|
declarations: [exports.PillsComponent],
|
|
1211
1243
|
imports: [
|
|
1212
1244
|
common.CommonModule,
|
|
1213
|
-
exports["
|
|
1245
|
+
exports["ɵg"]
|
|
1214
1246
|
],
|
|
1215
1247
|
exports: [
|
|
1216
1248
|
exports.PillsComponent
|
|
@@ -1236,8 +1268,8 @@
|
|
|
1236
1268
|
exports.TaskComponent = __decorate([
|
|
1237
1269
|
core.Component({
|
|
1238
1270
|
selector: 'symphony-task',
|
|
1239
|
-
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-
|
|
1240
|
-
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-
|
|
1271
|
+
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",
|
|
1272
|
+
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}"]
|
|
1241
1273
|
})
|
|
1242
1274
|
], exports.TaskComponent);
|
|
1243
1275
|
|
|
@@ -1252,10 +1284,9 @@
|
|
|
1252
1284
|
imports: [
|
|
1253
1285
|
common.CommonModule,
|
|
1254
1286
|
exports.TaskIconModule,
|
|
1255
|
-
exports["ɵg"],
|
|
1256
|
-
exports["ɵi"],
|
|
1257
|
-
exports["ɵe"],
|
|
1258
1287
|
exports["ɵc"],
|
|
1288
|
+
exports.H3Module,
|
|
1289
|
+
exports.ParagraphModule
|
|
1259
1290
|
],
|
|
1260
1291
|
exports: [exports.TaskComponent],
|
|
1261
1292
|
})
|
|
@@ -1283,7 +1314,7 @@
|
|
|
1283
1314
|
exports.ColorSwatchComponent = __decorate([
|
|
1284
1315
|
core.Component({
|
|
1285
1316
|
selector: 'symphony-ui-color-explorer',
|
|
1286
|
-
template: "<div class=\"sfx-ui-color-explorer\">\n <symphony-color-sample\n [color]=\"colorSwatchModel.color\"\n ></symphony-color-sample>\n <symphony-
|
|
1317
|
+
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",
|
|
1287
1318
|
styles: [""]
|
|
1288
1319
|
})
|
|
1289
1320
|
], exports.ColorSwatchComponent);
|
|
@@ -1299,8 +1330,8 @@
|
|
|
1299
1330
|
imports: [
|
|
1300
1331
|
common.CommonModule,
|
|
1301
1332
|
exports.ColorSampleModule,
|
|
1302
|
-
exports
|
|
1303
|
-
exports
|
|
1333
|
+
exports.H3Module,
|
|
1334
|
+
exports.ParagraphModule
|
|
1304
1335
|
],
|
|
1305
1336
|
exports: [exports.ColorSwatchComponent],
|
|
1306
1337
|
})
|
|
@@ -1343,54 +1374,85 @@
|
|
|
1343
1374
|
exports.IconModule,
|
|
1344
1375
|
exports.H5Module,
|
|
1345
1376
|
exports.ParagraphModule,
|
|
1346
|
-
exports["
|
|
1377
|
+
exports["ɵh"],
|
|
1347
1378
|
],
|
|
1348
1379
|
exports: [exports.IconSwatchComponent],
|
|
1349
1380
|
})
|
|
1350
1381
|
], exports.IconSwatchModule);
|
|
1351
1382
|
|
|
1352
|
-
exports["
|
|
1383
|
+
exports["ɵu"] = /** @class */ (function () {
|
|
1353
1384
|
function NoteComponent() {
|
|
1385
|
+
this.noteModel = {
|
|
1386
|
+
firstName: '',
|
|
1387
|
+
lastName: '',
|
|
1388
|
+
listTitle: '',
|
|
1389
|
+
timeStamp: '',
|
|
1390
|
+
description: '',
|
|
1391
|
+
moreActions: [],
|
|
1392
|
+
};
|
|
1354
1393
|
}
|
|
1355
1394
|
NoteComponent.prototype.ngOnInit = function () { };
|
|
1356
1395
|
return NoteComponent;
|
|
1357
1396
|
}());
|
|
1358
1397
|
__decorate([
|
|
1359
1398
|
core.Input()
|
|
1360
|
-
], exports["
|
|
1361
|
-
__decorate([
|
|
1362
|
-
core.
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1399
|
+
], exports["ɵu"].prototype, "noteModel", void 0);
|
|
1400
|
+
exports["ɵu"] = __decorate([
|
|
1401
|
+
core.Component({
|
|
1402
|
+
selector: 'symphony-note',
|
|
1403
|
+
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",
|
|
1404
|
+
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}"]
|
|
1405
|
+
})
|
|
1406
|
+
], exports["ɵu"]);
|
|
1407
|
+
|
|
1408
|
+
exports["ɵt"] = /** @class */ (function () {
|
|
1409
|
+
function NoteModule() {
|
|
1410
|
+
}
|
|
1411
|
+
return NoteModule;
|
|
1412
|
+
}());
|
|
1413
|
+
exports["ɵt"] = __decorate([
|
|
1414
|
+
core.NgModule({
|
|
1415
|
+
declarations: [exports["ɵu"]],
|
|
1416
|
+
imports: [
|
|
1417
|
+
common.CommonModule,
|
|
1418
|
+
exports["ɵe"],
|
|
1419
|
+
exports["ɵc"],
|
|
1420
|
+
exports.H3Module,
|
|
1421
|
+
exports.ParagraphModule
|
|
1422
|
+
],
|
|
1423
|
+
exports: [exports["ɵu"]]
|
|
1424
|
+
})
|
|
1425
|
+
], exports["ɵt"]);
|
|
1426
|
+
|
|
1427
|
+
exports["ɵs"] = /** @class */ (function () {
|
|
1428
|
+
function BreadcrumbComponent() {
|
|
1429
|
+
}
|
|
1430
|
+
BreadcrumbComponent.prototype.ngOnInit = function () {
|
|
1431
|
+
this.icon = Icons.ARROWNEXT;
|
|
1432
|
+
};
|
|
1433
|
+
return BreadcrumbComponent;
|
|
1434
|
+
}());
|
|
1373
1435
|
__decorate([
|
|
1374
1436
|
core.Input()
|
|
1375
|
-
], exports["ɵs"].prototype, "
|
|
1437
|
+
], exports["ɵs"].prototype, "breadcrumbs", void 0);
|
|
1376
1438
|
exports["ɵs"] = __decorate([
|
|
1377
1439
|
core.Component({
|
|
1378
|
-
selector: 'symphony-
|
|
1379
|
-
template: "<div class=\"sfx-
|
|
1380
|
-
styles: [".sfx-
|
|
1440
|
+
selector: 'symphony-breadcrumb',
|
|
1441
|
+
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",
|
|
1442
|
+
styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
|
|
1381
1443
|
})
|
|
1382
1444
|
], exports["ɵs"]);
|
|
1383
1445
|
|
|
1384
1446
|
exports["ɵr"] = /** @class */ (function () {
|
|
1385
|
-
function
|
|
1447
|
+
function BreadcrumbModule() {
|
|
1386
1448
|
}
|
|
1387
|
-
return
|
|
1449
|
+
return BreadcrumbModule;
|
|
1388
1450
|
}());
|
|
1389
1451
|
exports["ɵr"] = __decorate([
|
|
1390
1452
|
core.NgModule({
|
|
1391
1453
|
declarations: [exports["ɵs"]],
|
|
1392
|
-
imports: [common.CommonModule, exports
|
|
1393
|
-
exports: [exports["ɵs"]]
|
|
1454
|
+
imports: [common.CommonModule, exports.H3Module, exports.IconModule],
|
|
1455
|
+
exports: [exports["ɵs"]],
|
|
1394
1456
|
})
|
|
1395
1457
|
], exports["ɵr"]);
|
|
1396
1458
|
|
|
@@ -1404,22 +1466,21 @@
|
|
|
1404
1466
|
declarations: [],
|
|
1405
1467
|
imports: [
|
|
1406
1468
|
common.CommonModule,
|
|
1407
|
-
exports["ɵk"],
|
|
1408
|
-
exports["ɵg"],
|
|
1409
|
-
exports["ɵi"],
|
|
1410
1469
|
exports["ɵe"],
|
|
1411
1470
|
exports["ɵc"],
|
|
1412
1471
|
exports.PillsModule,
|
|
1413
1472
|
exports.TaskModule,
|
|
1414
1473
|
exports.ColorSwatchModule,
|
|
1415
1474
|
exports.IconSwatchModule,
|
|
1475
|
+
exports["ɵr"],
|
|
1416
1476
|
],
|
|
1417
1477
|
exports: [
|
|
1418
|
-
exports["
|
|
1478
|
+
exports["ɵt"],
|
|
1419
1479
|
exports.PillsModule,
|
|
1420
1480
|
exports.TaskModule,
|
|
1421
1481
|
exports.ColorSwatchModule,
|
|
1422
1482
|
exports.IconSwatchModule,
|
|
1483
|
+
exports["ɵr"],
|
|
1423
1484
|
],
|
|
1424
1485
|
})
|
|
1425
1486
|
], exports.MoleculesModule);
|