wfm-mobile-core
Version:
WFM Mobile Core
77 lines (76 loc) • 1.9 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.eventTypes = void 0;
var ETypesOfEvents_1 = require("../enums/ETypesOfEvents");
exports.eventTypes = [
{
icon: 'hand-front-right',
color: 'primary',
type: ETypesOfEvents_1.ETypesOfEvents.SHIFT,
},
{
icon: 'hospital-box',
color: 'red',
type: ETypesOfEvents_1.ETypesOfEvents.SICK_LEAVE,
},
{
icon: 'palm-tree',
color: 'yellow-dark',
type: ETypesOfEvents_1.ETypesOfEvents.VACATION,
},
{
icon: 'bed-empty',
color: 'yellow-dark',
type: ETypesOfEvents_1.ETypesOfEvents.OFF_TIME,
},
{
icon: 'progress-clock',
color: 'yellow-dark',
type: ETypesOfEvents_1.ETypesOfEvents.PARTIAL_ABSENCE,
},
{
icon: 'circle-slice-5',
color: 'yellow-dark',
type: ETypesOfEvents_1.ETypesOfEvents.DAY_OFF,
},
{
icon: 'school',
color: 'green',
type: ETypesOfEvents_1.ETypesOfEvents.TRAINING,
},
{
icon: 'briefcase',
color: 'green',
type: ETypesOfEvents_1.ETypesOfEvents.BUSINESS_TRIP,
},
{
icon: 'account-cancel',
color: 'yellow-dark',
type: ETypesOfEvents_1.ETypesOfEvents.NON_APPEARANCE,
},
{
label: 'NEW_EVENT',
icon: 'plus',
color: 'primary',
},
{
label: 'SHIFT_TO_EXCHANGE',
icon: 'border-none-variant',
color: 'primary',
},
{
label: 'COMMENT',
icon: 'comment',
color: 'grey',
},
{
icon: 'comment-text',
color: 'primary',
type: ETypesOfEvents_1.ETypesOfEvents.COMMENT_FROM_EXCHANGE,
},
{
icon: 'format-list-bulleted',
color: 'primary',
type: ETypesOfEvents_1.ETypesOfEvents.MANY_EVENTS,
},
];