@symphony-talent/component-library 1.6.0 → 1.7.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 +593 -1045
- 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 +593 -1045
- 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 +4 -6
- package/esm2015/{projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.js → lib/atoms/contextual-menu/contextual-menu.component.js} +7 -7
- package/esm2015/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
- package/esm2015/{projects/component-library/lib/atoms/more-dropdown → lib/atoms/contextual-menu}/more-actions.model.js +1 -1
- package/esm2015/lib/atoms/icon/icon.component.js +13 -5
- package/esm2015/lib/atoms/icon-wrapper/icon-wrapper.component.js +9 -2
- package/esm2015/lib/atoms/input-checkbox/input-checkbox.component.js +2 -2
- package/esm2015/lib/molecules/molecules.module.js +3 -3
- package/esm2015/lib/molecules/note/note.component.js +2 -2
- package/esm2015/lib/molecules/note/note.model.js +1 -1
- package/esm2015/lib/molecules/note/note.module.js +3 -3
- package/esm2015/lib/molecules/task/task.component.js +3 -3
- package/esm2015/lib/molecules/task/task.model.js +1 -1
- package/esm2015/lib/molecules/task/task.module.js +3 -3
- package/esm2015/lib/organisms/note-list/note-list.component.js +19 -0
- package/esm2015/lib/organisms/note-list/note-list.module.js +16 -0
- package/esm2015/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
- package/esm2015/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
- package/esm2015/lib/templates/admin-list/admin-list.component.js +15 -0
- package/esm2015/lib/templates/admin-list/admin-list.module.js +15 -0
- package/esm2015/lib/templates/placeholder/placeholder.component.js +33 -0
- package/esm2015/lib/templates/placeholder/placeholder.module.js +16 -0
- package/esm2015/projects/component-library/lib/atoms/atoms.module.js +4 -6
- package/esm2015/{lib/atoms/more-dropdown/more-dropdown.component.js → projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.js} +7 -7
- package/esm2015/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.js +17 -0
- package/esm2015/{lib/atoms/more-dropdown → projects/component-library/lib/atoms/contextual-menu}/more-actions.model.js +1 -1
- package/esm2015/projects/component-library/lib/atoms/icon/icon.component.js +13 -5
- package/esm2015/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.js +9 -2
- package/esm2015/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.js +2 -2
- package/esm2015/projects/component-library/lib/molecules/molecules.module.js +3 -3
- package/esm2015/projects/component-library/lib/molecules/note/note.component.js +2 -2
- package/esm2015/projects/component-library/lib/molecules/note/note.model.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/note/note.module.js +3 -3
- package/esm2015/projects/component-library/lib/molecules/task/task.component.js +3 -3
- package/esm2015/projects/component-library/lib/molecules/task/task.model.js +1 -1
- package/esm2015/projects/component-library/lib/molecules/task/task.module.js +3 -3
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.component.js +19 -0
- package/esm2015/projects/component-library/lib/organisms/note-list/note-list.module.js +16 -0
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.js +31 -0
- package/esm2015/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.js +35 -0
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.component.js +15 -0
- package/esm2015/projects/component-library/lib/templates/admin-list/admin-list.module.js +15 -0
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.component.js +33 -0
- package/esm2015/projects/component-library/lib/templates/placeholder/placeholder.module.js +16 -0
- package/esm2015/projects/component-library/public-api.js +28 -11
- package/esm2015/projects/component-library/symphony-talent-component-library-projects-component-library.js +10 -22
- package/esm2015/public-api.js +28 -11
- package/esm2015/symphony-talent-component-library.js +10 -22
- package/fesm2015/symphony-talent-component-library-projects-component-library.js +493 -946
- package/fesm2015/symphony-talent-component-library-projects-component-library.js.map +1 -1
- package/fesm2015/symphony-talent-component-library.js +493 -946
- package/fesm2015/symphony-talent-component-library.js.map +1 -1
- package/{projects/component-library/lib/atoms/more-dropdown/more-dropdown.component.d.ts → lib/atoms/contextual-menu/contextual-menu.component.d.ts} +1 -1
- package/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
- package/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
- package/lib/atoms/icon/icon.component.d.ts +3 -1
- package/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +3 -1
- package/lib/atoms/input-checkbox/input-checkbox.component.d.ts +1 -1
- package/lib/molecules/note/note.model.d.ts +1 -1
- package/lib/molecules/task/task.model.d.ts +1 -1
- package/lib/organisms/note-list/note-list.component.d.ts +7 -0
- package/lib/organisms/note-list/note-list.module.d.ts +2 -0
- package/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
- package/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
- package/lib/{atoms/dropdown/dropdown.component.d.ts → templates/admin-list/admin-list.component.d.ts} +1 -1
- package/lib/templates/admin-list/admin-list.module.d.ts +2 -0
- package/lib/templates/placeholder/placeholder.component.d.ts +11 -0
- package/lib/templates/placeholder/placeholder.module.d.ts +2 -0
- package/package.json +1 -1
- package/{lib/atoms/more-dropdown/more-dropdown.component.d.ts → projects/component-library/lib/atoms/contextual-menu/contextual-menu.component.d.ts} +1 -1
- package/projects/component-library/lib/atoms/contextual-menu/contextual-menu.module.d.ts +2 -0
- package/projects/component-library/lib/atoms/{more-dropdown → contextual-menu}/more-actions.model.d.ts +0 -0
- package/projects/component-library/lib/atoms/icon/icon.component.d.ts +3 -1
- package/projects/component-library/lib/atoms/icon-wrapper/icon-wrapper.component.d.ts +3 -1
- package/projects/component-library/lib/atoms/input-checkbox/input-checkbox.component.d.ts +1 -1
- 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/lib/organisms/note-list/note-list.component.d.ts +7 -0
- package/projects/component-library/lib/organisms/note-list/note-list.module.d.ts +2 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +9 -0
- package/projects/component-library/lib/pages/events-settings-page/events-settings-page.module.d.ts +2 -0
- package/projects/component-library/lib/{atoms/dropdown/dropdown.component.d.ts → templates/admin-list/admin-list.component.d.ts} +1 -1
- package/projects/component-library/lib/templates/admin-list/admin-list.module.d.ts +2 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.component.d.ts +11 -0
- package/projects/component-library/lib/templates/placeholder/placeholder.module.d.ts +2 -0
- package/projects/component-library/public-api.d.ts +24 -11
- package/projects/component-library/symphony-talent-component-library-projects-component-library.d.ts +9 -21
- package/projects/component-library/symphony-talent-component-library-projects-component-library.metadata.json +1 -1
- package/public-api.d.ts +24 -11
- package/symphony-talent-component-library.d.ts +9 -21
- package/symphony-talent-component-library.metadata.json +1 -1
- package/esm2015/lib/atoms/dropdown/dropdown.component.js +0 -16
- package/esm2015/lib/atoms/dropdown/dropdown.module.js +0 -18
- package/esm2015/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.component.js +0 -30
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.helper.js +0 -521
- package/esm2015/lib/organisms/icon-explorer/icon-explorer.module.js +0 -17
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.component.js +0 -16
- package/esm2015/projects/component-library/lib/atoms/dropdown/dropdown.module.js +0 -18
- package/esm2015/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.js +0 -17
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.js +0 -19
- package/esm2015/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.js +0 -15
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.js +0 -30
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.js +0 -521
- package/esm2015/projects/component-library/lib/organisms/icon-explorer/icon-explorer.module.js +0 -17
- package/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
- package/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
- package/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
- package/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
- package/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -18
- package/lib/organisms/icon-explorer/icon-explorer.helper.d.ts +0 -7
- package/lib/organisms/icon-explorer/icon-explorer.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/dropdown/dropdown.module.d.ts +0 -2
- package/projects/component-library/lib/atoms/more-dropdown/more-dropdown.module.d.ts +0 -2
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.component.d.ts +0 -7
- package/projects/component-library/lib/organisms/color-swatch-collection/color-swatch-collection.module.d.ts +0 -2
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.component.d.ts +0 -18
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.helper.d.ts +0 -7
- package/projects/component-library/lib/organisms/icon-explorer/icon-explorer.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'
|
|
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
|
|
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';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -296,6 +296,119 @@
|
|
|
296
296
|
return value;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
+
exports.AvatarComponent = /** @class */ (function () {
|
|
300
|
+
function AvatarComponent(sp) {
|
|
301
|
+
this.sp = sp;
|
|
302
|
+
}
|
|
303
|
+
AvatarComponent.prototype.ngOnInit = function () {
|
|
304
|
+
this.initials = '';
|
|
305
|
+
this.firstInitial = '';
|
|
306
|
+
this.bgColor = '';
|
|
307
|
+
if (this.firstName) {
|
|
308
|
+
this.initials += this.sp.transform(this.firstName, 0, 1);
|
|
309
|
+
this.firstInitial = this.sp
|
|
310
|
+
.transform(this.firstName, 0, 1)
|
|
311
|
+
.toLocaleLowerCase();
|
|
312
|
+
}
|
|
313
|
+
if (this.lastName) {
|
|
314
|
+
this.initials += this.sp.transform(this.lastName, 0, 1);
|
|
315
|
+
}
|
|
316
|
+
this.bgColor = this.getColor(this.firstInitial);
|
|
317
|
+
};
|
|
318
|
+
AvatarComponent.prototype.getColor = function (character) {
|
|
319
|
+
switch (character) {
|
|
320
|
+
case 'a':
|
|
321
|
+
return '#D0021B';
|
|
322
|
+
case 'b':
|
|
323
|
+
return '#F5A623';
|
|
324
|
+
case 'c':
|
|
325
|
+
return '#E4D75C';
|
|
326
|
+
case 'd':
|
|
327
|
+
return '#8B572A';
|
|
328
|
+
case 'e':
|
|
329
|
+
return '#579F09';
|
|
330
|
+
case 'f':
|
|
331
|
+
return '#BD10E0';
|
|
332
|
+
case 'g':
|
|
333
|
+
return '#9013FE';
|
|
334
|
+
case 'h':
|
|
335
|
+
return '#4A90E2';
|
|
336
|
+
case 'i':
|
|
337
|
+
return '#39B196';
|
|
338
|
+
case 'j':
|
|
339
|
+
return '#4A4A4A';
|
|
340
|
+
case 'k':
|
|
341
|
+
return '#E84D4D';
|
|
342
|
+
case 'l':
|
|
343
|
+
return '#E84DC0';
|
|
344
|
+
case 'm':
|
|
345
|
+
return '#CE950B';
|
|
346
|
+
case 'n':
|
|
347
|
+
return '#1CCE0B';
|
|
348
|
+
case 'o':
|
|
349
|
+
return '#1DB1A6';
|
|
350
|
+
case 'p':
|
|
351
|
+
return '#3724A9';
|
|
352
|
+
case 'q':
|
|
353
|
+
return '#A9249E';
|
|
354
|
+
case 'r':
|
|
355
|
+
return '#A9246B';
|
|
356
|
+
case 's':
|
|
357
|
+
return '#24A97A';
|
|
358
|
+
case 't':
|
|
359
|
+
return '#1C93B3';
|
|
360
|
+
case 'u':
|
|
361
|
+
return '#D52424';
|
|
362
|
+
case 'v':
|
|
363
|
+
return '#A45519';
|
|
364
|
+
case 'w':
|
|
365
|
+
return '#19A420';
|
|
366
|
+
case 'x':
|
|
367
|
+
return '#A41963';
|
|
368
|
+
case 'y':
|
|
369
|
+
return '#CFD00A';
|
|
370
|
+
case 'z':
|
|
371
|
+
return '#AA0AD0';
|
|
372
|
+
default:
|
|
373
|
+
return '#000000';
|
|
374
|
+
}
|
|
375
|
+
};
|
|
376
|
+
return AvatarComponent;
|
|
377
|
+
}());
|
|
378
|
+
__decorate([
|
|
379
|
+
core.Input()
|
|
380
|
+
], exports.AvatarComponent.prototype, "firstName", void 0);
|
|
381
|
+
__decorate([
|
|
382
|
+
core.Input()
|
|
383
|
+
], exports.AvatarComponent.prototype, "lastName", void 0);
|
|
384
|
+
__decorate([
|
|
385
|
+
core.Input()
|
|
386
|
+
], exports.AvatarComponent.prototype, "sizePx", void 0);
|
|
387
|
+
__decorate([
|
|
388
|
+
core.Input()
|
|
389
|
+
], exports.AvatarComponent.prototype, "fontSizePx", void 0);
|
|
390
|
+
exports.AvatarComponent = __decorate([
|
|
391
|
+
core.Component({
|
|
392
|
+
selector: 'lib-avatar',
|
|
393
|
+
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",
|
|
394
|
+
styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
|
|
395
|
+
})
|
|
396
|
+
], exports.AvatarComponent);
|
|
397
|
+
|
|
398
|
+
exports.AvatarModule = /** @class */ (function () {
|
|
399
|
+
function AvatarModule() {
|
|
400
|
+
}
|
|
401
|
+
return AvatarModule;
|
|
402
|
+
}());
|
|
403
|
+
exports.AvatarModule = __decorate([
|
|
404
|
+
core.NgModule({
|
|
405
|
+
declarations: [exports.AvatarComponent],
|
|
406
|
+
imports: [common.CommonModule],
|
|
407
|
+
providers: [common.SlicePipe],
|
|
408
|
+
exports: [exports.AvatarComponent],
|
|
409
|
+
})
|
|
410
|
+
], exports.AvatarModule);
|
|
411
|
+
|
|
299
412
|
exports.ButtonComponent = /** @class */ (function () {
|
|
300
413
|
function ButtonComponent() {
|
|
301
414
|
this.clicked = new core.EventEmitter();
|
|
@@ -405,86 +518,6 @@
|
|
|
405
518
|
})
|
|
406
519
|
], exports.TaskIconModule);
|
|
407
520
|
|
|
408
|
-
exports.InputTextComponent = /** @class */ (function () {
|
|
409
|
-
function InputTextComponent() {
|
|
410
|
-
this.placeholder = '';
|
|
411
|
-
this.textChange = new core.EventEmitter();
|
|
412
|
-
}
|
|
413
|
-
InputTextComponent.prototype.ngOnInit = function () { };
|
|
414
|
-
InputTextComponent.prototype.onTextChange = function (event) {
|
|
415
|
-
this.textChange.emit(event.target.value);
|
|
416
|
-
};
|
|
417
|
-
return InputTextComponent;
|
|
418
|
-
}());
|
|
419
|
-
__decorate([
|
|
420
|
-
core.Input()
|
|
421
|
-
], exports.InputTextComponent.prototype, "placeholder", void 0);
|
|
422
|
-
__decorate([
|
|
423
|
-
core.Input()
|
|
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);
|
|
431
|
-
__decorate([
|
|
432
|
-
core.Output()
|
|
433
|
-
], exports.InputTextComponent.prototype, "textChange", void 0);
|
|
434
|
-
exports.InputTextComponent = __decorate([
|
|
435
|
-
core.Component({
|
|
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}"]
|
|
439
|
-
})
|
|
440
|
-
], exports.InputTextComponent);
|
|
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
|
-
|
|
475
|
-
exports.InputTextModule = /** @class */ (function () {
|
|
476
|
-
function InputTextModule() {
|
|
477
|
-
}
|
|
478
|
-
return InputTextModule;
|
|
479
|
-
}());
|
|
480
|
-
exports.InputTextModule = __decorate([
|
|
481
|
-
core.NgModule({
|
|
482
|
-
declarations: [exports.InputTextComponent],
|
|
483
|
-
imports: [common.CommonModule, exports.IconModule],
|
|
484
|
-
exports: [exports.InputTextComponent],
|
|
485
|
-
})
|
|
486
|
-
], exports.InputTextModule);
|
|
487
|
-
|
|
488
521
|
exports.ColorSampleComponent = /** @class */ (function () {
|
|
489
522
|
function ColorSampleComponent() {
|
|
490
523
|
}
|
|
@@ -715,194 +748,45 @@
|
|
|
715
748
|
})
|
|
716
749
|
], exports.H5Module);
|
|
717
750
|
|
|
718
|
-
exports
|
|
719
|
-
function
|
|
720
|
-
this.
|
|
751
|
+
exports.IconComponent = /** @class */ (function () {
|
|
752
|
+
function IconComponent() {
|
|
753
|
+
this.clicked = new core.EventEmitter();
|
|
721
754
|
}
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
this.
|
|
725
|
-
this.bgColor = '';
|
|
726
|
-
if (this.firstName) {
|
|
727
|
-
this.initials += this.sp.transform(this.firstName, 0, 1);
|
|
728
|
-
this.firstInitial = this.sp
|
|
729
|
-
.transform(this.firstName, 0, 1)
|
|
730
|
-
.toLocaleLowerCase();
|
|
731
|
-
}
|
|
732
|
-
if (this.lastName) {
|
|
733
|
-
this.initials += this.sp.transform(this.lastName, 0, 1);
|
|
734
|
-
}
|
|
735
|
-
this.bgColor = this.getColor(this.firstInitial);
|
|
755
|
+
IconComponent.prototype.ngOnInit = function () { };
|
|
756
|
+
IconComponent.prototype.onClick = function () {
|
|
757
|
+
this.clicked.emit('clicked');
|
|
736
758
|
};
|
|
737
|
-
|
|
738
|
-
switch (character) {
|
|
739
|
-
case 'a':
|
|
740
|
-
return '#D0021B';
|
|
741
|
-
case 'b':
|
|
742
|
-
return '#F5A623';
|
|
743
|
-
case 'c':
|
|
744
|
-
return '#E4D75C';
|
|
745
|
-
case 'd':
|
|
746
|
-
return '#8B572A';
|
|
747
|
-
case 'e':
|
|
748
|
-
return '#579F09';
|
|
749
|
-
case 'f':
|
|
750
|
-
return '#BD10E0';
|
|
751
|
-
case 'g':
|
|
752
|
-
return '#9013FE';
|
|
753
|
-
case 'h':
|
|
754
|
-
return '#4A90E2';
|
|
755
|
-
case 'i':
|
|
756
|
-
return '#39B196';
|
|
757
|
-
case 'j':
|
|
758
|
-
return '#4A4A4A';
|
|
759
|
-
case 'k':
|
|
760
|
-
return '#E84D4D';
|
|
761
|
-
case 'l':
|
|
762
|
-
return '#E84DC0';
|
|
763
|
-
case 'm':
|
|
764
|
-
return '#CE950B';
|
|
765
|
-
case 'n':
|
|
766
|
-
return '#1CCE0B';
|
|
767
|
-
case 'o':
|
|
768
|
-
return '#1DB1A6';
|
|
769
|
-
case 'p':
|
|
770
|
-
return '#3724A9';
|
|
771
|
-
case 'q':
|
|
772
|
-
return '#A9249E';
|
|
773
|
-
case 'r':
|
|
774
|
-
return '#A9246B';
|
|
775
|
-
case 's':
|
|
776
|
-
return '#24A97A';
|
|
777
|
-
case 't':
|
|
778
|
-
return '#1C93B3';
|
|
779
|
-
case 'u':
|
|
780
|
-
return '#D52424';
|
|
781
|
-
case 'v':
|
|
782
|
-
return '#A45519';
|
|
783
|
-
case 'w':
|
|
784
|
-
return '#19A420';
|
|
785
|
-
case 'x':
|
|
786
|
-
return '#A41963';
|
|
787
|
-
case 'y':
|
|
788
|
-
return '#CFD00A';
|
|
789
|
-
case 'z':
|
|
790
|
-
return '#AA0AD0';
|
|
791
|
-
default:
|
|
792
|
-
return '#000000';
|
|
793
|
-
}
|
|
794
|
-
};
|
|
795
|
-
return AvatarComponent;
|
|
759
|
+
return IconComponent;
|
|
796
760
|
}());
|
|
797
761
|
__decorate([
|
|
798
762
|
core.Input()
|
|
799
|
-
], exports
|
|
800
|
-
__decorate([
|
|
801
|
-
core.Input()
|
|
802
|
-
], exports["ɵf"].prototype, "lastName", void 0);
|
|
763
|
+
], exports.IconComponent.prototype, "icon", void 0);
|
|
803
764
|
__decorate([
|
|
804
765
|
core.Input()
|
|
805
|
-
], exports
|
|
766
|
+
], exports.IconComponent.prototype, "isSecondary", void 0);
|
|
806
767
|
__decorate([
|
|
807
|
-
core.
|
|
808
|
-
], exports
|
|
809
|
-
exports
|
|
768
|
+
core.Output()
|
|
769
|
+
], exports.IconComponent.prototype, "clicked", void 0);
|
|
770
|
+
exports.IconComponent = __decorate([
|
|
810
771
|
core.Component({
|
|
811
|
-
selector: '
|
|
812
|
-
template: "<
|
|
813
|
-
styles: [".
|
|
772
|
+
selector: 'symphony-icon',
|
|
773
|
+
template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n></i>\n",
|
|
774
|
+
styles: [".icon-secondary{color:#fff}i{cursor:pointer;height:18px;width:18px}"]
|
|
814
775
|
})
|
|
815
|
-
], exports
|
|
776
|
+
], exports.IconComponent);
|
|
816
777
|
|
|
817
|
-
exports
|
|
818
|
-
function
|
|
778
|
+
exports.IconModule = /** @class */ (function () {
|
|
779
|
+
function IconModule() {
|
|
819
780
|
}
|
|
820
|
-
return
|
|
781
|
+
return IconModule;
|
|
821
782
|
}());
|
|
822
|
-
exports
|
|
783
|
+
exports.IconModule = __decorate([
|
|
823
784
|
core.NgModule({
|
|
824
|
-
declarations: [exports
|
|
785
|
+
declarations: [exports.IconComponent],
|
|
825
786
|
imports: [common.CommonModule],
|
|
826
|
-
|
|
827
|
-
exports: [exports["ɵf"]],
|
|
828
|
-
})
|
|
829
|
-
], exports["ɵe"]);
|
|
830
|
-
|
|
831
|
-
exports["ɵb"] = /** @class */ (function () {
|
|
832
|
-
function DropdownComponent() {
|
|
833
|
-
}
|
|
834
|
-
DropdownComponent.prototype.ngOnInit = function () {
|
|
835
|
-
};
|
|
836
|
-
return DropdownComponent;
|
|
837
|
-
}());
|
|
838
|
-
exports["ɵb"] = __decorate([
|
|
839
|
-
core.Component({
|
|
840
|
-
selector: 'symphony-dropdown',
|
|
841
|
-
template: "<div class=\"btn-group\" dropdown>\n <button id=\"button-basic\" dropdownToggle type=\"button\" class=\"btn btn-primary dropdown-toggle\"\n aria-controls=\"dropdown-basic\">\n Button dropdown <span class=\"caret\"></span>\n </button>\n <ul id=\"dropdown-basic\" *dropdownMenu class=\"dropdown-menu\"\n role=\"menu\" aria-labelledby=\"button-basic\">\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Action</a></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Another action</a></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Something else here</a></li>\n <li class=\"divider dropdown-divider\"></li>\n <li role=\"menuitem\"><a class=\"dropdown-item\" href=\"#\">Separated link</a>\n </li>\n </ul>\n </div>",
|
|
842
|
-
styles: [""]
|
|
843
|
-
})
|
|
844
|
-
], exports["ɵb"]);
|
|
845
|
-
|
|
846
|
-
exports["ɵa"] = /** @class */ (function () {
|
|
847
|
-
function DropdownModule() {
|
|
848
|
-
}
|
|
849
|
-
return DropdownModule;
|
|
850
|
-
}());
|
|
851
|
-
exports["ɵa"] = __decorate([
|
|
852
|
-
core.NgModule({
|
|
853
|
-
declarations: [exports["ɵb"]],
|
|
854
|
-
imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
|
|
855
|
-
providers: [],
|
|
856
|
-
exports: [exports["ɵb"]],
|
|
857
|
-
})
|
|
858
|
-
], exports["ɵa"]);
|
|
859
|
-
|
|
860
|
-
exports["ɵd"] = /** @class */ (function () {
|
|
861
|
-
function MoreDropdownComponent() {
|
|
862
|
-
}
|
|
863
|
-
MoreDropdownComponent.prototype.ngOnInit = function () {
|
|
864
|
-
this.sfxMoreActions = this.moreActions;
|
|
865
|
-
};
|
|
866
|
-
return MoreDropdownComponent;
|
|
867
|
-
}());
|
|
868
|
-
__decorate([
|
|
869
|
-
core.Input()
|
|
870
|
-
], exports["ɵd"].prototype, "moreActions", void 0);
|
|
871
|
-
exports["ɵd"] = __decorate([
|
|
872
|
-
core.Component({
|
|
873
|
-
selector: 'symphony-more-dropdown',
|
|
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}"]
|
|
876
|
-
})
|
|
877
|
-
], exports["ɵd"]);
|
|
878
|
-
|
|
879
|
-
exports["ɵc"] = /** @class */ (function () {
|
|
880
|
-
function MoreDropdownModule() {
|
|
881
|
-
}
|
|
882
|
-
return MoreDropdownModule;
|
|
883
|
-
}());
|
|
884
|
-
exports["ɵc"] = __decorate([
|
|
885
|
-
core.NgModule({
|
|
886
|
-
declarations: [exports["ɵd"]],
|
|
887
|
-
imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
|
|
888
|
-
exports: [exports["ɵd"]]
|
|
889
|
-
})
|
|
890
|
-
], exports["ɵc"]);
|
|
891
|
-
|
|
892
|
-
exports["ɵg"] = /** @class */ (function () {
|
|
893
|
-
function PillModule() {
|
|
894
|
-
}
|
|
895
|
-
return PillModule;
|
|
896
|
-
}());
|
|
897
|
-
exports["ɵg"] = __decorate([
|
|
898
|
-
core.NgModule({
|
|
899
|
-
declarations: [exports.PillComponent],
|
|
900
|
-
imports: [
|
|
901
|
-
common.CommonModule, tooltip.TooltipModule.forRoot()
|
|
902
|
-
],
|
|
903
|
-
exports: [exports.PillComponent],
|
|
787
|
+
exports: [exports.IconComponent],
|
|
904
788
|
})
|
|
905
|
-
], exports
|
|
789
|
+
], exports.IconModule);
|
|
906
790
|
|
|
907
791
|
var Icons;
|
|
908
792
|
(function (Icons) {
|
|
@@ -979,97 +863,92 @@
|
|
|
979
863
|
Icons["USER"] = "si-user";
|
|
980
864
|
})(Icons || (Icons = {}));
|
|
981
865
|
|
|
982
|
-
exports
|
|
866
|
+
exports.IconWrapperComponent = /** @class */ (function () {
|
|
983
867
|
function IconWrapperComponent() {
|
|
984
868
|
this.Icons = Icons;
|
|
869
|
+
this.clicked = new core.EventEmitter();
|
|
985
870
|
}
|
|
986
871
|
IconWrapperComponent.prototype.ngOnInit = function () { };
|
|
872
|
+
IconWrapperComponent.prototype.onClick = function () {
|
|
873
|
+
this.clicked.emit('clicked');
|
|
874
|
+
};
|
|
987
875
|
return IconWrapperComponent;
|
|
988
876
|
}());
|
|
989
877
|
__decorate([
|
|
990
878
|
core.Input()
|
|
991
|
-
], exports
|
|
992
|
-
|
|
879
|
+
], exports.IconWrapperComponent.prototype, "isInverse", void 0);
|
|
880
|
+
__decorate([
|
|
881
|
+
core.Output()
|
|
882
|
+
], exports.IconWrapperComponent.prototype, "clicked", void 0);
|
|
883
|
+
exports.IconWrapperComponent = __decorate([
|
|
993
884
|
core.Component({
|
|
994
885
|
selector: 'symphony-icon-wrapper',
|
|
995
886
|
template: "<div class=\"icon-wrapper\" [ngClass]=\"{ 'is-inverse': isInverse }\">\n <ng-content></ng-content>\n</div>\n",
|
|
996
887
|
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}"]
|
|
997
888
|
})
|
|
998
|
-
], exports
|
|
889
|
+
], exports.IconWrapperComponent);
|
|
999
890
|
|
|
1000
|
-
exports
|
|
891
|
+
exports.IconWrapperModule = /** @class */ (function () {
|
|
1001
892
|
function IconWrapperModule() {
|
|
1002
893
|
}
|
|
1003
894
|
return IconWrapperModule;
|
|
1004
895
|
}());
|
|
1005
|
-
exports
|
|
896
|
+
exports.IconWrapperModule = __decorate([
|
|
1006
897
|
core.NgModule({
|
|
1007
|
-
declarations: [exports
|
|
898
|
+
declarations: [exports.IconWrapperComponent],
|
|
1008
899
|
imports: [common.CommonModule],
|
|
1009
|
-
exports: [exports
|
|
900
|
+
exports: [exports.IconWrapperComponent],
|
|
1010
901
|
})
|
|
1011
|
-
], exports
|
|
902
|
+
], exports.IconWrapperModule);
|
|
1012
903
|
|
|
1013
|
-
exports
|
|
1014
|
-
function
|
|
904
|
+
exports.InputCheckboxComponent = /** @class */ (function () {
|
|
905
|
+
function InputCheckboxComponent() {
|
|
906
|
+
this.clicked = new core.EventEmitter();
|
|
1015
907
|
}
|
|
1016
|
-
|
|
1017
|
-
|
|
908
|
+
InputCheckboxComponent.prototype.ngOnInit = function () { };
|
|
909
|
+
InputCheckboxComponent.prototype.onClick = function () {
|
|
910
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
911
|
+
this.clicked.emit({
|
|
912
|
+
label: this.label,
|
|
913
|
+
isActive: this.isActive,
|
|
914
|
+
});
|
|
915
|
+
};
|
|
916
|
+
return InputCheckboxComponent;
|
|
1018
917
|
}());
|
|
1019
918
|
__decorate([
|
|
1020
919
|
core.Input()
|
|
1021
|
-
], exports
|
|
1022
|
-
|
|
1023
|
-
core.
|
|
1024
|
-
|
|
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
|
-
}());
|
|
920
|
+
], exports.InputCheckboxComponent.prototype, "isActive", void 0);
|
|
921
|
+
__decorate([
|
|
922
|
+
core.Input()
|
|
923
|
+
], exports.InputCheckboxComponent.prototype, "label", void 0);
|
|
1048
924
|
__decorate([
|
|
1049
925
|
core.Input()
|
|
1050
|
-
], exports
|
|
1051
|
-
|
|
926
|
+
], exports.InputCheckboxComponent.prototype, "isRequired", void 0);
|
|
927
|
+
__decorate([
|
|
928
|
+
core.Output()
|
|
929
|
+
], exports.InputCheckboxComponent.prototype, "clicked", void 0);
|
|
930
|
+
exports.InputCheckboxComponent = __decorate([
|
|
1052
931
|
core.Component({
|
|
1053
|
-
selector: '
|
|
1054
|
-
template: "<
|
|
1055
|
-
styles: ["
|
|
932
|
+
selector: 'symphony-input-checkbox',
|
|
933
|
+
template: "<div class=\"sfx-checkbox\" (click)=\"onClick()\">\n <input\n type=\"checkbox\"\n class=\"sfx-checkbox-input\"\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",
|
|
934
|
+
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}"]
|
|
1056
935
|
})
|
|
1057
|
-
], exports
|
|
936
|
+
], exports.InputCheckboxComponent);
|
|
1058
937
|
|
|
1059
|
-
exports
|
|
1060
|
-
function
|
|
938
|
+
exports.InputCheckboxModule = /** @class */ (function () {
|
|
939
|
+
function InputCheckboxModule() {
|
|
1061
940
|
}
|
|
1062
|
-
return
|
|
941
|
+
return InputCheckboxModule;
|
|
1063
942
|
}());
|
|
1064
|
-
exports
|
|
943
|
+
exports.InputCheckboxModule = __decorate([
|
|
1065
944
|
core.NgModule({
|
|
1066
|
-
declarations: [exports
|
|
945
|
+
declarations: [exports.InputCheckboxComponent],
|
|
1067
946
|
imports: [common.CommonModule],
|
|
1068
|
-
exports: [exports
|
|
947
|
+
exports: [exports.InputCheckboxComponent],
|
|
1069
948
|
})
|
|
1070
|
-
], exports
|
|
949
|
+
], exports.InputCheckboxModule);
|
|
1071
950
|
|
|
1072
|
-
exports
|
|
951
|
+
exports.InputRadioComponent = /** @class */ (function () {
|
|
1073
952
|
function InputRadioComponent() {
|
|
1074
953
|
this.clicked = new core.EventEmitter();
|
|
1075
954
|
}
|
|
@@ -1085,212 +964,258 @@
|
|
|
1085
964
|
}());
|
|
1086
965
|
__decorate([
|
|
1087
966
|
core.Input()
|
|
1088
|
-
], exports
|
|
967
|
+
], exports.InputRadioComponent.prototype, "isActive", void 0);
|
|
1089
968
|
__decorate([
|
|
1090
969
|
core.Input()
|
|
1091
|
-
], exports
|
|
970
|
+
], exports.InputRadioComponent.prototype, "label", void 0);
|
|
1092
971
|
__decorate([
|
|
1093
972
|
core.Input()
|
|
1094
|
-
], exports
|
|
973
|
+
], exports.InputRadioComponent.prototype, "isRequired", void 0);
|
|
1095
974
|
__decorate([
|
|
1096
975
|
core.Output()
|
|
1097
|
-
], exports
|
|
1098
|
-
exports
|
|
976
|
+
], exports.InputRadioComponent.prototype, "clicked", void 0);
|
|
977
|
+
exports.InputRadioComponent = __decorate([
|
|
1099
978
|
core.Component({
|
|
1100
979
|
selector: 'symphony-input-radio',
|
|
1101
980
|
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
981
|
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
982
|
})
|
|
1104
|
-
], exports
|
|
983
|
+
], exports.InputRadioComponent);
|
|
984
|
+
|
|
985
|
+
exports["ɵb"] = /** @class */ (function () {
|
|
986
|
+
function SfxInlineErrorComponent() {
|
|
987
|
+
}
|
|
988
|
+
return SfxInlineErrorComponent;
|
|
989
|
+
}());
|
|
990
|
+
__decorate([
|
|
991
|
+
core.Input()
|
|
992
|
+
], exports["ɵb"].prototype, "errorMessage", void 0);
|
|
993
|
+
exports["ɵb"] = __decorate([
|
|
994
|
+
core.Component({
|
|
995
|
+
selector: 'lib-sfx-inline-error',
|
|
996
|
+
template: "<p>{{ errorMessage }}</p>\n",
|
|
997
|
+
styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
|
|
998
|
+
})
|
|
999
|
+
], exports["ɵb"]);
|
|
1000
|
+
|
|
1001
|
+
exports["ɵa"] = /** @class */ (function () {
|
|
1002
|
+
function SfxInlineErrorModule() {
|
|
1003
|
+
}
|
|
1004
|
+
return SfxInlineErrorModule;
|
|
1005
|
+
}());
|
|
1006
|
+
exports["ɵa"] = __decorate([
|
|
1007
|
+
core.NgModule({
|
|
1008
|
+
declarations: [exports["ɵb"]],
|
|
1009
|
+
imports: [common.CommonModule],
|
|
1010
|
+
exports: [exports["ɵb"]],
|
|
1011
|
+
})
|
|
1012
|
+
], exports["ɵa"]);
|
|
1105
1013
|
|
|
1106
|
-
exports
|
|
1014
|
+
exports.InputRadioModule = /** @class */ (function () {
|
|
1107
1015
|
function InputRadioModule() {
|
|
1108
1016
|
}
|
|
1109
1017
|
return InputRadioModule;
|
|
1110
1018
|
}());
|
|
1111
|
-
exports
|
|
1019
|
+
exports.InputRadioModule = __decorate([
|
|
1112
1020
|
core.NgModule({
|
|
1113
|
-
declarations: [exports
|
|
1021
|
+
declarations: [exports.InputRadioComponent],
|
|
1114
1022
|
imports: [
|
|
1115
1023
|
common.CommonModule,
|
|
1116
1024
|
forms.FormsModule,
|
|
1117
1025
|
forms.ReactiveFormsModule,
|
|
1118
|
-
exports["
|
|
1026
|
+
exports["ɵa"],
|
|
1119
1027
|
],
|
|
1120
|
-
exports: [exports
|
|
1028
|
+
exports: [exports.InputRadioComponent],
|
|
1121
1029
|
})
|
|
1122
|
-
], exports
|
|
1030
|
+
], exports.InputRadioModule);
|
|
1123
1031
|
|
|
1124
|
-
exports
|
|
1125
|
-
function
|
|
1126
|
-
this.
|
|
1032
|
+
exports.InputTextComponent = /** @class */ (function () {
|
|
1033
|
+
function InputTextComponent() {
|
|
1034
|
+
this.placeholder = '';
|
|
1035
|
+
this.textChange = new core.EventEmitter();
|
|
1127
1036
|
}
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
this.
|
|
1131
|
-
this.clicked.emit({
|
|
1132
|
-
label: this.label,
|
|
1133
|
-
isActive: this.isActive,
|
|
1134
|
-
});
|
|
1037
|
+
InputTextComponent.prototype.ngOnInit = function () { };
|
|
1038
|
+
InputTextComponent.prototype.onTextChange = function (event) {
|
|
1039
|
+
this.textChange.emit(event.target.value);
|
|
1135
1040
|
};
|
|
1136
|
-
return
|
|
1041
|
+
return InputTextComponent;
|
|
1137
1042
|
}());
|
|
1138
1043
|
__decorate([
|
|
1139
1044
|
core.Input()
|
|
1140
|
-
], exports
|
|
1045
|
+
], exports.InputTextComponent.prototype, "placeholder", void 0);
|
|
1046
|
+
__decorate([
|
|
1047
|
+
core.Input()
|
|
1048
|
+
], exports.InputTextComponent.prototype, "icon", void 0);
|
|
1141
1049
|
__decorate([
|
|
1142
1050
|
core.Input()
|
|
1143
|
-
], exports
|
|
1051
|
+
], exports.InputTextComponent.prototype, "label", void 0);
|
|
1144
1052
|
__decorate([
|
|
1145
1053
|
core.Input()
|
|
1146
|
-
], exports
|
|
1054
|
+
], exports.InputTextComponent.prototype, "isInverse", void 0);
|
|
1147
1055
|
__decorate([
|
|
1148
1056
|
core.Output()
|
|
1149
|
-
], exports
|
|
1150
|
-
exports
|
|
1057
|
+
], exports.InputTextComponent.prototype, "textChange", void 0);
|
|
1058
|
+
exports.InputTextComponent = __decorate([
|
|
1151
1059
|
core.Component({
|
|
1152
|
-
selector: 'symphony-input-
|
|
1153
|
-
template: "<div
|
|
1154
|
-
styles: [".
|
|
1060
|
+
selector: 'symphony-input-text',
|
|
1061
|
+
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",
|
|
1062
|
+
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}"]
|
|
1155
1063
|
})
|
|
1156
|
-
], exports
|
|
1064
|
+
], exports.InputTextComponent);
|
|
1157
1065
|
|
|
1158
|
-
exports
|
|
1159
|
-
function
|
|
1066
|
+
exports.InputTextModule = /** @class */ (function () {
|
|
1067
|
+
function InputTextModule() {
|
|
1160
1068
|
}
|
|
1161
|
-
return
|
|
1069
|
+
return InputTextModule;
|
|
1162
1070
|
}());
|
|
1163
|
-
exports
|
|
1071
|
+
exports.InputTextModule = __decorate([
|
|
1164
1072
|
core.NgModule({
|
|
1165
|
-
declarations: [exports
|
|
1166
|
-
imports: [common.CommonModule],
|
|
1167
|
-
exports: [exports
|
|
1073
|
+
declarations: [exports.InputTextComponent],
|
|
1074
|
+
imports: [common.CommonModule, exports.IconModule],
|
|
1075
|
+
exports: [exports.InputTextComponent],
|
|
1168
1076
|
})
|
|
1169
|
-
], exports
|
|
1077
|
+
], exports.InputTextModule);
|
|
1170
1078
|
|
|
1171
|
-
exports.
|
|
1172
|
-
function
|
|
1079
|
+
exports.ContextualMenuComponent = /** @class */ (function () {
|
|
1080
|
+
function ContextualMenuComponent() {
|
|
1173
1081
|
}
|
|
1174
|
-
|
|
1082
|
+
ContextualMenuComponent.prototype.ngOnInit = function () {
|
|
1083
|
+
this.sfxMoreActions = this.moreActions;
|
|
1084
|
+
};
|
|
1085
|
+
return ContextualMenuComponent;
|
|
1175
1086
|
}());
|
|
1176
|
-
|
|
1177
|
-
core.
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
exports["ɵe"],
|
|
1185
|
-
exports["ɵg"],
|
|
1186
|
-
exports.TaskIconModule,
|
|
1187
|
-
exports.ColorSampleModule,
|
|
1188
|
-
exports.H1Module,
|
|
1189
|
-
exports.H2Module,
|
|
1190
|
-
exports.H3Module,
|
|
1191
|
-
exports.H4Module,
|
|
1192
|
-
exports.ParagraphModule,
|
|
1193
|
-
exports.H5Module,
|
|
1194
|
-
exports.IconModule,
|
|
1195
|
-
exports["ɵh"],
|
|
1196
|
-
exports["ɵj"],
|
|
1197
|
-
exports["ɵl"],
|
|
1198
|
-
exports["ɵp"],
|
|
1199
|
-
exports.InputTextModule,
|
|
1200
|
-
],
|
|
1087
|
+
__decorate([
|
|
1088
|
+
core.Input()
|
|
1089
|
+
], exports.ContextualMenuComponent.prototype, "moreActions", void 0);
|
|
1090
|
+
exports.ContextualMenuComponent = __decorate([
|
|
1091
|
+
core.Component({
|
|
1092
|
+
selector: 'symphony-contextual-menu',
|
|
1093
|
+
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: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}"]
|
|
1201
1095
|
})
|
|
1202
|
-
], exports.
|
|
1096
|
+
], exports.ContextualMenuComponent);
|
|
1203
1097
|
|
|
1204
|
-
exports.
|
|
1205
|
-
function
|
|
1206
|
-
this.removePill = new core.EventEmitter();
|
|
1098
|
+
exports.ContextualMenuModule = /** @class */ (function () {
|
|
1099
|
+
function ContextualMenuModule() {
|
|
1207
1100
|
}
|
|
1208
|
-
|
|
1209
|
-
};
|
|
1210
|
-
PillsComponent.prototype.onRemovePill = function (event) {
|
|
1211
|
-
this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
|
|
1212
|
-
};
|
|
1213
|
-
return PillsComponent;
|
|
1101
|
+
return ContextualMenuModule;
|
|
1214
1102
|
}());
|
|
1215
|
-
__decorate([
|
|
1216
|
-
core.
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
], exports.PillsComponent.prototype, "pillsList", void 0);
|
|
1221
|
-
__decorate([
|
|
1222
|
-
core.Input()
|
|
1223
|
-
], exports.PillsComponent.prototype, "hasTooltips", void 0);
|
|
1224
|
-
__decorate([
|
|
1225
|
-
core.Output()
|
|
1226
|
-
], exports.PillsComponent.prototype, "removePill", void 0);
|
|
1227
|
-
exports.PillsComponent = __decorate([
|
|
1228
|
-
core.Component({
|
|
1229
|
-
selector: 'symphony-pills',
|
|
1230
|
-
template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>",
|
|
1231
|
-
styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
|
|
1103
|
+
exports.ContextualMenuModule = __decorate([
|
|
1104
|
+
core.NgModule({
|
|
1105
|
+
declarations: [exports.ContextualMenuComponent],
|
|
1106
|
+
imports: [common.CommonModule, dropdown.BsDropdownModule.forRoot(), animations.BrowserAnimationsModule],
|
|
1107
|
+
exports: [exports.ContextualMenuComponent]
|
|
1232
1108
|
})
|
|
1233
|
-
], exports.
|
|
1109
|
+
], exports.ContextualMenuModule);
|
|
1234
1110
|
|
|
1235
|
-
exports
|
|
1236
|
-
function
|
|
1111
|
+
exports["ɵc"] = /** @class */ (function () {
|
|
1112
|
+
function PillModule() {
|
|
1237
1113
|
}
|
|
1238
|
-
return
|
|
1114
|
+
return PillModule;
|
|
1239
1115
|
}());
|
|
1240
|
-
exports
|
|
1116
|
+
exports["ɵc"] = __decorate([
|
|
1241
1117
|
core.NgModule({
|
|
1242
|
-
declarations: [exports.
|
|
1118
|
+
declarations: [exports.PillComponent],
|
|
1243
1119
|
imports: [
|
|
1244
|
-
common.CommonModule,
|
|
1245
|
-
exports["ɵg"]
|
|
1120
|
+
common.CommonModule, tooltip.TooltipModule.forRoot()
|
|
1246
1121
|
],
|
|
1247
|
-
exports: [
|
|
1248
|
-
exports.PillsComponent
|
|
1249
|
-
]
|
|
1122
|
+
exports: [exports.PillComponent],
|
|
1250
1123
|
})
|
|
1251
|
-
], exports
|
|
1124
|
+
], exports["ɵc"]);
|
|
1252
1125
|
|
|
1253
|
-
exports
|
|
1254
|
-
function
|
|
1255
|
-
this.taskModel = {
|
|
1256
|
-
assignee: '',
|
|
1257
|
-
title: '',
|
|
1258
|
-
dueDate: '',
|
|
1259
|
-
moreActions: [],
|
|
1260
|
-
};
|
|
1126
|
+
exports["ɵe"] = /** @class */ (function () {
|
|
1127
|
+
function TwoColumnFilterAreaComponent() {
|
|
1261
1128
|
}
|
|
1262
|
-
|
|
1263
|
-
return
|
|
1129
|
+
TwoColumnFilterAreaComponent.prototype.ngOnInit = function () { };
|
|
1130
|
+
return TwoColumnFilterAreaComponent;
|
|
1264
1131
|
}());
|
|
1265
1132
|
__decorate([
|
|
1266
1133
|
core.Input()
|
|
1267
|
-
], exports.
|
|
1268
|
-
exports
|
|
1134
|
+
], exports["ɵe"].prototype, "height", void 0);
|
|
1135
|
+
exports["ɵe"] = __decorate([
|
|
1269
1136
|
core.Component({
|
|
1270
|
-
selector: 'symphony-
|
|
1271
|
-
template: "<
|
|
1272
|
-
styles: ["
|
|
1137
|
+
selector: 'symphony-two-column-filter-area',
|
|
1138
|
+
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
|
+
styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
|
|
1273
1140
|
})
|
|
1274
|
-
], exports
|
|
1141
|
+
], exports["ɵe"]);
|
|
1275
1142
|
|
|
1276
|
-
exports
|
|
1277
|
-
function
|
|
1143
|
+
exports["ɵd"] = /** @class */ (function () {
|
|
1144
|
+
function TwoColumnFilterAreaModule() {
|
|
1278
1145
|
}
|
|
1279
|
-
return
|
|
1146
|
+
return TwoColumnFilterAreaModule;
|
|
1280
1147
|
}());
|
|
1281
|
-
exports
|
|
1148
|
+
exports["ɵd"] = __decorate([
|
|
1282
1149
|
core.NgModule({
|
|
1283
|
-
declarations: [exports
|
|
1284
|
-
imports: [
|
|
1285
|
-
|
|
1286
|
-
|
|
1150
|
+
declarations: [exports["ɵe"]],
|
|
1151
|
+
imports: [common.CommonModule],
|
|
1152
|
+
exports: [exports["ɵe"]],
|
|
1153
|
+
})
|
|
1154
|
+
], exports["ɵd"]);
|
|
1155
|
+
|
|
1156
|
+
exports.AtomsModule = /** @class */ (function () {
|
|
1157
|
+
function AtomsModule() {
|
|
1158
|
+
}
|
|
1159
|
+
return AtomsModule;
|
|
1160
|
+
}());
|
|
1161
|
+
exports.AtomsModule = __decorate([
|
|
1162
|
+
core.NgModule({
|
|
1163
|
+
declarations: [],
|
|
1164
|
+
imports: [],
|
|
1165
|
+
exports: [
|
|
1166
|
+
exports.ButtonModule,
|
|
1167
|
+
exports.ContextualMenuModule,
|
|
1168
|
+
exports.AvatarModule,
|
|
1287
1169
|
exports["ɵc"],
|
|
1170
|
+
exports.TaskIconModule,
|
|
1171
|
+
exports.ColorSampleModule,
|
|
1172
|
+
exports.H1Module,
|
|
1173
|
+
exports.H2Module,
|
|
1288
1174
|
exports.H3Module,
|
|
1289
|
-
exports.
|
|
1175
|
+
exports.H4Module,
|
|
1176
|
+
exports.H5Module,
|
|
1177
|
+
exports.ParagraphModule,
|
|
1178
|
+
exports.IconModule,
|
|
1179
|
+
exports.IconWrapperModule,
|
|
1180
|
+
exports["ɵd"],
|
|
1181
|
+
exports.InputRadioModule,
|
|
1182
|
+
exports.InputCheckboxModule,
|
|
1183
|
+
exports.InputTextModule,
|
|
1290
1184
|
],
|
|
1291
|
-
exports: [exports.TaskComponent],
|
|
1292
1185
|
})
|
|
1293
|
-
], exports.
|
|
1186
|
+
], exports.AtomsModule);
|
|
1187
|
+
|
|
1188
|
+
exports.BreadcrumbComponent = /** @class */ (function () {
|
|
1189
|
+
function BreadcrumbComponent() {
|
|
1190
|
+
}
|
|
1191
|
+
BreadcrumbComponent.prototype.ngOnInit = function () {
|
|
1192
|
+
this.icon = Icons.ARROWNEXT;
|
|
1193
|
+
};
|
|
1194
|
+
return BreadcrumbComponent;
|
|
1195
|
+
}());
|
|
1196
|
+
__decorate([
|
|
1197
|
+
core.Input()
|
|
1198
|
+
], exports.BreadcrumbComponent.prototype, "breadcrumbs", void 0);
|
|
1199
|
+
exports.BreadcrumbComponent = __decorate([
|
|
1200
|
+
core.Component({
|
|
1201
|
+
selector: 'symphony-breadcrumb',
|
|
1202
|
+
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",
|
|
1203
|
+
styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
|
|
1204
|
+
})
|
|
1205
|
+
], exports.BreadcrumbComponent);
|
|
1206
|
+
|
|
1207
|
+
exports.BreadcrumbModule = /** @class */ (function () {
|
|
1208
|
+
function BreadcrumbModule() {
|
|
1209
|
+
}
|
|
1210
|
+
return BreadcrumbModule;
|
|
1211
|
+
}());
|
|
1212
|
+
exports.BreadcrumbModule = __decorate([
|
|
1213
|
+
core.NgModule({
|
|
1214
|
+
declarations: [exports.BreadcrumbComponent],
|
|
1215
|
+
imports: [common.CommonModule, exports.H3Module, exports.IconModule],
|
|
1216
|
+
exports: [exports.BreadcrumbComponent],
|
|
1217
|
+
})
|
|
1218
|
+
], exports.BreadcrumbModule);
|
|
1294
1219
|
|
|
1295
1220
|
exports.ColorSwatchComponent = /** @class */ (function () {
|
|
1296
1221
|
function ColorSwatchComponent() {
|
|
@@ -1374,13 +1299,13 @@
|
|
|
1374
1299
|
exports.IconModule,
|
|
1375
1300
|
exports.H5Module,
|
|
1376
1301
|
exports.ParagraphModule,
|
|
1377
|
-
exports
|
|
1302
|
+
exports.IconWrapperModule,
|
|
1378
1303
|
],
|
|
1379
1304
|
exports: [exports.IconSwatchComponent],
|
|
1380
1305
|
})
|
|
1381
1306
|
], exports.IconSwatchModule);
|
|
1382
1307
|
|
|
1383
|
-
exports
|
|
1308
|
+
exports.NoteComponent = /** @class */ (function () {
|
|
1384
1309
|
function NoteComponent() {
|
|
1385
1310
|
this.noteModel = {
|
|
1386
1311
|
firstName: '',
|
|
@@ -1396,65 +1321,124 @@
|
|
|
1396
1321
|
}());
|
|
1397
1322
|
__decorate([
|
|
1398
1323
|
core.Input()
|
|
1399
|
-
], exports
|
|
1400
|
-
exports
|
|
1324
|
+
], exports.NoteComponent.prototype, "noteModel", void 0);
|
|
1325
|
+
exports.NoteComponent = __decorate([
|
|
1401
1326
|
core.Component({
|
|
1402
1327
|
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-
|
|
1328
|
+
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-contextual-menu class=\"list-more-option\" [moreActions]= noteModel.moreActions></symphony-contextual-menu>\n</div>\n",
|
|
1404
1329
|
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
1330
|
})
|
|
1406
|
-
], exports
|
|
1331
|
+
], exports.NoteComponent);
|
|
1407
1332
|
|
|
1408
|
-
exports
|
|
1333
|
+
exports.NoteModule = /** @class */ (function () {
|
|
1409
1334
|
function NoteModule() {
|
|
1410
1335
|
}
|
|
1411
1336
|
return NoteModule;
|
|
1412
1337
|
}());
|
|
1413
|
-
exports
|
|
1338
|
+
exports.NoteModule = __decorate([
|
|
1414
1339
|
core.NgModule({
|
|
1415
|
-
declarations: [exports
|
|
1340
|
+
declarations: [exports.NoteComponent],
|
|
1416
1341
|
imports: [
|
|
1417
1342
|
common.CommonModule,
|
|
1418
|
-
exports
|
|
1419
|
-
exports
|
|
1343
|
+
exports.AvatarModule,
|
|
1344
|
+
exports.ContextualMenuModule,
|
|
1420
1345
|
exports.H3Module,
|
|
1421
1346
|
exports.ParagraphModule
|
|
1422
1347
|
],
|
|
1423
|
-
exports: [exports
|
|
1348
|
+
exports: [exports.NoteComponent]
|
|
1424
1349
|
})
|
|
1425
|
-
], exports
|
|
1350
|
+
], exports.NoteModule);
|
|
1426
1351
|
|
|
1427
|
-
exports
|
|
1428
|
-
function
|
|
1352
|
+
exports.PillsComponent = /** @class */ (function () {
|
|
1353
|
+
function PillsComponent() {
|
|
1354
|
+
this.removePill = new core.EventEmitter();
|
|
1429
1355
|
}
|
|
1430
|
-
|
|
1431
|
-
this.icon = Icons.ARROWNEXT;
|
|
1356
|
+
PillsComponent.prototype.ngOnInit = function () {
|
|
1432
1357
|
};
|
|
1433
|
-
|
|
1358
|
+
PillsComponent.prototype.onRemovePill = function (event) {
|
|
1359
|
+
this.removePill.emit(this.pillsList.find(function (p) { return p.pillLabel.toLowerCase() === event.toLowerCase(); }));
|
|
1360
|
+
};
|
|
1361
|
+
return PillsComponent;
|
|
1434
1362
|
}());
|
|
1435
1363
|
__decorate([
|
|
1436
1364
|
core.Input()
|
|
1437
|
-
], exports
|
|
1438
|
-
|
|
1365
|
+
], exports.PillsComponent.prototype, "hasClose", void 0);
|
|
1366
|
+
__decorate([
|
|
1367
|
+
core.Input()
|
|
1368
|
+
], exports.PillsComponent.prototype, "pillsList", void 0);
|
|
1369
|
+
__decorate([
|
|
1370
|
+
core.Input()
|
|
1371
|
+
], exports.PillsComponent.prototype, "hasTooltips", void 0);
|
|
1372
|
+
__decorate([
|
|
1373
|
+
core.Output()
|
|
1374
|
+
], exports.PillsComponent.prototype, "removePill", void 0);
|
|
1375
|
+
exports.PillsComponent = __decorate([
|
|
1439
1376
|
core.Component({
|
|
1440
|
-
selector: 'symphony-
|
|
1441
|
-
template: "<div class=\"sfx-
|
|
1442
|
-
styles: [".
|
|
1377
|
+
selector: 'symphony-pills',
|
|
1378
|
+
template: "<div class=\"sfx-pills-wrapper\">\n <symphony-pill *ngFor=\"let pill of pillsList\"\n [pillLabel]=pill.pillLabel\n [hasClose]=hasClose\n [tooltipLabel]=pill.tooltipLabel\n (removePill)=\"onRemovePill($event)\"\n ></symphony-pill>\n</div>",
|
|
1379
|
+
styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
|
|
1443
1380
|
})
|
|
1444
|
-
], exports
|
|
1381
|
+
], exports.PillsComponent);
|
|
1445
1382
|
|
|
1446
|
-
exports
|
|
1447
|
-
function
|
|
1383
|
+
exports.PillsModule = /** @class */ (function () {
|
|
1384
|
+
function PillsModule() {
|
|
1448
1385
|
}
|
|
1449
|
-
return
|
|
1386
|
+
return PillsModule;
|
|
1450
1387
|
}());
|
|
1451
|
-
exports
|
|
1388
|
+
exports.PillsModule = __decorate([
|
|
1452
1389
|
core.NgModule({
|
|
1453
|
-
declarations: [exports
|
|
1454
|
-
imports: [
|
|
1455
|
-
|
|
1390
|
+
declarations: [exports.PillsComponent],
|
|
1391
|
+
imports: [
|
|
1392
|
+
common.CommonModule,
|
|
1393
|
+
exports["ɵc"]
|
|
1394
|
+
],
|
|
1395
|
+
exports: [
|
|
1396
|
+
exports.PillsComponent
|
|
1397
|
+
]
|
|
1398
|
+
})
|
|
1399
|
+
], exports.PillsModule);
|
|
1400
|
+
|
|
1401
|
+
exports.TaskComponent = /** @class */ (function () {
|
|
1402
|
+
function TaskComponent() {
|
|
1403
|
+
this.taskModel = {
|
|
1404
|
+
assignee: '',
|
|
1405
|
+
title: '',
|
|
1406
|
+
dueDate: '',
|
|
1407
|
+
moreActions: [],
|
|
1408
|
+
};
|
|
1409
|
+
}
|
|
1410
|
+
TaskComponent.prototype.ngOnInit = function () { };
|
|
1411
|
+
return TaskComponent;
|
|
1412
|
+
}());
|
|
1413
|
+
__decorate([
|
|
1414
|
+
core.Input()
|
|
1415
|
+
], exports.TaskComponent.prototype, "taskModel", void 0);
|
|
1416
|
+
exports.TaskComponent = __decorate([
|
|
1417
|
+
core.Component({
|
|
1418
|
+
selector: 'symphony-task',
|
|
1419
|
+
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-contextual-menu\n class=\"task-more-option\"\n *ngIf=\"taskModel.moreActions && taskModel.moreActions.length > 0\"\n [moreActions]=\"taskModel.moreActions\"\n >\n </symphony-contextual-menu>\n</div>\n",
|
|
1420
|
+
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-contextual-menu{margin-left:auto}.sfx-task symphony-paragraph{display:inline-block;margin-right:20px}.sfx-task .time-and-assigned{margin-bottom:-10px}"]
|
|
1456
1421
|
})
|
|
1457
|
-
], exports
|
|
1422
|
+
], exports.TaskComponent);
|
|
1423
|
+
|
|
1424
|
+
exports.TaskModule = /** @class */ (function () {
|
|
1425
|
+
function TaskModule() {
|
|
1426
|
+
}
|
|
1427
|
+
return TaskModule;
|
|
1428
|
+
}());
|
|
1429
|
+
exports.TaskModule = __decorate([
|
|
1430
|
+
core.NgModule({
|
|
1431
|
+
declarations: [exports.TaskComponent],
|
|
1432
|
+
imports: [
|
|
1433
|
+
common.CommonModule,
|
|
1434
|
+
exports.TaskIconModule,
|
|
1435
|
+
exports.ContextualMenuModule,
|
|
1436
|
+
exports.H3Module,
|
|
1437
|
+
exports.ParagraphModule
|
|
1438
|
+
],
|
|
1439
|
+
exports: [exports.TaskComponent],
|
|
1440
|
+
})
|
|
1441
|
+
], exports.TaskModule);
|
|
1458
1442
|
|
|
1459
1443
|
exports.MoleculesModule = /** @class */ (function () {
|
|
1460
1444
|
function MoleculesModule() {
|
|
@@ -1466,21 +1450,21 @@
|
|
|
1466
1450
|
declarations: [],
|
|
1467
1451
|
imports: [
|
|
1468
1452
|
common.CommonModule,
|
|
1469
|
-
exports
|
|
1470
|
-
exports
|
|
1453
|
+
exports.AvatarModule,
|
|
1454
|
+
exports.ContextualMenuModule,
|
|
1471
1455
|
exports.PillsModule,
|
|
1472
1456
|
exports.TaskModule,
|
|
1473
1457
|
exports.ColorSwatchModule,
|
|
1474
1458
|
exports.IconSwatchModule,
|
|
1475
|
-
exports
|
|
1459
|
+
exports.BreadcrumbModule,
|
|
1476
1460
|
],
|
|
1477
1461
|
exports: [
|
|
1478
|
-
exports
|
|
1462
|
+
exports.NoteModule,
|
|
1479
1463
|
exports.PillsModule,
|
|
1480
1464
|
exports.TaskModule,
|
|
1481
1465
|
exports.ColorSwatchModule,
|
|
1482
1466
|
exports.IconSwatchModule,
|
|
1483
|
-
exports
|
|
1467
|
+
exports.BreadcrumbModule,
|
|
1484
1468
|
],
|
|
1485
1469
|
})
|
|
1486
1470
|
], exports.MoleculesModule);
|
|
@@ -1515,597 +1499,161 @@
|
|
|
1515
1499
|
})
|
|
1516
1500
|
], exports.TaskListModule);
|
|
1517
1501
|
|
|
1518
|
-
exports.
|
|
1519
|
-
function
|
|
1502
|
+
exports.NoteListComponent = /** @class */ (function () {
|
|
1503
|
+
function NoteListComponent() {
|
|
1520
1504
|
}
|
|
1521
|
-
|
|
1522
|
-
|
|
1505
|
+
NoteListComponent.prototype.ngOnInit = function () {
|
|
1506
|
+
};
|
|
1507
|
+
return NoteListComponent;
|
|
1523
1508
|
}());
|
|
1524
1509
|
__decorate([
|
|
1525
1510
|
core.Input()
|
|
1526
|
-
], exports.
|
|
1527
|
-
exports.
|
|
1511
|
+
], exports.NoteListComponent.prototype, "noteList", void 0);
|
|
1512
|
+
exports.NoteListComponent = __decorate([
|
|
1528
1513
|
core.Component({
|
|
1529
|
-
selector: 'symphony-
|
|
1530
|
-
template: "<ul class=\"
|
|
1531
|
-
|
|
1532
|
-
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}"]
|
|
1514
|
+
selector: 'symphony-note-list',
|
|
1515
|
+
template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n",
|
|
1516
|
+
styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}"]
|
|
1533
1517
|
})
|
|
1534
|
-
], exports.
|
|
1518
|
+
], exports.NoteListComponent);
|
|
1535
1519
|
|
|
1536
|
-
exports.
|
|
1537
|
-
function
|
|
1520
|
+
exports.NoteListModule = /** @class */ (function () {
|
|
1521
|
+
function NoteListModule() {
|
|
1538
1522
|
}
|
|
1539
|
-
return
|
|
1523
|
+
return NoteListModule;
|
|
1540
1524
|
}());
|
|
1541
|
-
exports.
|
|
1525
|
+
exports.NoteListModule = __decorate([
|
|
1542
1526
|
core.NgModule({
|
|
1543
|
-
declarations: [exports.
|
|
1544
|
-
imports: [common.CommonModule, exports.
|
|
1527
|
+
declarations: [exports.NoteListComponent],
|
|
1528
|
+
imports: [common.CommonModule, exports.NoteModule],
|
|
1529
|
+
exports: [exports.NoteListComponent]
|
|
1545
1530
|
})
|
|
1546
|
-
], exports.
|
|
1531
|
+
], exports.NoteListModule);
|
|
1547
1532
|
|
|
1548
|
-
|
|
1549
|
-
function
|
|
1550
|
-
|
|
1551
|
-
IconExplorerHelper.getAllIcons = function () {
|
|
1552
|
-
var allIcons = [];
|
|
1553
|
-
allIcons = allIcons.concat(this.getHasNoBorderIconList());
|
|
1554
|
-
allIcons = allIcons.concat(this.getHasBorderIconList());
|
|
1555
|
-
allIcons = allIcons.concat(this.getInverseIconList());
|
|
1556
|
-
return allIcons;
|
|
1557
|
-
};
|
|
1558
|
-
IconExplorerHelper.getHasNoBorderIconList = function () {
|
|
1559
|
-
return [
|
|
1560
|
-
{
|
|
1561
|
-
icon: Icons.MOREOPTIONS,
|
|
1562
|
-
iconName: 'MOREOPTIONS',
|
|
1563
|
-
iconClass: 'si-more-options',
|
|
1564
|
-
hasBorder: false,
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
icon: Icons.ADD,
|
|
1568
|
-
iconName: 'ADD',
|
|
1569
|
-
iconClass: 'si-add',
|
|
1570
|
-
hasBorder: false,
|
|
1571
|
-
},
|
|
1533
|
+
exports.EventsSettingsPageComponent = /** @class */ (function () {
|
|
1534
|
+
function EventsSettingsPageComponent() {
|
|
1535
|
+
this.eventsSettingsBreadcrumbs = [
|
|
1572
1536
|
{
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
iconClass: 'si-activity',
|
|
1576
|
-
hasBorder: false,
|
|
1537
|
+
label: 'Main Menu',
|
|
1538
|
+
link: '/tools',
|
|
1577
1539
|
},
|
|
1578
1540
|
{
|
|
1579
|
-
|
|
1580
|
-
iconName: 'ARROWHIDEREVEAL',
|
|
1581
|
-
iconClass: 'si-arrow-hide-reveal',
|
|
1582
|
-
hasBorder: false,
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
icon: Icons.ARROWNEXT,
|
|
1586
|
-
iconName: 'ARROWNEXT',
|
|
1587
|
-
iconClass: 'si-arrow-next',
|
|
1588
|
-
hasBorder: false,
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
icon: Icons.ARROWPREV,
|
|
1592
|
-
iconName: 'ARROWPREV',
|
|
1593
|
-
iconClass: 'si-arrow-prev',
|
|
1594
|
-
hasBorder: false,
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
icon: Icons.CLOSEMODAL,
|
|
1598
|
-
iconName: 'CLOSEMODAL',
|
|
1599
|
-
iconClass: 'si-close-modal',
|
|
1600
|
-
hasBorder: false,
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
icon: Icons.COLLAPSE,
|
|
1604
|
-
iconName: 'COLLAPSE',
|
|
1605
|
-
iconClass: 'si-collapse',
|
|
1606
|
-
hasBorder: false,
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
icon: Icons.DAYMODE,
|
|
1610
|
-
iconName: 'DAYMODE',
|
|
1611
|
-
iconClass: 'si-daymode',
|
|
1612
|
-
hasBorder: false,
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
icon: Icons.DELETE,
|
|
1616
|
-
iconName: 'DELETE',
|
|
1617
|
-
iconClass: 'si-delete',
|
|
1618
|
-
hasBorder: false,
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
icon: Icons.DOCUMENT,
|
|
1622
|
-
iconName: 'DOCUMENT',
|
|
1623
|
-
iconClass: 'si-document',
|
|
1624
|
-
hasBorder: false,
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
icon: Icons.DOWNLOAD,
|
|
1628
|
-
iconName: 'DOWNLOAD',
|
|
1629
|
-
iconClass: 'si-download',
|
|
1630
|
-
hasBorder: false,
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
icon: Icons.EDIT,
|
|
1634
|
-
iconName: 'EDIT',
|
|
1635
|
-
iconClass: 'si-edit',
|
|
1636
|
-
hasBorder: false,
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
icon: Icons.EMAILDRIP,
|
|
1640
|
-
iconName: 'EMAILDRIP',
|
|
1641
|
-
iconClass: 'si-email-drip',
|
|
1642
|
-
hasBorder: false,
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
icon: Icons.EMAILOPEN,
|
|
1646
|
-
iconName: 'EMAILOPEN',
|
|
1647
|
-
iconClass: 'si-email-open',
|
|
1648
|
-
hasBorder: false,
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
icon: Icons.EMAILSEND,
|
|
1652
|
-
iconName: 'EMAILSEND',
|
|
1653
|
-
iconClass: 'si-email-send',
|
|
1654
|
-
hasBorder: false,
|
|
1655
|
-
},
|
|
1656
|
-
{
|
|
1657
|
-
icon: Icons.EXPAND,
|
|
1658
|
-
iconName: 'EXPAND',
|
|
1659
|
-
iconClass: 'si-expand',
|
|
1660
|
-
hasBorder: false,
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
icon: Icons.FAVORITE,
|
|
1664
|
-
iconName: 'FAVORITE',
|
|
1665
|
-
iconClass: 'si-favorite',
|
|
1666
|
-
hasBorder: false,
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
icon: Icons.FEEDBACKMAYBE,
|
|
1670
|
-
iconName: 'FEEDBACKMAYBE',
|
|
1671
|
-
iconClass: 'si-feedback-maybe',
|
|
1672
|
-
hasBorder: false,
|
|
1673
|
-
},
|
|
1674
|
-
{
|
|
1675
|
-
icon: Icons.FEEDBACKNO,
|
|
1676
|
-
iconName: 'FEEDBACKNO',
|
|
1677
|
-
iconClass: 'si-feedback-no',
|
|
1678
|
-
hasBorder: false,
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
icon: Icons.FEEDBACKYES,
|
|
1682
|
-
iconName: 'FEEDBACKYES',
|
|
1683
|
-
iconClass: 'si-feedback-yes',
|
|
1684
|
-
hasBorder: false,
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
icon: Icons.FOLDERMULTIPLE,
|
|
1688
|
-
iconName: 'FOLDERMULTIPLE',
|
|
1689
|
-
iconClass: 'si-folder-multiple',
|
|
1690
|
-
hasBorder: false,
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
icon: Icons.INCLUDE,
|
|
1694
|
-
iconName: 'INCLUDE',
|
|
1695
|
-
iconClass: 'si-include',
|
|
1696
|
-
hasBorder: false,
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
icon: Icons.INFO,
|
|
1700
|
-
iconName: 'INFO',
|
|
1701
|
-
iconClass: 'si-info',
|
|
1702
|
-
hasBorder: false,
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
icon: Icons.INTERVIEW,
|
|
1706
|
-
iconName: 'INTERVIEW',
|
|
1707
|
-
iconClass: 'si-interview',
|
|
1708
|
-
hasBorder: false,
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
icon: Icons.LINK,
|
|
1712
|
-
iconName: 'LINK',
|
|
1713
|
-
iconClass: 'si-link',
|
|
1714
|
-
hasBorder: false,
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
icon: Icons.LOCATION,
|
|
1718
|
-
iconName: 'LOCATION',
|
|
1719
|
-
iconClass: 'si-location',
|
|
1720
|
-
hasBorder: false,
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
icon: Icons.MENUALL,
|
|
1724
|
-
iconName: 'MENUALL',
|
|
1725
|
-
iconClass: 'si-menu-all',
|
|
1726
|
-
hasBorder: false,
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
icon: Icons.MENUANALYTICS,
|
|
1730
|
-
iconName: 'MENUANALYTICS',
|
|
1731
|
-
iconClass: 'si-menu-analytics',
|
|
1732
|
-
hasBorder: false,
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
icon: Icons.MENUASSETS,
|
|
1736
|
-
iconName: 'MENUASSETS',
|
|
1737
|
-
iconClass: 'si-menu-assets',
|
|
1738
|
-
hasBorder: false,
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
icon: Icons.MENUCAMPAIGNS,
|
|
1742
|
-
iconName: 'MENUCAMPAIGNS',
|
|
1743
|
-
iconClass: 'si-menu-campaigns',
|
|
1744
|
-
hasBorder: false,
|
|
1745
|
-
},
|
|
1746
|
-
{
|
|
1747
|
-
icon: Icons.MENUCONTACT,
|
|
1748
|
-
iconName: 'MENUCONTACT',
|
|
1749
|
-
iconClass: 'si-menu-contact',
|
|
1750
|
-
hasBorder: false,
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
icon: Icons.MENUCONTENT,
|
|
1754
|
-
iconName: 'MENUCONTENT',
|
|
1755
|
-
iconClass: 'si-menu-content',
|
|
1756
|
-
hasBorder: false,
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
icon: Icons.MENUDASHBOARD,
|
|
1760
|
-
iconName: 'MENUDASHBOARD',
|
|
1761
|
-
iconClass: 'si-menu-dashboard',
|
|
1762
|
-
hasBorder: false,
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
icon: Icons.MENUEVENTS,
|
|
1766
|
-
iconName: 'MENUEVENTS',
|
|
1767
|
-
iconClass: 'si-menu-events',
|
|
1768
|
-
hasBorder: false,
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
icon: Icons.MENUFOLDERS,
|
|
1772
|
-
iconName: 'MENUFOLDERS',
|
|
1773
|
-
iconClass: 'si-menu-folders',
|
|
1774
|
-
hasBorder: false,
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
icon: Icons.MENUJOBS,
|
|
1778
|
-
iconName: 'MENUJOBS',
|
|
1779
|
-
iconClass: 'si-menu-jobs',
|
|
1780
|
-
hasBorder: false,
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
icon: Icons.MENURETURN,
|
|
1784
|
-
iconName: 'MENURETURN',
|
|
1785
|
-
iconClass: 'si-menu-return',
|
|
1786
|
-
hasBorder: false,
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
icon: Icons.MENUWORKFLOWS,
|
|
1790
|
-
iconName: 'MENUWORKFLOWS',
|
|
1791
|
-
iconClass: 'si-menu-workflows',
|
|
1792
|
-
hasBorder: false,
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
icon: Icons.MERGE,
|
|
1796
|
-
iconName: 'MERGE',
|
|
1797
|
-
iconClass: 'si-merge',
|
|
1798
|
-
hasBorder: false,
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
icon: Icons.MOVE,
|
|
1802
|
-
iconName: 'MOVE',
|
|
1803
|
-
iconClass: 'si-move',
|
|
1804
|
-
hasBorder: false,
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
icon: Icons.NIGHTMODE,
|
|
1808
|
-
iconName: 'NIGHTMODE',
|
|
1809
|
-
iconClass: 'si-nightmode',
|
|
1810
|
-
hasBorder: false,
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
icon: Icons.NOTIFICATION,
|
|
1814
|
-
iconName: 'NOTIFICATION',
|
|
1815
|
-
iconClass: 'si-notification',
|
|
1816
|
-
hasBorder: false,
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
icon: Icons.ORGANIZECOLUMNS,
|
|
1820
|
-
iconName: 'ORGANIZECOLUMNS',
|
|
1821
|
-
iconClass: 'si-organize-columns',
|
|
1822
|
-
hasBorder: false,
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
icon: Icons.ORGANIZECONTACTS,
|
|
1826
|
-
iconName: 'ORGANIZECONTACTS',
|
|
1827
|
-
iconClass: 'si-organize-contacts',
|
|
1828
|
-
hasBorder: false,
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
icon: Icons.PENDINGINCOMPLETE,
|
|
1832
|
-
iconName: 'PENDINGINCOMPLETE',
|
|
1833
|
-
iconClass: 'si-pending-incomplete',
|
|
1834
|
-
hasBorder: false,
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
icon: Icons.PHONENUMBER,
|
|
1838
|
-
iconName: 'PHONENUMBER',
|
|
1839
|
-
iconClass: 'si-phone-number',
|
|
1840
|
-
hasBorder: false,
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
icon: Icons.PREVIEW,
|
|
1844
|
-
iconName: 'PREVIEW',
|
|
1845
|
-
iconClass: 'si-preview',
|
|
1846
|
-
hasBorder: false,
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
icon: Icons.PROMOTE,
|
|
1850
|
-
iconName: 'PROMOTE',
|
|
1851
|
-
iconClass: 'si-promote',
|
|
1852
|
-
hasBorder: false,
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
icon: Icons.REFRESH,
|
|
1856
|
-
iconName: 'REFRESH',
|
|
1857
|
-
iconClass: 'si-refresh',
|
|
1858
|
-
hasBorder: false,
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
icon: Icons.REMOVE,
|
|
1862
|
-
iconName: 'REMOVE',
|
|
1863
|
-
iconClass: 'si-remove',
|
|
1864
|
-
hasBorder: false,
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
icon: Icons.EXCLUDE,
|
|
1868
|
-
iconName: 'EXCLUDE',
|
|
1869
|
-
iconClass: 'si-exclude',
|
|
1870
|
-
hasBorder: false,
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
icon: Icons.RESULTSFILTERS,
|
|
1874
|
-
iconName: 'RESULTSFILTERS',
|
|
1875
|
-
iconClass: 'si-results-filters',
|
|
1876
|
-
hasBorder: false,
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
icon: Icons.REVIEW,
|
|
1880
|
-
iconName: 'REVIEW',
|
|
1881
|
-
iconClass: 'si-review',
|
|
1882
|
-
hasBorder: false,
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
icon: Icons.SALARY,
|
|
1886
|
-
iconName: 'SALARY',
|
|
1887
|
-
iconClass: 'si-salary',
|
|
1888
|
-
hasBorder: false,
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
icon: Icons.SAVE,
|
|
1892
|
-
iconName: 'SAVE',
|
|
1893
|
-
iconClass: 'si-save',
|
|
1894
|
-
hasBorder: false,
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
icon: Icons.SEARCHADVANCED,
|
|
1898
|
-
iconName: 'SEARCHADVANCED',
|
|
1899
|
-
iconClass: 'si-search-advanced',
|
|
1900
|
-
hasBorder: false,
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
icon: Icons.SEARCHCLEAR,
|
|
1904
|
-
iconName: 'SEARCHCLEAR',
|
|
1905
|
-
iconClass: 'si-search-clear',
|
|
1906
|
-
hasBorder: false,
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
icon: Icons.SEARCHNEW,
|
|
1910
|
-
iconName: 'SEARCHNEW',
|
|
1911
|
-
iconClass: 'si-search-new',
|
|
1912
|
-
hasBorder: false,
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
icon: Icons.SETTINGSMART,
|
|
1916
|
-
iconName: 'SETTINGSMART',
|
|
1917
|
-
iconClass: 'si-settings-smart',
|
|
1918
|
-
hasBorder: false,
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
icon: Icons.SMS,
|
|
1922
|
-
iconName: 'SMS',
|
|
1923
|
-
iconClass: 'si-sms',
|
|
1924
|
-
hasBorder: false,
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
icon: Icons.SORTMINI,
|
|
1928
|
-
iconName: 'SORTMINI',
|
|
1929
|
-
iconClass: 'si-sort-mini',
|
|
1930
|
-
hasBorder: false,
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
icon: Icons.STATUS,
|
|
1934
|
-
iconName: 'STATUS',
|
|
1935
|
-
iconClass: 'si-status',
|
|
1936
|
-
hasBorder: false,
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
icon: Icons.SYSTEMACTION,
|
|
1940
|
-
iconName: 'SYSTEMACTION',
|
|
1941
|
-
iconClass: 'si-system-action',
|
|
1942
|
-
hasBorder: false,
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
icon: Icons.TASKCOMPLETED,
|
|
1946
|
-
iconName: 'TASKCOMPLETED',
|
|
1947
|
-
iconClass: 'si-task-completed',
|
|
1948
|
-
hasBorder: false,
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
icon: Icons.TASKOPEN,
|
|
1952
|
-
iconName: 'TASKOPEN',
|
|
1953
|
-
iconClass: 'si-task-open',
|
|
1954
|
-
hasBorder: false,
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
icon: Icons.TIMEFRAME,
|
|
1958
|
-
iconName: 'TIMEFRAME',
|
|
1959
|
-
iconClass: 'si-timeframe',
|
|
1960
|
-
hasBorder: false,
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
icon: Icons.TIMELINE,
|
|
1964
|
-
iconName: 'TIMELINE',
|
|
1965
|
-
iconClass: 'si-timeline',
|
|
1966
|
-
hasBorder: false,
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
icon: Icons.UPLOAD,
|
|
1970
|
-
iconName: 'UPLOAD',
|
|
1971
|
-
iconClass: 'si-upload',
|
|
1972
|
-
hasBorder: false,
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
icon: Icons.USERMULTIPLE,
|
|
1976
|
-
iconName: 'USERMULTIPLE',
|
|
1977
|
-
iconClass: 'si-user-multiple',
|
|
1978
|
-
hasBorder: false,
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
icon: Icons.USER,
|
|
1982
|
-
iconName: 'USER',
|
|
1983
|
-
iconClass: 'si-user',
|
|
1984
|
-
hasBorder: false,
|
|
1985
|
-
},
|
|
1986
|
-
];
|
|
1987
|
-
};
|
|
1988
|
-
IconExplorerHelper.getInverseIconList = function () {
|
|
1989
|
-
return [
|
|
1990
|
-
{
|
|
1991
|
-
icon: Icons.ACTIVITY,
|
|
1992
|
-
iconName: 'ACTIVITY',
|
|
1993
|
-
iconClass: 'si-activity',
|
|
1994
|
-
hasBorder: true,
|
|
1995
|
-
},
|
|
1996
|
-
];
|
|
1997
|
-
};
|
|
1998
|
-
IconExplorerHelper.getHasBorderIconList = function () {
|
|
1999
|
-
return [
|
|
2000
|
-
{
|
|
2001
|
-
icon: Icons.ADD,
|
|
2002
|
-
iconName: 'ADD',
|
|
2003
|
-
iconClass: 'si-add',
|
|
2004
|
-
hasBorder: true,
|
|
2005
|
-
},
|
|
2006
|
-
{
|
|
2007
|
-
icon: Icons.ARROWNEXT,
|
|
2008
|
-
iconName: 'ARROWNEXT',
|
|
2009
|
-
iconClass: 'si-arrow-next',
|
|
2010
|
-
hasBorder: true,
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
icon: Icons.DELETE,
|
|
2014
|
-
iconName: 'DELETE',
|
|
2015
|
-
iconClass: 'si-delete',
|
|
2016
|
-
hasBorder: true,
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
icon: Icons.DOWNLOAD,
|
|
2020
|
-
iconName: 'DOWNLOAD',
|
|
2021
|
-
iconClass: 'si-download',
|
|
2022
|
-
hasBorder: true,
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
icon: Icons.EDIT,
|
|
2026
|
-
iconName: 'EDIT',
|
|
2027
|
-
iconClass: 'si-edit',
|
|
2028
|
-
hasBorder: true,
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
icon: Icons.FEEDBACKYES,
|
|
2032
|
-
iconName: 'FEEDBACKYES',
|
|
2033
|
-
iconClass: 'si-feedback-yes',
|
|
2034
|
-
hasBorder: true,
|
|
2035
|
-
},
|
|
2036
|
-
{
|
|
2037
|
-
icon: Icons.MENUCONTACT,
|
|
2038
|
-
iconName: 'MENUCONTACT',
|
|
2039
|
-
iconClass: 'si-menu-contact',
|
|
2040
|
-
hasBorder: true,
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
icon: Icons.MOREOPTIONS,
|
|
2044
|
-
iconName: 'MOREOPTIONS',
|
|
2045
|
-
iconClass: 'si-more-options',
|
|
2046
|
-
hasBorder: true,
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
icon: Icons.ORGANIZECOLUMNS,
|
|
2050
|
-
iconName: 'ORGANIZECOLUMNS',
|
|
2051
|
-
iconClass: 'si-organize-columns',
|
|
2052
|
-
hasBorder: true,
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
icon: Icons.PREVIEW,
|
|
2056
|
-
iconName: 'PREVIEW',
|
|
2057
|
-
iconClass: 'si-preview',
|
|
2058
|
-
hasBorder: true,
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
icon: Icons.SAVE,
|
|
2062
|
-
iconName: 'SAVE',
|
|
2063
|
-
iconClass: 'si-save',
|
|
2064
|
-
hasBorder: true,
|
|
1541
|
+
label: 'Sub Menu One',
|
|
2065
1542
|
},
|
|
2066
1543
|
];
|
|
2067
|
-
|
|
2068
|
-
|
|
1544
|
+
this.eventSettingsPageModel = {
|
|
1545
|
+
moreActions: [],
|
|
1546
|
+
};
|
|
1547
|
+
}
|
|
1548
|
+
EventsSettingsPageComponent.prototype.ngOnInit = function () { };
|
|
1549
|
+
return EventsSettingsPageComponent;
|
|
2069
1550
|
}());
|
|
1551
|
+
__decorate([
|
|
1552
|
+
core.Input()
|
|
1553
|
+
], exports.EventsSettingsPageComponent.prototype, "eventSettingsPageModel", void 0);
|
|
1554
|
+
exports.EventsSettingsPageComponent = __decorate([
|
|
1555
|
+
core.Component({
|
|
1556
|
+
selector: 'symphony-events-settings-page',
|
|
1557
|
+
template: "<symphony-admin-list-template>\n <symphony-breadcrumb sfx-header [breadcrumbs]=\"eventsSettingsBreadcrumbs\">\n </symphony-breadcrumb>\n <symphony-two-column-filter-area sfx-filter-area>\n <symphony-placeholder filter-one [label]=\"'filter-one'\" [height]=\"'85px'\">\n </symphony-placeholder>\n <symphony-input-text\n filter-two\n [label]=\"'Search by Keyword'\"\n [placeholder]=\"'Filter search results'\"\n [icon]=\"'si-search-new'\"\n [isInverse]=\"'true'\"\n >\n </symphony-input-text>\n </symphony-two-column-filter-area>\n <symphony-h4 sfx-title>X Event Venues</symphony-h4>\n <symphony-contextual-menu sfx-grid-action\n class=\"more-options\"\n *ngIf=\"eventSettingsPageModel.moreActions && eventSettingsPageModel.moreActions.length > 0\"\n [moreActions]=\"eventSettingsPageModel.moreActions\"\n >\n </symphony-contextual-menu>\n <symphony-placeholder\n sfx-grid\n [label]=\"'sfx-grid'\"\n [height]=\"'500px'\"\n ></symphony-placeholder>\n</symphony-admin-list-template>\n",
|
|
1558
|
+
styles: [""]
|
|
1559
|
+
})
|
|
1560
|
+
], exports.EventsSettingsPageComponent);
|
|
2070
1561
|
|
|
2071
|
-
exports
|
|
2072
|
-
function
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
|
|
2077
|
-
}
|
|
2078
|
-
IconExplorerComponent.prototype.ngOnInit = function () {
|
|
2079
|
-
this.iconCount = this.iconList.length;
|
|
2080
|
-
this.explorerTitle = "Iconography (" + this.iconCount + " icons)";
|
|
2081
|
-
this.iconHasBorderCount = this.hasBorderIconsList.length;
|
|
2082
|
-
this.borderTitle = "Icons with border (" + this.iconHasBorderCount + " icons)";
|
|
2083
|
-
this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
|
|
2084
|
-
this.noBorderTitle = "Icons without border (" + this.iconHasNoBorderCount + " icons)";
|
|
2085
|
-
this.iconisInverseCount = this.isInverseIconsList.length;
|
|
2086
|
-
this.backgroundTitle = "Icons with background (" + this.iconisInverseCount + " icons)";
|
|
2087
|
-
};
|
|
2088
|
-
return IconExplorerComponent;
|
|
1562
|
+
exports["ɵg"] = /** @class */ (function () {
|
|
1563
|
+
function AdminListTemplateComponent() {
|
|
1564
|
+
}
|
|
1565
|
+
AdminListTemplateComponent.prototype.ngOnInit = function () { };
|
|
1566
|
+
return AdminListTemplateComponent;
|
|
2089
1567
|
}());
|
|
2090
|
-
exports
|
|
1568
|
+
exports["ɵg"] = __decorate([
|
|
2091
1569
|
core.Component({
|
|
2092
|
-
selector: 'symphony-
|
|
2093
|
-
template: "<div class=\"
|
|
2094
|
-
styles: [".sfx-
|
|
1570
|
+
selector: 'symphony-admin-list-template',
|
|
1571
|
+
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
|
+
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%}"]
|
|
2095
1573
|
})
|
|
2096
|
-
], exports
|
|
1574
|
+
], exports["ɵg"]);
|
|
2097
1575
|
|
|
2098
|
-
exports
|
|
2099
|
-
function
|
|
1576
|
+
exports["ɵf"] = /** @class */ (function () {
|
|
1577
|
+
function AdminListModule() {
|
|
2100
1578
|
}
|
|
2101
|
-
return
|
|
1579
|
+
return AdminListModule;
|
|
2102
1580
|
}());
|
|
2103
|
-
exports
|
|
1581
|
+
exports["ɵf"] = __decorate([
|
|
2104
1582
|
core.NgModule({
|
|
2105
|
-
declarations: [exports
|
|
2106
|
-
imports: [common.CommonModule
|
|
1583
|
+
declarations: [exports["ɵg"]],
|
|
1584
|
+
imports: [common.CommonModule],
|
|
1585
|
+
exports: [exports["ɵg"]],
|
|
1586
|
+
})
|
|
1587
|
+
], exports["ɵf"]);
|
|
1588
|
+
|
|
1589
|
+
exports["ɵi"] = /** @class */ (function () {
|
|
1590
|
+
function PlaceholderComponent() {
|
|
1591
|
+
}
|
|
1592
|
+
PlaceholderComponent.prototype.ngOnInit = function () { };
|
|
1593
|
+
return PlaceholderComponent;
|
|
1594
|
+
}());
|
|
1595
|
+
__decorate([
|
|
1596
|
+
core.Input()
|
|
1597
|
+
], exports["ɵi"].prototype, "type", void 0);
|
|
1598
|
+
__decorate([
|
|
1599
|
+
core.Input()
|
|
1600
|
+
], exports["ɵi"].prototype, "label", void 0);
|
|
1601
|
+
__decorate([
|
|
1602
|
+
core.Input()
|
|
1603
|
+
], exports["ɵi"].prototype, "tooltip", void 0);
|
|
1604
|
+
__decorate([
|
|
1605
|
+
core.Input()
|
|
1606
|
+
], exports["ɵi"].prototype, "tooltipPlacement", void 0);
|
|
1607
|
+
__decorate([
|
|
1608
|
+
core.Input()
|
|
1609
|
+
], exports["ɵi"].prototype, "height", void 0);
|
|
1610
|
+
__decorate([
|
|
1611
|
+
core.Input()
|
|
1612
|
+
], exports["ɵi"].prototype, "width", void 0);
|
|
1613
|
+
exports["ɵi"] = __decorate([
|
|
1614
|
+
core.Component({
|
|
1615
|
+
selector: 'symphony-placeholder',
|
|
1616
|
+
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
|
+
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
|
+
})
|
|
1619
|
+
], exports["ɵi"]);
|
|
1620
|
+
|
|
1621
|
+
exports["ɵh"] = /** @class */ (function () {
|
|
1622
|
+
function PlaceholderModule() {
|
|
1623
|
+
}
|
|
1624
|
+
return PlaceholderModule;
|
|
1625
|
+
}());
|
|
1626
|
+
exports["ɵh"] = __decorate([
|
|
1627
|
+
core.NgModule({
|
|
1628
|
+
declarations: [exports["ɵi"]],
|
|
1629
|
+
imports: [common.CommonModule, tooltip.TooltipModule.forRoot()],
|
|
1630
|
+
exports: [exports["ɵi"]],
|
|
1631
|
+
})
|
|
1632
|
+
], exports["ɵh"]);
|
|
1633
|
+
|
|
1634
|
+
exports.EventsSettingsPageModule = /** @class */ (function () {
|
|
1635
|
+
function EventsSettingsPageModule() {
|
|
1636
|
+
}
|
|
1637
|
+
return EventsSettingsPageModule;
|
|
1638
|
+
}());
|
|
1639
|
+
exports.EventsSettingsPageModule = __decorate([
|
|
1640
|
+
core.NgModule({
|
|
1641
|
+
declarations: [exports.EventsSettingsPageComponent],
|
|
1642
|
+
imports: [
|
|
1643
|
+
common.CommonModule,
|
|
1644
|
+
exports["ɵf"],
|
|
1645
|
+
exports.H3Module,
|
|
1646
|
+
exports.H4Module,
|
|
1647
|
+
exports["ɵh"],
|
|
1648
|
+
exports.BreadcrumbModule,
|
|
1649
|
+
exports["ɵd"],
|
|
1650
|
+
exports.IconModule,
|
|
1651
|
+
exports.InputTextModule,
|
|
1652
|
+
exports.ContextualMenuModule
|
|
1653
|
+
],
|
|
1654
|
+
exports: [exports.EventsSettingsPageComponent],
|
|
2107
1655
|
})
|
|
2108
|
-
], exports.
|
|
1656
|
+
], exports.EventsSettingsPageModule);
|
|
2109
1657
|
|
|
2110
1658
|
/*
|
|
2111
1659
|
* ATOMS
|