2020-05-14 14:06:58 +02:00
|
|
|
/*!
|
2021-06-29 18:05:53 +02:00
|
|
|
* Bootstrap v5.0.2 (https://getbootstrap.com/)
|
2021-01-20 16:51:16 +01:00
|
|
|
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
2020-08-08 17:47:26 +02:00
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
2020-05-14 14:06:58 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*!
|
2021-02-26 05:28:19 +01:00
|
|
|
* Get all of an element's parent elements up the DOM tree
|
|
|
|
* (c) 2019 Chris Ferdinandi, MIT License, https://gomakethings.com
|
|
|
|
* @param {Node} elem The element
|
|
|
|
* @param {String} selector Selector to match against [optional]
|
|
|
|
* @return {Array} The parent elements
|
|
|
|
*/
|
2020-05-14 14:06:58 +02:00
|
|
|
|
2021-02-26 05:28:19 +01:00
|
|
|
/*! *****************************************************************************
|
|
|
|
Copyright (c) Microsoft Corporation.
|
2020-05-14 14:06:58 +02:00
|
|
|
|
2021-02-26 05:28:19 +01:00
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
|
|
purpose with or without fee is hereby granted.
|
2020-05-14 14:06:58 +02:00
|
|
|
|
2021-02-26 05:28:19 +01:00
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
|
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
|
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
|
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
***************************************************************************** */
|