@symphony-talent/component-library 1.7.0 → 1.8.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 +863 -48
- 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 +863 -48
- 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 -1
- package/esm2015/lib/atoms/avatar/avatar.component.js +4 -4
- package/esm2015/lib/atoms/avatar/avatar.module.js +2 -3
- package/esm2015/lib/atoms/button/button.component.js +6 -3
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.component.js +2 -2
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +2 -2
- package/esm2015/lib/atoms/filter-area/filter-area.component.js +16 -0
- package/esm2015/lib/atoms/filter-area/filter-area.module.js +15 -0
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
- package/esm2015/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
- package/esm2015/lib/atoms/grid/framework/framework.module.js +15 -0
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
- package/esm2015/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
- package/esm2015/lib/atoms/grid/grid.component.js +51 -0
- package/esm2015/lib/atoms/grid/grid.model.js +1 -0
- package/esm2015/lib/atoms/grid/grid.module.js +17 -0
- package/esm2015/lib/atoms/h5/h5.component.js +1 -1
- package/esm2015/lib/atoms/paragraph/paragraph.component.js +1 -1
- package/esm2015/lib/atoms/pill/pill.component.js +3 -3
- package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
- package/esm2015/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
- package/esm2015/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
- package/esm2015/lib/molecules/note/note.model.js +1 -1
- package/esm2015/lib/molecules/task/task.model.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/atoms.module.js +9 -1
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.component.js +4 -4
- package/esm2015/projects/component-library/lib/atoms/avatar/avatar.module.js +2 -3
- package/esm2015/projects/component-library/lib/atoms/button/button.component.js +6 -3
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.model.js +1 -0
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +2 -2
- package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.component.js +16 -0
- package/esm2015/projects/component-library/lib/atoms/filter-area/filter-area.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.js +49 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.js +14 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.js +8 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/framework.module.js +15 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.js +33 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.js +6 -0
- package/esm2015/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.js +14 -0
- package/esm2015/projects/component-library/lib/atoms/grid/grid.component.js +51 -0
- package/esm2015/projects/component-library/lib/atoms/grid/grid.model.js +1 -0
- package/esm2015/projects/component-library/lib/atoms/grid/grid.module.js +17 -0
- package/esm2015/projects/component-library/lib/atoms/h5/h5.component.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/paragraph/paragraph.component.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/pill/pill.component.js +3 -3
- package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.js +19 -0
- package/esm2015/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.js +16 -0
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.js +30 -0
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.js +521 -0
- package/esm2015/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.js +17 -0
- package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
- package/esm2015/projects/component-library/public-api.js +5 -1
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +16 -7
- package/esm2015/public-api.js +5 -1
- package/esm2015/symphony-talent-component-library.js +16 -7
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +796 -14
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
- package/fesm2015/symphony-talent-component-library.js +796 -14
- package/fesm2015/symphony-talent-component-library.js.map +1 -1
- package/lib/atoms/avatar/avatar.component.d.ts +2 -3
- package/lib/atoms/button/button.component.d.ts +1 -0
- package/lib/atoms/contextual-menu/contextual-menu.component.d.ts +1 -1
- package/lib/atoms/contextual-menu/{more-actions.model.d.ts → contextual-menu.model.d.ts} +0 -0
- package/lib/atoms/filter-area/filter-area.component.d.ts +5 -0
- package/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -0
- package/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
- package/lib/atoms/grid/framework/framework.module.d.ts +2 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
- package/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +2 -0
- package/lib/atoms/grid/grid.component.d.ts +19 -0
- package/lib/atoms/grid/grid.model.d.ts +7 -0
- package/lib/atoms/grid/grid.module.d.ts +2 -0
- package/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
- package/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
- package/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +18 -0
- package/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
- package/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +2 -0
- package/lib/molecules/note/note.model.d.ts +1 -1
- package/lib/molecules/task/task.model.d.ts +1 -1
- package/package.json +5 -2
- package/projects/component-library/lib/atoms/avatar/avatar.component.d.ts +2 -3
- package/projects/component-library/lib/atoms/button/button.component.d.ts +1 -0
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts +1 -1
- package/projects/component-library/lib/atoms/contextual-menu/{more-actions.model.d.ts → contextual-menu.model.d.ts} +0 -0
- package/projects/component-library/lib/atoms/filter-area/filter-area.component.d.ts +5 -0
- package/projects/component-library/lib/atoms/filter-area/filter-area.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.model.d.ts +9 -0
- package/projects/component-library/lib/atoms/grid/framework/framework.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.d.ts +11 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.model.d.ts +7 -0
- package/projects/component-library/lib/atoms/grid/framework/relevance-score/relevance-score.component.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/grid/grid.component.d.ts +19 -0
- package/projects/component-library/lib/atoms/grid/grid.model.d.ts +7 -0
- package/projects/component-library/lib/atoms/grid/grid.module.d.ts +2 -0
- package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.component.d.ts +7 -0
- package/projects/component-library/lib/design-guide/color-swatch-collection/color-swatch-collection.module.d.ts +2 -0
- package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.d.ts +18 -0
- package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.d.ts +7 -0
- package/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.module.d.ts +2 -0
- package/projects/component-library/lib/molecules/note/note.model.d.ts +1 -1
- package/projects/component-library/lib/molecules/task/task.model.d.ts +1 -1
- package/projects/component-library/public-api.d.ts +4 -0
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +15 -6
- package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
- package/public-api.d.ts +4 -0
- package/symphony-talent-component-library.d.ts +15 -6
- package/symphony-talent-component-library.metadata.json +1 -1
- package/esm2015/lib/atoms/contextual-menu/more-actions.model.js +0 -1
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/more-actions.model.js +0 -1
|
@@ -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('@angular/forms'), 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', '@angular/forms', '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.ng.forms, global.dropdown, global.ng.platformBrowser.animations, global.tooltip));
|
|
5
|
-
})(this, (function (exports, core, common, forms, dropdown, animations, tooltip) { 'use strict';
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('ngx-bootstrap/dropdown'), require('@angular/platform-browser/animations'), require('ngx-bootstrap/tooltip'), require('ag-grid-angular')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@symphony-talent/component-library/projects/component-library', ['exports', '@angular/core', '@angular/common', '@angular/forms', 'ngx-bootstrap/dropdown', '@angular/platform-browser/animations', 'ngx-bootstrap/tooltip', 'ag-grid-angular'], 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.ng.forms, global.dropdown, global.ng.platformBrowser.animations, global.tooltip, global.agGridAngular));
|
|
5
|
+
})(this, (function (exports, core, common, forms, dropdown, animations, tooltip, agGridAngular) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -297,10 +297,10 @@
|
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
exports.AvatarComponent = /** @class */ (function () {
|
|
300
|
-
function AvatarComponent(
|
|
301
|
-
this.sp = sp;
|
|
300
|
+
function AvatarComponent() {
|
|
302
301
|
}
|
|
303
302
|
AvatarComponent.prototype.ngOnInit = function () {
|
|
303
|
+
this.sp = new common.SlicePipe();
|
|
304
304
|
this.initials = '';
|
|
305
305
|
this.firstInitial = '';
|
|
306
306
|
this.bgColor = '';
|
|
@@ -404,7 +404,6 @@
|
|
|
404
404
|
core.NgModule({
|
|
405
405
|
declarations: [exports.AvatarComponent],
|
|
406
406
|
imports: [common.CommonModule],
|
|
407
|
-
providers: [common.SlicePipe],
|
|
408
407
|
exports: [exports.AvatarComponent],
|
|
409
408
|
})
|
|
410
409
|
], exports.AvatarModule);
|
|
@@ -428,14 +427,17 @@
|
|
|
428
427
|
__decorate([
|
|
429
428
|
core.Input()
|
|
430
429
|
], exports.ButtonComponent.prototype, "isSecondary", void 0);
|
|
430
|
+
__decorate([
|
|
431
|
+
core.Input()
|
|
432
|
+
], exports.ButtonComponent.prototype, "isInverse", void 0);
|
|
431
433
|
__decorate([
|
|
432
434
|
core.Output()
|
|
433
435
|
], exports.ButtonComponent.prototype, "clicked", void 0);
|
|
434
436
|
exports.ButtonComponent = __decorate([
|
|
435
437
|
core.Component({
|
|
436
438
|
selector: 'symphony-button',
|
|
437
|
-
template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
|
|
438
|
-
styles: ["button
|
|
439
|
+
template: "<button class=\"btn\" \n[ngClass]=\"{'btn-secondary': isSecondary, 'btn-primary': !isSecondary, 'is-inverse': isInverse }\"\n(click)=\"onClick()\" [disabled]=\"disabled\">{{ text }}</button>",
|
|
440
|
+
styles: ["button{outline:none}.btn{border-radius:30px;font-family:neuzeit_groteskbold;height:56px;letter-spacing:.4px;min-width:140px;padding-left:40px;padding-right:40px}.btn:focus{outline:none}.btn:disabled{cursor:not-allowed;opacity:1%}.btn-primary{background:#000!important;border:2px solid #000!important;color:#fff}.btn-primary.is-inverse{background:#fff!important;border:2px solid #fff!important;color:#000}.btn-secondary{background:#fff;border:2px solid #000;color:#000}.btn-secondary.is-inverse{background:#000;border:2px solid #fff;color:#fff}"]
|
|
439
441
|
})
|
|
440
442
|
], exports.ButtonComponent);
|
|
441
443
|
|
|
@@ -482,9 +484,9 @@
|
|
|
482
484
|
exports.PillComponent = __decorate([
|
|
483
485
|
core.Component({
|
|
484
486
|
selector: 'symphony-pill',
|
|
485
|
-
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-
|
|
487
|
+
template: "<span *ngIf=\"tooltipLabel\"\n class=\"sfx-d-inline-block sfx-pill-item\"\n [ngClass]=\"{'inverse-pill': isInverse }\"\n [ngClass]=\"{'has-close': hasClose }\"\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-add 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 [ngClass]=\"{'has-close': hasClose }\"\n >\n <i *ngIf=\"hasClose\" (click)=\"onRemoveClick()\"\n class=\"si-add sfx-cursor-pointer\"\n ></i>\n {{ pillLabel }}\n</span>",
|
|
486
488
|
encapsulation: core.ViewEncapsulation.None,
|
|
487
|
-
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:
|
|
489
|
+
styles: [".sfx-pill-item{background-color:#f1f1f1;border-radius:25px;color:#000;font-family:neuzeit_groteskbold;font-weight:600;margin-right:10px;margin-top:10px;padding:10px 20px;position:relative;text-align:center}.sfx-pill-item.inverse-pill,.sfx-pill-item:hover{background-color:#000;color:#fff}.sfx-pill-item.has-close{padding:10px 20px 10px 38px}.sfx-pill-item i{font-size:18px;left:14px;position:absolute;top:11px;transform:rotate(45deg)}.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}"]
|
|
488
490
|
})
|
|
489
491
|
], exports.PillComponent);
|
|
490
492
|
|
|
@@ -698,7 +700,7 @@
|
|
|
698
700
|
core.Component({
|
|
699
701
|
selector: 'symphony-paragraph',
|
|
700
702
|
template: "<p\n [ngClass]=\"{\n 'body-copy-secondary': isSecondary,\n 'body-copy-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</p>\n",
|
|
701
|
-
styles: [".body-copy-primary,.body-copy-secondary{color:#000;
|
|
703
|
+
styles: [".body-copy-primary,.body-copy-secondary{color:#000;line-height:20px;margin-bottom:0}.body-copy-secondary{color:#fff}"]
|
|
702
704
|
})
|
|
703
705
|
], exports.ParagraphComponent);
|
|
704
706
|
|
|
@@ -731,7 +733,7 @@
|
|
|
731
733
|
core.Component({
|
|
732
734
|
selector: 'symphony-h5',
|
|
733
735
|
template: "<h5\n [ngClass]=\"{\n 'h5-secondary': isSecondary,\n 'h5-primary': !isSecondary\n }\"\n>\n {{ text }}\n <ng-content></ng-content>\n</h5>\n",
|
|
734
|
-
styles: [".h5-primary,.h5-secondary{color:#000;
|
|
736
|
+
styles: [".h5-primary,.h5-secondary{color:#000;line-height:20px;margin-bottom:0;margin-top:0}.h5-secondary{color:#fff}"]
|
|
735
737
|
})
|
|
736
738
|
], exports.H5Component);
|
|
737
739
|
|
|
@@ -1091,7 +1093,7 @@
|
|
|
1091
1093
|
core.Component({
|
|
1092
1094
|
selector: 'symphony-contextual-menu',
|
|
1093
1095
|
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",
|
|
1094
|
-
styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:
|
|
1096
|
+
styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:18px;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;min-width:240px;overflow:inherit;padding-bottom:20px;padding-top:20px;right:-10px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;line-height:40px;padding:0 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:23px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
|
|
1095
1097
|
})
|
|
1096
1098
|
], exports.ContextualMenuComponent);
|
|
1097
1099
|
|
|
@@ -1104,7 +1106,7 @@
|
|
|
1104
1106
|
core.NgModule({
|
|
1105
1107
|
declarations: [exports.ContextualMenuComponent],
|
|
1106
1108
|
imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
|
|
1107
|
-
exports: [exports.ContextualMenuComponent]
|
|
1109
|
+
exports: [exports.ContextualMenuComponent],
|
|
1108
1110
|
})
|
|
1109
1111
|
], exports.ContextualMenuModule);
|
|
1110
1112
|
|
|
@@ -1124,6 +1126,34 @@
|
|
|
1124
1126
|
], exports["ɵc"]);
|
|
1125
1127
|
|
|
1126
1128
|
exports["ɵe"] = /** @class */ (function () {
|
|
1129
|
+
function FilterAreaComponent() {
|
|
1130
|
+
}
|
|
1131
|
+
FilterAreaComponent.prototype.ngOnInit = function () {
|
|
1132
|
+
};
|
|
1133
|
+
return FilterAreaComponent;
|
|
1134
|
+
}());
|
|
1135
|
+
exports["ɵe"] = __decorate([
|
|
1136
|
+
core.Component({
|
|
1137
|
+
selector: 'symphony-filter-area',
|
|
1138
|
+
template: "<div class=\"sfx-filter-section\">\n <div class=\"sfx-border-bottom-mdm-black-1 sfx-mb-20 sfx-pb-20 sfx-mt-10 sfx-d-inline-block sfx-wid-100\">\n <ng-content select=\"[title]\"></ng-content>\n <div class=\"sfx-d-inline-block sfx-ml-10 pull-right\">\n <ng-content select=\"[actions]\"></ng-content>\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-1]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-2]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-3]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-4]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-5]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-3 col-lg-3 sfx-mb-25\">\n <ng-content select=\"[filter-6]\"></ng-content>\n </div>\n <div class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-25\">\n <ng-content select=\"[filter-7]\"></ng-content>\n </div>\n </div>\n</div>",
|
|
1139
|
+
styles: [".sfx-filter-section{background:#000;color:#fff;padding:1.875rem 2.5rem}"]
|
|
1140
|
+
})
|
|
1141
|
+
], exports["ɵe"]);
|
|
1142
|
+
|
|
1143
|
+
exports["ɵd"] = /** @class */ (function () {
|
|
1144
|
+
function FilterAreaModule() {
|
|
1145
|
+
}
|
|
1146
|
+
return FilterAreaModule;
|
|
1147
|
+
}());
|
|
1148
|
+
exports["ɵd"] = __decorate([
|
|
1149
|
+
core.NgModule({
|
|
1150
|
+
declarations: [exports["ɵe"]],
|
|
1151
|
+
imports: [common.CommonModule],
|
|
1152
|
+
exports: [exports["ɵe"]]
|
|
1153
|
+
})
|
|
1154
|
+
], exports["ɵd"]);
|
|
1155
|
+
|
|
1156
|
+
exports["ɵg"] = /** @class */ (function () {
|
|
1127
1157
|
function TwoColumnFilterAreaComponent() {
|
|
1128
1158
|
}
|
|
1129
1159
|
TwoColumnFilterAreaComponent.prototype.ngOnInit = function () { };
|
|
@@ -1131,27 +1161,215 @@
|
|
|
1131
1161
|
}());
|
|
1132
1162
|
__decorate([
|
|
1133
1163
|
core.Input()
|
|
1134
|
-
], exports["
|
|
1135
|
-
exports["
|
|
1164
|
+
], exports["ɵg"].prototype, "height", void 0);
|
|
1165
|
+
exports["ɵg"] = __decorate([
|
|
1136
1166
|
core.Component({
|
|
1137
1167
|
selector: 'symphony-two-column-filter-area',
|
|
1138
1168
|
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",
|
|
1139
1169
|
styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
|
|
1140
1170
|
})
|
|
1141
|
-
], exports["
|
|
1171
|
+
], exports["ɵg"]);
|
|
1142
1172
|
|
|
1143
|
-
exports["
|
|
1173
|
+
exports["ɵf"] = /** @class */ (function () {
|
|
1144
1174
|
function TwoColumnFilterAreaModule() {
|
|
1145
1175
|
}
|
|
1146
1176
|
return TwoColumnFilterAreaModule;
|
|
1147
1177
|
}());
|
|
1148
|
-
exports["
|
|
1178
|
+
exports["ɵf"] = __decorate([
|
|
1149
1179
|
core.NgModule({
|
|
1150
|
-
declarations: [exports["
|
|
1180
|
+
declarations: [exports["ɵg"]],
|
|
1151
1181
|
imports: [common.CommonModule],
|
|
1152
|
-
exports: [exports["
|
|
1182
|
+
exports: [exports["ɵg"]],
|
|
1153
1183
|
})
|
|
1154
|
-
], exports["
|
|
1184
|
+
], exports["ɵf"]);
|
|
1185
|
+
|
|
1186
|
+
var ActivityScoreLevel;
|
|
1187
|
+
(function (ActivityScoreLevel) {
|
|
1188
|
+
ActivityScoreLevel["Low"] = "low";
|
|
1189
|
+
ActivityScoreLevel["Medium"] = "medium";
|
|
1190
|
+
ActivityScoreLevel["High"] = "high";
|
|
1191
|
+
ActivityScoreLevel["Empty"] = "empty";
|
|
1192
|
+
})(ActivityScoreLevel || (ActivityScoreLevel = {}));
|
|
1193
|
+
|
|
1194
|
+
exports["ɵl"] = /** @class */ (function () {
|
|
1195
|
+
function ContactActivityScoreComponent() {
|
|
1196
|
+
this.contactActivityScoreModel = { activityScore: ActivityScoreLevel.Low };
|
|
1197
|
+
this.contact = { candidateScoreActivityScore: 0 };
|
|
1198
|
+
}
|
|
1199
|
+
ContactActivityScoreComponent.prototype.refresh = function (params) {
|
|
1200
|
+
return true;
|
|
1201
|
+
};
|
|
1202
|
+
ContactActivityScoreComponent.prototype.agInit = function (params) {
|
|
1203
|
+
this.contact = params.data;
|
|
1204
|
+
if (!this.contact.header5) {
|
|
1205
|
+
this.dataAvailable = 'N/A';
|
|
1206
|
+
}
|
|
1207
|
+
else {
|
|
1208
|
+
this.dataAvailable = this.contact.header5;
|
|
1209
|
+
}
|
|
1210
|
+
switch (true) {
|
|
1211
|
+
case this.contact.header5 >= 0 && this.contact.header5 < 34: {
|
|
1212
|
+
this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Low;
|
|
1213
|
+
break;
|
|
1214
|
+
}
|
|
1215
|
+
case this.contact.header5 >= 34 && this.contact.header5 <= 66: {
|
|
1216
|
+
this.contactActivityScoreModel.activityScore =
|
|
1217
|
+
ActivityScoreLevel.Medium;
|
|
1218
|
+
break;
|
|
1219
|
+
}
|
|
1220
|
+
case this.contact.header5 > 66: {
|
|
1221
|
+
this.contactActivityScoreModel.activityScore = ActivityScoreLevel.High;
|
|
1222
|
+
break;
|
|
1223
|
+
}
|
|
1224
|
+
default: {
|
|
1225
|
+
this.contactActivityScoreModel.activityScore = ActivityScoreLevel.Empty;
|
|
1226
|
+
break;
|
|
1227
|
+
}
|
|
1228
|
+
}
|
|
1229
|
+
};
|
|
1230
|
+
return ContactActivityScoreComponent;
|
|
1231
|
+
}());
|
|
1232
|
+
exports["ɵl"] = __decorate([
|
|
1233
|
+
core.Component({
|
|
1234
|
+
selector: 'lib-contact-activity-score',
|
|
1235
|
+
template: "<span\n class=\"activity-score-bg activity-score-{{\n contactActivityScoreModel.activityScore\n }}\"\n>\n <div class=\"activity-score-content\">{{ dataAvailable }}</div>\n</span>\n",
|
|
1236
|
+
styles: [".activity-score-bg{background-color:#bbb;border-radius:50%;color:#fff;display:inline-block;height:38px;text-align:center;width:38px}.activity-score-bg.activity-score-high{background-color:#00bb5b}.activity-score-bg.activity-score-medium{background-color:#f57300}.activity-score-bg.activity-score-low{background-color:#d60000}.activity-score-bg.activity-score-empty{background-color:#fff;color:#000!important}"]
|
|
1237
|
+
})
|
|
1238
|
+
], exports["ɵl"]);
|
|
1239
|
+
|
|
1240
|
+
var RelevanceScoreLevel;
|
|
1241
|
+
(function (RelevanceScoreLevel) {
|
|
1242
|
+
RelevanceScoreLevel["Value"] = "value";
|
|
1243
|
+
RelevanceScoreLevel["Empty"] = "empty";
|
|
1244
|
+
})(RelevanceScoreLevel || (RelevanceScoreLevel = {}));
|
|
1245
|
+
|
|
1246
|
+
exports["ɵn"] = /** @class */ (function () {
|
|
1247
|
+
function RelevanceScoreComponent() {
|
|
1248
|
+
this.relevanceScoreModel = { relevanceScore: RelevanceScoreLevel.Empty };
|
|
1249
|
+
this.contact = { relevanceScore: 0 };
|
|
1250
|
+
}
|
|
1251
|
+
RelevanceScoreComponent.prototype.refresh = function (params) {
|
|
1252
|
+
return true;
|
|
1253
|
+
};
|
|
1254
|
+
RelevanceScoreComponent.prototype.agInit = function (params) {
|
|
1255
|
+
this.contact = params.data;
|
|
1256
|
+
if (this.contact) {
|
|
1257
|
+
if (this.contact.header4 || this.contact.header4 === 0) {
|
|
1258
|
+
this.relevanceData = this.contact.header4;
|
|
1259
|
+
this.relevanceScoreModel.relevanceScore = RelevanceScoreLevel.Value;
|
|
1260
|
+
}
|
|
1261
|
+
else {
|
|
1262
|
+
this.relevanceData = 'N/A';
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
};
|
|
1266
|
+
return RelevanceScoreComponent;
|
|
1267
|
+
}());
|
|
1268
|
+
exports["ɵn"] = __decorate([
|
|
1269
|
+
core.Component({
|
|
1270
|
+
selector: 'lib-relevance-score',
|
|
1271
|
+
template: "<span class=\"relevance-score-bg relevance-score-{{ relevanceScoreModel.relevanceScore }}\">\n <div class=\"relevance-score-content\">{{ relevanceData}}</div>\n</span>",
|
|
1272
|
+
styles: [".relevance-score-bg{background-color:#fff;border-radius:50%;color:#000;display:inline-block;height:38px;text-align:center;width:38px}.relevance-score-value{border:1px solid #000;font-weight:700}"]
|
|
1273
|
+
})
|
|
1274
|
+
], exports["ɵn"]);
|
|
1275
|
+
|
|
1276
|
+
exports["ɵi"] = /** @class */ (function () {
|
|
1277
|
+
function GridComponent() {
|
|
1278
|
+
var _this = this;
|
|
1279
|
+
this.rowHeightPage = 80;
|
|
1280
|
+
this.gridHeight = 100;
|
|
1281
|
+
this.frameworkComponents = this.getFrameworkComponents();
|
|
1282
|
+
this.columnDefs = [
|
|
1283
|
+
{ headerName: 'Name', field: 'header1' },
|
|
1284
|
+
{ headerName: 'Location', field: 'header2' },
|
|
1285
|
+
{ headerName: 'Title', field: 'header3' },
|
|
1286
|
+
{
|
|
1287
|
+
headerName: 'Engagement Score',
|
|
1288
|
+
field: 'header4',
|
|
1289
|
+
cellRenderer: 'fitScore',
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
headerName: 'Activity Score',
|
|
1293
|
+
field: 'header5',
|
|
1294
|
+
cellRenderer: 'contactActivityScore',
|
|
1295
|
+
},
|
|
1296
|
+
];
|
|
1297
|
+
this.getRowHeight = function () {
|
|
1298
|
+
return _this.rowHeightPage;
|
|
1299
|
+
};
|
|
1300
|
+
}
|
|
1301
|
+
GridComponent.prototype.ngOnInit = function () { };
|
|
1302
|
+
GridComponent.prototype.onGridReady = function (gridReadyEvent) {
|
|
1303
|
+
gridReadyEvent.api.sizeColumnsToFit();
|
|
1304
|
+
};
|
|
1305
|
+
GridComponent.prototype.getFrameworkComponents = function () {
|
|
1306
|
+
return {
|
|
1307
|
+
contactActivityScore: exports["ɵl"],
|
|
1308
|
+
fitScore: exports["ɵn"],
|
|
1309
|
+
};
|
|
1310
|
+
};
|
|
1311
|
+
return GridComponent;
|
|
1312
|
+
}());
|
|
1313
|
+
__decorate([
|
|
1314
|
+
core.Input()
|
|
1315
|
+
], exports["ɵi"].prototype, "gridList", void 0);
|
|
1316
|
+
exports["ɵi"] = __decorate([
|
|
1317
|
+
core.Component({
|
|
1318
|
+
selector: 'symphony-grid',
|
|
1319
|
+
template: "<ag-grid-angular\n style=\"width: 100%\"\n class=\"ag-theme-alpine\"\n [rowData]=\"gridList\"\n [columnDefs]=\"columnDefs\"\n (gridReady)=\"onGridReady($event)\"\n [style.height.vh]=\"gridHeight\"\n [getRowHeight]=\"getRowHeight\"\n [frameworkComponents]=\"frameworkComponents\"\n>\n</ag-grid-angular>\n",
|
|
1320
|
+
styles: [""]
|
|
1321
|
+
})
|
|
1322
|
+
], exports["ɵi"]);
|
|
1323
|
+
|
|
1324
|
+
exports["ɵk"] = /** @class */ (function () {
|
|
1325
|
+
function ContactActivityScoreModule() {
|
|
1326
|
+
}
|
|
1327
|
+
return ContactActivityScoreModule;
|
|
1328
|
+
}());
|
|
1329
|
+
exports["ɵk"] = __decorate([
|
|
1330
|
+
core.NgModule({
|
|
1331
|
+
declarations: [exports["ɵl"]],
|
|
1332
|
+
imports: [common.CommonModule],
|
|
1333
|
+
})
|
|
1334
|
+
], exports["ɵk"]);
|
|
1335
|
+
|
|
1336
|
+
exports["ɵm"] = /** @class */ (function () {
|
|
1337
|
+
function RelevanceScoreModule() {
|
|
1338
|
+
}
|
|
1339
|
+
return RelevanceScoreModule;
|
|
1340
|
+
}());
|
|
1341
|
+
exports["ɵm"] = __decorate([
|
|
1342
|
+
core.NgModule({
|
|
1343
|
+
declarations: [exports["ɵn"]],
|
|
1344
|
+
imports: [common.CommonModule],
|
|
1345
|
+
})
|
|
1346
|
+
], exports["ɵm"]);
|
|
1347
|
+
|
|
1348
|
+
exports["ɵj"] = /** @class */ (function () {
|
|
1349
|
+
function FrameworkModule() {
|
|
1350
|
+
}
|
|
1351
|
+
return FrameworkModule;
|
|
1352
|
+
}());
|
|
1353
|
+
exports["ɵj"] = __decorate([
|
|
1354
|
+
core.NgModule({
|
|
1355
|
+
declarations: [],
|
|
1356
|
+
imports: [],
|
|
1357
|
+
exports: [exports["ɵk"], exports["ɵm"]]
|
|
1358
|
+
})
|
|
1359
|
+
], exports["ɵj"]);
|
|
1360
|
+
|
|
1361
|
+
exports["ɵh"] = /** @class */ (function () {
|
|
1362
|
+
function GridModule() {
|
|
1363
|
+
}
|
|
1364
|
+
return GridModule;
|
|
1365
|
+
}());
|
|
1366
|
+
exports["ɵh"] = __decorate([
|
|
1367
|
+
core.NgModule({
|
|
1368
|
+
declarations: [exports["ɵi"]],
|
|
1369
|
+
imports: [common.CommonModule, agGridAngular.AgGridModule.withComponents([]), exports["ɵj"]],
|
|
1370
|
+
exports: [exports["ɵi"]]
|
|
1371
|
+
})
|
|
1372
|
+
], exports["ɵh"]);
|
|
1155
1373
|
|
|
1156
1374
|
exports.AtomsModule = /** @class */ (function () {
|
|
1157
1375
|
function AtomsModule() {
|
|
@@ -1178,9 +1396,13 @@
|
|
|
1178
1396
|
exports.IconModule,
|
|
1179
1397
|
exports.IconWrapperModule,
|
|
1180
1398
|
exports["ɵd"],
|
|
1399
|
+
exports["ɵf"],
|
|
1181
1400
|
exports.InputRadioModule,
|
|
1182
1401
|
exports.InputCheckboxModule,
|
|
1183
1402
|
exports.InputTextModule,
|
|
1403
|
+
exports["ɵh"],
|
|
1404
|
+
exports["ɵk"],
|
|
1405
|
+
exports["ɵm"]
|
|
1184
1406
|
],
|
|
1185
1407
|
})
|
|
1186
1408
|
], exports.AtomsModule);
|
|
@@ -1559,34 +1781,34 @@
|
|
|
1559
1781
|
})
|
|
1560
1782
|
], exports.EventsSettingsPageComponent);
|
|
1561
1783
|
|
|
1562
|
-
exports["
|
|
1784
|
+
exports["ɵp"] = /** @class */ (function () {
|
|
1563
1785
|
function AdminListTemplateComponent() {
|
|
1564
1786
|
}
|
|
1565
1787
|
AdminListTemplateComponent.prototype.ngOnInit = function () { };
|
|
1566
1788
|
return AdminListTemplateComponent;
|
|
1567
1789
|
}());
|
|
1568
|
-
exports["
|
|
1790
|
+
exports["ɵp"] = __decorate([
|
|
1569
1791
|
core.Component({
|
|
1570
1792
|
selector: 'symphony-admin-list-template',
|
|
1571
1793
|
template: "<div class=\"sfx\">\n <!---->\n <section class=\"sfx-page-title\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-12 colmd-12 col-lg-12 add-source-list\">\n <ng-content select=\"[sfx-header]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30\">\n <div class=\"sfx-filter-section\">\n <div class=\"row\">\n <ng-content select=\"[sfx-filter-area]\"></ng-content>\n </div>\n </div>\n </section>\n <section class=\"sfx-title-wrap\">\n <div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"col-xs-12 col-sm-12 col-md-5 col-lg-5 sfx-pl-0\">\n <!-- <h4 class=\"margin-left-minus-15\">22 Event Venues</h4> -->\n <ng-content select=\"[sfx-title]\"></ng-content>\n </div>\n <span class=\"pull-right sfx-create-new\">\n <ng-content select=\"[sfx-grid-action]\"></ng-content>\n </span>\n </div>\n </section>\n <section class=\"sfx-mt-30\">\n <ng-content select=\"[sfx-grid]\"></ng-content>\n </section>\n</div>\n",
|
|
1572
1794
|
styles: [".sfx-page-title{margin-bottom:1.875rem;margin-top:3.125rem}.sfx-title-wrap{border-bottom:5px solid #000;display:inline-block;width:100%}"]
|
|
1573
1795
|
})
|
|
1574
|
-
], exports["
|
|
1796
|
+
], exports["ɵp"]);
|
|
1575
1797
|
|
|
1576
|
-
exports["
|
|
1798
|
+
exports["ɵo"] = /** @class */ (function () {
|
|
1577
1799
|
function AdminListModule() {
|
|
1578
1800
|
}
|
|
1579
1801
|
return AdminListModule;
|
|
1580
1802
|
}());
|
|
1581
|
-
exports["
|
|
1803
|
+
exports["ɵo"] = __decorate([
|
|
1582
1804
|
core.NgModule({
|
|
1583
|
-
declarations: [exports["
|
|
1805
|
+
declarations: [exports["ɵp"]],
|
|
1584
1806
|
imports: [common.CommonModule],
|
|
1585
|
-
exports: [exports["
|
|
1807
|
+
exports: [exports["ɵp"]],
|
|
1586
1808
|
})
|
|
1587
|
-
], exports["
|
|
1809
|
+
], exports["ɵo"]);
|
|
1588
1810
|
|
|
1589
|
-
exports["
|
|
1811
|
+
exports["ɵr"] = /** @class */ (function () {
|
|
1590
1812
|
function PlaceholderComponent() {
|
|
1591
1813
|
}
|
|
1592
1814
|
PlaceholderComponent.prototype.ngOnInit = function () { };
|
|
@@ -1594,42 +1816,42 @@
|
|
|
1594
1816
|
}());
|
|
1595
1817
|
__decorate([
|
|
1596
1818
|
core.Input()
|
|
1597
|
-
], exports["
|
|
1819
|
+
], exports["ɵr"].prototype, "type", void 0);
|
|
1598
1820
|
__decorate([
|
|
1599
1821
|
core.Input()
|
|
1600
|
-
], exports["
|
|
1822
|
+
], exports["ɵr"].prototype, "label", void 0);
|
|
1601
1823
|
__decorate([
|
|
1602
1824
|
core.Input()
|
|
1603
|
-
], exports["
|
|
1825
|
+
], exports["ɵr"].prototype, "tooltip", void 0);
|
|
1604
1826
|
__decorate([
|
|
1605
1827
|
core.Input()
|
|
1606
|
-
], exports["
|
|
1828
|
+
], exports["ɵr"].prototype, "tooltipPlacement", void 0);
|
|
1607
1829
|
__decorate([
|
|
1608
1830
|
core.Input()
|
|
1609
|
-
], exports["
|
|
1831
|
+
], exports["ɵr"].prototype, "height", void 0);
|
|
1610
1832
|
__decorate([
|
|
1611
1833
|
core.Input()
|
|
1612
|
-
], exports["
|
|
1613
|
-
exports["
|
|
1834
|
+
], exports["ɵr"].prototype, "width", void 0);
|
|
1835
|
+
exports["ɵr"] = __decorate([
|
|
1614
1836
|
core.Component({
|
|
1615
1837
|
selector: 'symphony-placeholder',
|
|
1616
1838
|
template: "<div\n *ngIf=\"type !== 'circle'\"\n class=\"placeholder-dashed\"\n [ngStyle]=\"{ height: height }\"\n>\n {{ label }}\n</div>\n\n<div\n *ngIf=\"type === 'circle'\"\n [tooltip]=\"tooltip\"\n [placement]=\"tooltipPlacement\"\n class=\"placeholder-dashed-circle\"\n [ngStyle]=\"{ height: height, width: width }\"\n>\n {{ label }}\n</div>\n",
|
|
1617
1839
|
styles: [".placeholder-dashed{border:3px dashed #464646;border-radius:10px}.placeholder-dashed,.placeholder-dashed-circle{align-items:center;background:repeating-linear-gradient(-55deg,#d0d0d0,#d0d0d0 10px,#d9d9d9 0,#d9d9d9 20px);color:#464646;display:flex;font-size:18px;height:100%;justify-content:center;text-align:center}.placeholder-dashed-circle{border:3px dashed #464646;border-radius:50%}.wrapper div{height:100%}"]
|
|
1618
1840
|
})
|
|
1619
|
-
], exports["
|
|
1841
|
+
], exports["ɵr"]);
|
|
1620
1842
|
|
|
1621
|
-
exports["
|
|
1843
|
+
exports["ɵq"] = /** @class */ (function () {
|
|
1622
1844
|
function PlaceholderModule() {
|
|
1623
1845
|
}
|
|
1624
1846
|
return PlaceholderModule;
|
|
1625
1847
|
}());
|
|
1626
|
-
exports["
|
|
1848
|
+
exports["ɵq"] = __decorate([
|
|
1627
1849
|
core.NgModule({
|
|
1628
|
-
declarations: [exports["
|
|
1850
|
+
declarations: [exports["ɵr"]],
|
|
1629
1851
|
imports: [common.CommonModule, tooltip.TooltipModule.forRoot()],
|
|
1630
|
-
exports: [exports["
|
|
1852
|
+
exports: [exports["ɵr"]],
|
|
1631
1853
|
})
|
|
1632
|
-
], exports["
|
|
1854
|
+
], exports["ɵq"]);
|
|
1633
1855
|
|
|
1634
1856
|
exports.EventsSettingsPageModule = /** @class */ (function () {
|
|
1635
1857
|
function EventsSettingsPageModule() {
|
|
@@ -1641,12 +1863,12 @@
|
|
|
1641
1863
|
declarations: [exports.EventsSettingsPageComponent],
|
|
1642
1864
|
imports: [
|
|
1643
1865
|
common.CommonModule,
|
|
1644
|
-
exports["
|
|
1866
|
+
exports["ɵo"],
|
|
1645
1867
|
exports.H3Module,
|
|
1646
1868
|
exports.H4Module,
|
|
1647
|
-
exports["
|
|
1869
|
+
exports["ɵq"],
|
|
1648
1870
|
exports.BreadcrumbModule,
|
|
1649
|
-
exports["
|
|
1871
|
+
exports["ɵf"],
|
|
1650
1872
|
exports.IconModule,
|
|
1651
1873
|
exports.InputTextModule,
|
|
1652
1874
|
exports.ContextualMenuModule
|
|
@@ -1655,6 +1877,599 @@
|
|
|
1655
1877
|
})
|
|
1656
1878
|
], exports.EventsSettingsPageModule);
|
|
1657
1879
|
|
|
1880
|
+
exports.ColorSwatchCollectionComponent = /** @class */ (function () {
|
|
1881
|
+
function ColorSwatchCollectionComponent() {
|
|
1882
|
+
}
|
|
1883
|
+
ColorSwatchCollectionComponent.prototype.ngOnInit = function () { };
|
|
1884
|
+
return ColorSwatchCollectionComponent;
|
|
1885
|
+
}());
|
|
1886
|
+
__decorate([
|
|
1887
|
+
core.Input()
|
|
1888
|
+
], exports.ColorSwatchCollectionComponent.prototype, "colorList", void 0);
|
|
1889
|
+
exports.ColorSwatchCollectionComponent = __decorate([
|
|
1890
|
+
core.Component({
|
|
1891
|
+
selector: 'symphony-main-ui-color-swatch',
|
|
1892
|
+
template: "<ul class=\"color-list list-unstyled\">\n <li class=\"color-list-item\" *ngFor=\"let color of colorList\">\n <symphony-ui-color-explorer\n [colorSwatchModel]=\"color\"\n ></symphony-ui-color-explorer>\n </li>\n</ul>\n",
|
|
1893
|
+
encapsulation: core.ViewEncapsulation.None,
|
|
1894
|
+
styles: [".data-vis-ext .color-list,.data-vis .color-list{display:flex;flex-direction:column;flex-wrap:wrap;height:100vh;width:50vw}.data-vis-ext .color-list-item,.data-vis .color-list-item{flex:0 0 20%;padding:0}.main-ui .color-list-item{padding:5px 0}"]
|
|
1895
|
+
})
|
|
1896
|
+
], exports.ColorSwatchCollectionComponent);
|
|
1897
|
+
|
|
1898
|
+
exports.ColorSwatchCollectionModule = /** @class */ (function () {
|
|
1899
|
+
function ColorSwatchCollectionModule() {
|
|
1900
|
+
}
|
|
1901
|
+
return ColorSwatchCollectionModule;
|
|
1902
|
+
}());
|
|
1903
|
+
exports.ColorSwatchCollectionModule = __decorate([
|
|
1904
|
+
core.NgModule({
|
|
1905
|
+
declarations: [exports.ColorSwatchCollectionComponent],
|
|
1906
|
+
imports: [common.CommonModule, exports.ColorSwatchModule],
|
|
1907
|
+
exports: []
|
|
1908
|
+
})
|
|
1909
|
+
], exports.ColorSwatchCollectionModule);
|
|
1910
|
+
|
|
1911
|
+
var IconExplorerHelper = /** @class */ (function () {
|
|
1912
|
+
function IconExplorerHelper() {
|
|
1913
|
+
}
|
|
1914
|
+
IconExplorerHelper.getAllIcons = function () {
|
|
1915
|
+
var allIcons = [];
|
|
1916
|
+
allIcons = allIcons.concat(this.getHasNoBorderIconList());
|
|
1917
|
+
allIcons = allIcons.concat(this.getHasBorderIconList());
|
|
1918
|
+
allIcons = allIcons.concat(this.getInverseIconList());
|
|
1919
|
+
return allIcons;
|
|
1920
|
+
};
|
|
1921
|
+
IconExplorerHelper.getHasNoBorderIconList = function () {
|
|
1922
|
+
return [
|
|
1923
|
+
{
|
|
1924
|
+
icon: Icons.MOREOPTIONS,
|
|
1925
|
+
iconName: 'MOREOPTIONS',
|
|
1926
|
+
iconClass: 'si-more-options',
|
|
1927
|
+
hasBorder: false,
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
icon: Icons.ADD,
|
|
1931
|
+
iconName: 'ADD',
|
|
1932
|
+
iconClass: 'si-add',
|
|
1933
|
+
hasBorder: false,
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
icon: Icons.ACTIVITY,
|
|
1937
|
+
iconName: 'ACTIVITY',
|
|
1938
|
+
iconClass: 'si-activity',
|
|
1939
|
+
hasBorder: false,
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
icon: Icons.ARROWHIDEREVEAL,
|
|
1943
|
+
iconName: 'ARROWHIDEREVEAL',
|
|
1944
|
+
iconClass: 'si-arrow-hide-reveal',
|
|
1945
|
+
hasBorder: false,
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
icon: Icons.ARROWNEXT,
|
|
1949
|
+
iconName: 'ARROWNEXT',
|
|
1950
|
+
iconClass: 'si-arrow-next',
|
|
1951
|
+
hasBorder: false,
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
icon: Icons.ARROWPREV,
|
|
1955
|
+
iconName: 'ARROWPREV',
|
|
1956
|
+
iconClass: 'si-arrow-prev',
|
|
1957
|
+
hasBorder: false,
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
icon: Icons.CLOSEMODAL,
|
|
1961
|
+
iconName: 'CLOSEMODAL',
|
|
1962
|
+
iconClass: 'si-close-modal',
|
|
1963
|
+
hasBorder: false,
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
icon: Icons.COLLAPSE,
|
|
1967
|
+
iconName: 'COLLAPSE',
|
|
1968
|
+
iconClass: 'si-collapse',
|
|
1969
|
+
hasBorder: false,
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
icon: Icons.DAYMODE,
|
|
1973
|
+
iconName: 'DAYMODE',
|
|
1974
|
+
iconClass: 'si-daymode',
|
|
1975
|
+
hasBorder: false,
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
icon: Icons.DELETE,
|
|
1979
|
+
iconName: 'DELETE',
|
|
1980
|
+
iconClass: 'si-delete',
|
|
1981
|
+
hasBorder: false,
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
icon: Icons.DOCUMENT,
|
|
1985
|
+
iconName: 'DOCUMENT',
|
|
1986
|
+
iconClass: 'si-document',
|
|
1987
|
+
hasBorder: false,
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
icon: Icons.DOWNLOAD,
|
|
1991
|
+
iconName: 'DOWNLOAD',
|
|
1992
|
+
iconClass: 'si-download',
|
|
1993
|
+
hasBorder: false,
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
icon: Icons.EDIT,
|
|
1997
|
+
iconName: 'EDIT',
|
|
1998
|
+
iconClass: 'si-edit',
|
|
1999
|
+
hasBorder: false,
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
icon: Icons.EMAILDRIP,
|
|
2003
|
+
iconName: 'EMAILDRIP',
|
|
2004
|
+
iconClass: 'si-email-drip',
|
|
2005
|
+
hasBorder: false,
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
icon: Icons.EMAILOPEN,
|
|
2009
|
+
iconName: 'EMAILOPEN',
|
|
2010
|
+
iconClass: 'si-email-open',
|
|
2011
|
+
hasBorder: false,
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
icon: Icons.EMAILSEND,
|
|
2015
|
+
iconName: 'EMAILSEND',
|
|
2016
|
+
iconClass: 'si-email-send',
|
|
2017
|
+
hasBorder: false,
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
icon: Icons.EXPAND,
|
|
2021
|
+
iconName: 'EXPAND',
|
|
2022
|
+
iconClass: 'si-expand',
|
|
2023
|
+
hasBorder: false,
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
icon: Icons.FAVORITE,
|
|
2027
|
+
iconName: 'FAVORITE',
|
|
2028
|
+
iconClass: 'si-favorite',
|
|
2029
|
+
hasBorder: false,
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
icon: Icons.FEEDBACKMAYBE,
|
|
2033
|
+
iconName: 'FEEDBACKMAYBE',
|
|
2034
|
+
iconClass: 'si-feedback-maybe',
|
|
2035
|
+
hasBorder: false,
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
icon: Icons.FEEDBACKNO,
|
|
2039
|
+
iconName: 'FEEDBACKNO',
|
|
2040
|
+
iconClass: 'si-feedback-no',
|
|
2041
|
+
hasBorder: false,
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
icon: Icons.FEEDBACKYES,
|
|
2045
|
+
iconName: 'FEEDBACKYES',
|
|
2046
|
+
iconClass: 'si-feedback-yes',
|
|
2047
|
+
hasBorder: false,
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
icon: Icons.FOLDERMULTIPLE,
|
|
2051
|
+
iconName: 'FOLDERMULTIPLE',
|
|
2052
|
+
iconClass: 'si-folder-multiple',
|
|
2053
|
+
hasBorder: false,
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
icon: Icons.INCLUDE,
|
|
2057
|
+
iconName: 'INCLUDE',
|
|
2058
|
+
iconClass: 'si-include',
|
|
2059
|
+
hasBorder: false,
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
icon: Icons.INFO,
|
|
2063
|
+
iconName: 'INFO',
|
|
2064
|
+
iconClass: 'si-info',
|
|
2065
|
+
hasBorder: false,
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
icon: Icons.INTERVIEW,
|
|
2069
|
+
iconName: 'INTERVIEW',
|
|
2070
|
+
iconClass: 'si-interview',
|
|
2071
|
+
hasBorder: false,
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
icon: Icons.LINK,
|
|
2075
|
+
iconName: 'LINK',
|
|
2076
|
+
iconClass: 'si-link',
|
|
2077
|
+
hasBorder: false,
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
icon: Icons.LOCATION,
|
|
2081
|
+
iconName: 'LOCATION',
|
|
2082
|
+
iconClass: 'si-location',
|
|
2083
|
+
hasBorder: false,
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
icon: Icons.MENUALL,
|
|
2087
|
+
iconName: 'MENUALL',
|
|
2088
|
+
iconClass: 'si-menu-all',
|
|
2089
|
+
hasBorder: false,
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
icon: Icons.MENUANALYTICS,
|
|
2093
|
+
iconName: 'MENUANALYTICS',
|
|
2094
|
+
iconClass: 'si-menu-analytics',
|
|
2095
|
+
hasBorder: false,
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
icon: Icons.MENUASSETS,
|
|
2099
|
+
iconName: 'MENUASSETS',
|
|
2100
|
+
iconClass: 'si-menu-assets',
|
|
2101
|
+
hasBorder: false,
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
icon: Icons.MENUCAMPAIGNS,
|
|
2105
|
+
iconName: 'MENUCAMPAIGNS',
|
|
2106
|
+
iconClass: 'si-menu-campaigns',
|
|
2107
|
+
hasBorder: false,
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
icon: Icons.MENUCONTACT,
|
|
2111
|
+
iconName: 'MENUCONTACT',
|
|
2112
|
+
iconClass: 'si-menu-contact',
|
|
2113
|
+
hasBorder: false,
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
icon: Icons.MENUCONTENT,
|
|
2117
|
+
iconName: 'MENUCONTENT',
|
|
2118
|
+
iconClass: 'si-menu-content',
|
|
2119
|
+
hasBorder: false,
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
icon: Icons.MENUDASHBOARD,
|
|
2123
|
+
iconName: 'MENUDASHBOARD',
|
|
2124
|
+
iconClass: 'si-menu-dashboard',
|
|
2125
|
+
hasBorder: false,
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
icon: Icons.MENUEVENTS,
|
|
2129
|
+
iconName: 'MENUEVENTS',
|
|
2130
|
+
iconClass: 'si-menu-events',
|
|
2131
|
+
hasBorder: false,
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
icon: Icons.MENUFOLDERS,
|
|
2135
|
+
iconName: 'MENUFOLDERS',
|
|
2136
|
+
iconClass: 'si-menu-folders',
|
|
2137
|
+
hasBorder: false,
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
icon: Icons.MENUJOBS,
|
|
2141
|
+
iconName: 'MENUJOBS',
|
|
2142
|
+
iconClass: 'si-menu-jobs',
|
|
2143
|
+
hasBorder: false,
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
icon: Icons.MENURETURN,
|
|
2147
|
+
iconName: 'MENURETURN',
|
|
2148
|
+
iconClass: 'si-menu-return',
|
|
2149
|
+
hasBorder: false,
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
icon: Icons.MENUWORKFLOWS,
|
|
2153
|
+
iconName: 'MENUWORKFLOWS',
|
|
2154
|
+
iconClass: 'si-menu-workflows',
|
|
2155
|
+
hasBorder: false,
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
icon: Icons.MERGE,
|
|
2159
|
+
iconName: 'MERGE',
|
|
2160
|
+
iconClass: 'si-merge',
|
|
2161
|
+
hasBorder: false,
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
icon: Icons.MOVE,
|
|
2165
|
+
iconName: 'MOVE',
|
|
2166
|
+
iconClass: 'si-move',
|
|
2167
|
+
hasBorder: false,
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
icon: Icons.NIGHTMODE,
|
|
2171
|
+
iconName: 'NIGHTMODE',
|
|
2172
|
+
iconClass: 'si-nightmode',
|
|
2173
|
+
hasBorder: false,
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
icon: Icons.NOTIFICATION,
|
|
2177
|
+
iconName: 'NOTIFICATION',
|
|
2178
|
+
iconClass: 'si-notification',
|
|
2179
|
+
hasBorder: false,
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
icon: Icons.ORGANIZECOLUMNS,
|
|
2183
|
+
iconName: 'ORGANIZECOLUMNS',
|
|
2184
|
+
iconClass: 'si-organize-columns',
|
|
2185
|
+
hasBorder: false,
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
icon: Icons.ORGANIZECONTACTS,
|
|
2189
|
+
iconName: 'ORGANIZECONTACTS',
|
|
2190
|
+
iconClass: 'si-organize-contacts',
|
|
2191
|
+
hasBorder: false,
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
icon: Icons.PENDINGINCOMPLETE,
|
|
2195
|
+
iconName: 'PENDINGINCOMPLETE',
|
|
2196
|
+
iconClass: 'si-pending-incomplete',
|
|
2197
|
+
hasBorder: false,
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
icon: Icons.PHONENUMBER,
|
|
2201
|
+
iconName: 'PHONENUMBER',
|
|
2202
|
+
iconClass: 'si-phone-number',
|
|
2203
|
+
hasBorder: false,
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
icon: Icons.PREVIEW,
|
|
2207
|
+
iconName: 'PREVIEW',
|
|
2208
|
+
iconClass: 'si-preview',
|
|
2209
|
+
hasBorder: false,
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
icon: Icons.PROMOTE,
|
|
2213
|
+
iconName: 'PROMOTE',
|
|
2214
|
+
iconClass: 'si-promote',
|
|
2215
|
+
hasBorder: false,
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
icon: Icons.REFRESH,
|
|
2219
|
+
iconName: 'REFRESH',
|
|
2220
|
+
iconClass: 'si-refresh',
|
|
2221
|
+
hasBorder: false,
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
icon: Icons.REMOVE,
|
|
2225
|
+
iconName: 'REMOVE',
|
|
2226
|
+
iconClass: 'si-remove',
|
|
2227
|
+
hasBorder: false,
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
icon: Icons.EXCLUDE,
|
|
2231
|
+
iconName: 'EXCLUDE',
|
|
2232
|
+
iconClass: 'si-exclude',
|
|
2233
|
+
hasBorder: false,
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
icon: Icons.RESULTSFILTERS,
|
|
2237
|
+
iconName: 'RESULTSFILTERS',
|
|
2238
|
+
iconClass: 'si-results-filters',
|
|
2239
|
+
hasBorder: false,
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
icon: Icons.REVIEW,
|
|
2243
|
+
iconName: 'REVIEW',
|
|
2244
|
+
iconClass: 'si-review',
|
|
2245
|
+
hasBorder: false,
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
icon: Icons.SALARY,
|
|
2249
|
+
iconName: 'SALARY',
|
|
2250
|
+
iconClass: 'si-salary',
|
|
2251
|
+
hasBorder: false,
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
icon: Icons.SAVE,
|
|
2255
|
+
iconName: 'SAVE',
|
|
2256
|
+
iconClass: 'si-save',
|
|
2257
|
+
hasBorder: false,
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
icon: Icons.SEARCHADVANCED,
|
|
2261
|
+
iconName: 'SEARCHADVANCED',
|
|
2262
|
+
iconClass: 'si-search-advanced',
|
|
2263
|
+
hasBorder: false,
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
icon: Icons.SEARCHCLEAR,
|
|
2267
|
+
iconName: 'SEARCHCLEAR',
|
|
2268
|
+
iconClass: 'si-search-clear',
|
|
2269
|
+
hasBorder: false,
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
icon: Icons.SEARCHNEW,
|
|
2273
|
+
iconName: 'SEARCHNEW',
|
|
2274
|
+
iconClass: 'si-search-new',
|
|
2275
|
+
hasBorder: false,
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
icon: Icons.SETTINGSMART,
|
|
2279
|
+
iconName: 'SETTINGSMART',
|
|
2280
|
+
iconClass: 'si-settings-smart',
|
|
2281
|
+
hasBorder: false,
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
icon: Icons.SMS,
|
|
2285
|
+
iconName: 'SMS',
|
|
2286
|
+
iconClass: 'si-sms',
|
|
2287
|
+
hasBorder: false,
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
icon: Icons.SORTMINI,
|
|
2291
|
+
iconName: 'SORTMINI',
|
|
2292
|
+
iconClass: 'si-sort-mini',
|
|
2293
|
+
hasBorder: false,
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
icon: Icons.STATUS,
|
|
2297
|
+
iconName: 'STATUS',
|
|
2298
|
+
iconClass: 'si-status',
|
|
2299
|
+
hasBorder: false,
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
icon: Icons.SYSTEMACTION,
|
|
2303
|
+
iconName: 'SYSTEMACTION',
|
|
2304
|
+
iconClass: 'si-system-action',
|
|
2305
|
+
hasBorder: false,
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
icon: Icons.TASKCOMPLETED,
|
|
2309
|
+
iconName: 'TASKCOMPLETED',
|
|
2310
|
+
iconClass: 'si-task-completed',
|
|
2311
|
+
hasBorder: false,
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
icon: Icons.TASKOPEN,
|
|
2315
|
+
iconName: 'TASKOPEN',
|
|
2316
|
+
iconClass: 'si-task-open',
|
|
2317
|
+
hasBorder: false,
|
|
2318
|
+
},
|
|
2319
|
+
{
|
|
2320
|
+
icon: Icons.TIMEFRAME,
|
|
2321
|
+
iconName: 'TIMEFRAME',
|
|
2322
|
+
iconClass: 'si-timeframe',
|
|
2323
|
+
hasBorder: false,
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
icon: Icons.TIMELINE,
|
|
2327
|
+
iconName: 'TIMELINE',
|
|
2328
|
+
iconClass: 'si-timeline',
|
|
2329
|
+
hasBorder: false,
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
icon: Icons.UPLOAD,
|
|
2333
|
+
iconName: 'UPLOAD',
|
|
2334
|
+
iconClass: 'si-upload',
|
|
2335
|
+
hasBorder: false,
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
icon: Icons.USERMULTIPLE,
|
|
2339
|
+
iconName: 'USERMULTIPLE',
|
|
2340
|
+
iconClass: 'si-user-multiple',
|
|
2341
|
+
hasBorder: false,
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
icon: Icons.USER,
|
|
2345
|
+
iconName: 'USER',
|
|
2346
|
+
iconClass: 'si-user',
|
|
2347
|
+
hasBorder: false,
|
|
2348
|
+
},
|
|
2349
|
+
];
|
|
2350
|
+
};
|
|
2351
|
+
IconExplorerHelper.getInverseIconList = function () {
|
|
2352
|
+
return [
|
|
2353
|
+
{
|
|
2354
|
+
icon: Icons.ACTIVITY,
|
|
2355
|
+
iconName: 'ACTIVITY',
|
|
2356
|
+
iconClass: 'si-activity',
|
|
2357
|
+
hasBorder: true,
|
|
2358
|
+
},
|
|
2359
|
+
];
|
|
2360
|
+
};
|
|
2361
|
+
IconExplorerHelper.getHasBorderIconList = function () {
|
|
2362
|
+
return [
|
|
2363
|
+
{
|
|
2364
|
+
icon: Icons.ADD,
|
|
2365
|
+
iconName: 'ADD',
|
|
2366
|
+
iconClass: 'si-add',
|
|
2367
|
+
hasBorder: true,
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
icon: Icons.ARROWNEXT,
|
|
2371
|
+
iconName: 'ARROWNEXT',
|
|
2372
|
+
iconClass: 'si-arrow-next',
|
|
2373
|
+
hasBorder: true,
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
icon: Icons.DELETE,
|
|
2377
|
+
iconName: 'DELETE',
|
|
2378
|
+
iconClass: 'si-delete',
|
|
2379
|
+
hasBorder: true,
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
icon: Icons.DOWNLOAD,
|
|
2383
|
+
iconName: 'DOWNLOAD',
|
|
2384
|
+
iconClass: 'si-download',
|
|
2385
|
+
hasBorder: true,
|
|
2386
|
+
},
|
|
2387
|
+
{
|
|
2388
|
+
icon: Icons.EDIT,
|
|
2389
|
+
iconName: 'EDIT',
|
|
2390
|
+
iconClass: 'si-edit',
|
|
2391
|
+
hasBorder: true,
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
icon: Icons.FEEDBACKYES,
|
|
2395
|
+
iconName: 'FEEDBACKYES',
|
|
2396
|
+
iconClass: 'si-feedback-yes',
|
|
2397
|
+
hasBorder: true,
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
icon: Icons.MENUCONTACT,
|
|
2401
|
+
iconName: 'MENUCONTACT',
|
|
2402
|
+
iconClass: 'si-menu-contact',
|
|
2403
|
+
hasBorder: true,
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
icon: Icons.MOREOPTIONS,
|
|
2407
|
+
iconName: 'MOREOPTIONS',
|
|
2408
|
+
iconClass: 'si-more-options',
|
|
2409
|
+
hasBorder: true,
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
icon: Icons.ORGANIZECOLUMNS,
|
|
2413
|
+
iconName: 'ORGANIZECOLUMNS',
|
|
2414
|
+
iconClass: 'si-organize-columns',
|
|
2415
|
+
hasBorder: true,
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
icon: Icons.PREVIEW,
|
|
2419
|
+
iconName: 'PREVIEW',
|
|
2420
|
+
iconClass: 'si-preview',
|
|
2421
|
+
hasBorder: true,
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
icon: Icons.SAVE,
|
|
2425
|
+
iconName: 'SAVE',
|
|
2426
|
+
iconClass: 'si-save',
|
|
2427
|
+
hasBorder: true,
|
|
2428
|
+
},
|
|
2429
|
+
];
|
|
2430
|
+
};
|
|
2431
|
+
return IconExplorerHelper;
|
|
2432
|
+
}());
|
|
2433
|
+
|
|
2434
|
+
exports.IconExplorerComponent = /** @class */ (function () {
|
|
2435
|
+
function IconExplorerComponent() {
|
|
2436
|
+
this.iconList = IconExplorerHelper.getAllIcons();
|
|
2437
|
+
this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
|
|
2438
|
+
this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
|
|
2439
|
+
this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
|
|
2440
|
+
}
|
|
2441
|
+
IconExplorerComponent.prototype.ngOnInit = function () {
|
|
2442
|
+
this.iconCount = this.iconList.length;
|
|
2443
|
+
this.explorerTitle = "Iconography (" + this.iconCount + " icons)";
|
|
2444
|
+
this.iconHasBorderCount = this.hasBorderIconsList.length;
|
|
2445
|
+
this.borderTitle = "Icons with border (" + this.iconHasBorderCount + " icons)";
|
|
2446
|
+
this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
|
|
2447
|
+
this.noBorderTitle = "Icons without border (" + this.iconHasNoBorderCount + " icons)";
|
|
2448
|
+
this.iconisInverseCount = this.isInverseIconsList.length;
|
|
2449
|
+
this.backgroundTitle = "Icons with background (" + this.iconisInverseCount + " icons)";
|
|
2450
|
+
};
|
|
2451
|
+
return IconExplorerComponent;
|
|
2452
|
+
}());
|
|
2453
|
+
exports.IconExplorerComponent = __decorate([
|
|
2454
|
+
core.Component({
|
|
2455
|
+
selector: 'symphony-icon-explorer',
|
|
2456
|
+
template: "<div class=\"explorer-title\">\n <symphony-h2 [text]=\"explorerTitle\"></symphony-h2>\n</div>\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"noBorderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasNoBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"borderTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of hasBorderIconsList\">\n <symphony-icon-swatch [iconSwatchModel]=\"icon\"></symphony-icon-swatch>\n </li>\n</ul>\n\n<div class=\"explorer-subtitle\">\n <symphony-h3 [text]=\"backgroundTitle\"></symphony-h3>\n</div>\n<ul class=\"sfx-icon-list list-unstyled\">\n <li class=\"icon-list-item\" *ngFor=\"let icon of isInverseIconsList\">\n <symphony-icon-swatch\n [iconSwatchModel]=\"icon\"\n [isInverse]=\"true\"\n ></symphony-icon-swatch>\n </li>\n</ul>\n",
|
|
2457
|
+
styles: [".sfx-icon-list{display:flex;flex-direction:row;flex-wrap:wrap;margin:20px 0 80px;width:100vw}.icon-list-item{flex:0 0 20%;padding:15px 0}.explorer-title{border-bottom:5px solid #000;margin-bottom:30px;padding-bottom:10px}.explorer-subtitle{margin-bottom:10px}"]
|
|
2458
|
+
})
|
|
2459
|
+
], exports.IconExplorerComponent);
|
|
2460
|
+
|
|
2461
|
+
exports.IconExplorerModule = /** @class */ (function () {
|
|
2462
|
+
function IconExplorerModule() {
|
|
2463
|
+
}
|
|
2464
|
+
return IconExplorerModule;
|
|
2465
|
+
}());
|
|
2466
|
+
exports.IconExplorerModule = __decorate([
|
|
2467
|
+
core.NgModule({
|
|
2468
|
+
declarations: [exports.IconExplorerComponent],
|
|
2469
|
+
imports: [common.CommonModule, exports.IconSwatchModule, exports.H2Module, exports.H3Module],
|
|
2470
|
+
})
|
|
2471
|
+
], exports.IconExplorerModule);
|
|
2472
|
+
|
|
1658
2473
|
/*
|
|
1659
2474
|
* ATOMS
|
|
1660
2475
|
*/
|