Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
fac6ab7b
Commit
fac6ab7b
authored
Jun 23, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard view fixes
parent
7fe7a4bc
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
140 additions
and
76 deletions
+140
-76
diversity-profile.component.html
...ssment/diversity-profile/diversity-profile.component.html
+11
-41
diversity-profile.component.scss
...ssment/diversity-profile/diversity-profile.component.scss
+1
-1
diversity-profile.component.ts
...sessment/diversity-profile/diversity-profile.component.ts
+57
-8
career-history.routing.ts
...ts/my-career-web/career-history/career-history.routing.ts
+2
-9
career-history.component.html
...reer-history/career-history/career-history.component.html
+6
-6
career-history.component.ts
...career-history/career-history/career-history.component.ts
+16
-5
templates.component.html
...history/career-history/templates/templates.component.html
+1
-3
constants.ts
...ular/src/app/components/my-career-web/config/constants.ts
+2
-0
personal-details.component.ts
.../dashboard/personal-details/personal-details.component.ts
+3
-0
profile-tasks.component.html
...-web/dashboard/profile-tasks/profile-tasks.component.html
+1
-1
profile-tasks.component.scss
...-web/dashboard/profile-tasks/profile-tasks.component.scss
+6
-0
profile-tasks.component.ts
...er-web/dashboard/profile-tasks/profile-tasks.component.ts
+3
-2
diversity-profile-question.model.ts
.../my-career-web/models/diversity-profile-question.model.ts
+16
-0
assessment.service.ts
...p/components/my-career-web/services/assessment.service.ts
+9
-0
_autocomplete.scss
...ar/src/styles/my-career-styles/primeng/_autocomplete.scss
+6
-0
No files found.
frontend/angular/src/app/components/my-career-web/assessment/diversity-profile/diversity-profile.component.html
View file @
fac6ab7b
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
</div>
</div>
<div
class=
"header-actions"
>
<div
class=
"header-actions"
>
<span
class=
"auto-saved"
>
Auto saved 1 min ago
</span>
<span
class=
"auto-saved"
*
ngIf=
"autoSaveLabel"
>
Auto saved {{autoSaveLabel}}
</span>
<button
pButton
label=
"Save & exit"
class=
"ui-button-info"
></button>
<button
pButton
label=
"Save & exit"
(
click
)="
exit
()"
class=
"ui-button-info"
></button>
</div>
</div>
</div>
</div>
<p-progressBar
[
value
]="
20
"
></p-progressBar>
<p-progressBar
[
value
]="
20
"
></p-progressBar>
...
@@ -28,54 +28,24 @@
...
@@ -28,54 +28,24 @@
<div
class=
"assessment-body-question-wrapper mc-card"
>
<div
class=
"assessment-body-question-wrapper mc-card"
>
<app-overlay
[
isActive
]="
isLoading
"
></app-overlay>
<div
class=
"question-wrapper"
>
<div
class=
"question-wrapper"
*
ngFor=
"let diversity of diversityProfiles;"
>
<div
class=
"question-title"
>
How important to you is the following in your work life
?
</div>
<div
class=
"question-title"
>
{{diversity.QuestionText}}
?
</div>
<div
class=
"answer-options"
>
<div
class=
"answer-options"
*
ngIf=
"!diversity.MultipleAnswers"
>
<div
class=
"answer-option"
>
<div
class=
"answer-option"
*
ngFor=
"let answer of diversity.Answers;"
>
<p-radioButton
label=
"I am a very practical person"
></p-radioButton>
<p-radioButton
[
label
]="
answer
.
Answer
"
></p-radioButton>
</div>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am a somewhat practical person"
></p-radioButton>
</div>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am not generally idealistic"
></p-radioButton>
</div>
</div>
</div>
</div>
</div>
<div
class=
"question-wrapper"
>
<div
class=
"answer-options"
*
ngIf=
"diversity.MultipleAnswers"
>
<div
class=
"question-title"
>
How important to you is the following in your work life?
</div>
<div
class=
"answer-option"
*
ngFor=
"let answer of diversity.Answers;"
>
<p-checkbox
[
label
]="
answer
.
Answer
"
[
binary
]="
true
"
[(
ngModel
)]="
answer
.
IsSelected
"
></p-checkbox>
<div
class=
"answer-options"
>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am a very practical person"
></p-radioButton>
</div>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am a somewhat practical person"
></p-radioButton>
</div>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am not generally idealistic"
></p-radioButton>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"question-wrapper"
>
<div
class=
"question-title"
>
How important to you is the following in your work life?
</div>
<div
class=
"answer-options"
>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am a very practical person"
></p-radioButton>
</div>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am a somewhat practical person"
></p-radioButton>
</div>
<div
class=
"answer-option"
>
<p-radioButton
label=
"I am not generally idealistic"
></p-radioButton>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
frontend/angular/src/app/components/my-career-web/assessment/diversity-profile/diversity-profile.component.scss
View file @
fac6ab7b
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
.answer-option
{
.answer-option
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
p-radioButton
{
p-radioButton
,
p-checkbox
{
color
:
$darkColor
;
color
:
$darkColor
;
font-family
:
$bodyFont
;
font-family
:
$bodyFont
;
cursor
:
pointer
;
cursor
:
pointer
;
...
...
frontend/angular/src/app/components/my-career-web/assessment/diversity-profile/diversity-profile.component.ts
View file @
fac6ab7b
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
BaseComponent
}
from
'../../base/base.component'
;
import
{
BaseComponent
}
from
'../../base/base.component'
;
import
{
AssessmentService
}
from
'../../services/assessment.service'
;
import
{
HelperService
}
from
'../../services/helper.service'
;
import
{
Router
}
from
'@angular/router'
;
import
{
takeUntil
}
from
'rxjs/operators'
;
import
*
as
moment
from
'moment'
;
import
{
DiversityProfileQuestionModel
}
from
'../../models/diversity-profile-question.model'
;
@
Component
({
@
Component
({
selector
:
'app-diversity-profile'
,
selector
:
'app-diversity-profile'
,
templateUrl
:
'./diversity-profile.component.html'
,
templateUrl
:
'./diversity-profile.component.html'
,
styleUrls
:
[
'./diversity-profile.component.scss'
]
styleUrls
:
[
'./diversity-profile.component.scss'
]
})
})
export
class
DiversityProfileComponent
extends
BaseComponent
implements
OnInit
{
export
class
DiversityProfileComponent
extends
BaseComponent
implements
OnInit
{
constructor
()
{
diversityProfiles
:
DiversityProfileQuestionModel
[]
=
[];
super
();
assocs
=
[
'Answers'
];
}
autoSaveInterval
;
autoSavedOn
;
autoSaveLabel
=
''
;
ngOnInit
()
{
constructor
(
}
private
as
:
AssessmentService
,
private
hs
:
HelperService
,
private
r
:
Router
)
{
super
();
}
ngOnInit
()
{
this
.
initiateDiversityProfile
();
this
.
setAutoSaveInterval
();
}
initiateDiversityProfile
():
void
{
this
.
isLoading
=
true
;
this
.
as
.
getDiversityProfile
(
this
.
assocs
)
.
pipe
(
takeUntil
(
this
.
componentInView
))
.
subscribe
(
response
=>
{
this
.
isLoading
=
false
;
this
.
autoSavedOn
=
new
Date
();
this
.
diversityProfiles
=
response
;
console
.
log
(
this
.
diversityProfiles
);
},
err
=>
{
this
.
isLoading
=
false
;
this
.
hs
.
handleHttpError
(
err
);
});
}
exit
():
void
{
this
.
r
.
navigate
([
'/my-career-web/dashboard/home'
]);
}
setAutoSaveInterval
():
void
{
if
(
!
this
.
autoSaveInterval
)
{
setInterval
(()
=>
{
this
.
autoSave
();
},
60000
);
}
}
autoSave
():
void
{
this
.
autoSaveLabel
=
moment
(
this
.
autoSavedOn
).
fromNow
();
}
}
}
frontend/angular/src/app/components/my-career-web/career-history/career-history.routing.ts
View file @
fac6ab7b
import
{
NgModule
}
from
'@angular/core'
;
import
{
NgModule
}
from
'@angular/core'
;
import
{
Routes
,
RouterModule
}
from
'@angular/router'
;
import
{
Routes
,
RouterModule
}
from
'@angular/router'
;
import
{
CareerHistoryComponent
}
from
'./career-history/career-history.component'
;
import
{
CareerHistoryComponent
}
from
'./career-history/career-history.component'
;
import
{
PersonalDataComponent
}
from
'./career-history/personal-data/personal-data.component'
;
const
routes
:
Routes
=
[
const
routes
:
Routes
=
[
{
{
path
:
''
,
path
:
':screen'
,
component
:
CareerHistoryComponent
,
component
:
CareerHistoryComponent
children
:
[
{
path
:
'personal-data'
,
component
:
PersonalDataComponent
}
]
}
}
];
];
...
...
frontend/angular/src/app/components/my-career-web/career-history/career-history/career-history.component.html
View file @
fac6ab7b
...
@@ -29,22 +29,22 @@
...
@@ -29,22 +29,22 @@
<div
class=
"assessment-body-tabs mc-card career-builder"
>
<div
class=
"assessment-body-tabs mc-card career-builder"
>
<p-tabView>
<p-tabView>
<p-tabPanel
header=
"1{{isMobileView ? '' : '. Personal Data'}}"
>
<p-tabPanel
header=
"1{{isMobileView ? '' : '. Personal Data'}}"
[
selected
]="
activeTab =
==
'
personal-data
'"
>
<app-personal-data></app-personal-data>
<app-personal-data></app-personal-data>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"2{{isMobileView ? '' : '. Work History'}}"
>
<p-tabPanel
header=
"2{{isMobileView ? '' : '. Work History'}}"
[
selected
]="
activeTab =
==
'
work-history
'"
>
<app-work-history></app-work-history>
<app-work-history></app-work-history>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"3{{isMobileView ? '' : '. Education'}}"
>
<p-tabPanel
header=
"3{{isMobileView ? '' : '. Education'}}"
[
selected
]="
activeTab =
==
'
education
'"
>
<app-education></app-education>
<app-education></app-education>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"4{{isMobileView ? '' : '. Skills'}}"
>
<p-tabPanel
header=
"4{{isMobileView ? '' : '. Skills'}}"
[
selected
]="
activeTab =
==
'
skills
'"
>
<app-skills></app-skills>
<app-skills></app-skills>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"5{{isMobileView ? '' : '. References'}}"
>
<p-tabPanel
header=
"5{{isMobileView ? '' : '. References'}}"
[
selected
]="
activeTab =
==
'
references
'"
>
<app-references></app-references>
<app-references></app-references>
</p-tabPanel>
</p-tabPanel>
<p-tabPanel
header=
"6{{isMobileView ? '' : '. Templates'}}"
>
<p-tabPanel
header=
"6{{isMobileView ? '' : '. Templates'}}"
[
selected
]="
activeTab =
==
'
templates
'"
>
<app-templates></app-templates>
<app-templates></app-templates>
</p-tabPanel>
</p-tabPanel>
</p-tabView>
</p-tabView>
...
...
frontend/angular/src/app/components/my-career-web/career-history/career-history/career-history.component.ts
View file @
fac6ab7b
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
Component
,
OnInit
}
from
'@angular/core'
;
import
{
BaseComponent
}
from
'../../base/base.component'
;
import
{
BaseComponent
}
from
'../../base/base.component'
;
import
{
Router
}
from
'@angular/router'
;
import
{
ActivatedRoute
,
Router
}
from
'@angular/router'
;
import
{
takeUntil
}
from
'rxjs/operators'
;
@
Component
({
@
Component
({
selector
:
'app-career-history'
,
selector
:
'app-career-history'
,
...
@@ -9,17 +10,27 @@ import { Router } from '@angular/router';
...
@@ -9,17 +10,27 @@ import { Router } from '@angular/router';
})
})
export
class
CareerHistoryComponent
extends
BaseComponent
implements
OnInit
{
export
class
CareerHistoryComponent
extends
BaseComponent
implements
OnInit
{
activeTab
=
''
;
constructor
(
constructor
(
private
r
:
Router
private
r
:
Router
,
private
ar
:
ActivatedRoute
)
{
)
{
super
();
super
();
}
}
exit
():
void
{
ngOnInit
()
{
this
.
r
.
navigate
([
'/my-career-web/dashboard/home'
]);
this
.
ar
.
params
.
pipe
(
takeUntil
(
this
.
componentInView
))
.
subscribe
(
params
=>
{
if
(
params
.
screen
)
{
this
.
activeTab
=
params
.
screen
;
}
})
}
}
ngOnInit
()
{
exit
():
void
{
this
.
r
.
navigate
([
'/my-career-web/dashboard/home'
]);
}
}
}
}
frontend/angular/src/app/components/my-career-web/career-history/career-history/templates/templates.component.html
View file @
fac6ab7b
<p>
<h4
class=
"tab-heading"
>
Select the design template for your Career Profile
</h4>
templates works!
</p>
frontend/angular/src/app/components/my-career-web/config/constants.ts
View file @
fac6ab7b
...
@@ -17,6 +17,8 @@ export const CLASSES = {
...
@@ -17,6 +17,8 @@ export const CLASSES = {
CAREER_PROFILE
:
'performa.orm.CareerProfile'
,
CAREER_PROFILE
:
'performa.orm.CareerProfile'
,
WORK_STYLE_QUESTION
:
'performa.orm.WorkStyleQuestionNP'
,
WORK_STYLE_QUESTION
:
'performa.orm.WorkStyleQuestionNP'
,
WORK_PREFERENCE_QUESTION
:
'performa.orm.WorkPreferencesQuestionNP'
,
WORK_PREFERENCE_QUESTION
:
'performa.orm.WorkPreferencesQuestionNP'
,
DIVERSITY_QUESTION
:
'performa.orm.DiversityQuestion'
,
DIVERSITY_ANSWER
:
'performa.orm.DiversityAnswer'
,
QUESTION
:
'performa.orm.Question'
QUESTION
:
'performa.orm.Question'
};
};
...
...
frontend/angular/src/app/components/my-career-web/dashboard/personal-details/personal-details.component.ts
View file @
fac6ab7b
...
@@ -7,6 +7,7 @@ import { CareerProfileModel } from '../../models/career-profile.model';
...
@@ -7,6 +7,7 @@ import { CareerProfileModel } from '../../models/career-profile.model';
import
{
HelperService
}
from
'../../services/helper.service'
;
import
{
HelperService
}
from
'../../services/helper.service'
;
import
{
PersonalDetailsService
}
from
'../../services/personal-details.service'
;
import
{
PersonalDetailsService
}
from
'../../services/personal-details.service'
;
import
{
ToasterService
}
from
'../../services/toaster.service'
;
import
{
ToasterService
}
from
'../../services/toaster.service'
;
import
{
Router
}
from
'@angular/router'
;
@
Component
({
@
Component
({
selector
:
'app-personal-details'
,
selector
:
'app-personal-details'
,
...
@@ -31,6 +32,7 @@ export class PersonalDetailsComponent extends BaseComponent implements OnInit {
...
@@ -31,6 +32,7 @@ export class PersonalDetailsComponent extends BaseComponent implements OnInit {
private
ts
:
ToasterService
,
private
ts
:
ToasterService
,
private
hs
:
HelperService
,
private
hs
:
HelperService
,
private
aps
:
AppService
,
private
aps
:
AppService
,
private
r
:
Router
)
{
)
{
super
();
super
();
}
}
...
@@ -111,6 +113,7 @@ export class PersonalDetailsComponent extends BaseComponent implements OnInit {
...
@@ -111,6 +113,7 @@ export class PersonalDetailsComponent extends BaseComponent implements OnInit {
this
.
hs
.
oneItHttpResponse
(
res
);
this
.
hs
.
oneItHttpResponse
(
res
);
this
.
ps
.
careerProfileUpdated
=
this
.
careerProfile
;
this
.
ps
.
careerProfileUpdated
=
this
.
careerProfile
;
this
.
ts
.
success
(
'Profile updated.'
);
this
.
ts
.
success
(
'Profile updated.'
);
this
.
r
.
navigate
([
'/my-career-web/dashboard/home'
]);
},
err
=>
{
},
err
=>
{
this
.
hs
.
handleHttpError
(
err
);
this
.
hs
.
handleHttpError
(
err
);
this
.
isSaving
=
false
;
this
.
isSaving
=
false
;
...
...
frontend/angular/src/app/components/my-career-web/dashboard/profile-tasks/profile-tasks.component.html
View file @
fac6ab7b
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<button
pButton
label=
"Get Started"
[
routerLink
]="
task
.
link
"
class=
"ui-button-info section-start"
>
<button
pButton
label=
"Get Started"
[
routerLink
]="
task
.
link
"
class=
"ui-button-info section-start"
>
</button>
</button>
<div
class=
"section-edit"
[
routerLink
]="
task
.
link
"
*
ngIf=
"careerProfile[task.key] === 100"
>
<div
class=
"section-edit"
[
routerLink
]="
task
.
link
"
*
ngIf=
"careerProfile[task.key] === 100"
[
ngClass
]="{
disabled:
careerProfile
[
task
.
allowEditField
]
===
false
}"
>
<i
class=
"fa fa-edit"
></i>
Edit
<i
class=
"fa fa-edit"
></i>
Edit
</div>
</div>
...
...
frontend/angular/src/app/components/my-career-web/dashboard/profile-tasks/profile-tasks.component.scss
View file @
fac6ab7b
...
@@ -105,10 +105,16 @@
...
@@ -105,10 +105,16 @@
font-size
:
14px
;
font-size
:
14px
;
font-family
:
$bodyFont
;
font-family
:
$bodyFont
;
font-weight
:
normal
;
font-weight
:
normal
;
width
:
50px
;
.fa-edit
{
.fa-edit
{
margin-left
:
5px
;
margin-left
:
5px
;
}
}
&
.disabled
{
color
:
#688894
;
pointer-events
:
none
;
}
}
}
&
.active
{
&
.active
{
...
...
frontend/angular/src/app/components/my-career-web/dashboard/profile-tasks/profile-tasks.component.ts
View file @
fac6ab7b
...
@@ -19,8 +19,8 @@ export class ProfileTasksComponent extends BaseComponent {
...
@@ -19,8 +19,8 @@ export class ProfileTasksComponent extends BaseComponent {
assocs
=
[
'Candidate.User'
,
'Candidate.OccupationPreference'
];
assocs
=
[
'Candidate.User'
,
'Candidate.OccupationPreference'
];
profileTasks
=
[
profileTasks
=
[
{
label
:
'Personal Details'
,
link
:
'/my-career-web/dashboard/personal-details'
,
key
:
'CompletedPercentage'
,
active
:
false
},
{
label
:
'Personal Details'
,
link
:
'/my-career-web/dashboard/personal-details'
,
key
:
'CompletedPercentage'
,
active
:
false
},
{
label
:
'Work Strengths'
,
link
:
'/my-career-web/assessments/work-style'
,
key
:
'CompletedPercentageWS'
,
active
:
false
},
{
label
:
'Work Strengths'
,
link
:
'/my-career-web/assessments/work-style'
,
key
:
'CompletedPercentageWS'
,
active
:
false
,
allowEditField
:
'AllowResubmitWS'
},
{
label
:
'Career Values'
,
link
:
'/my-career-web/assessments/work-preference'
,
key
:
'CompletedPercentageWP'
,
active
:
false
},
{
label
:
'Career Values'
,
link
:
'/my-career-web/assessments/work-preference'
,
key
:
'CompletedPercentageWP'
,
active
:
false
,
allowEditField
:
'AllowResubmitWP'
},
{
label
:
'Career History'
,
link
:
'/my-career-web/work-history/personal-data'
,
key
:
''
,
active
:
false
},
{
label
:
'Career History'
,
link
:
'/my-career-web/work-history/personal-data'
,
key
:
''
,
active
:
false
},
{
label
:
'Diversity'
,
link
:
''
,
key
:
''
,
active
:
false
}
{
label
:
'Diversity'
,
link
:
''
,
key
:
''
,
active
:
false
}
];
];
...
@@ -61,6 +61,7 @@ export class ProfileTasksComponent extends BaseComponent {
...
@@ -61,6 +61,7 @@ export class ProfileTasksComponent extends BaseComponent {
this
.
profileTasks
.
forEach
(
t
=>
t
.
active
=
false
);
this
.
profileTasks
.
forEach
(
t
=>
t
.
active
=
false
);
const
currentTask
=
this
.
profileTasks
.
find
(
t
=>
this
.
careerProfile
[
t
.
key
]
!==
100
);
const
currentTask
=
this
.
profileTasks
.
find
(
t
=>
this
.
careerProfile
[
t
.
key
]
!==
100
);
currentTask
.
active
=
true
;
currentTask
.
active
=
true
;
console
.
log
(
this
.
careerProfile
);
// const percentage = (this.careerProfile.CompletedPercentage || 0) * 3.6;
// const percentage = (this.careerProfile.CompletedPercentage || 0) * 3.6;
// for (let i = 0; i <= percentage; i++) {
// for (let i = 0; i <= percentage; i++) {
// if (percentage === 360) {
// if (percentage === 360) {
...
...
frontend/angular/src/app/components/my-career-web/models/diversity-profile-question.model.ts
0 → 100644
View file @
fac6ab7b
import
{
CLASSES
}
from
'../config/constants'
;
import
{
BaseModel
}
from
'./base.model'
;
export
class
DiversityProfileQuestionModel
extends
BaseModel
{
ObjectClass
=
CLASSES
.
DIVERSITY_QUESTION
;
Code
:
string
;
QuestionText
:
string
;
MultipleAnswers
:
boolean
;
Answers
:
DiversityAnswerModel
[];
}
class
DiversityAnswerModel
extends
BaseModel
{
ObjectClass
=
CLASSES
.
DIVERSITY_ANSWER
;
Answer
:
string
;
IsSelected
:
boolean
;
}
frontend/angular/src/app/components/my-career-web/services/assessment.service.ts
View file @
fac6ab7b
...
@@ -29,6 +29,15 @@ export class AssessmentService {
...
@@ -29,6 +29,15 @@ export class AssessmentService {
)
)
}
}
getDiversityProfile
(
assocs
=
[]):
Observable
<
any
>
{
return
this
.
ss
.
getObjects
(
'DiversityProfile'
,
'All'
,
''
,
assocs
,
null
,
null
,
null
,
null
)
.
map
(
data
=>
{
return
this
.
us
.
convertResponseToObjects
(
data
,
assocs
);
}
)
}
saveWorkStyle
(
params
):
Observable
<
any
>
{
saveWorkStyle
(
params
):
Observable
<
any
>
{
return
this
.
us
.
processObjects
(
'SaveWorkStyle'
,
params
);
return
this
.
us
.
processObjects
(
'SaveWorkStyle'
,
params
);
}
}
...
...
frontend/angular/src/styles/my-career-styles/primeng/_autocomplete.scss
View file @
fac6ab7b
...
@@ -26,5 +26,11 @@ p-autoComplete {
...
@@ -26,5 +26,11 @@ p-autoComplete {
border
:
2px
solid
#12A8DE
!
important
;
border
:
2px
solid
#12A8DE
!
important
;
}
}
}
}
&
-panel
{
.ui-autocomplete-list-item
{
transition
:
.2s
!
important
;
}
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment