@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,10 +1,119 @@
|
|
|
1
1
|
import { __decorate } from 'tslib';
|
|
2
|
-
import {
|
|
2
|
+
import { Input, Component, NgModule, EventEmitter, Output, ViewEncapsulation } from '@angular/core';
|
|
3
3
|
import { CommonModule, SlicePipe } from '@angular/common';
|
|
4
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
5
|
import { BsDropdownModule } from 'ngx-bootstrap/dropdown';
|
|
5
6
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
6
7
|
import { TooltipModule } from 'ngx-bootstrap/tooltip';
|
|
7
|
-
|
|
8
|
+
|
|
9
|
+
let AvatarComponent = class AvatarComponent {
|
|
10
|
+
constructor(sp) {
|
|
11
|
+
this.sp = sp;
|
|
12
|
+
}
|
|
13
|
+
ngOnInit() {
|
|
14
|
+
this.initials = '';
|
|
15
|
+
this.firstInitial = '';
|
|
16
|
+
this.bgColor = '';
|
|
17
|
+
if (this.firstName) {
|
|
18
|
+
this.initials += this.sp.transform(this.firstName, 0, 1);
|
|
19
|
+
this.firstInitial = this.sp
|
|
20
|
+
.transform(this.firstName, 0, 1)
|
|
21
|
+
.toLocaleLowerCase();
|
|
22
|
+
}
|
|
23
|
+
if (this.lastName) {
|
|
24
|
+
this.initials += this.sp.transform(this.lastName, 0, 1);
|
|
25
|
+
}
|
|
26
|
+
this.bgColor = this.getColor(this.firstInitial);
|
|
27
|
+
}
|
|
28
|
+
getColor(character) {
|
|
29
|
+
switch (character) {
|
|
30
|
+
case 'a':
|
|
31
|
+
return '#D0021B';
|
|
32
|
+
case 'b':
|
|
33
|
+
return '#F5A623';
|
|
34
|
+
case 'c':
|
|
35
|
+
return '#E4D75C';
|
|
36
|
+
case 'd':
|
|
37
|
+
return '#8B572A';
|
|
38
|
+
case 'e':
|
|
39
|
+
return '#579F09';
|
|
40
|
+
case 'f':
|
|
41
|
+
return '#BD10E0';
|
|
42
|
+
case 'g':
|
|
43
|
+
return '#9013FE';
|
|
44
|
+
case 'h':
|
|
45
|
+
return '#4A90E2';
|
|
46
|
+
case 'i':
|
|
47
|
+
return '#39B196';
|
|
48
|
+
case 'j':
|
|
49
|
+
return '#4A4A4A';
|
|
50
|
+
case 'k':
|
|
51
|
+
return '#E84D4D';
|
|
52
|
+
case 'l':
|
|
53
|
+
return '#E84DC0';
|
|
54
|
+
case 'm':
|
|
55
|
+
return '#CE950B';
|
|
56
|
+
case 'n':
|
|
57
|
+
return '#1CCE0B';
|
|
58
|
+
case 'o':
|
|
59
|
+
return '#1DB1A6';
|
|
60
|
+
case 'p':
|
|
61
|
+
return '#3724A9';
|
|
62
|
+
case 'q':
|
|
63
|
+
return '#A9249E';
|
|
64
|
+
case 'r':
|
|
65
|
+
return '#A9246B';
|
|
66
|
+
case 's':
|
|
67
|
+
return '#24A97A';
|
|
68
|
+
case 't':
|
|
69
|
+
return '#1C93B3';
|
|
70
|
+
case 'u':
|
|
71
|
+
return '#D52424';
|
|
72
|
+
case 'v':
|
|
73
|
+
return '#A45519';
|
|
74
|
+
case 'w':
|
|
75
|
+
return '#19A420';
|
|
76
|
+
case 'x':
|
|
77
|
+
return '#A41963';
|
|
78
|
+
case 'y':
|
|
79
|
+
return '#CFD00A';
|
|
80
|
+
case 'z':
|
|
81
|
+
return '#AA0AD0';
|
|
82
|
+
default:
|
|
83
|
+
return '#000000';
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
__decorate([
|
|
88
|
+
Input()
|
|
89
|
+
], AvatarComponent.prototype, "firstName", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
Input()
|
|
92
|
+
], AvatarComponent.prototype, "lastName", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
Input()
|
|
95
|
+
], AvatarComponent.prototype, "sizePx", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
Input()
|
|
98
|
+
], AvatarComponent.prototype, "fontSizePx", void 0);
|
|
99
|
+
AvatarComponent = __decorate([
|
|
100
|
+
Component({
|
|
101
|
+
selector: 'lib-avatar',
|
|
102
|
+
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",
|
|
103
|
+
styles: [".avatar-circle{background:#000;border-radius:50%;height:50px;line-height:50px;width:50px}.avatar-text{color:#fff;text-align:center}"]
|
|
104
|
+
})
|
|
105
|
+
], AvatarComponent);
|
|
106
|
+
|
|
107
|
+
let AvatarModule = class AvatarModule {
|
|
108
|
+
};
|
|
109
|
+
AvatarModule = __decorate([
|
|
110
|
+
NgModule({
|
|
111
|
+
declarations: [AvatarComponent],
|
|
112
|
+
imports: [CommonModule],
|
|
113
|
+
providers: [SlicePipe],
|
|
114
|
+
exports: [AvatarComponent],
|
|
115
|
+
})
|
|
116
|
+
], AvatarModule);
|
|
8
117
|
|
|
9
118
|
let ButtonComponent = class ButtonComponent {
|
|
10
119
|
constructor() {
|
|
@@ -105,77 +214,6 @@ TaskIconModule = __decorate([
|
|
|
105
214
|
})
|
|
106
215
|
], TaskIconModule);
|
|
107
216
|
|
|
108
|
-
let InputTextComponent = class InputTextComponent {
|
|
109
|
-
constructor() {
|
|
110
|
-
this.placeholder = '';
|
|
111
|
-
this.textChange = new EventEmitter();
|
|
112
|
-
}
|
|
113
|
-
ngOnInit() { }
|
|
114
|
-
onTextChange(event) {
|
|
115
|
-
this.textChange.emit(event.target.value);
|
|
116
|
-
}
|
|
117
|
-
};
|
|
118
|
-
__decorate([
|
|
119
|
-
Input()
|
|
120
|
-
], InputTextComponent.prototype, "placeholder", void 0);
|
|
121
|
-
__decorate([
|
|
122
|
-
Input()
|
|
123
|
-
], InputTextComponent.prototype, "icon", void 0);
|
|
124
|
-
__decorate([
|
|
125
|
-
Input()
|
|
126
|
-
], InputTextComponent.prototype, "label", void 0);
|
|
127
|
-
__decorate([
|
|
128
|
-
Input()
|
|
129
|
-
], InputTextComponent.prototype, "isInverse", void 0);
|
|
130
|
-
__decorate([
|
|
131
|
-
Output()
|
|
132
|
-
], InputTextComponent.prototype, "textChange", void 0);
|
|
133
|
-
InputTextComponent = __decorate([
|
|
134
|
-
Component({
|
|
135
|
-
selector: 'symphony-input-text',
|
|
136
|
-
template: "<div\n class=\"input-text-wrap\"\n [ngClass]=\"{\n 'input-secondary': isInverse\n }\"\n>\n <label for=\"input-text\" class=\"input-text-label\">{{ label }}</label>\n <input\n type=\"text\"\n name=\"input-text\"\n class=\"input-text\"\n autocomplete=\"off\"\n placeholder=\"{{ placeholder }}\"\n (keyup)=\"onTextChange($event)\"\n />\n <symphony-icon [icon]=\"icon\"></symphony-icon>\n</div>\n",
|
|
137
|
-
styles: [".input-text-wrap{position:relative}.input-text-wrap.input-secondary{color:#fff}.input-text-wrap.input-secondary .input-text{background-color:transparent;border-color:#565656}.input-text-wrap.input-secondary .input-text::-moz-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text:-ms-input-placeholder{color:#fff}.input-text-wrap.input-secondary .input-text::placeholder{color:#fff}.input-text-wrap .input-text-label{display:block;font-family:neuzeit_groteskbold,sans-serif;line-height:25px;margin-bottom:.9375rem}.input-text-wrap .input-text{border:1px solid #d0d0d0;border-radius:4px;font-family:neuzeit-grotesk,sans-serif!important;line-height:25px;padding:7px 15px;width:100%}.input-text-wrap .input-text::-moz-placeholder{color:#000}.input-text-wrap .input-text:-ms-input-placeholder{color:#000}.input-text-wrap .input-text::placeholder{color:#000}.input-text-wrap .input-text:focus{border-color:#464646}.input-text-wrap .input-text:focus-visible{outline:none}.input-text-wrap symphony-icon{bottom:8px;font-size:14px;position:absolute;right:15px}"]
|
|
138
|
-
})
|
|
139
|
-
], InputTextComponent);
|
|
140
|
-
|
|
141
|
-
let IconComponent = class IconComponent {
|
|
142
|
-
constructor() { }
|
|
143
|
-
ngOnInit() { }
|
|
144
|
-
};
|
|
145
|
-
__decorate([
|
|
146
|
-
Input()
|
|
147
|
-
], IconComponent.prototype, "icon", void 0);
|
|
148
|
-
__decorate([
|
|
149
|
-
Input()
|
|
150
|
-
], IconComponent.prototype, "isSecondary", void 0);
|
|
151
|
-
IconComponent = __decorate([
|
|
152
|
-
Component({
|
|
153
|
-
selector: 'symphony-icon',
|
|
154
|
-
template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n></i>\n",
|
|
155
|
-
styles: [".icon-secondary{color:#fff}i{height:18px;width:18px}"]
|
|
156
|
-
})
|
|
157
|
-
], IconComponent);
|
|
158
|
-
|
|
159
|
-
let IconModule = class IconModule {
|
|
160
|
-
};
|
|
161
|
-
IconModule = __decorate([
|
|
162
|
-
NgModule({
|
|
163
|
-
declarations: [IconComponent],
|
|
164
|
-
imports: [CommonModule],
|
|
165
|
-
exports: [IconComponent],
|
|
166
|
-
})
|
|
167
|
-
], IconModule);
|
|
168
|
-
|
|
169
|
-
let InputTextModule = class InputTextModule {
|
|
170
|
-
};
|
|
171
|
-
InputTextModule = __decorate([
|
|
172
|
-
NgModule({
|
|
173
|
-
declarations: [InputTextComponent],
|
|
174
|
-
imports: [CommonModule, IconModule],
|
|
175
|
-
exports: [InputTextComponent],
|
|
176
|
-
})
|
|
177
|
-
], InputTextModule);
|
|
178
|
-
|
|
179
217
|
let ColorSampleComponent = class ColorSampleComponent {
|
|
180
218
|
constructor() { }
|
|
181
219
|
ngOnInit() {
|
|
@@ -371,177 +409,41 @@ H5Module = __decorate([
|
|
|
371
409
|
})
|
|
372
410
|
], H5Module);
|
|
373
411
|
|
|
374
|
-
let
|
|
375
|
-
constructor(
|
|
376
|
-
this.
|
|
412
|
+
let IconComponent = class IconComponent {
|
|
413
|
+
constructor() {
|
|
414
|
+
this.clicked = new EventEmitter();
|
|
377
415
|
}
|
|
378
|
-
ngOnInit() {
|
|
379
|
-
|
|
380
|
-
this.
|
|
381
|
-
this.bgColor = '';
|
|
382
|
-
if (this.firstName) {
|
|
383
|
-
this.initials += this.sp.transform(this.firstName, 0, 1);
|
|
384
|
-
this.firstInitial = this.sp
|
|
385
|
-
.transform(this.firstName, 0, 1)
|
|
386
|
-
.toLocaleLowerCase();
|
|
387
|
-
}
|
|
388
|
-
if (this.lastName) {
|
|
389
|
-
this.initials += this.sp.transform(this.lastName, 0, 1);
|
|
390
|
-
}
|
|
391
|
-
this.bgColor = this.getColor(this.firstInitial);
|
|
392
|
-
}
|
|
393
|
-
getColor(character) {
|
|
394
|
-
switch (character) {
|
|
395
|
-
case 'a':
|
|
396
|
-
return '#D0021B';
|
|
397
|
-
case 'b':
|
|
398
|
-
return '#F5A623';
|
|
399
|
-
case 'c':
|
|
400
|
-
return '#E4D75C';
|
|
401
|
-
case 'd':
|
|
402
|
-
return '#8B572A';
|
|
403
|
-
case 'e':
|
|
404
|
-
return '#579F09';
|
|
405
|
-
case 'f':
|
|
406
|
-
return '#BD10E0';
|
|
407
|
-
case 'g':
|
|
408
|
-
return '#9013FE';
|
|
409
|
-
case 'h':
|
|
410
|
-
return '#4A90E2';
|
|
411
|
-
case 'i':
|
|
412
|
-
return '#39B196';
|
|
413
|
-
case 'j':
|
|
414
|
-
return '#4A4A4A';
|
|
415
|
-
case 'k':
|
|
416
|
-
return '#E84D4D';
|
|
417
|
-
case 'l':
|
|
418
|
-
return '#E84DC0';
|
|
419
|
-
case 'm':
|
|
420
|
-
return '#CE950B';
|
|
421
|
-
case 'n':
|
|
422
|
-
return '#1CCE0B';
|
|
423
|
-
case 'o':
|
|
424
|
-
return '#1DB1A6';
|
|
425
|
-
case 'p':
|
|
426
|
-
return '#3724A9';
|
|
427
|
-
case 'q':
|
|
428
|
-
return '#A9249E';
|
|
429
|
-
case 'r':
|
|
430
|
-
return '#A9246B';
|
|
431
|
-
case 's':
|
|
432
|
-
return '#24A97A';
|
|
433
|
-
case 't':
|
|
434
|
-
return '#1C93B3';
|
|
435
|
-
case 'u':
|
|
436
|
-
return '#D52424';
|
|
437
|
-
case 'v':
|
|
438
|
-
return '#A45519';
|
|
439
|
-
case 'w':
|
|
440
|
-
return '#19A420';
|
|
441
|
-
case 'x':
|
|
442
|
-
return '#A41963';
|
|
443
|
-
case 'y':
|
|
444
|
-
return '#CFD00A';
|
|
445
|
-
case 'z':
|
|
446
|
-
return '#AA0AD0';
|
|
447
|
-
default:
|
|
448
|
-
return '#000000';
|
|
449
|
-
}
|
|
416
|
+
ngOnInit() { }
|
|
417
|
+
onClick() {
|
|
418
|
+
this.clicked.emit('clicked');
|
|
450
419
|
}
|
|
451
420
|
};
|
|
452
421
|
__decorate([
|
|
453
422
|
Input()
|
|
454
|
-
],
|
|
455
|
-
__decorate([
|
|
456
|
-
Input()
|
|
457
|
-
], AvatarComponent.prototype, "lastName", void 0);
|
|
423
|
+
], IconComponent.prototype, "icon", void 0);
|
|
458
424
|
__decorate([
|
|
459
425
|
Input()
|
|
460
|
-
],
|
|
426
|
+
], IconComponent.prototype, "isSecondary", void 0);
|
|
461
427
|
__decorate([
|
|
462
|
-
|
|
463
|
-
],
|
|
464
|
-
|
|
428
|
+
Output()
|
|
429
|
+
], IconComponent.prototype, "clicked", void 0);
|
|
430
|
+
IconComponent = __decorate([
|
|
465
431
|
Component({
|
|
466
|
-
selector: '
|
|
467
|
-
template: "<
|
|
468
|
-
styles: [".
|
|
432
|
+
selector: 'symphony-icon',
|
|
433
|
+
template: "<i\n [class]=\"icon\"\n [ngClass]=\"{\n 'icon-secondary': isSecondary,\n 'icon-primary': !isSecondary\n }\"\n (click)=\"onClick()\"\n></i>\n",
|
|
434
|
+
styles: [".icon-secondary{color:#fff}i{cursor:pointer;height:18px;width:18px}"]
|
|
469
435
|
})
|
|
470
|
-
],
|
|
436
|
+
], IconComponent);
|
|
471
437
|
|
|
472
|
-
let
|
|
438
|
+
let IconModule = class IconModule {
|
|
473
439
|
};
|
|
474
|
-
|
|
440
|
+
IconModule = __decorate([
|
|
475
441
|
NgModule({
|
|
476
|
-
declarations: [
|
|
442
|
+
declarations: [IconComponent],
|
|
477
443
|
imports: [CommonModule],
|
|
478
|
-
|
|
479
|
-
exports: [AvatarComponent],
|
|
480
|
-
})
|
|
481
|
-
], AvatarModule);
|
|
482
|
-
|
|
483
|
-
let DropdownComponent = class DropdownComponent {
|
|
484
|
-
constructor() { }
|
|
485
|
-
ngOnInit() {
|
|
486
|
-
}
|
|
487
|
-
};
|
|
488
|
-
DropdownComponent = __decorate([
|
|
489
|
-
Component({
|
|
490
|
-
selector: 'symphony-dropdown',
|
|
491
|
-
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>",
|
|
492
|
-
styles: [""]
|
|
493
|
-
})
|
|
494
|
-
], DropdownComponent);
|
|
495
|
-
|
|
496
|
-
let DropdownModule = class DropdownModule {
|
|
497
|
-
};
|
|
498
|
-
DropdownModule = __decorate([
|
|
499
|
-
NgModule({
|
|
500
|
-
declarations: [DropdownComponent],
|
|
501
|
-
imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
|
|
502
|
-
providers: [],
|
|
503
|
-
exports: [DropdownComponent],
|
|
504
|
-
})
|
|
505
|
-
], DropdownModule);
|
|
506
|
-
|
|
507
|
-
let MoreDropdownComponent = class MoreDropdownComponent {
|
|
508
|
-
constructor() { }
|
|
509
|
-
ngOnInit() {
|
|
510
|
-
this.sfxMoreActions = this.moreActions;
|
|
511
|
-
}
|
|
512
|
-
};
|
|
513
|
-
__decorate([
|
|
514
|
-
Input()
|
|
515
|
-
], MoreDropdownComponent.prototype, "moreActions", void 0);
|
|
516
|
-
MoreDropdownComponent = __decorate([
|
|
517
|
-
Component({
|
|
518
|
-
selector: 'symphony-more-dropdown',
|
|
519
|
-
template: "<div class=\"btn-group\" dropdown>\n <button\n id=\"button-basic\"\n dropdownToggle\n type=\"button\"\n class=\"btn dropdown-toggle\"\n aria-controls=\"dropdown-basic\"\n >\n <i class=\"si-more-options\"></i>\n </button>\n <ul\n id=\"dropdown-basic\"\n *dropdownMenu\n class=\"dropdown-menu\"\n role=\"menu\"\n aria-labelledby=\"button-basic\"\n >\n <li role=\"menuitem\" *ngFor=\"let moreActions of sfxMoreActions\">\n <a class=\"dropdown-item\" href=\"#\">{{ moreActions.dropItemName }}</a>\n </li>\n </ul>\n</div>\n",
|
|
520
|
-
styles: [".btn-group button.dropdown-toggle.btn{align-items:center;background:#fff;border-radius:50%;box-shadow:none;color:#000;display:flex;font-size:24px;height:40px;justify-content:center;line-height:26px;padding:0;width:40px}.btn-group button.dropdown-toggle.btn:hover{background:#000;color:#fff}.btn-group .dropdown-menu{border:none;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.175);left:auto;margin-top:10px;max-height:none;overflow:inherit;padding-bottom:20px;padding-top:20px;right:7px}.btn-group .dropdown-menu li a.dropdown-item{color:#000;font-weight:600;padding:10px 20px}.btn-group .dropdown-menu li a.dropdown-item:hover{background:#000;color:#fff}.btn-group .dropdown-menu li a.not-allowed{cursor:not-allowed}.btn-group .dropdown-menu:before{color:#fff;content:\"\\e252\";display:inline-block;font-family:Glyphicons Halflings!important;font-size:14px;position:absolute;right:8px;top:-13px;transform:rotate(180deg)}.btn-group.open button.dropdown-toggle.btn{background:#000;color:#fff}"]
|
|
521
|
-
})
|
|
522
|
-
], MoreDropdownComponent);
|
|
523
|
-
|
|
524
|
-
let MoreDropdownModule = class MoreDropdownModule {
|
|
525
|
-
};
|
|
526
|
-
MoreDropdownModule = __decorate([
|
|
527
|
-
NgModule({
|
|
528
|
-
declarations: [MoreDropdownComponent],
|
|
529
|
-
imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
|
|
530
|
-
exports: [MoreDropdownComponent]
|
|
531
|
-
})
|
|
532
|
-
], MoreDropdownModule);
|
|
533
|
-
|
|
534
|
-
let PillModule = class PillModule {
|
|
535
|
-
};
|
|
536
|
-
PillModule = __decorate([
|
|
537
|
-
NgModule({
|
|
538
|
-
declarations: [PillComponent],
|
|
539
|
-
imports: [
|
|
540
|
-
CommonModule, TooltipModule.forRoot()
|
|
541
|
-
],
|
|
542
|
-
exports: [PillComponent],
|
|
444
|
+
exports: [IconComponent],
|
|
543
445
|
})
|
|
544
|
-
],
|
|
446
|
+
], IconModule);
|
|
545
447
|
|
|
546
448
|
var Icons;
|
|
547
449
|
(function (Icons) {
|
|
@@ -621,12 +523,19 @@ var Icons;
|
|
|
621
523
|
let IconWrapperComponent = class IconWrapperComponent {
|
|
622
524
|
constructor() {
|
|
623
525
|
this.Icons = Icons;
|
|
526
|
+
this.clicked = new EventEmitter();
|
|
624
527
|
}
|
|
625
528
|
ngOnInit() { }
|
|
529
|
+
onClick() {
|
|
530
|
+
this.clicked.emit('clicked');
|
|
531
|
+
}
|
|
626
532
|
};
|
|
627
533
|
__decorate([
|
|
628
534
|
Input()
|
|
629
535
|
], IconWrapperComponent.prototype, "isInverse", void 0);
|
|
536
|
+
__decorate([
|
|
537
|
+
Output()
|
|
538
|
+
], IconWrapperComponent.prototype, "clicked", void 0);
|
|
630
539
|
IconWrapperComponent = __decorate([
|
|
631
540
|
Component({
|
|
632
541
|
selector: 'symphony-icon-wrapper',
|
|
@@ -645,54 +554,48 @@ IconWrapperModule = __decorate([
|
|
|
645
554
|
})
|
|
646
555
|
], IconWrapperModule);
|
|
647
556
|
|
|
648
|
-
let
|
|
649
|
-
constructor() {
|
|
557
|
+
let InputCheckboxComponent = class InputCheckboxComponent {
|
|
558
|
+
constructor() {
|
|
559
|
+
this.clicked = new EventEmitter();
|
|
560
|
+
}
|
|
650
561
|
ngOnInit() { }
|
|
562
|
+
onClick() {
|
|
563
|
+
this.isActive ? (this.isActive = false) : (this.isActive = true);
|
|
564
|
+
this.clicked.emit({
|
|
565
|
+
label: this.label,
|
|
566
|
+
isActive: this.isActive,
|
|
567
|
+
});
|
|
568
|
+
}
|
|
651
569
|
};
|
|
652
570
|
__decorate([
|
|
653
571
|
Input()
|
|
654
|
-
],
|
|
655
|
-
TwoColumnFilterAreaComponent = __decorate([
|
|
656
|
-
Component({
|
|
657
|
-
selector: 'symphony-two-column-filter-area',
|
|
658
|
-
template: "<section class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12 sfx-mb-30 sfx-p-0\">\n <div class=\"sfx-filter-section\" [ngStyle]=\"{ height: height }\">\n <div class=\"row\">\n <!-- select dropdown for event type -->\n <div\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-one]\"></ng-content>\n </div>\n\n <!-- search component -->\n <div\n class=\"col-xs-12 col-sm-6 col-md-6 col-lg-6 sfx-mb-30 sfx-filter-items-wrap\"\n >\n <ng-content select=\"[filter-two]\"></ng-content>\n </div>\n </div>\n </div>\n</section>\n",
|
|
659
|
-
styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
|
|
660
|
-
})
|
|
661
|
-
], TwoColumnFilterAreaComponent);
|
|
662
|
-
|
|
663
|
-
let TwoColumnFilterAreaModule = class TwoColumnFilterAreaModule {
|
|
664
|
-
};
|
|
665
|
-
TwoColumnFilterAreaModule = __decorate([
|
|
666
|
-
NgModule({
|
|
667
|
-
declarations: [TwoColumnFilterAreaComponent],
|
|
668
|
-
imports: [CommonModule],
|
|
669
|
-
exports: [TwoColumnFilterAreaComponent],
|
|
670
|
-
})
|
|
671
|
-
], TwoColumnFilterAreaModule);
|
|
672
|
-
|
|
673
|
-
let SfxInlineErrorComponent = class SfxInlineErrorComponent {
|
|
674
|
-
constructor() { }
|
|
675
|
-
};
|
|
572
|
+
], InputCheckboxComponent.prototype, "isActive", void 0);
|
|
676
573
|
__decorate([
|
|
677
574
|
Input()
|
|
678
|
-
],
|
|
679
|
-
|
|
575
|
+
], InputCheckboxComponent.prototype, "label", void 0);
|
|
576
|
+
__decorate([
|
|
577
|
+
Input()
|
|
578
|
+
], InputCheckboxComponent.prototype, "isRequired", void 0);
|
|
579
|
+
__decorate([
|
|
580
|
+
Output()
|
|
581
|
+
], InputCheckboxComponent.prototype, "clicked", void 0);
|
|
582
|
+
InputCheckboxComponent = __decorate([
|
|
680
583
|
Component({
|
|
681
|
-
selector: '
|
|
682
|
-
template: "<
|
|
683
|
-
styles: ["
|
|
584
|
+
selector: 'symphony-input-checkbox',
|
|
585
|
+
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",
|
|
586
|
+
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}"]
|
|
684
587
|
})
|
|
685
|
-
],
|
|
588
|
+
], InputCheckboxComponent);
|
|
686
589
|
|
|
687
|
-
let
|
|
590
|
+
let InputCheckboxModule = class InputCheckboxModule {
|
|
688
591
|
};
|
|
689
|
-
|
|
592
|
+
InputCheckboxModule = __decorate([
|
|
690
593
|
NgModule({
|
|
691
|
-
declarations: [
|
|
594
|
+
declarations: [InputCheckboxComponent],
|
|
692
595
|
imports: [CommonModule],
|
|
693
|
-
exports: [
|
|
596
|
+
exports: [InputCheckboxComponent],
|
|
694
597
|
})
|
|
695
|
-
],
|
|
598
|
+
], InputCheckboxModule);
|
|
696
599
|
|
|
697
600
|
let InputRadioComponent = class InputRadioComponent {
|
|
698
601
|
constructor() {
|
|
@@ -727,6 +630,30 @@ InputRadioComponent = __decorate([
|
|
|
727
630
|
})
|
|
728
631
|
], InputRadioComponent);
|
|
729
632
|
|
|
633
|
+
let SfxInlineErrorComponent = class SfxInlineErrorComponent {
|
|
634
|
+
constructor() { }
|
|
635
|
+
};
|
|
636
|
+
__decorate([
|
|
637
|
+
Input()
|
|
638
|
+
], SfxInlineErrorComponent.prototype, "errorMessage", void 0);
|
|
639
|
+
SfxInlineErrorComponent = __decorate([
|
|
640
|
+
Component({
|
|
641
|
+
selector: 'lib-sfx-inline-error',
|
|
642
|
+
template: "<p>{{ errorMessage }}</p>\n",
|
|
643
|
+
styles: ["p{color:red!important;font-size:1rem;margin:0;padding:10px 0}"]
|
|
644
|
+
})
|
|
645
|
+
], SfxInlineErrorComponent);
|
|
646
|
+
|
|
647
|
+
let SfxInlineErrorModule = class SfxInlineErrorModule {
|
|
648
|
+
};
|
|
649
|
+
SfxInlineErrorModule = __decorate([
|
|
650
|
+
NgModule({
|
|
651
|
+
declarations: [SfxInlineErrorComponent],
|
|
652
|
+
imports: [CommonModule],
|
|
653
|
+
exports: [SfxInlineErrorComponent],
|
|
654
|
+
})
|
|
655
|
+
], SfxInlineErrorModule);
|
|
656
|
+
|
|
730
657
|
let InputRadioModule = class InputRadioModule {
|
|
731
658
|
};
|
|
732
659
|
InputRadioModule = __decorate([
|
|
@@ -742,161 +669,168 @@ InputRadioModule = __decorate([
|
|
|
742
669
|
})
|
|
743
670
|
], InputRadioModule);
|
|
744
671
|
|
|
745
|
-
let
|
|
672
|
+
let InputTextComponent = class InputTextComponent {
|
|
746
673
|
constructor() {
|
|
747
|
-
this.
|
|
674
|
+
this.placeholder = '';
|
|
675
|
+
this.textChange = new EventEmitter();
|
|
748
676
|
}
|
|
749
677
|
ngOnInit() { }
|
|
750
|
-
|
|
751
|
-
this.
|
|
752
|
-
this.clicked.emit({
|
|
753
|
-
label: this.label,
|
|
754
|
-
isActive: this.isActive,
|
|
755
|
-
});
|
|
678
|
+
onTextChange(event) {
|
|
679
|
+
this.textChange.emit(event.target.value);
|
|
756
680
|
}
|
|
757
681
|
};
|
|
758
682
|
__decorate([
|
|
759
683
|
Input()
|
|
760
|
-
],
|
|
684
|
+
], InputTextComponent.prototype, "placeholder", void 0);
|
|
761
685
|
__decorate([
|
|
762
686
|
Input()
|
|
763
|
-
],
|
|
687
|
+
], InputTextComponent.prototype, "icon", void 0);
|
|
764
688
|
__decorate([
|
|
765
689
|
Input()
|
|
766
|
-
],
|
|
690
|
+
], InputTextComponent.prototype, "label", void 0);
|
|
691
|
+
__decorate([
|
|
692
|
+
Input()
|
|
693
|
+
], InputTextComponent.prototype, "isInverse", void 0);
|
|
767
694
|
__decorate([
|
|
768
695
|
Output()
|
|
769
|
-
],
|
|
770
|
-
|
|
696
|
+
], InputTextComponent.prototype, "textChange", void 0);
|
|
697
|
+
InputTextComponent = __decorate([
|
|
771
698
|
Component({
|
|
772
|
-
selector: 'symphony-input-
|
|
773
|
-
template: "<div
|
|
774
|
-
styles: [".
|
|
775
|
-
})
|
|
776
|
-
], InputCheckboxComponent);
|
|
777
|
-
|
|
778
|
-
let InputCheckboxModule = class InputCheckboxModule {
|
|
779
|
-
};
|
|
780
|
-
InputCheckboxModule = __decorate([
|
|
781
|
-
NgModule({
|
|
782
|
-
declarations: [InputCheckboxComponent],
|
|
783
|
-
imports: [CommonModule],
|
|
784
|
-
exports: [InputCheckboxComponent],
|
|
699
|
+
selector: 'symphony-input-text',
|
|
700
|
+
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",
|
|
701
|
+
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}"]
|
|
785
702
|
})
|
|
786
|
-
],
|
|
703
|
+
], InputTextComponent);
|
|
787
704
|
|
|
788
|
-
let
|
|
705
|
+
let InputTextModule = class InputTextModule {
|
|
789
706
|
};
|
|
790
|
-
|
|
707
|
+
InputTextModule = __decorate([
|
|
791
708
|
NgModule({
|
|
792
|
-
declarations: [],
|
|
793
|
-
imports: [],
|
|
794
|
-
exports: [
|
|
795
|
-
ButtonModule,
|
|
796
|
-
DropdownModule,
|
|
797
|
-
MoreDropdownModule,
|
|
798
|
-
AvatarModule,
|
|
799
|
-
PillModule,
|
|
800
|
-
TaskIconModule,
|
|
801
|
-
ColorSampleModule,
|
|
802
|
-
H1Module,
|
|
803
|
-
H2Module,
|
|
804
|
-
H3Module,
|
|
805
|
-
H4Module,
|
|
806
|
-
ParagraphModule,
|
|
807
|
-
H5Module,
|
|
808
|
-
IconModule,
|
|
809
|
-
IconWrapperModule,
|
|
810
|
-
TwoColumnFilterAreaModule,
|
|
811
|
-
InputRadioModule,
|
|
812
|
-
InputCheckboxModule,
|
|
813
|
-
InputTextModule,
|
|
814
|
-
],
|
|
709
|
+
declarations: [InputTextComponent],
|
|
710
|
+
imports: [CommonModule, IconModule],
|
|
711
|
+
exports: [InputTextComponent],
|
|
815
712
|
})
|
|
816
|
-
],
|
|
713
|
+
], InputTextModule);
|
|
817
714
|
|
|
818
|
-
let
|
|
819
|
-
constructor() {
|
|
820
|
-
this.removePill = new EventEmitter();
|
|
821
|
-
}
|
|
715
|
+
let ContextualMenuComponent = class ContextualMenuComponent {
|
|
716
|
+
constructor() { }
|
|
822
717
|
ngOnInit() {
|
|
823
|
-
|
|
824
|
-
onRemovePill(event) {
|
|
825
|
-
this.removePill.emit(this.pillsList.find(p => p.pillLabel.toLowerCase() === event.toLowerCase()));
|
|
718
|
+
this.sfxMoreActions = this.moreActions;
|
|
826
719
|
}
|
|
827
720
|
};
|
|
828
721
|
__decorate([
|
|
829
722
|
Input()
|
|
830
|
-
],
|
|
831
|
-
__decorate([
|
|
832
|
-
Input()
|
|
833
|
-
], PillsComponent.prototype, "pillsList", void 0);
|
|
834
|
-
__decorate([
|
|
835
|
-
Input()
|
|
836
|
-
], PillsComponent.prototype, "hasTooltips", void 0);
|
|
837
|
-
__decorate([
|
|
838
|
-
Output()
|
|
839
|
-
], PillsComponent.prototype, "removePill", void 0);
|
|
840
|
-
PillsComponent = __decorate([
|
|
723
|
+
], ContextualMenuComponent.prototype, "moreActions", void 0);
|
|
724
|
+
ContextualMenuComponent = __decorate([
|
|
841
725
|
Component({
|
|
842
|
-
selector: 'symphony-
|
|
843
|
-
template: "<div class=\"
|
|
844
|
-
styles: [".
|
|
726
|
+
selector: 'symphony-contextual-menu',
|
|
727
|
+
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",
|
|
728
|
+
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}"]
|
|
845
729
|
})
|
|
846
|
-
],
|
|
730
|
+
], ContextualMenuComponent);
|
|
847
731
|
|
|
848
|
-
let
|
|
732
|
+
let ContextualMenuModule = class ContextualMenuModule {
|
|
849
733
|
};
|
|
850
|
-
|
|
734
|
+
ContextualMenuModule = __decorate([
|
|
851
735
|
NgModule({
|
|
852
|
-
declarations: [
|
|
736
|
+
declarations: [ContextualMenuComponent],
|
|
737
|
+
imports: [CommonModule, BsDropdownModule.forRoot(), BrowserAnimationsModule],
|
|
738
|
+
exports: [ContextualMenuComponent]
|
|
739
|
+
})
|
|
740
|
+
], ContextualMenuModule);
|
|
741
|
+
|
|
742
|
+
let PillModule = class PillModule {
|
|
743
|
+
};
|
|
744
|
+
PillModule = __decorate([
|
|
745
|
+
NgModule({
|
|
746
|
+
declarations: [PillComponent],
|
|
853
747
|
imports: [
|
|
854
|
-
CommonModule,
|
|
855
|
-
PillModule
|
|
748
|
+
CommonModule, TooltipModule.forRoot()
|
|
856
749
|
],
|
|
857
|
-
exports: [
|
|
858
|
-
PillsComponent
|
|
859
|
-
]
|
|
750
|
+
exports: [PillComponent],
|
|
860
751
|
})
|
|
861
|
-
],
|
|
752
|
+
], PillModule);
|
|
862
753
|
|
|
863
|
-
let
|
|
864
|
-
constructor() {
|
|
865
|
-
this.taskModel = {
|
|
866
|
-
assignee: '',
|
|
867
|
-
title: '',
|
|
868
|
-
dueDate: '',
|
|
869
|
-
moreActions: [],
|
|
870
|
-
};
|
|
871
|
-
}
|
|
754
|
+
let TwoColumnFilterAreaComponent = class TwoColumnFilterAreaComponent {
|
|
755
|
+
constructor() { }
|
|
872
756
|
ngOnInit() { }
|
|
873
757
|
};
|
|
874
758
|
__decorate([
|
|
875
759
|
Input()
|
|
876
|
-
],
|
|
877
|
-
|
|
760
|
+
], TwoColumnFilterAreaComponent.prototype, "height", void 0);
|
|
761
|
+
TwoColumnFilterAreaComponent = __decorate([
|
|
878
762
|
Component({
|
|
879
|
-
selector: 'symphony-
|
|
880
|
-
template: "<
|
|
881
|
-
styles: ["
|
|
763
|
+
selector: 'symphony-two-column-filter-area',
|
|
764
|
+
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",
|
|
765
|
+
styles: [".sfx-filter-section{background-color:#000;border-radius:5px;padding:1.875rem 2.5rem}"]
|
|
882
766
|
})
|
|
883
|
-
],
|
|
767
|
+
], TwoColumnFilterAreaComponent);
|
|
884
768
|
|
|
885
|
-
let
|
|
769
|
+
let TwoColumnFilterAreaModule = class TwoColumnFilterAreaModule {
|
|
886
770
|
};
|
|
887
|
-
|
|
771
|
+
TwoColumnFilterAreaModule = __decorate([
|
|
888
772
|
NgModule({
|
|
889
|
-
declarations: [
|
|
890
|
-
imports: [
|
|
891
|
-
|
|
773
|
+
declarations: [TwoColumnFilterAreaComponent],
|
|
774
|
+
imports: [CommonModule],
|
|
775
|
+
exports: [TwoColumnFilterAreaComponent],
|
|
776
|
+
})
|
|
777
|
+
], TwoColumnFilterAreaModule);
|
|
778
|
+
|
|
779
|
+
let AtomsModule = class AtomsModule {
|
|
780
|
+
};
|
|
781
|
+
AtomsModule = __decorate([
|
|
782
|
+
NgModule({
|
|
783
|
+
declarations: [],
|
|
784
|
+
imports: [],
|
|
785
|
+
exports: [
|
|
786
|
+
ButtonModule,
|
|
787
|
+
ContextualMenuModule,
|
|
788
|
+
AvatarModule,
|
|
789
|
+
PillModule,
|
|
892
790
|
TaskIconModule,
|
|
893
|
-
|
|
791
|
+
ColorSampleModule,
|
|
792
|
+
H1Module,
|
|
793
|
+
H2Module,
|
|
894
794
|
H3Module,
|
|
895
|
-
|
|
795
|
+
H4Module,
|
|
796
|
+
H5Module,
|
|
797
|
+
ParagraphModule,
|
|
798
|
+
IconModule,
|
|
799
|
+
IconWrapperModule,
|
|
800
|
+
TwoColumnFilterAreaModule,
|
|
801
|
+
InputRadioModule,
|
|
802
|
+
InputCheckboxModule,
|
|
803
|
+
InputTextModule,
|
|
896
804
|
],
|
|
897
|
-
exports: [TaskComponent],
|
|
898
805
|
})
|
|
899
|
-
],
|
|
806
|
+
], AtomsModule);
|
|
807
|
+
|
|
808
|
+
let BreadcrumbComponent = class BreadcrumbComponent {
|
|
809
|
+
constructor() { }
|
|
810
|
+
ngOnInit() {
|
|
811
|
+
this.icon = Icons.ARROWNEXT;
|
|
812
|
+
}
|
|
813
|
+
};
|
|
814
|
+
__decorate([
|
|
815
|
+
Input()
|
|
816
|
+
], BreadcrumbComponent.prototype, "breadcrumbs", void 0);
|
|
817
|
+
BreadcrumbComponent = __decorate([
|
|
818
|
+
Component({
|
|
819
|
+
selector: 'symphony-breadcrumb',
|
|
820
|
+
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",
|
|
821
|
+
styles: [".breadcrumb-item,.sfx-breadcrumb-wrapper{display:flex}symphony-icon{padding:0 6px;position:relative;top:9px}"]
|
|
822
|
+
})
|
|
823
|
+
], BreadcrumbComponent);
|
|
824
|
+
|
|
825
|
+
let BreadcrumbModule = class BreadcrumbModule {
|
|
826
|
+
};
|
|
827
|
+
BreadcrumbModule = __decorate([
|
|
828
|
+
NgModule({
|
|
829
|
+
declarations: [BreadcrumbComponent],
|
|
830
|
+
imports: [CommonModule, H3Module, IconModule],
|
|
831
|
+
exports: [BreadcrumbComponent],
|
|
832
|
+
})
|
|
833
|
+
], BreadcrumbModule);
|
|
900
834
|
|
|
901
835
|
let ColorSwatchComponent = class ColorSwatchComponent {
|
|
902
836
|
constructor() {
|
|
@@ -997,7 +931,7 @@ __decorate([
|
|
|
997
931
|
NoteComponent = __decorate([
|
|
998
932
|
Component({
|
|
999
933
|
selector: 'symphony-note',
|
|
1000
|
-
template: "<div class=\"sfx-note\">\n <lib-avatar class=\"list-avatar\" [firstName]= noteModel.firstName [lastName]= noteModel.lastName></lib-avatar>\n <div class=\"list-content\">\n <symphony-h3 [text]= noteModel.listTitle></symphony-h3>\n <symphony-paragraph [text]= noteModel.timeStamp></symphony-paragraph>\n <symphony-paragraph [text]= noteModel.description></symphony-paragraph>\n </div>\n <symphony-
|
|
934
|
+
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",
|
|
1001
935
|
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}"]
|
|
1002
936
|
})
|
|
1003
937
|
], NoteComponent);
|
|
@@ -1010,7 +944,7 @@ NoteModule = __decorate([
|
|
|
1010
944
|
imports: [
|
|
1011
945
|
CommonModule,
|
|
1012
946
|
AvatarModule,
|
|
1013
|
-
|
|
947
|
+
ContextualMenuModule,
|
|
1014
948
|
H3Module,
|
|
1015
949
|
ParagraphModule
|
|
1016
950
|
],
|
|
@@ -1018,32 +952,88 @@ NoteModule = __decorate([
|
|
|
1018
952
|
})
|
|
1019
953
|
], NoteModule);
|
|
1020
954
|
|
|
1021
|
-
let
|
|
1022
|
-
constructor() {
|
|
955
|
+
let PillsComponent = class PillsComponent {
|
|
956
|
+
constructor() {
|
|
957
|
+
this.removePill = new EventEmitter();
|
|
958
|
+
}
|
|
1023
959
|
ngOnInit() {
|
|
1024
|
-
|
|
960
|
+
}
|
|
961
|
+
onRemovePill(event) {
|
|
962
|
+
this.removePill.emit(this.pillsList.find(p => p.pillLabel.toLowerCase() === event.toLowerCase()));
|
|
1025
963
|
}
|
|
1026
964
|
};
|
|
1027
965
|
__decorate([
|
|
1028
966
|
Input()
|
|
1029
|
-
],
|
|
1030
|
-
|
|
967
|
+
], PillsComponent.prototype, "hasClose", void 0);
|
|
968
|
+
__decorate([
|
|
969
|
+
Input()
|
|
970
|
+
], PillsComponent.prototype, "pillsList", void 0);
|
|
971
|
+
__decorate([
|
|
972
|
+
Input()
|
|
973
|
+
], PillsComponent.prototype, "hasTooltips", void 0);
|
|
974
|
+
__decorate([
|
|
975
|
+
Output()
|
|
976
|
+
], PillsComponent.prototype, "removePill", void 0);
|
|
977
|
+
PillsComponent = __decorate([
|
|
1031
978
|
Component({
|
|
1032
|
-
selector: 'symphony-
|
|
1033
|
-
template: "<div class=\"sfx-
|
|
1034
|
-
styles: [".
|
|
979
|
+
selector: 'symphony-pills',
|
|
980
|
+
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>",
|
|
981
|
+
styles: [".sfx-pills-wrapper{overflow-x:auto;padding-bottom:20px;white-space:nowrap;width:100%}"]
|
|
1035
982
|
})
|
|
1036
|
-
],
|
|
983
|
+
], PillsComponent);
|
|
1037
984
|
|
|
1038
|
-
let
|
|
985
|
+
let PillsModule = class PillsModule {
|
|
1039
986
|
};
|
|
1040
|
-
|
|
987
|
+
PillsModule = __decorate([
|
|
1041
988
|
NgModule({
|
|
1042
|
-
declarations: [
|
|
1043
|
-
imports: [
|
|
1044
|
-
|
|
989
|
+
declarations: [PillsComponent],
|
|
990
|
+
imports: [
|
|
991
|
+
CommonModule,
|
|
992
|
+
PillModule
|
|
993
|
+
],
|
|
994
|
+
exports: [
|
|
995
|
+
PillsComponent
|
|
996
|
+
]
|
|
1045
997
|
})
|
|
1046
|
-
],
|
|
998
|
+
], PillsModule);
|
|
999
|
+
|
|
1000
|
+
let TaskComponent = class TaskComponent {
|
|
1001
|
+
constructor() {
|
|
1002
|
+
this.taskModel = {
|
|
1003
|
+
assignee: '',
|
|
1004
|
+
title: '',
|
|
1005
|
+
dueDate: '',
|
|
1006
|
+
moreActions: [],
|
|
1007
|
+
};
|
|
1008
|
+
}
|
|
1009
|
+
ngOnInit() { }
|
|
1010
|
+
};
|
|
1011
|
+
__decorate([
|
|
1012
|
+
Input()
|
|
1013
|
+
], TaskComponent.prototype, "taskModel", void 0);
|
|
1014
|
+
TaskComponent = __decorate([
|
|
1015
|
+
Component({
|
|
1016
|
+
selector: 'symphony-task',
|
|
1017
|
+
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",
|
|
1018
|
+
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}"]
|
|
1019
|
+
})
|
|
1020
|
+
], TaskComponent);
|
|
1021
|
+
|
|
1022
|
+
let TaskModule = class TaskModule {
|
|
1023
|
+
};
|
|
1024
|
+
TaskModule = __decorate([
|
|
1025
|
+
NgModule({
|
|
1026
|
+
declarations: [TaskComponent],
|
|
1027
|
+
imports: [
|
|
1028
|
+
CommonModule,
|
|
1029
|
+
TaskIconModule,
|
|
1030
|
+
ContextualMenuModule,
|
|
1031
|
+
H3Module,
|
|
1032
|
+
ParagraphModule
|
|
1033
|
+
],
|
|
1034
|
+
exports: [TaskComponent],
|
|
1035
|
+
})
|
|
1036
|
+
], TaskModule);
|
|
1047
1037
|
|
|
1048
1038
|
let MoleculesModule = class MoleculesModule {
|
|
1049
1039
|
};
|
|
@@ -1053,7 +1043,7 @@ MoleculesModule = __decorate([
|
|
|
1053
1043
|
imports: [
|
|
1054
1044
|
CommonModule,
|
|
1055
1045
|
AvatarModule,
|
|
1056
|
-
|
|
1046
|
+
ContextualMenuModule,
|
|
1057
1047
|
PillsModule,
|
|
1058
1048
|
TaskModule,
|
|
1059
1049
|
ColorSwatchModule,
|
|
@@ -1096,585 +1086,142 @@ TaskListModule = __decorate([
|
|
|
1096
1086
|
})
|
|
1097
1087
|
], TaskListModule);
|
|
1098
1088
|
|
|
1099
|
-
let
|
|
1089
|
+
let NoteListComponent = class NoteListComponent {
|
|
1100
1090
|
constructor() { }
|
|
1101
|
-
ngOnInit() {
|
|
1091
|
+
ngOnInit() {
|
|
1092
|
+
}
|
|
1102
1093
|
};
|
|
1103
1094
|
__decorate([
|
|
1104
1095
|
Input()
|
|
1105
|
-
],
|
|
1106
|
-
|
|
1096
|
+
], NoteListComponent.prototype, "noteList", void 0);
|
|
1097
|
+
NoteListComponent = __decorate([
|
|
1107
1098
|
Component({
|
|
1108
|
-
selector: 'symphony-
|
|
1109
|
-
template: "<ul class=\"
|
|
1110
|
-
|
|
1111
|
-
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}"]
|
|
1099
|
+
selector: 'symphony-note-list',
|
|
1100
|
+
template: "<ul class=\"list-unstyled\">\n <li *ngFor=\"let note of noteList\">\n <symphony-note [noteModel]='note'></symphony-note>\n </li>\n</ul>\n",
|
|
1101
|
+
styles: ["li{border-bottom:1px solid #d9d9d9}li:last-child{border-bottom-color:transparent}"]
|
|
1112
1102
|
})
|
|
1113
|
-
],
|
|
1103
|
+
], NoteListComponent);
|
|
1114
1104
|
|
|
1115
|
-
let
|
|
1105
|
+
let NoteListModule = class NoteListModule {
|
|
1116
1106
|
};
|
|
1117
|
-
|
|
1107
|
+
NoteListModule = __decorate([
|
|
1118
1108
|
NgModule({
|
|
1119
|
-
declarations: [
|
|
1120
|
-
imports: [CommonModule,
|
|
1109
|
+
declarations: [NoteListComponent],
|
|
1110
|
+
imports: [CommonModule, NoteModule],
|
|
1111
|
+
exports: [NoteListComponent]
|
|
1121
1112
|
})
|
|
1122
|
-
],
|
|
1123
|
-
|
|
1124
|
-
class
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
allIcons = allIcons.concat(this.getHasNoBorderIconList());
|
|
1128
|
-
allIcons = allIcons.concat(this.getHasBorderIconList());
|
|
1129
|
-
allIcons = allIcons.concat(this.getInverseIconList());
|
|
1130
|
-
return allIcons;
|
|
1131
|
-
}
|
|
1132
|
-
static getHasNoBorderIconList() {
|
|
1133
|
-
return [
|
|
1134
|
-
{
|
|
1135
|
-
icon: Icons.MOREOPTIONS,
|
|
1136
|
-
iconName: 'MOREOPTIONS',
|
|
1137
|
-
iconClass: 'si-more-options',
|
|
1138
|
-
hasBorder: false,
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
icon: Icons.ADD,
|
|
1142
|
-
iconName: 'ADD',
|
|
1143
|
-
iconClass: 'si-add',
|
|
1144
|
-
hasBorder: false,
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
icon: Icons.ACTIVITY,
|
|
1148
|
-
iconName: 'ACTIVITY',
|
|
1149
|
-
iconClass: 'si-activity',
|
|
1150
|
-
hasBorder: false,
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
icon: Icons.ARROWHIDEREVEAL,
|
|
1154
|
-
iconName: 'ARROWHIDEREVEAL',
|
|
1155
|
-
iconClass: 'si-arrow-hide-reveal',
|
|
1156
|
-
hasBorder: false,
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
icon: Icons.ARROWNEXT,
|
|
1160
|
-
iconName: 'ARROWNEXT',
|
|
1161
|
-
iconClass: 'si-arrow-next',
|
|
1162
|
-
hasBorder: false,
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
icon: Icons.ARROWPREV,
|
|
1166
|
-
iconName: 'ARROWPREV',
|
|
1167
|
-
iconClass: 'si-arrow-prev',
|
|
1168
|
-
hasBorder: false,
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
icon: Icons.CLOSEMODAL,
|
|
1172
|
-
iconName: 'CLOSEMODAL',
|
|
1173
|
-
iconClass: 'si-close-modal',
|
|
1174
|
-
hasBorder: false,
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
icon: Icons.COLLAPSE,
|
|
1178
|
-
iconName: 'COLLAPSE',
|
|
1179
|
-
iconClass: 'si-collapse',
|
|
1180
|
-
hasBorder: false,
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
icon: Icons.DAYMODE,
|
|
1184
|
-
iconName: 'DAYMODE',
|
|
1185
|
-
iconClass: 'si-daymode',
|
|
1186
|
-
hasBorder: false,
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
icon: Icons.DELETE,
|
|
1190
|
-
iconName: 'DELETE',
|
|
1191
|
-
iconClass: 'si-delete',
|
|
1192
|
-
hasBorder: false,
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
icon: Icons.DOCUMENT,
|
|
1196
|
-
iconName: 'DOCUMENT',
|
|
1197
|
-
iconClass: 'si-document',
|
|
1198
|
-
hasBorder: false,
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
icon: Icons.DOWNLOAD,
|
|
1202
|
-
iconName: 'DOWNLOAD',
|
|
1203
|
-
iconClass: 'si-download',
|
|
1204
|
-
hasBorder: false,
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
icon: Icons.EDIT,
|
|
1208
|
-
iconName: 'EDIT',
|
|
1209
|
-
iconClass: 'si-edit',
|
|
1210
|
-
hasBorder: false,
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
icon: Icons.EMAILDRIP,
|
|
1214
|
-
iconName: 'EMAILDRIP',
|
|
1215
|
-
iconClass: 'si-email-drip',
|
|
1216
|
-
hasBorder: false,
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
icon: Icons.EMAILOPEN,
|
|
1220
|
-
iconName: 'EMAILOPEN',
|
|
1221
|
-
iconClass: 'si-email-open',
|
|
1222
|
-
hasBorder: false,
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
icon: Icons.EMAILSEND,
|
|
1226
|
-
iconName: 'EMAILSEND',
|
|
1227
|
-
iconClass: 'si-email-send',
|
|
1228
|
-
hasBorder: false,
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
icon: Icons.EXPAND,
|
|
1232
|
-
iconName: 'EXPAND',
|
|
1233
|
-
iconClass: 'si-expand',
|
|
1234
|
-
hasBorder: false,
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
icon: Icons.FAVORITE,
|
|
1238
|
-
iconName: 'FAVORITE',
|
|
1239
|
-
iconClass: 'si-favorite',
|
|
1240
|
-
hasBorder: false,
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
icon: Icons.FEEDBACKMAYBE,
|
|
1244
|
-
iconName: 'FEEDBACKMAYBE',
|
|
1245
|
-
iconClass: 'si-feedback-maybe',
|
|
1246
|
-
hasBorder: false,
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
icon: Icons.FEEDBACKNO,
|
|
1250
|
-
iconName: 'FEEDBACKNO',
|
|
1251
|
-
iconClass: 'si-feedback-no',
|
|
1252
|
-
hasBorder: false,
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
icon: Icons.FEEDBACKYES,
|
|
1256
|
-
iconName: 'FEEDBACKYES',
|
|
1257
|
-
iconClass: 'si-feedback-yes',
|
|
1258
|
-
hasBorder: false,
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
icon: Icons.FOLDERMULTIPLE,
|
|
1262
|
-
iconName: 'FOLDERMULTIPLE',
|
|
1263
|
-
iconClass: 'si-folder-multiple',
|
|
1264
|
-
hasBorder: false,
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
icon: Icons.INCLUDE,
|
|
1268
|
-
iconName: 'INCLUDE',
|
|
1269
|
-
iconClass: 'si-include',
|
|
1270
|
-
hasBorder: false,
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
icon: Icons.INFO,
|
|
1274
|
-
iconName: 'INFO',
|
|
1275
|
-
iconClass: 'si-info',
|
|
1276
|
-
hasBorder: false,
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
icon: Icons.INTERVIEW,
|
|
1280
|
-
iconName: 'INTERVIEW',
|
|
1281
|
-
iconClass: 'si-interview',
|
|
1282
|
-
hasBorder: false,
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
icon: Icons.LINK,
|
|
1286
|
-
iconName: 'LINK',
|
|
1287
|
-
iconClass: 'si-link',
|
|
1288
|
-
hasBorder: false,
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
icon: Icons.LOCATION,
|
|
1292
|
-
iconName: 'LOCATION',
|
|
1293
|
-
iconClass: 'si-location',
|
|
1294
|
-
hasBorder: false,
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
icon: Icons.MENUALL,
|
|
1298
|
-
iconName: 'MENUALL',
|
|
1299
|
-
iconClass: 'si-menu-all',
|
|
1300
|
-
hasBorder: false,
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
icon: Icons.MENUANALYTICS,
|
|
1304
|
-
iconName: 'MENUANALYTICS',
|
|
1305
|
-
iconClass: 'si-menu-analytics',
|
|
1306
|
-
hasBorder: false,
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
icon: Icons.MENUASSETS,
|
|
1310
|
-
iconName: 'MENUASSETS',
|
|
1311
|
-
iconClass: 'si-menu-assets',
|
|
1312
|
-
hasBorder: false,
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
icon: Icons.MENUCAMPAIGNS,
|
|
1316
|
-
iconName: 'MENUCAMPAIGNS',
|
|
1317
|
-
iconClass: 'si-menu-campaigns',
|
|
1318
|
-
hasBorder: false,
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
icon: Icons.MENUCONTACT,
|
|
1322
|
-
iconName: 'MENUCONTACT',
|
|
1323
|
-
iconClass: 'si-menu-contact',
|
|
1324
|
-
hasBorder: false,
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
icon: Icons.MENUCONTENT,
|
|
1328
|
-
iconName: 'MENUCONTENT',
|
|
1329
|
-
iconClass: 'si-menu-content',
|
|
1330
|
-
hasBorder: false,
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
icon: Icons.MENUDASHBOARD,
|
|
1334
|
-
iconName: 'MENUDASHBOARD',
|
|
1335
|
-
iconClass: 'si-menu-dashboard',
|
|
1336
|
-
hasBorder: false,
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
icon: Icons.MENUEVENTS,
|
|
1340
|
-
iconName: 'MENUEVENTS',
|
|
1341
|
-
iconClass: 'si-menu-events',
|
|
1342
|
-
hasBorder: false,
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
icon: Icons.MENUFOLDERS,
|
|
1346
|
-
iconName: 'MENUFOLDERS',
|
|
1347
|
-
iconClass: 'si-menu-folders',
|
|
1348
|
-
hasBorder: false,
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
icon: Icons.MENUJOBS,
|
|
1352
|
-
iconName: 'MENUJOBS',
|
|
1353
|
-
iconClass: 'si-menu-jobs',
|
|
1354
|
-
hasBorder: false,
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
icon: Icons.MENURETURN,
|
|
1358
|
-
iconName: 'MENURETURN',
|
|
1359
|
-
iconClass: 'si-menu-return',
|
|
1360
|
-
hasBorder: false,
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
icon: Icons.MENUWORKFLOWS,
|
|
1364
|
-
iconName: 'MENUWORKFLOWS',
|
|
1365
|
-
iconClass: 'si-menu-workflows',
|
|
1366
|
-
hasBorder: false,
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
icon: Icons.MERGE,
|
|
1370
|
-
iconName: 'MERGE',
|
|
1371
|
-
iconClass: 'si-merge',
|
|
1372
|
-
hasBorder: false,
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
icon: Icons.MOVE,
|
|
1376
|
-
iconName: 'MOVE',
|
|
1377
|
-
iconClass: 'si-move',
|
|
1378
|
-
hasBorder: false,
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
icon: Icons.NIGHTMODE,
|
|
1382
|
-
iconName: 'NIGHTMODE',
|
|
1383
|
-
iconClass: 'si-nightmode',
|
|
1384
|
-
hasBorder: false,
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
icon: Icons.NOTIFICATION,
|
|
1388
|
-
iconName: 'NOTIFICATION',
|
|
1389
|
-
iconClass: 'si-notification',
|
|
1390
|
-
hasBorder: false,
|
|
1391
|
-
},
|
|
1392
|
-
{
|
|
1393
|
-
icon: Icons.ORGANIZECOLUMNS,
|
|
1394
|
-
iconName: 'ORGANIZECOLUMNS',
|
|
1395
|
-
iconClass: 'si-organize-columns',
|
|
1396
|
-
hasBorder: false,
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
icon: Icons.ORGANIZECONTACTS,
|
|
1400
|
-
iconName: 'ORGANIZECONTACTS',
|
|
1401
|
-
iconClass: 'si-organize-contacts',
|
|
1402
|
-
hasBorder: false,
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
icon: Icons.PENDINGINCOMPLETE,
|
|
1406
|
-
iconName: 'PENDINGINCOMPLETE',
|
|
1407
|
-
iconClass: 'si-pending-incomplete',
|
|
1408
|
-
hasBorder: false,
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
icon: Icons.PHONENUMBER,
|
|
1412
|
-
iconName: 'PHONENUMBER',
|
|
1413
|
-
iconClass: 'si-phone-number',
|
|
1414
|
-
hasBorder: false,
|
|
1415
|
-
},
|
|
1416
|
-
{
|
|
1417
|
-
icon: Icons.PREVIEW,
|
|
1418
|
-
iconName: 'PREVIEW',
|
|
1419
|
-
iconClass: 'si-preview',
|
|
1420
|
-
hasBorder: false,
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
icon: Icons.PROMOTE,
|
|
1424
|
-
iconName: 'PROMOTE',
|
|
1425
|
-
iconClass: 'si-promote',
|
|
1426
|
-
hasBorder: false,
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
icon: Icons.REFRESH,
|
|
1430
|
-
iconName: 'REFRESH',
|
|
1431
|
-
iconClass: 'si-refresh',
|
|
1432
|
-
hasBorder: false,
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
icon: Icons.REMOVE,
|
|
1436
|
-
iconName: 'REMOVE',
|
|
1437
|
-
iconClass: 'si-remove',
|
|
1438
|
-
hasBorder: false,
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
icon: Icons.EXCLUDE,
|
|
1442
|
-
iconName: 'EXCLUDE',
|
|
1443
|
-
iconClass: 'si-exclude',
|
|
1444
|
-
hasBorder: false,
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
icon: Icons.RESULTSFILTERS,
|
|
1448
|
-
iconName: 'RESULTSFILTERS',
|
|
1449
|
-
iconClass: 'si-results-filters',
|
|
1450
|
-
hasBorder: false,
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
icon: Icons.REVIEW,
|
|
1454
|
-
iconName: 'REVIEW',
|
|
1455
|
-
iconClass: 'si-review',
|
|
1456
|
-
hasBorder: false,
|
|
1457
|
-
},
|
|
1458
|
-
{
|
|
1459
|
-
icon: Icons.SALARY,
|
|
1460
|
-
iconName: 'SALARY',
|
|
1461
|
-
iconClass: 'si-salary',
|
|
1462
|
-
hasBorder: false,
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
icon: Icons.SAVE,
|
|
1466
|
-
iconName: 'SAVE',
|
|
1467
|
-
iconClass: 'si-save',
|
|
1468
|
-
hasBorder: false,
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
icon: Icons.SEARCHADVANCED,
|
|
1472
|
-
iconName: 'SEARCHADVANCED',
|
|
1473
|
-
iconClass: 'si-search-advanced',
|
|
1474
|
-
hasBorder: false,
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
icon: Icons.SEARCHCLEAR,
|
|
1478
|
-
iconName: 'SEARCHCLEAR',
|
|
1479
|
-
iconClass: 'si-search-clear',
|
|
1480
|
-
hasBorder: false,
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
icon: Icons.SEARCHNEW,
|
|
1484
|
-
iconName: 'SEARCHNEW',
|
|
1485
|
-
iconClass: 'si-search-new',
|
|
1486
|
-
hasBorder: false,
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
icon: Icons.SETTINGSMART,
|
|
1490
|
-
iconName: 'SETTINGSMART',
|
|
1491
|
-
iconClass: 'si-settings-smart',
|
|
1492
|
-
hasBorder: false,
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
icon: Icons.SMS,
|
|
1496
|
-
iconName: 'SMS',
|
|
1497
|
-
iconClass: 'si-sms',
|
|
1498
|
-
hasBorder: false,
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
icon: Icons.SORTMINI,
|
|
1502
|
-
iconName: 'SORTMINI',
|
|
1503
|
-
iconClass: 'si-sort-mini',
|
|
1504
|
-
hasBorder: false,
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
icon: Icons.STATUS,
|
|
1508
|
-
iconName: 'STATUS',
|
|
1509
|
-
iconClass: 'si-status',
|
|
1510
|
-
hasBorder: false,
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
icon: Icons.SYSTEMACTION,
|
|
1514
|
-
iconName: 'SYSTEMACTION',
|
|
1515
|
-
iconClass: 'si-system-action',
|
|
1516
|
-
hasBorder: false,
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
icon: Icons.TASKCOMPLETED,
|
|
1520
|
-
iconName: 'TASKCOMPLETED',
|
|
1521
|
-
iconClass: 'si-task-completed',
|
|
1522
|
-
hasBorder: false,
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
icon: Icons.TASKOPEN,
|
|
1526
|
-
iconName: 'TASKOPEN',
|
|
1527
|
-
iconClass: 'si-task-open',
|
|
1528
|
-
hasBorder: false,
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
icon: Icons.TIMEFRAME,
|
|
1532
|
-
iconName: 'TIMEFRAME',
|
|
1533
|
-
iconClass: 'si-timeframe',
|
|
1534
|
-
hasBorder: false,
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
icon: Icons.TIMELINE,
|
|
1538
|
-
iconName: 'TIMELINE',
|
|
1539
|
-
iconClass: 'si-timeline',
|
|
1540
|
-
hasBorder: false,
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
icon: Icons.UPLOAD,
|
|
1544
|
-
iconName: 'UPLOAD',
|
|
1545
|
-
iconClass: 'si-upload',
|
|
1546
|
-
hasBorder: false,
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
icon: Icons.USERMULTIPLE,
|
|
1550
|
-
iconName: 'USERMULTIPLE',
|
|
1551
|
-
iconClass: 'si-user-multiple',
|
|
1552
|
-
hasBorder: false,
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
icon: Icons.USER,
|
|
1556
|
-
iconName: 'USER',
|
|
1557
|
-
iconClass: 'si-user',
|
|
1558
|
-
hasBorder: false,
|
|
1559
|
-
},
|
|
1560
|
-
];
|
|
1561
|
-
}
|
|
1562
|
-
static getInverseIconList() {
|
|
1563
|
-
return [
|
|
1564
|
-
{
|
|
1565
|
-
icon: Icons.ACTIVITY,
|
|
1566
|
-
iconName: 'ACTIVITY',
|
|
1567
|
-
iconClass: 'si-activity',
|
|
1568
|
-
hasBorder: true,
|
|
1569
|
-
},
|
|
1570
|
-
];
|
|
1571
|
-
}
|
|
1572
|
-
static getHasBorderIconList() {
|
|
1573
|
-
return [
|
|
1574
|
-
{
|
|
1575
|
-
icon: Icons.ADD,
|
|
1576
|
-
iconName: 'ADD',
|
|
1577
|
-
iconClass: 'si-add',
|
|
1578
|
-
hasBorder: true,
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
icon: Icons.ARROWNEXT,
|
|
1582
|
-
iconName: 'ARROWNEXT',
|
|
1583
|
-
iconClass: 'si-arrow-next',
|
|
1584
|
-
hasBorder: true,
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
icon: Icons.DELETE,
|
|
1588
|
-
iconName: 'DELETE',
|
|
1589
|
-
iconClass: 'si-delete',
|
|
1590
|
-
hasBorder: true,
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
icon: Icons.DOWNLOAD,
|
|
1594
|
-
iconName: 'DOWNLOAD',
|
|
1595
|
-
iconClass: 'si-download',
|
|
1596
|
-
hasBorder: true,
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
icon: Icons.EDIT,
|
|
1600
|
-
iconName: 'EDIT',
|
|
1601
|
-
iconClass: 'si-edit',
|
|
1602
|
-
hasBorder: true,
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
icon: Icons.FEEDBACKYES,
|
|
1606
|
-
iconName: 'FEEDBACKYES',
|
|
1607
|
-
iconClass: 'si-feedback-yes',
|
|
1608
|
-
hasBorder: true,
|
|
1609
|
-
},
|
|
1610
|
-
{
|
|
1611
|
-
icon: Icons.MENUCONTACT,
|
|
1612
|
-
iconName: 'MENUCONTACT',
|
|
1613
|
-
iconClass: 'si-menu-contact',
|
|
1614
|
-
hasBorder: true,
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
icon: Icons.MOREOPTIONS,
|
|
1618
|
-
iconName: 'MOREOPTIONS',
|
|
1619
|
-
iconClass: 'si-more-options',
|
|
1620
|
-
hasBorder: true,
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
icon: Icons.ORGANIZECOLUMNS,
|
|
1624
|
-
iconName: 'ORGANIZECOLUMNS',
|
|
1625
|
-
iconClass: 'si-organize-columns',
|
|
1626
|
-
hasBorder: true,
|
|
1627
|
-
},
|
|
1113
|
+
], NoteListModule);
|
|
1114
|
+
|
|
1115
|
+
let EventsSettingsPageComponent = class EventsSettingsPageComponent {
|
|
1116
|
+
constructor() {
|
|
1117
|
+
this.eventsSettingsBreadcrumbs = [
|
|
1628
1118
|
{
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
iconClass: 'si-preview',
|
|
1632
|
-
hasBorder: true,
|
|
1119
|
+
label: 'Main Menu',
|
|
1120
|
+
link: '/tools',
|
|
1633
1121
|
},
|
|
1634
1122
|
{
|
|
1635
|
-
|
|
1636
|
-
iconName: 'SAVE',
|
|
1637
|
-
iconClass: 'si-save',
|
|
1638
|
-
hasBorder: true,
|
|
1123
|
+
label: 'Sub Menu One',
|
|
1639
1124
|
},
|
|
1640
1125
|
];
|
|
1126
|
+
this.eventSettingsPageModel = {
|
|
1127
|
+
moreActions: [],
|
|
1128
|
+
};
|
|
1641
1129
|
}
|
|
1642
|
-
}
|
|
1130
|
+
ngOnInit() { }
|
|
1131
|
+
};
|
|
1132
|
+
__decorate([
|
|
1133
|
+
Input()
|
|
1134
|
+
], EventsSettingsPageComponent.prototype, "eventSettingsPageModel", void 0);
|
|
1135
|
+
EventsSettingsPageComponent = __decorate([
|
|
1136
|
+
Component({
|
|
1137
|
+
selector: 'symphony-events-settings-page',
|
|
1138
|
+
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",
|
|
1139
|
+
styles: [""]
|
|
1140
|
+
})
|
|
1141
|
+
], EventsSettingsPageComponent);
|
|
1643
1142
|
|
|
1644
|
-
let
|
|
1645
|
-
constructor() {
|
|
1646
|
-
|
|
1647
|
-
this.hasBorderIconsList = IconExplorerHelper.getHasBorderIconList();
|
|
1648
|
-
this.hasNoBorderIconsList = IconExplorerHelper.getHasNoBorderIconList();
|
|
1649
|
-
this.isInverseIconsList = IconExplorerHelper.getInverseIconList();
|
|
1650
|
-
}
|
|
1651
|
-
ngOnInit() {
|
|
1652
|
-
this.iconCount = this.iconList.length;
|
|
1653
|
-
this.explorerTitle = `Iconography (${this.iconCount} icons)`;
|
|
1654
|
-
this.iconHasBorderCount = this.hasBorderIconsList.length;
|
|
1655
|
-
this.borderTitle = `Icons with border (${this.iconHasBorderCount} icons)`;
|
|
1656
|
-
this.iconHasNoBorderCount = this.hasNoBorderIconsList.length;
|
|
1657
|
-
this.noBorderTitle = `Icons without border (${this.iconHasNoBorderCount} icons)`;
|
|
1658
|
-
this.iconisInverseCount = this.isInverseIconsList.length;
|
|
1659
|
-
this.backgroundTitle = `Icons with background (${this.iconisInverseCount} icons)`;
|
|
1660
|
-
}
|
|
1143
|
+
let AdminListTemplateComponent = class AdminListTemplateComponent {
|
|
1144
|
+
constructor() { }
|
|
1145
|
+
ngOnInit() { }
|
|
1661
1146
|
};
|
|
1662
|
-
|
|
1147
|
+
AdminListTemplateComponent = __decorate([
|
|
1663
1148
|
Component({
|
|
1664
|
-
selector: 'symphony-
|
|
1665
|
-
template: "<div class=\"
|
|
1666
|
-
styles: [".sfx-
|
|
1149
|
+
selector: 'symphony-admin-list-template',
|
|
1150
|
+
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",
|
|
1151
|
+
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%}"]
|
|
1667
1152
|
})
|
|
1668
|
-
],
|
|
1153
|
+
], AdminListTemplateComponent);
|
|
1669
1154
|
|
|
1670
|
-
let
|
|
1155
|
+
let AdminListModule = class AdminListModule {
|
|
1671
1156
|
};
|
|
1672
|
-
|
|
1157
|
+
AdminListModule = __decorate([
|
|
1673
1158
|
NgModule({
|
|
1674
|
-
declarations: [
|
|
1675
|
-
imports: [CommonModule
|
|
1159
|
+
declarations: [AdminListTemplateComponent],
|
|
1160
|
+
imports: [CommonModule],
|
|
1161
|
+
exports: [AdminListTemplateComponent],
|
|
1162
|
+
})
|
|
1163
|
+
], AdminListModule);
|
|
1164
|
+
|
|
1165
|
+
let PlaceholderComponent = class PlaceholderComponent {
|
|
1166
|
+
constructor() { }
|
|
1167
|
+
ngOnInit() { }
|
|
1168
|
+
};
|
|
1169
|
+
__decorate([
|
|
1170
|
+
Input()
|
|
1171
|
+
], PlaceholderComponent.prototype, "type", void 0);
|
|
1172
|
+
__decorate([
|
|
1173
|
+
Input()
|
|
1174
|
+
], PlaceholderComponent.prototype, "label", void 0);
|
|
1175
|
+
__decorate([
|
|
1176
|
+
Input()
|
|
1177
|
+
], PlaceholderComponent.prototype, "tooltip", void 0);
|
|
1178
|
+
__decorate([
|
|
1179
|
+
Input()
|
|
1180
|
+
], PlaceholderComponent.prototype, "tooltipPlacement", void 0);
|
|
1181
|
+
__decorate([
|
|
1182
|
+
Input()
|
|
1183
|
+
], PlaceholderComponent.prototype, "height", void 0);
|
|
1184
|
+
__decorate([
|
|
1185
|
+
Input()
|
|
1186
|
+
], PlaceholderComponent.prototype, "width", void 0);
|
|
1187
|
+
PlaceholderComponent = __decorate([
|
|
1188
|
+
Component({
|
|
1189
|
+
selector: 'symphony-placeholder',
|
|
1190
|
+
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",
|
|
1191
|
+
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%}"]
|
|
1192
|
+
})
|
|
1193
|
+
], PlaceholderComponent);
|
|
1194
|
+
|
|
1195
|
+
let PlaceholderModule = class PlaceholderModule {
|
|
1196
|
+
};
|
|
1197
|
+
PlaceholderModule = __decorate([
|
|
1198
|
+
NgModule({
|
|
1199
|
+
declarations: [PlaceholderComponent],
|
|
1200
|
+
imports: [CommonModule, TooltipModule.forRoot()],
|
|
1201
|
+
exports: [PlaceholderComponent],
|
|
1202
|
+
})
|
|
1203
|
+
], PlaceholderModule);
|
|
1204
|
+
|
|
1205
|
+
let EventsSettingsPageModule = class EventsSettingsPageModule {
|
|
1206
|
+
};
|
|
1207
|
+
EventsSettingsPageModule = __decorate([
|
|
1208
|
+
NgModule({
|
|
1209
|
+
declarations: [EventsSettingsPageComponent],
|
|
1210
|
+
imports: [
|
|
1211
|
+
CommonModule,
|
|
1212
|
+
AdminListModule,
|
|
1213
|
+
H3Module,
|
|
1214
|
+
H4Module,
|
|
1215
|
+
PlaceholderModule,
|
|
1216
|
+
BreadcrumbModule,
|
|
1217
|
+
TwoColumnFilterAreaModule,
|
|
1218
|
+
IconModule,
|
|
1219
|
+
InputTextModule,
|
|
1220
|
+
ContextualMenuModule
|
|
1221
|
+
],
|
|
1222
|
+
exports: [EventsSettingsPageComponent],
|
|
1676
1223
|
})
|
|
1677
|
-
],
|
|
1224
|
+
], EventsSettingsPageModule);
|
|
1678
1225
|
|
|
1679
1226
|
/*
|
|
1680
1227
|
* ATOMS
|
|
@@ -1684,5 +1231,5 @@ IconExplorerModule = __decorate([
|
|
|
1684
1231
|
* Generated bundle index. Do not edit.
|
|
1685
1232
|
*/
|
|
1686
1233
|
|
|
1687
|
-
export { AtomsModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule,
|
|
1234
|
+
export { AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ColorSampleComponent, ColorSampleModule, ColorSwatchComponent, ColorSwatchModule, ContextualMenuComponent, ContextualMenuModule, EventsSettingsPageComponent, EventsSettingsPageModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, IconComponent, IconModule, IconSwatchComponent, IconSwatchModule, IconWrapperComponent, IconWrapperModule, InputCheckboxComponent, InputCheckboxModule, InputRadioComponent, InputRadioModule, InputTextComponent, InputTextModule, MoleculesModule, NoteComponent, NoteListComponent, NoteListModule, NoteModule, ParagraphComponent, ParagraphModule, PillComponent, PillsComponent, PillsModule, TaskComponent, TaskIconComponent, TaskIconModule, TaskListComponent, TaskListModule, TaskModule, SfxInlineErrorModule as ɵa, SfxInlineErrorComponent as ɵb, PillModule as ɵc, TwoColumnFilterAreaModule as ɵd, TwoColumnFilterAreaComponent as ɵe, AdminListModule as ɵf, AdminListTemplateComponent as ɵg, PlaceholderModule as ɵh, PlaceholderComponent as ɵi };
|
|
1688
1235
|
//# sourceMappingURL=symphony-talent-component-library-projects-component-library.js.map
|