From e7a04e0e704ec52e84cd63ee93bc9f5a4436c809 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 22 Mar 2024 11:38:02 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B07331=20-=20Fix=20cleanup=20script=20to?= =?UTF-8?q?=20remove=20all=20denied=20folders?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/tippy.js/README.md | 2 +- .../tippy.js/dist/tippy-bundle.umd.js | 391 ++++++++++++++---- .../tippy.js/dist/tippy-bundle.umd.js.map | 2 +- .../tippy.js/dist/tippy-bundle.umd.min.js | 2 +- .../tippy.js/dist/tippy-bundle.umd.min.js.map | 2 +- node_modules/tippy.js/dist/tippy.cjs.js | 389 +++++++++++++---- node_modules/tippy.js/dist/tippy.cjs.js.map | 2 +- node_modules/tippy.js/dist/tippy.css | 2 +- node_modules/tippy.js/dist/tippy.esm.js | 391 ++++++++++++++---- node_modules/tippy.js/dist/tippy.esm.js.map | 2 +- node_modules/tippy.js/dist/tippy.umd.js | 389 +++++++++++++---- node_modules/tippy.js/dist/tippy.umd.js.map | 2 +- node_modules/tippy.js/dist/tippy.umd.min.js | 2 +- .../tippy.js/dist/tippy.umd.min.js.map | 2 +- .../headless/dist/tippy-headless.cjs.js | 389 +++++++++++++---- .../headless/dist/tippy-headless.cjs.js.map | 2 +- .../headless/dist/tippy-headless.esm.js | 391 ++++++++++++++---- .../headless/dist/tippy-headless.esm.js.map | 2 +- .../headless/dist/tippy-headless.umd.js | 385 +++++++++++++---- .../headless/dist/tippy-headless.umd.js.map | 2 +- .../headless/dist/tippy-headless.umd.min.js | 2 +- .../dist/tippy-headless.umd.min.js.map | 2 +- node_modules/tippy.js/index.d.ts | 3 + node_modules/tippy.js/package.json | 14 +- .../Dependencies/AbstractFolderAnalyzer.php | 4 +- sources/Dependencies/NPM/iTopNPM.php | 34 +- 26 files changed, 2216 insertions(+), 594 deletions(-) diff --git a/node_modules/tippy.js/README.md b/node_modules/tippy.js/README.md index ff449c80c..42cbc8d2c 100644 --- a/node_modules/tippy.js/README.md +++ b/node_modules/tippy.js/README.md @@ -52,7 +52,7 @@ The core CSS comes bundled with the default unpkg import. ## Usage For detailed usage information, -[visit the docs](https://atomiks.github.io/tippyjs/v6/creation/). +[visit the docs](https://atomiks.github.io/tippyjs/v6/getting-started/). ## Component Wrappers diff --git a/node_modules/tippy.js/dist/tippy-bundle.umd.js b/node_modules/tippy.js/dist/tippy-bundle.umd.js index 0653b228e..5f58c281f 100644 --- a/node_modules/tippy.js/dist/tippy-bundle.umd.js +++ b/node_modules/tippy.js/dist/tippy-bundle.umd.js @@ -1,6 +1,6 @@ /**! -* tippy.js v6.2.5 -* (c) 2017-2020 atomiks +* tippy.js v6.3.7 +* (c) 2017-2021 atomiks * MIT License */ (function (global, factory) { @@ -9,7 +9,7 @@ (global = global || self, global.tippy = factory(global.Popper)); }(this, (function (core) { 'use strict'; - var css = ".tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:\"\";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}"; + var css = ".tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:\"\";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}"; function injectCSS(css) { var style = document.createElement('style'); @@ -26,8 +26,8 @@ } var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined'; - var ua = isBrowser ? navigator.userAgent : ''; - var isIE = /MSIE |Trident\//.test(ua); + var isIE11 = isBrowser ? // @ts-ignore + !!window.msCrypto : false; var ROUND_ARROW = ''; var BOX_CLASS = "tippy-box"; @@ -39,6 +39,9 @@ passive: true, capture: true }; + var TIPPY_DEFAULT_APPEND_TO = function TIPPY_DEFAULT_APPEND_TO() { + return document.body; + }; function hasOwnProperty(obj, key) { return {}.hasOwnProperty.call(obj, key); @@ -158,10 +161,13 @@ }); } function getOwnerDocument(elementOrElements) { - var _normalizeToArray = normalizeToArray(elementOrElements), - element = _normalizeToArray[0]; + var _element$ownerDocumen; - return element ? element.ownerDocument || document : document; + var _normalizeToArray = normalizeToArray(elementOrElements), + element = _normalizeToArray[0]; // Elements created via a