/*! * Bootstrap v3.4.1 (https://getbootstrap.com/) * Copyright 2011-2019 Twitter, Inc. * Licensed under the MIT license */ /*! * JavaScript Cookie v2.2.1 * https://github.com/js-cookie/js-cookie * * Copyright 2006, 2015 Klaus Hartl & Fagner Brack * Released under the MIT license */ /*! * Sizzle CSS Selector Engine v2.3.5 * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://js.foundation/ * * Date: 2020-03-14 */ /*! * [KIMAI] KimaiAPI: easy access to API methods */ /*! * [KIMAI] KimaiActiveRecords: responsible to display the users active records */ /*! * [KIMAI] KimaiActiveRecordsDuration: activate the updates for all active timesheet records on this page */ /*! * [KIMAI] KimaiAjaxModalForm * * allows to assign the given selector to any element, which then is used as click-handler: * opening a modal with the content from the URL given in the elements 'data-href' or 'href' attribute */ /*! * [KIMAI] KimaiAlert: notifications for Kimai */ /*! * [KIMAI] KimaiAlternativeLinks * * allows to assign the given selector to any element, which then is used as click-handler * redirecting to the URL given in the elements 'data-href' or 'href' attribute */ /*! * [KIMAI] KimaiConfiguration: handling all configuration and runtime settings */ /*! * [KIMAI] KimaiContainer * * ServiceContainer for Kimai */ /*! * [KIMAI] KimaiCookies: simple wrapper to handle cookies */ /*! * [KIMAI] KimaiDatatable: handles functionality for the datatable */ /*! * [KIMAI] KimaiDatatableColumnView: manages the visibility of data-table columns in cookies */ /*! * [KIMAI] KimaiDatePicker: single date selects (currently unused) */ /*! * [KIMAI] KimaiDateRangePicker: activate the (daterange picker) compound field in toolbar */ /*! * [KIMAI] KimaiDateTimePicker: activate the (datetime picker) field in timesheet edit dialog */ /*! * [KIMAI] KimaiDateUtils: responsible for handling date specific tasks */ /*! * [KIMAI] KimaiEscape: sanitize strings */ /*! * [KIMAI] KimaiEvent: helper to trigger events */ /*! * [KIMAI] KimaiForm: basic functions for all forms */ /*! * [KIMAI] KimaiFormSelect: enhanced functionality for HTML select's */ /*! * [KIMAI] KimaiLoader: bootstrap the application and all plugins */ /*! * [KIMAI] KimaiMultiUpdateForm: handle the multi update checkbox list and form */ /*! * [KIMAI] KimaiPaginatedBoxWidget: handles box widgets that have a pagination */ /*! * [KIMAI] KimaiPlugin: base class for all plugins */ /*! * [KIMAI] KimaiRecentActivities: responsible to reload the users recent activities */ /*! * [KIMAI] KimaiReducedClickHandler: abstract class */ /*! * [KIMAI] KimaiReloadPageWidget: a simple helper to reload the page on events */ /*! * [KIMAI] KimaiSelectDataAPI: