@tsparticles/plugin-infection 3.1.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/431.min.js +2 -0
- package/431.min.js.LICENSE.txt +1 -0
- package/733.min.js +2 -0
- package/733.min.js.LICENSE.txt +1 -0
- package/854.min.js +2 -0
- package/854.min.js.LICENSE.txt +1 -0
- package/browser/InfectionPlugin.js +23 -0
- package/browser/index.js +5 -26
- package/cjs/InfectionPlugin.js +50 -0
- package/cjs/index.js +17 -26
- package/dist_browser_InfectionInstance_js.js +40 -0
- package/dist_browser_InfectionPlugin_js.js +50 -0
- package/dist_browser_ParticlesInfecter_js.js +30 -0
- package/esm/InfectionPlugin.js +23 -0
- package/esm/index.js +5 -26
- package/package.json +2 -2
- package/report.html +3 -3
- package/tsparticles.plugin.infection.js +241 -314
- package/tsparticles.plugin.infection.min.js +1 -1
- package/tsparticles.plugin.infection.min.js.LICENSE.txt +1 -1
- package/types/InfectionPlugin.d.ts +10 -0
- package/umd/InfectionPlugin.js +61 -0
- package/umd/index.js +19 -27
package/431.min.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 431.min.js.LICENSE.txt */
|
|
2
|
+
(this.webpackChunk_tsparticles_plugin_infection=this.webpackChunk_tsparticles_plugin_infection||[]).push([[431],{431:(i,t,e)=>{e.d(t,{InfectionPlugin:()=>a});var n=e(533);class s{constructor(){this.color=new n.OptionsColor,this.color.value="#ff0000",this.radius=0,this.rate=1}load(i){void 0!==i&&(void 0!==i.color&&(this.color=n.OptionsColor.create(this.color,i.color)),this.duration=i.duration,this.infectedStage=i.infectedStage,void 0!==i.radius&&(this.radius=i.radius),void 0!==i.rate&&(this.rate=i.rate))}}class o{constructor(){this.cure=!1,this.delay=0,this.enable=!1,this.infections=0,this.stages=[]}load(i){void 0!==i&&(void 0!==i.cure&&(this.cure=i.cure),void 0!==i.delay&&(this.delay=i.delay),void 0!==i.enable&&(this.enable=i.enable),void 0!==i.infections&&(this.infections=i.infections),void 0!==i.stages&&(this.stages=i.stages.map((i=>{const t=new s;return t.load(i),t}))))}}class a{constructor(){this.id="infection"}async getPlugin(i){const{InfectionInstance:t}=await e.e(733).then(e.bind(e,733));return new t(i)}loadOptions(i,t){if(!this.needsPlugin(i)&&!this.needsPlugin(t))return;let e=i.infection;void 0===e?.load&&(i.infection=e=new o),e.load(t?.infection)}needsPlugin(i){return i?.infection?.enable??!1}}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! tsParticles Infection Plugin v3.2.0 by Matteo Bruni */
|
package/733.min.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 733.min.js.LICENSE.txt */
|
|
2
|
+
(this.webpackChunk_tsparticles_plugin_infection=this.webpackChunk_tsparticles_plugin_infection||[]).push([[733],{733:(t,e,i)=>{i.d(e,{InfectionInstance:()=>s});var n=i(533);class o{constructor(t){this._nextInfectionStage=t=>{const e=this._container.actualOptions.infection,{infection:i}=t;if(!e||!i)return;const n=e.stages.length;n<=0||void 0===i.stage||(i.time=0,n<=++i.stage&&(e.cure?(delete i.stage,delete i.time):(i.stage=0,i.time=0)))},this._container=t}startInfection(t,e){const i=this._container.actualOptions.infection,{infection:n}=t;if(!i||!n)return;e>i.stages.length||e<0||(n.delay=0,n.delayStage=e)}updateInfection(t,e){const i=this._container.actualOptions.infection,{infection:o}=t;if(!i||!o)return;const s=i.stages,a=s.length;if(void 0!==o.delay&&void 0!==o.delayStage){const t=o.delayStage;if(t>a||t<0)return;o.delay>=i.delay*n.millisecondsToSeconds?(o.stage=t,o.time=0,delete o.delay,delete o.delayStage):o.delay+=e}else delete o.delay,delete o.delayStage;if(void 0!==o.stage&&void 0!==o.time){const i=s[o.stage];void 0!==i.duration&&i.duration>=0&&o.time>i.duration*n.millisecondsToSeconds?this._nextInfectionStage(t):o.time+=e}else delete o.stage,delete o.time}updateInfectionStage(t,e){const i=this._container.actualOptions,{infection:n}=t;if(!i.infection||!n)return;e>i.infection.stages.length||e<0||void 0!==n.stage&&n.stage>e||(n.stage=e,n.time=0)}}class s{constructor(t){this._container=t,this._container.infecter=new o(this._container)}particleFillColor(t){const e=this._container.actualOptions;if(!t.infection||!e.infection)return;const i=t.infection.stage,n=e.infection.stages;return void 0!==i?n[i].color:void 0}particleStrokeColor(t){return this.particleFillColor(t)}particlesSetup(){const t=this._container.actualOptions;if(t.infection)for(let e=0;e<t.infection.infections;e++){const t=this._container.particles.filter((t=>{const e=t;return e.infection||(e.infection={}),void 0===e.infection.stage})),e=(0,n.itemFromArray)(t);this._container.infecter?.startInfection(e,0)}}}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! tsParticles Infection Plugin v3.2.0 by Matteo Bruni */
|
package/854.min.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see 854.min.js.LICENSE.txt */
|
|
2
|
+
(this.webpackChunk_tsparticles_plugin_infection=this.webpackChunk_tsparticles_plugin_infection||[]).push([[854],{854:(e,t,n)=>{n.d(t,{ParticlesInfecter:()=>a});var i=n(533);class a extends i.ParticlesInteractorBase{constructor(e){super(e)}clear(){}init(){}async interact(e,t){const n=this.container.infecter;if(!n)return;if(n.updateInfection(e,t.value),void 0===e.infection?.stage)return;const a=this.container,s=a.actualOptions.infection;if(!s?.enable||s.stages.length<1)return;const c=s.stages[e.infection.stage],o=a.retina.pixelRatio,r=2*e.getRadius()+c.radius*o,f=e.getPosition(),g=c.infectedStage??e.infection.stage,l=a.particles.quadTree.queryCircle(f,r),u=c.rate,d=l.length;for(const t of l){const a=t;if(!(a===e||a.destroyed||a.spawning||void 0!==a.infection?.stage&&a.infection.stage===e.infection.stage||(0,i.getRandom)()>=u/d))if(void 0===a.infection?.stage)n.startInfection(a,g);else if(a.infection.stage<e.infection.stage)n.updateInfectionStage(a,g);else if(a.infection.stage>e.infection.stage){const t=s.stages[a.infection.stage],i=t?.infectedStage??a.infection.stage;n.updateInfectionStage(e,i)}}await Promise.resolve()}isEnabled(){return this.container.actualOptions?.infection?.enable??!1}reset(){}}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! tsParticles Infection Plugin v3.2.0 by Matteo Bruni */
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Infection } from "./Options/Classes/Infection.js";
|
|
2
|
+
export class InfectionPlugin {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.id = "infection";
|
|
5
|
+
}
|
|
6
|
+
async getPlugin(container) {
|
|
7
|
+
const { InfectionInstance } = await import("./InfectionInstance.js");
|
|
8
|
+
return new InfectionInstance(container);
|
|
9
|
+
}
|
|
10
|
+
loadOptions(options, source) {
|
|
11
|
+
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
let infectionOptions = options.infection;
|
|
15
|
+
if (infectionOptions?.load === undefined) {
|
|
16
|
+
options.infection = infectionOptions = new Infection();
|
|
17
|
+
}
|
|
18
|
+
infectionOptions.load(source?.infection);
|
|
19
|
+
}
|
|
20
|
+
needsPlugin(options) {
|
|
21
|
+
return options?.infection?.enable ?? false;
|
|
22
|
+
}
|
|
23
|
+
}
|
package/browser/index.js
CHANGED
|
@@ -1,31 +1,10 @@
|
|
|
1
|
-
import { Infection } from "./Options/Classes/Infection.js";
|
|
2
|
-
import { InfectionInstance } from "./InfectionInstance.js";
|
|
3
|
-
import { ParticlesInfecter } from "./ParticlesInfecter.js";
|
|
4
|
-
class InfectionPlugin {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.id = "infection";
|
|
7
|
-
}
|
|
8
|
-
getPlugin(container) {
|
|
9
|
-
return new InfectionInstance(container);
|
|
10
|
-
}
|
|
11
|
-
loadOptions(options, source) {
|
|
12
|
-
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
let infectionOptions = options.infection;
|
|
16
|
-
if (infectionOptions?.load === undefined) {
|
|
17
|
-
options.infection = infectionOptions = new Infection();
|
|
18
|
-
}
|
|
19
|
-
infectionOptions.load(source?.infection);
|
|
20
|
-
}
|
|
21
|
-
needsPlugin(options) {
|
|
22
|
-
return options?.infection?.enable ?? false;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
1
|
export async function loadInfectionPlugin(engine, refresh = true) {
|
|
26
|
-
const plugin = new InfectionPlugin();
|
|
2
|
+
const { InfectionPlugin } = await import("./InfectionPlugin.js"), plugin = new InfectionPlugin();
|
|
27
3
|
await engine.addPlugin(plugin, refresh);
|
|
28
|
-
await engine.addInteractor("particlesInfection", (container) =>
|
|
4
|
+
await engine.addInteractor("particlesInfection", async (container) => {
|
|
5
|
+
const { ParticlesInfecter } = await import("./ParticlesInfecter.js");
|
|
6
|
+
return new ParticlesInfecter(container);
|
|
7
|
+
}, refresh);
|
|
29
8
|
}
|
|
30
9
|
export * from "./Options/Interfaces/IInfection.js";
|
|
31
10
|
export * from "./Options/Interfaces/IInfectionStage.js";
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.InfectionPlugin = void 0;
|
|
27
|
+
const Infection_js_1 = require("./Options/Classes/Infection.js");
|
|
28
|
+
class InfectionPlugin {
|
|
29
|
+
constructor() {
|
|
30
|
+
this.id = "infection";
|
|
31
|
+
}
|
|
32
|
+
async getPlugin(container) {
|
|
33
|
+
const { InfectionInstance } = await Promise.resolve().then(() => __importStar(require("./InfectionInstance.js")));
|
|
34
|
+
return new InfectionInstance(container);
|
|
35
|
+
}
|
|
36
|
+
loadOptions(options, source) {
|
|
37
|
+
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
let infectionOptions = options.infection;
|
|
41
|
+
if (infectionOptions?.load === undefined) {
|
|
42
|
+
options.infection = infectionOptions = new Infection_js_1.Infection();
|
|
43
|
+
}
|
|
44
|
+
infectionOptions.load(source?.infection);
|
|
45
|
+
}
|
|
46
|
+
needsPlugin(options) {
|
|
47
|
+
return options?.infection?.enable ?? false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
exports.InfectionPlugin = InfectionPlugin;
|
package/cjs/index.js
CHANGED
|
@@ -10,39 +10,30 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
10
10
|
if (k2 === undefined) k2 = k;
|
|
11
11
|
o[k2] = m[k];
|
|
12
12
|
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
13
25
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
26
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
27
|
};
|
|
16
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
29
|
exports.loadInfectionPlugin = void 0;
|
|
18
|
-
const Infection_js_1 = require("./Options/Classes/Infection.js");
|
|
19
|
-
const InfectionInstance_js_1 = require("./InfectionInstance.js");
|
|
20
|
-
const ParticlesInfecter_js_1 = require("./ParticlesInfecter.js");
|
|
21
|
-
class InfectionPlugin {
|
|
22
|
-
constructor() {
|
|
23
|
-
this.id = "infection";
|
|
24
|
-
}
|
|
25
|
-
getPlugin(container) {
|
|
26
|
-
return new InfectionInstance_js_1.InfectionInstance(container);
|
|
27
|
-
}
|
|
28
|
-
loadOptions(options, source) {
|
|
29
|
-
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
30
|
-
return;
|
|
31
|
-
}
|
|
32
|
-
let infectionOptions = options.infection;
|
|
33
|
-
if (infectionOptions?.load === undefined) {
|
|
34
|
-
options.infection = infectionOptions = new Infection_js_1.Infection();
|
|
35
|
-
}
|
|
36
|
-
infectionOptions.load(source?.infection);
|
|
37
|
-
}
|
|
38
|
-
needsPlugin(options) {
|
|
39
|
-
return options?.infection?.enable ?? false;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
30
|
async function loadInfectionPlugin(engine, refresh = true) {
|
|
43
|
-
const plugin = new InfectionPlugin();
|
|
31
|
+
const { InfectionPlugin } = await Promise.resolve().then(() => __importStar(require("./InfectionPlugin.js"))), plugin = new InfectionPlugin();
|
|
44
32
|
await engine.addPlugin(plugin, refresh);
|
|
45
|
-
await engine.addInteractor("particlesInfection", (container) =>
|
|
33
|
+
await engine.addInteractor("particlesInfection", async (container) => {
|
|
34
|
+
const { ParticlesInfecter } = await Promise.resolve().then(() => __importStar(require("./ParticlesInfecter.js")));
|
|
35
|
+
return new ParticlesInfecter(container);
|
|
36
|
+
}, refresh);
|
|
46
37
|
}
|
|
47
38
|
exports.loadInfectionPlugin = loadInfectionPlugin;
|
|
48
39
|
__exportStar(require("./Options/Interfaces/IInfection.js"), exports);
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Author : Matteo Bruni
|
|
3
|
+
* MIT license: https://opensource.org/licenses/MIT
|
|
4
|
+
* Demo / Generator : https://particles.js.org/
|
|
5
|
+
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
|
+
* How to use? : Check the GitHub README
|
|
7
|
+
* v3.2.0
|
|
8
|
+
*/
|
|
9
|
+
"use strict";
|
|
10
|
+
/*
|
|
11
|
+
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
12
|
+
* This devtool is neither made for production nor for readable output files.
|
|
13
|
+
* It uses "eval()" calls to create a separate source file in the browser devtools.
|
|
14
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
15
|
+
* or disable the default devtool with "devtool: false".
|
|
16
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
17
|
+
*/
|
|
18
|
+
(this["webpackChunk_tsparticles_plugin_infection"] = this["webpackChunk_tsparticles_plugin_infection"] || []).push([["dist_browser_InfectionInstance_js"],{
|
|
19
|
+
|
|
20
|
+
/***/ "./dist/browser/Infecter.js":
|
|
21
|
+
/*!**********************************!*\
|
|
22
|
+
!*** ./dist/browser/Infecter.js ***!
|
|
23
|
+
\**********************************/
|
|
24
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
25
|
+
|
|
26
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Infecter: () => (/* binding */ Infecter)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__);\n\nconst minStage = 0,\n minDuration = 0;\nclass Infecter {\n constructor(container) {\n this._nextInfectionStage = particle => {\n const infectionOptions = this._container.actualOptions.infection,\n {\n infection\n } = particle;\n if (!infectionOptions || !infection) {\n return;\n }\n const stagesCount = infectionOptions.stages.length;\n if (stagesCount <= minStage || infection.stage === undefined) {\n return;\n }\n infection.time = 0;\n if (stagesCount <= ++infection.stage) {\n if (infectionOptions.cure) {\n delete infection.stage;\n delete infection.time;\n } else {\n infection.stage = 0;\n infection.time = 0;\n }\n }\n };\n this._container = container;\n }\n startInfection(particle, stage) {\n const infectionOptions = this._container.actualOptions.infection,\n {\n infection\n } = particle;\n if (!infectionOptions || !infection) {\n return;\n }\n const stages = infectionOptions.stages,\n stagesCount = stages.length;\n if (stage > stagesCount || stage < minStage) {\n return;\n }\n infection.delay = 0;\n infection.delayStage = stage;\n }\n updateInfection(particle, delta) {\n const infectionOptions = this._container.actualOptions.infection,\n {\n infection\n } = particle;\n if (!infectionOptions || !infection) {\n return;\n }\n const stages = infectionOptions.stages,\n stagesCount = stages.length;\n if (infection.delay !== undefined && infection.delayStage !== undefined) {\n const stage = infection.delayStage;\n if (stage > stagesCount || stage < minStage) {\n return;\n }\n if (infection.delay >= infectionOptions.delay * _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.millisecondsToSeconds) {\n infection.stage = stage;\n infection.time = 0;\n delete infection.delay;\n delete infection.delayStage;\n } else {\n infection.delay += delta;\n }\n } else {\n delete infection.delay;\n delete infection.delayStage;\n }\n if (infection.stage !== undefined && infection.time !== undefined) {\n const infectionStage = stages[infection.stage];\n if (infectionStage.duration !== undefined && infectionStage.duration >= minDuration) {\n if (infection.time > infectionStage.duration * _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.millisecondsToSeconds) {\n this._nextInfectionStage(particle);\n } else {\n infection.time += delta;\n }\n } else {\n infection.time += delta;\n }\n } else {\n delete infection.stage;\n delete infection.time;\n }\n }\n updateInfectionStage(particle, stage) {\n const options = this._container.actualOptions,\n {\n infection\n } = particle;\n if (!options.infection || !infection) {\n return;\n }\n const stagesCount = options.infection.stages.length;\n if (stage > stagesCount || stage < minStage || infection.stage !== undefined && infection.stage > stage) {\n return;\n }\n infection.stage = stage;\n infection.time = 0;\n }\n}\n\n//# sourceURL=webpack://@tsparticles/plugin-infection/./dist/browser/Infecter.js?");
|
|
27
|
+
|
|
28
|
+
/***/ }),
|
|
29
|
+
|
|
30
|
+
/***/ "./dist/browser/InfectionInstance.js":
|
|
31
|
+
/*!*******************************************!*\
|
|
32
|
+
!*** ./dist/browser/InfectionInstance.js ***!
|
|
33
|
+
\*******************************************/
|
|
34
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
35
|
+
|
|
36
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ InfectionInstance: () => (/* binding */ InfectionInstance)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _Infecter_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Infecter.js */ \"./dist/browser/Infecter.js\");\n\n\nconst minStage = 0;\nclass InfectionInstance {\n constructor(container) {\n this._container = container;\n this._container.infecter = new _Infecter_js__WEBPACK_IMPORTED_MODULE_1__.Infecter(this._container);\n }\n particleFillColor(particle) {\n const options = this._container.actualOptions;\n if (!particle.infection || !options.infection) {\n return;\n }\n const infectionStage = particle.infection.stage,\n infection = options.infection,\n infectionStages = infection.stages;\n return infectionStage !== undefined ? infectionStages[infectionStage].color : undefined;\n }\n particleStrokeColor(particle) {\n return this.particleFillColor(particle);\n }\n particlesSetup() {\n const options = this._container.actualOptions;\n if (!options.infection) {\n return;\n }\n for (let i = 0; i < options.infection.infections; i++) {\n const notInfected = this._container.particles.filter(p => {\n const infP = p;\n if (!infP.infection) {\n infP.infection = {};\n }\n return infP.infection.stage === undefined;\n });\n const infected = (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.itemFromArray)(notInfected);\n this._container.infecter?.startInfection(infected, minStage);\n }\n }\n}\n\n//# sourceURL=webpack://@tsparticles/plugin-infection/./dist/browser/InfectionInstance.js?");
|
|
37
|
+
|
|
38
|
+
/***/ })
|
|
39
|
+
|
|
40
|
+
}]);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Author : Matteo Bruni
|
|
3
|
+
* MIT license: https://opensource.org/licenses/MIT
|
|
4
|
+
* Demo / Generator : https://particles.js.org/
|
|
5
|
+
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
|
+
* How to use? : Check the GitHub README
|
|
7
|
+
* v3.2.0
|
|
8
|
+
*/
|
|
9
|
+
"use strict";
|
|
10
|
+
/*
|
|
11
|
+
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
12
|
+
* This devtool is neither made for production nor for readable output files.
|
|
13
|
+
* It uses "eval()" calls to create a separate source file in the browser devtools.
|
|
14
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
15
|
+
* or disable the default devtool with "devtool: false".
|
|
16
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
17
|
+
*/
|
|
18
|
+
(this["webpackChunk_tsparticles_plugin_infection"] = this["webpackChunk_tsparticles_plugin_infection"] || []).push([["dist_browser_InfectionPlugin_js"],{
|
|
19
|
+
|
|
20
|
+
/***/ "./dist/browser/InfectionPlugin.js":
|
|
21
|
+
/*!*****************************************!*\
|
|
22
|
+
!*** ./dist/browser/InfectionPlugin.js ***!
|
|
23
|
+
\*****************************************/
|
|
24
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
25
|
+
|
|
26
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ InfectionPlugin: () => (/* binding */ InfectionPlugin)\n/* harmony export */ });\n/* harmony import */ var _Options_Classes_Infection_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Options/Classes/Infection.js */ \"./dist/browser/Options/Classes/Infection.js\");\n\nclass InfectionPlugin {\n constructor() {\n this.id = \"infection\";\n }\n async getPlugin(container) {\n const {\n InfectionInstance\n } = await __webpack_require__.e(/*! import() */ \"dist_browser_InfectionInstance_js\").then(__webpack_require__.bind(__webpack_require__, /*! ./InfectionInstance.js */ \"./dist/browser/InfectionInstance.js\"));\n return new InfectionInstance(container);\n }\n loadOptions(options, source) {\n if (!this.needsPlugin(options) && !this.needsPlugin(source)) {\n return;\n }\n let infectionOptions = options.infection;\n if (infectionOptions?.load === undefined) {\n options.infection = infectionOptions = new _Options_Classes_Infection_js__WEBPACK_IMPORTED_MODULE_0__.Infection();\n }\n infectionOptions.load(source?.infection);\n }\n needsPlugin(options) {\n return options?.infection?.enable ?? false;\n }\n}\n\n//# sourceURL=webpack://@tsparticles/plugin-infection/./dist/browser/InfectionPlugin.js?");
|
|
27
|
+
|
|
28
|
+
/***/ }),
|
|
29
|
+
|
|
30
|
+
/***/ "./dist/browser/Options/Classes/Infection.js":
|
|
31
|
+
/*!***************************************************!*\
|
|
32
|
+
!*** ./dist/browser/Options/Classes/Infection.js ***!
|
|
33
|
+
\***************************************************/
|
|
34
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
35
|
+
|
|
36
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Infection: () => (/* binding */ Infection)\n/* harmony export */ });\n/* harmony import */ var _InfectionStage_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./InfectionStage.js */ \"./dist/browser/Options/Classes/InfectionStage.js\");\n\nclass Infection {\n constructor() {\n this.cure = false;\n this.delay = 0;\n this.enable = false;\n this.infections = 0;\n this.stages = [];\n }\n load(data) {\n if (data === undefined) {\n return;\n }\n if (data.cure !== undefined) {\n this.cure = data.cure;\n }\n if (data.delay !== undefined) {\n this.delay = data.delay;\n }\n if (data.enable !== undefined) {\n this.enable = data.enable;\n }\n if (data.infections !== undefined) {\n this.infections = data.infections;\n }\n if (data.stages === undefined) {\n return;\n }\n this.stages = data.stages.map(t => {\n const s = new _InfectionStage_js__WEBPACK_IMPORTED_MODULE_0__.InfectionStage();\n s.load(t);\n return s;\n });\n }\n}\n\n//# sourceURL=webpack://@tsparticles/plugin-infection/./dist/browser/Options/Classes/Infection.js?");
|
|
37
|
+
|
|
38
|
+
/***/ }),
|
|
39
|
+
|
|
40
|
+
/***/ "./dist/browser/Options/Classes/InfectionStage.js":
|
|
41
|
+
/*!********************************************************!*\
|
|
42
|
+
!*** ./dist/browser/Options/Classes/InfectionStage.js ***!
|
|
43
|
+
\********************************************************/
|
|
44
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
45
|
+
|
|
46
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ InfectionStage: () => (/* binding */ InfectionStage)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__);\n\nclass InfectionStage {\n constructor() {\n this.color = new _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.OptionsColor();\n this.color.value = \"#ff0000\";\n this.radius = 0;\n this.rate = 1;\n }\n load(data) {\n if (data === undefined) {\n return;\n }\n if (data.color !== undefined) {\n this.color = _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.OptionsColor.create(this.color, data.color);\n }\n this.duration = data.duration;\n this.infectedStage = data.infectedStage;\n if (data.radius !== undefined) {\n this.radius = data.radius;\n }\n if (data.rate !== undefined) {\n this.rate = data.rate;\n }\n }\n}\n\n//# sourceURL=webpack://@tsparticles/plugin-infection/./dist/browser/Options/Classes/InfectionStage.js?");
|
|
47
|
+
|
|
48
|
+
/***/ })
|
|
49
|
+
|
|
50
|
+
}]);
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Author : Matteo Bruni
|
|
3
|
+
* MIT license: https://opensource.org/licenses/MIT
|
|
4
|
+
* Demo / Generator : https://particles.js.org/
|
|
5
|
+
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
|
+
* How to use? : Check the GitHub README
|
|
7
|
+
* v3.2.0
|
|
8
|
+
*/
|
|
9
|
+
"use strict";
|
|
10
|
+
/*
|
|
11
|
+
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
12
|
+
* This devtool is neither made for production nor for readable output files.
|
|
13
|
+
* It uses "eval()" calls to create a separate source file in the browser devtools.
|
|
14
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
15
|
+
* or disable the default devtool with "devtool: false".
|
|
16
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
17
|
+
*/
|
|
18
|
+
(this["webpackChunk_tsparticles_plugin_infection"] = this["webpackChunk_tsparticles_plugin_infection"] || []).push([["dist_browser_ParticlesInfecter_js"],{
|
|
19
|
+
|
|
20
|
+
/***/ "./dist/browser/ParticlesInfecter.js":
|
|
21
|
+
/*!*******************************************!*\
|
|
22
|
+
!*** ./dist/browser/ParticlesInfecter.js ***!
|
|
23
|
+
\*******************************************/
|
|
24
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
25
|
+
|
|
26
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ ParticlesInfecter: () => (/* binding */ ParticlesInfecter)\n/* harmony export */ });\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tsparticles/engine */ \"@tsparticles/engine\");\n/* harmony import */ var _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__);\n\nconst minStagesCount = 1,\n double = 2;\nclass ParticlesInfecter extends _tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.ParticlesInteractorBase {\n constructor(container) {\n super(container);\n }\n clear() {}\n init() {}\n async interact(p1, delta) {\n const infecter = this.container.infecter;\n if (!infecter) {\n return;\n }\n infecter.updateInfection(p1, delta.value);\n if (p1.infection?.stage === undefined) {\n return;\n }\n const container = this.container,\n options = container.actualOptions,\n infectionOptions = options.infection;\n if (!infectionOptions?.enable || infectionOptions.stages.length < minStagesCount) {\n return;\n }\n const infectionStage1 = infectionOptions.stages[p1.infection.stage],\n pxRatio = container.retina.pixelRatio,\n radius = p1.getRadius() * double + infectionStage1.radius * pxRatio,\n pos = p1.getPosition(),\n infectedStage1 = infectionStage1.infectedStage ?? p1.infection.stage,\n query = container.particles.quadTree.queryCircle(pos, radius),\n infections = infectionStage1.rate,\n neighbors = query.length;\n for (const p2 of query) {\n const infP2 = p2;\n if (infP2 === p1 || infP2.destroyed || infP2.spawning || !(infP2.infection?.stage === undefined || infP2.infection.stage !== p1.infection.stage) || (0,_tsparticles_engine__WEBPACK_IMPORTED_MODULE_0__.getRandom)() >= infections / neighbors) {\n continue;\n }\n if (infP2.infection?.stage === undefined) {\n infecter.startInfection(infP2, infectedStage1);\n } else if (infP2.infection.stage < p1.infection.stage) {\n infecter.updateInfectionStage(infP2, infectedStage1);\n } else if (infP2.infection.stage > p1.infection.stage) {\n const infectionStage2 = infectionOptions.stages[infP2.infection.stage];\n const infectedStage2 = infectionStage2?.infectedStage ?? infP2.infection.stage;\n infecter.updateInfectionStage(p1, infectedStage2);\n }\n }\n await Promise.resolve();\n }\n isEnabled() {\n return this.container.actualOptions?.infection?.enable ?? false;\n }\n reset() {}\n}\n\n//# sourceURL=webpack://@tsparticles/plugin-infection/./dist/browser/ParticlesInfecter.js?");
|
|
27
|
+
|
|
28
|
+
/***/ })
|
|
29
|
+
|
|
30
|
+
}]);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Infection } from "./Options/Classes/Infection.js";
|
|
2
|
+
export class InfectionPlugin {
|
|
3
|
+
constructor() {
|
|
4
|
+
this.id = "infection";
|
|
5
|
+
}
|
|
6
|
+
async getPlugin(container) {
|
|
7
|
+
const { InfectionInstance } = await import("./InfectionInstance.js");
|
|
8
|
+
return new InfectionInstance(container);
|
|
9
|
+
}
|
|
10
|
+
loadOptions(options, source) {
|
|
11
|
+
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
let infectionOptions = options.infection;
|
|
15
|
+
if (infectionOptions?.load === undefined) {
|
|
16
|
+
options.infection = infectionOptions = new Infection();
|
|
17
|
+
}
|
|
18
|
+
infectionOptions.load(source?.infection);
|
|
19
|
+
}
|
|
20
|
+
needsPlugin(options) {
|
|
21
|
+
return options?.infection?.enable ?? false;
|
|
22
|
+
}
|
|
23
|
+
}
|
package/esm/index.js
CHANGED
|
@@ -1,31 +1,10 @@
|
|
|
1
|
-
import { Infection } from "./Options/Classes/Infection.js";
|
|
2
|
-
import { InfectionInstance } from "./InfectionInstance.js";
|
|
3
|
-
import { ParticlesInfecter } from "./ParticlesInfecter.js";
|
|
4
|
-
class InfectionPlugin {
|
|
5
|
-
constructor() {
|
|
6
|
-
this.id = "infection";
|
|
7
|
-
}
|
|
8
|
-
getPlugin(container) {
|
|
9
|
-
return new InfectionInstance(container);
|
|
10
|
-
}
|
|
11
|
-
loadOptions(options, source) {
|
|
12
|
-
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
let infectionOptions = options.infection;
|
|
16
|
-
if (infectionOptions?.load === undefined) {
|
|
17
|
-
options.infection = infectionOptions = new Infection();
|
|
18
|
-
}
|
|
19
|
-
infectionOptions.load(source?.infection);
|
|
20
|
-
}
|
|
21
|
-
needsPlugin(options) {
|
|
22
|
-
return options?.infection?.enable ?? false;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
1
|
export async function loadInfectionPlugin(engine, refresh = true) {
|
|
26
|
-
const plugin = new InfectionPlugin();
|
|
2
|
+
const { InfectionPlugin } = await import("./InfectionPlugin.js"), plugin = new InfectionPlugin();
|
|
27
3
|
await engine.addPlugin(plugin, refresh);
|
|
28
|
-
await engine.addInteractor("particlesInfection", (container) =>
|
|
4
|
+
await engine.addInteractor("particlesInfection", async (container) => {
|
|
5
|
+
const { ParticlesInfecter } = await import("./ParticlesInfecter.js");
|
|
6
|
+
return new ParticlesInfecter(container);
|
|
7
|
+
}, refresh);
|
|
29
8
|
}
|
|
30
9
|
export * from "./Options/Interfaces/IInfection.js";
|
|
31
10
|
export * from "./Options/Interfaces/IInfectionStage.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/plugin-infection",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "tsParticles infection plugin",
|
|
5
5
|
"homepage": "https://particles.js.org",
|
|
6
6
|
"repository": {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"./package.json": "./package.json"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@tsparticles/engine": "^3.
|
|
103
|
+
"@tsparticles/engine": "^3.2.0"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
106
|
"access": "public"
|
package/report.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8"/>
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
6
|
-
<title>@tsparticles/plugin-infection [
|
|
6
|
+
<title>@tsparticles/plugin-infection [31 Jan 2024 at 02:08]</title>
|
|
7
7
|
<link rel="shortcut icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAABrVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+O1foceMD///+J0/qK1Pr7/v8Xdr/9///W8P4UdL7L7P0Scr2r4Pyj3vwad8D5/f/2/f+55f3E6f34+/2H0/ojfMKpzOd0rNgQcb3F3O/j9f7c8v6g3Pz0/P/w+v/q+P7n9v6T1/uQ1vuE0vqLut/y+v+Z2fvt+f+15Pzv9fuc2/vR7v2V2Pvd6/bg9P7I6/285/2y4/yp3/zp8vk8i8kqgMT7/P31+fyv4vxGkcz6/P6/6P3j7vfS5PNnpNUxhcbO7f7F6v3O4vHK3/DA2u631Ouy0eqXweKJud5wqthfoNMMbLvY8f73+v2dxeR8sNtTmdDx9/zX6PSjyeaCtd1YnNGX2PuQveCGt95Nls42h8dLlM3F4vBtAAAAM3RSTlMAAyOx0/sKBvik8opWGBMOAe3l1snDm2E9LSb06eHcu5JpHbarfHZCN9CBb08zzkdNS0kYaptYAAAFV0lEQVRYw92X51/aYBDHHS2O2qqttVbrqNq9m+TJIAYIShBkWwqIiCgoWvfeq7Z2/s29hyQNyUcR7LveGwVyXy6XH8/9rqxglLfUPLxVduUor3h0rfp2TYvpivk37929TkG037hffoX0+peVtZQc1589rigVUdXS/ABSAyEmGIO/1XfvldSK8vs3OqB6u3m0nxmIrvgB0dj7rr7Y9IbuF68hnfFaiHA/sxqm0wciIG43P60qKv9WXWc1RXGh/mFESFABTSBi0sNAKzqet17eCtOb3kZIDwxEEU0oAIJGYxNBDhBND29e0rtXXbcpuPmED9IhEAAQ/AXEaF8EPmnrrKsv0LvWR3fg5sWDNAFZOgAgaKvZDogHNU9MFwnnYROkc56RD5CjAbQX9Ow4g7upCsvYu55aSI/Nj0H1akgKQEUM94dwK65hYRmFU9MIcH/fqJYOZYcnuJSU/waKDgTOEVaVKhwrTRP5XzgSpAITYzom7UvkhFX5VutmxeNnWDjjswTKTyfgluNDGbUpWissXhF3s7mlSml+czWkg3D0l1nNjGNjz3myOQOa1KM/jOS6ebdbAVTCi4gljHSFrviza7tOgRWcS0MOUX9zdNgag5w7rRqA44Lzw0hr1WqES36dFliSJFlh2rXIae3FFcDDgKdxrUIDePr8jGcSClV1u7A9xeN0ModY/pHMxmR1EzRh8TJiwqsHmKW0l4FCEZI+jHio+JdPPE9qwQtTRxku2D8sIeRL2LnxWSllANCQGOIiqVHAz2ye2JR0DcH+HoxDkaADLjgxjKQ+AwCX/g0+DNgdG0ukYCONAe+dbc2IAc6fwt1ARoDSezNHxV2Cmzwv3O6lDMV55edBGwGK9n1+x2F8EDfAGCxug8MhpsMEcTEAWf3rx2vZhe/LAmtIn/6apE6PN0ULKgywD9mmdxbmFl3OvD5AS5fW5zLbv/YHmcsBTjf/afDz3MaZTVCfAP9z6/Bw6ycv8EUBWJIn9zYcoAWWlW9+OzO3vkTy8H+RANLmdrpOuYWdZYEXpo+TlCJrW5EARb7fF+bWdqf3hhyZI1nWJQHgznErZhbjoEsWqi8dQNoE294aldzFurwSABL2XXMf9+H1VQGke9exw5P/AnA5Pv5ngMul7LOvO922iwACu8WkCwLCafvM4CeWPxfA8lNHcWZSoi8EwMAIciKX2Z4SWCMAa3snCZ/G4EA8D6CMLNFsGQhkkz/gQNEBbPCbWsxGUpYVu3z8IyNAknwJkfPMEhLyrdi5RTyUVACkw4GSFRNWJNEW+fgPGwHD8/JxnRuLabN4CGNRkAE23na2+VmEAUmrYymSGjMAYqH84YUIyzgzs3XC7gNgH36Vcc4zKY9o9fgPBXUAiHHwVboBHGLiX6Zcjp1f2wu4tvzZKo0ecPnDtQYDQvJXaBeNzce45Fp28ZQLrEZVuFqgBwOalArKXnW1UzlnSusQKJqKYNuz4tOnI6sZG4zanpemv+7ySU2jbA9h6uhcgpfy6G2PahirDZ6zvq6zDduMVFTKvzw8wgyEdelwY9in3XkEPs3osJuwRQ4qTkfzifndg9Gfc4pdsu82+tTnHZTBa2EAMrqr2t43pguc8tNm7JQVQ2S0ukj2d22dhXYP0/veWtwKrCkNoNimAN5+Xr/oLrxswKbVJjteWrX7eR63o4j9q0GxnaBdWgGA5VStpanIjQmEhV0/nVt5VOFUvix6awJhPcAaTEShgrG+iGyvb5a0Ndb1YGHFPEwoqAinoaykaID1o1pdPNu7XsnCKQ3R+hwWIIhGvORcJUBYXe3Xa3vq/mF/N9V13ugufMkfXn+KHsRD0B8AAAAASUVORK5CYII=" type="image/x-icon" />
|
|
8
8
|
|
|
9
9
|
<script>
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
<body>
|
|
32
32
|
<div id="app"></div>
|
|
33
33
|
<script>
|
|
34
|
-
window.chartData = [
|
|
35
|
-
window.entrypoints = ["tsparticles.plugin.infection
|
|
34
|
+
window.chartData = [];
|
|
35
|
+
window.entrypoints = ["tsparticles.plugin.infection.min"];
|
|
36
36
|
window.defaultSizes = "parsed";
|
|
37
37
|
</script>
|
|
38
38
|
</body>
|
|
@@ -4,7 +4,15 @@
|
|
|
4
4
|
* Demo / Generator : https://particles.js.org/
|
|
5
5
|
* GitHub : https://www.github.com/matteobruni/tsparticles
|
|
6
6
|
* How to use? : Check the GitHub README
|
|
7
|
-
* v3.
|
|
7
|
+
* v3.2.0
|
|
8
|
+
*/
|
|
9
|
+
/*
|
|
10
|
+
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
11
|
+
* This devtool is neither made for production nor for readable output files.
|
|
12
|
+
* It uses "eval()" calls to create a separate source file in the browser devtools.
|
|
13
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
14
|
+
* or disable the default devtool with "devtool: false".
|
|
15
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
8
16
|
*/
|
|
9
17
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
18
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
@@ -15,15 +23,28 @@
|
|
|
15
23
|
var a = typeof exports === 'object' ? factory(require("@tsparticles/engine")) : factory(root["window"]);
|
|
16
24
|
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
17
25
|
}
|
|
18
|
-
})(this, (
|
|
26
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__tsparticles_engine__) => {
|
|
19
27
|
return /******/ (() => { // webpackBootstrap
|
|
20
28
|
/******/ "use strict";
|
|
21
29
|
/******/ var __webpack_modules__ = ({
|
|
22
30
|
|
|
23
|
-
/***/
|
|
31
|
+
/***/ "./dist/browser/index.js":
|
|
32
|
+
/*!*******************************!*\
|
|
33
|
+
!*** ./dist/browser/index.js ***!
|
|
34
|
+
\*******************************/
|
|
35
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
36
|
+
|
|
37
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ loadInfectionPlugin: () => (/* binding */ loadInfectionPlugin)\n/* harmony export */ });\nasync function loadInfectionPlugin(engine, refresh = true) {\n const {\n InfectionPlugin\n } = await __webpack_require__.e(/*! import() */ \"dist_browser_InfectionPlugin_js\").then(__webpack_require__.bind(__webpack_require__, /*! ./InfectionPlugin.js */ \"./dist/browser/InfectionPlugin.js\")),\n plugin = new InfectionPlugin();\n await engine.addPlugin(plugin, refresh);\n await engine.addInteractor(\"particlesInfection\", async container => {\n const {\n ParticlesInfecter\n } = await __webpack_require__.e(/*! import() */ \"dist_browser_ParticlesInfecter_js\").then(__webpack_require__.bind(__webpack_require__, /*! ./ParticlesInfecter.js */ \"./dist/browser/ParticlesInfecter.js\"));\n return new ParticlesInfecter(container);\n }, refresh);\n}\n\n\n\n//# sourceURL=webpack://@tsparticles/plugin-infection/./dist/browser/index.js?");
|
|
38
|
+
|
|
39
|
+
/***/ }),
|
|
40
|
+
|
|
41
|
+
/***/ "@tsparticles/engine":
|
|
42
|
+
/*!*********************************************************************************************************************************!*\
|
|
43
|
+
!*** external {"commonjs":"@tsparticles/engine","commonjs2":"@tsparticles/engine","amd":"@tsparticles/engine","root":"window"} ***!
|
|
44
|
+
\*********************************************************************************************************************************/
|
|
24
45
|
/***/ ((module) => {
|
|
25
46
|
|
|
26
|
-
module.exports =
|
|
47
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__tsparticles_engine__;
|
|
27
48
|
|
|
28
49
|
/***/ })
|
|
29
50
|
|
|
@@ -53,7 +74,22 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__533__;
|
|
|
53
74
|
/******/ return module.exports;
|
|
54
75
|
/******/ }
|
|
55
76
|
/******/
|
|
77
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
78
|
+
/******/ __webpack_require__.m = __webpack_modules__;
|
|
79
|
+
/******/
|
|
56
80
|
/************************************************************************/
|
|
81
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
82
|
+
/******/ (() => {
|
|
83
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
84
|
+
/******/ __webpack_require__.n = (module) => {
|
|
85
|
+
/******/ var getter = module && module.__esModule ?
|
|
86
|
+
/******/ () => (module['default']) :
|
|
87
|
+
/******/ () => (module);
|
|
88
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
89
|
+
/******/ return getter;
|
|
90
|
+
/******/ };
|
|
91
|
+
/******/ })();
|
|
92
|
+
/******/
|
|
57
93
|
/******/ /* webpack/runtime/define property getters */
|
|
58
94
|
/******/ (() => {
|
|
59
95
|
/******/ // define getter functions for harmony exports
|
|
@@ -66,11 +102,91 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__533__;
|
|
|
66
102
|
/******/ };
|
|
67
103
|
/******/ })();
|
|
68
104
|
/******/
|
|
105
|
+
/******/ /* webpack/runtime/ensure chunk */
|
|
106
|
+
/******/ (() => {
|
|
107
|
+
/******/ __webpack_require__.f = {};
|
|
108
|
+
/******/ // This file contains only the entry chunk.
|
|
109
|
+
/******/ // The chunk loading function for additional chunks
|
|
110
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
111
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
112
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
113
|
+
/******/ return promises;
|
|
114
|
+
/******/ }, []));
|
|
115
|
+
/******/ };
|
|
116
|
+
/******/ })();
|
|
117
|
+
/******/
|
|
118
|
+
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
119
|
+
/******/ (() => {
|
|
120
|
+
/******/ // This function allow to reference async chunks
|
|
121
|
+
/******/ __webpack_require__.u = (chunkId) => {
|
|
122
|
+
/******/ // return url for filenames based on template
|
|
123
|
+
/******/ return "" + chunkId + ".js";
|
|
124
|
+
/******/ };
|
|
125
|
+
/******/ })();
|
|
126
|
+
/******/
|
|
127
|
+
/******/ /* webpack/runtime/global */
|
|
128
|
+
/******/ (() => {
|
|
129
|
+
/******/ __webpack_require__.g = (function() {
|
|
130
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
131
|
+
/******/ try {
|
|
132
|
+
/******/ return this || new Function('return this')();
|
|
133
|
+
/******/ } catch (e) {
|
|
134
|
+
/******/ if (typeof window === 'object') return window;
|
|
135
|
+
/******/ }
|
|
136
|
+
/******/ })();
|
|
137
|
+
/******/ })();
|
|
138
|
+
/******/
|
|
69
139
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
70
140
|
/******/ (() => {
|
|
71
141
|
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
72
142
|
/******/ })();
|
|
73
143
|
/******/
|
|
144
|
+
/******/ /* webpack/runtime/load script */
|
|
145
|
+
/******/ (() => {
|
|
146
|
+
/******/ var inProgress = {};
|
|
147
|
+
/******/ var dataWebpackPrefix = "@tsparticles/plugin-infection:";
|
|
148
|
+
/******/ // loadScript function to load a script via script tag
|
|
149
|
+
/******/ __webpack_require__.l = (url, done, key, chunkId) => {
|
|
150
|
+
/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
|
|
151
|
+
/******/ var script, needAttach;
|
|
152
|
+
/******/ if(key !== undefined) {
|
|
153
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
154
|
+
/******/ for(var i = 0; i < scripts.length; i++) {
|
|
155
|
+
/******/ var s = scripts[i];
|
|
156
|
+
/******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
|
|
157
|
+
/******/ }
|
|
158
|
+
/******/ }
|
|
159
|
+
/******/ if(!script) {
|
|
160
|
+
/******/ needAttach = true;
|
|
161
|
+
/******/ script = document.createElement('script');
|
|
162
|
+
/******/
|
|
163
|
+
/******/ script.charset = 'utf-8';
|
|
164
|
+
/******/ script.timeout = 120;
|
|
165
|
+
/******/ if (__webpack_require__.nc) {
|
|
166
|
+
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
|
167
|
+
/******/ }
|
|
168
|
+
/******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
|
|
169
|
+
/******/
|
|
170
|
+
/******/ script.src = url;
|
|
171
|
+
/******/ }
|
|
172
|
+
/******/ inProgress[url] = [done];
|
|
173
|
+
/******/ var onScriptComplete = (prev, event) => {
|
|
174
|
+
/******/ // avoid mem leaks in IE.
|
|
175
|
+
/******/ script.onerror = script.onload = null;
|
|
176
|
+
/******/ clearTimeout(timeout);
|
|
177
|
+
/******/ var doneFns = inProgress[url];
|
|
178
|
+
/******/ delete inProgress[url];
|
|
179
|
+
/******/ script.parentNode && script.parentNode.removeChild(script);
|
|
180
|
+
/******/ doneFns && doneFns.forEach((fn) => (fn(event)));
|
|
181
|
+
/******/ if(prev) return prev(event);
|
|
182
|
+
/******/ }
|
|
183
|
+
/******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
|
|
184
|
+
/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
|
|
185
|
+
/******/ script.onload = onScriptComplete.bind(null, script.onload);
|
|
186
|
+
/******/ needAttach && document.head.appendChild(script);
|
|
187
|
+
/******/ };
|
|
188
|
+
/******/ })();
|
|
189
|
+
/******/
|
|
74
190
|
/******/ /* webpack/runtime/make namespace object */
|
|
75
191
|
/******/ (() => {
|
|
76
192
|
/******/ // define __esModule on exports
|
|
@@ -82,317 +198,128 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__533__;
|
|
|
82
198
|
/******/ };
|
|
83
199
|
/******/ })();
|
|
84
200
|
/******/
|
|
201
|
+
/******/ /* webpack/runtime/publicPath */
|
|
202
|
+
/******/ (() => {
|
|
203
|
+
/******/ var scriptUrl;
|
|
204
|
+
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
205
|
+
/******/ var document = __webpack_require__.g.document;
|
|
206
|
+
/******/ if (!scriptUrl && document) {
|
|
207
|
+
/******/ if (document.currentScript)
|
|
208
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
209
|
+
/******/ if (!scriptUrl) {
|
|
210
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
211
|
+
/******/ if(scripts.length) {
|
|
212
|
+
/******/ var i = scripts.length - 1;
|
|
213
|
+
/******/ while (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src;
|
|
214
|
+
/******/ }
|
|
215
|
+
/******/ }
|
|
216
|
+
/******/ }
|
|
217
|
+
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
218
|
+
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
219
|
+
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
220
|
+
/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
221
|
+
/******/ __webpack_require__.p = scriptUrl;
|
|
222
|
+
/******/ })();
|
|
223
|
+
/******/
|
|
224
|
+
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
225
|
+
/******/ (() => {
|
|
226
|
+
/******/ // no baseURI
|
|
227
|
+
/******/
|
|
228
|
+
/******/ // object to store loaded and loading chunks
|
|
229
|
+
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
230
|
+
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
231
|
+
/******/ var installedChunks = {
|
|
232
|
+
/******/ "tsparticles.plugin.infection": 0
|
|
233
|
+
/******/ };
|
|
234
|
+
/******/
|
|
235
|
+
/******/ __webpack_require__.f.j = (chunkId, promises) => {
|
|
236
|
+
/******/ // JSONP chunk loading for javascript
|
|
237
|
+
/******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
|
238
|
+
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
|
239
|
+
/******/
|
|
240
|
+
/******/ // a Promise means "currently loading".
|
|
241
|
+
/******/ if(installedChunkData) {
|
|
242
|
+
/******/ promises.push(installedChunkData[2]);
|
|
243
|
+
/******/ } else {
|
|
244
|
+
/******/ if(true) { // all chunks have JS
|
|
245
|
+
/******/ // setup Promise in chunk cache
|
|
246
|
+
/******/ var promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
|
247
|
+
/******/ promises.push(installedChunkData[2] = promise);
|
|
248
|
+
/******/
|
|
249
|
+
/******/ // start chunk loading
|
|
250
|
+
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
251
|
+
/******/ // create error before stack unwound to get useful stacktrace later
|
|
252
|
+
/******/ var error = new Error();
|
|
253
|
+
/******/ var loadingEnded = (event) => {
|
|
254
|
+
/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
|
|
255
|
+
/******/ installedChunkData = installedChunks[chunkId];
|
|
256
|
+
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
|
|
257
|
+
/******/ if(installedChunkData) {
|
|
258
|
+
/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
|
|
259
|
+
/******/ var realSrc = event && event.target && event.target.src;
|
|
260
|
+
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
|
|
261
|
+
/******/ error.name = 'ChunkLoadError';
|
|
262
|
+
/******/ error.type = errorType;
|
|
263
|
+
/******/ error.request = realSrc;
|
|
264
|
+
/******/ installedChunkData[1](error);
|
|
265
|
+
/******/ }
|
|
266
|
+
/******/ }
|
|
267
|
+
/******/ };
|
|
268
|
+
/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
|
|
269
|
+
/******/ }
|
|
270
|
+
/******/ }
|
|
271
|
+
/******/ }
|
|
272
|
+
/******/ };
|
|
273
|
+
/******/
|
|
274
|
+
/******/ // no prefetching
|
|
275
|
+
/******/
|
|
276
|
+
/******/ // no preloaded
|
|
277
|
+
/******/
|
|
278
|
+
/******/ // no HMR
|
|
279
|
+
/******/
|
|
280
|
+
/******/ // no HMR manifest
|
|
281
|
+
/******/
|
|
282
|
+
/******/ // no on chunks loaded
|
|
283
|
+
/******/
|
|
284
|
+
/******/ // install a JSONP callback for chunk loading
|
|
285
|
+
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
|
286
|
+
/******/ var chunkIds = data[0];
|
|
287
|
+
/******/ var moreModules = data[1];
|
|
288
|
+
/******/ var runtime = data[2];
|
|
289
|
+
/******/ // add "moreModules" to the modules object,
|
|
290
|
+
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
291
|
+
/******/ var moduleId, chunkId, i = 0;
|
|
292
|
+
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
|
|
293
|
+
/******/ for(moduleId in moreModules) {
|
|
294
|
+
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
|
295
|
+
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
296
|
+
/******/ }
|
|
297
|
+
/******/ }
|
|
298
|
+
/******/ if(runtime) var result = runtime(__webpack_require__);
|
|
299
|
+
/******/ }
|
|
300
|
+
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
|
|
301
|
+
/******/ for(;i < chunkIds.length; i++) {
|
|
302
|
+
/******/ chunkId = chunkIds[i];
|
|
303
|
+
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
304
|
+
/******/ installedChunks[chunkId][0]();
|
|
305
|
+
/******/ }
|
|
306
|
+
/******/ installedChunks[chunkId] = 0;
|
|
307
|
+
/******/ }
|
|
308
|
+
/******/
|
|
309
|
+
/******/ }
|
|
310
|
+
/******/
|
|
311
|
+
/******/ var chunkLoadingGlobal = this["webpackChunk_tsparticles_plugin_infection"] = this["webpackChunk_tsparticles_plugin_infection"] || [];
|
|
312
|
+
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
|
313
|
+
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
|
314
|
+
/******/ })();
|
|
315
|
+
/******/
|
|
85
316
|
/************************************************************************/
|
|
86
|
-
|
|
87
|
-
//
|
|
88
|
-
|
|
89
|
-
//
|
|
90
|
-
__webpack_require__.
|
|
91
|
-
|
|
92
|
-
// EXPORTS
|
|
93
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
94
|
-
loadInfectionPlugin: () => (/* binding */ loadInfectionPlugin)
|
|
95
|
-
});
|
|
96
|
-
|
|
97
|
-
// EXTERNAL MODULE: external {"commonjs":"@tsparticles/engine","commonjs2":"@tsparticles/engine","amd":"@tsparticles/engine","root":"window"}
|
|
98
|
-
var engine_root_window_ = __webpack_require__(533);
|
|
99
|
-
;// CONCATENATED MODULE: ./dist/browser/Options/Classes/InfectionStage.js
|
|
100
|
-
|
|
101
|
-
class InfectionStage {
|
|
102
|
-
constructor() {
|
|
103
|
-
this.color = new engine_root_window_.OptionsColor();
|
|
104
|
-
this.color.value = "#ff0000";
|
|
105
|
-
this.radius = 0;
|
|
106
|
-
this.rate = 1;
|
|
107
|
-
}
|
|
108
|
-
load(data) {
|
|
109
|
-
if (data === undefined) {
|
|
110
|
-
return;
|
|
111
|
-
}
|
|
112
|
-
if (data.color !== undefined) {
|
|
113
|
-
this.color = engine_root_window_.OptionsColor.create(this.color, data.color);
|
|
114
|
-
}
|
|
115
|
-
this.duration = data.duration;
|
|
116
|
-
this.infectedStage = data.infectedStage;
|
|
117
|
-
if (data.radius !== undefined) {
|
|
118
|
-
this.radius = data.radius;
|
|
119
|
-
}
|
|
120
|
-
if (data.rate !== undefined) {
|
|
121
|
-
this.rate = data.rate;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
;// CONCATENATED MODULE: ./dist/browser/Options/Classes/Infection.js
|
|
126
|
-
|
|
127
|
-
class Infection {
|
|
128
|
-
constructor() {
|
|
129
|
-
this.cure = false;
|
|
130
|
-
this.delay = 0;
|
|
131
|
-
this.enable = false;
|
|
132
|
-
this.infections = 0;
|
|
133
|
-
this.stages = [];
|
|
134
|
-
}
|
|
135
|
-
load(data) {
|
|
136
|
-
if (data === undefined) {
|
|
137
|
-
return;
|
|
138
|
-
}
|
|
139
|
-
if (data.cure !== undefined) {
|
|
140
|
-
this.cure = data.cure;
|
|
141
|
-
}
|
|
142
|
-
if (data.delay !== undefined) {
|
|
143
|
-
this.delay = data.delay;
|
|
144
|
-
}
|
|
145
|
-
if (data.enable !== undefined) {
|
|
146
|
-
this.enable = data.enable;
|
|
147
|
-
}
|
|
148
|
-
if (data.infections !== undefined) {
|
|
149
|
-
this.infections = data.infections;
|
|
150
|
-
}
|
|
151
|
-
if (data.stages === undefined) {
|
|
152
|
-
return;
|
|
153
|
-
}
|
|
154
|
-
this.stages = data.stages.map(t => {
|
|
155
|
-
const s = new InfectionStage();
|
|
156
|
-
s.load(t);
|
|
157
|
-
return s;
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
;// CONCATENATED MODULE: ./dist/browser/Infecter.js
|
|
162
|
-
|
|
163
|
-
const minStage = 0,
|
|
164
|
-
minDuration = 0;
|
|
165
|
-
class Infecter {
|
|
166
|
-
constructor(container) {
|
|
167
|
-
this._nextInfectionStage = particle => {
|
|
168
|
-
const infectionOptions = this._container.actualOptions.infection,
|
|
169
|
-
{
|
|
170
|
-
infection
|
|
171
|
-
} = particle;
|
|
172
|
-
if (!infectionOptions || !infection) {
|
|
173
|
-
return;
|
|
174
|
-
}
|
|
175
|
-
const stagesCount = infectionOptions.stages.length;
|
|
176
|
-
if (stagesCount <= minStage || infection.stage === undefined) {
|
|
177
|
-
return;
|
|
178
|
-
}
|
|
179
|
-
infection.time = 0;
|
|
180
|
-
if (stagesCount <= ++infection.stage) {
|
|
181
|
-
if (infectionOptions.cure) {
|
|
182
|
-
delete infection.stage;
|
|
183
|
-
delete infection.time;
|
|
184
|
-
} else {
|
|
185
|
-
infection.stage = 0;
|
|
186
|
-
infection.time = 0;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
};
|
|
190
|
-
this._container = container;
|
|
191
|
-
}
|
|
192
|
-
startInfection(particle, stage) {
|
|
193
|
-
const infectionOptions = this._container.actualOptions.infection,
|
|
194
|
-
{
|
|
195
|
-
infection
|
|
196
|
-
} = particle;
|
|
197
|
-
if (!infectionOptions || !infection) {
|
|
198
|
-
return;
|
|
199
|
-
}
|
|
200
|
-
const stages = infectionOptions.stages,
|
|
201
|
-
stagesCount = stages.length;
|
|
202
|
-
if (stage > stagesCount || stage < minStage) {
|
|
203
|
-
return;
|
|
204
|
-
}
|
|
205
|
-
infection.delay = 0;
|
|
206
|
-
infection.delayStage = stage;
|
|
207
|
-
}
|
|
208
|
-
updateInfection(particle, delta) {
|
|
209
|
-
const infectionOptions = this._container.actualOptions.infection,
|
|
210
|
-
{
|
|
211
|
-
infection
|
|
212
|
-
} = particle;
|
|
213
|
-
if (!infectionOptions || !infection) {
|
|
214
|
-
return;
|
|
215
|
-
}
|
|
216
|
-
const stages = infectionOptions.stages,
|
|
217
|
-
stagesCount = stages.length;
|
|
218
|
-
if (infection.delay !== undefined && infection.delayStage !== undefined) {
|
|
219
|
-
const stage = infection.delayStage;
|
|
220
|
-
if (stage > stagesCount || stage < minStage) {
|
|
221
|
-
return;
|
|
222
|
-
}
|
|
223
|
-
if (infection.delay >= infectionOptions.delay * engine_root_window_.millisecondsToSeconds) {
|
|
224
|
-
infection.stage = stage;
|
|
225
|
-
infection.time = 0;
|
|
226
|
-
delete infection.delay;
|
|
227
|
-
delete infection.delayStage;
|
|
228
|
-
} else {
|
|
229
|
-
infection.delay += delta;
|
|
230
|
-
}
|
|
231
|
-
} else {
|
|
232
|
-
delete infection.delay;
|
|
233
|
-
delete infection.delayStage;
|
|
234
|
-
}
|
|
235
|
-
if (infection.stage !== undefined && infection.time !== undefined) {
|
|
236
|
-
const infectionStage = stages[infection.stage];
|
|
237
|
-
if (infectionStage.duration !== undefined && infectionStage.duration >= minDuration) {
|
|
238
|
-
if (infection.time > infectionStage.duration * engine_root_window_.millisecondsToSeconds) {
|
|
239
|
-
this._nextInfectionStage(particle);
|
|
240
|
-
} else {
|
|
241
|
-
infection.time += delta;
|
|
242
|
-
}
|
|
243
|
-
} else {
|
|
244
|
-
infection.time += delta;
|
|
245
|
-
}
|
|
246
|
-
} else {
|
|
247
|
-
delete infection.stage;
|
|
248
|
-
delete infection.time;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
updateInfectionStage(particle, stage) {
|
|
252
|
-
const options = this._container.actualOptions,
|
|
253
|
-
{
|
|
254
|
-
infection
|
|
255
|
-
} = particle;
|
|
256
|
-
if (!options.infection || !infection) {
|
|
257
|
-
return;
|
|
258
|
-
}
|
|
259
|
-
const stagesCount = options.infection.stages.length;
|
|
260
|
-
if (stage > stagesCount || stage < minStage || infection.stage !== undefined && infection.stage > stage) {
|
|
261
|
-
return;
|
|
262
|
-
}
|
|
263
|
-
infection.stage = stage;
|
|
264
|
-
infection.time = 0;
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
;// CONCATENATED MODULE: ./dist/browser/InfectionInstance.js
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
const InfectionInstance_minStage = 0;
|
|
271
|
-
class InfectionInstance {
|
|
272
|
-
constructor(container) {
|
|
273
|
-
this._container = container;
|
|
274
|
-
this._container.infecter = new Infecter(this._container);
|
|
275
|
-
}
|
|
276
|
-
particleFillColor(particle) {
|
|
277
|
-
const options = this._container.actualOptions;
|
|
278
|
-
if (!particle.infection || !options.infection) {
|
|
279
|
-
return;
|
|
280
|
-
}
|
|
281
|
-
const infectionStage = particle.infection.stage,
|
|
282
|
-
infection = options.infection,
|
|
283
|
-
infectionStages = infection.stages;
|
|
284
|
-
return infectionStage !== undefined ? infectionStages[infectionStage].color : undefined;
|
|
285
|
-
}
|
|
286
|
-
particleStrokeColor(particle) {
|
|
287
|
-
return this.particleFillColor(particle);
|
|
288
|
-
}
|
|
289
|
-
particlesSetup() {
|
|
290
|
-
const options = this._container.actualOptions;
|
|
291
|
-
if (!options.infection) {
|
|
292
|
-
return;
|
|
293
|
-
}
|
|
294
|
-
for (let i = 0; i < options.infection.infections; i++) {
|
|
295
|
-
const notInfected = this._container.particles.filter(p => {
|
|
296
|
-
const infP = p;
|
|
297
|
-
if (!infP.infection) {
|
|
298
|
-
infP.infection = {};
|
|
299
|
-
}
|
|
300
|
-
return infP.infection.stage === undefined;
|
|
301
|
-
});
|
|
302
|
-
const infected = (0,engine_root_window_.itemFromArray)(notInfected);
|
|
303
|
-
this._container.infecter?.startInfection(infected, InfectionInstance_minStage);
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
;// CONCATENATED MODULE: ./dist/browser/ParticlesInfecter.js
|
|
308
|
-
|
|
309
|
-
const minStagesCount = 1,
|
|
310
|
-
ParticlesInfecter_double = 2;
|
|
311
|
-
class ParticlesInfecter extends engine_root_window_.ParticlesInteractorBase {
|
|
312
|
-
constructor(container) {
|
|
313
|
-
super(container);
|
|
314
|
-
}
|
|
315
|
-
clear() {}
|
|
316
|
-
init() {}
|
|
317
|
-
async interact(p1, delta) {
|
|
318
|
-
const infecter = this.container.infecter;
|
|
319
|
-
if (!infecter) {
|
|
320
|
-
return;
|
|
321
|
-
}
|
|
322
|
-
infecter.updateInfection(p1, delta.value);
|
|
323
|
-
if (p1.infection?.stage === undefined) {
|
|
324
|
-
return;
|
|
325
|
-
}
|
|
326
|
-
const container = this.container,
|
|
327
|
-
options = container.actualOptions,
|
|
328
|
-
infectionOptions = options.infection;
|
|
329
|
-
if (!infectionOptions?.enable || infectionOptions.stages.length < minStagesCount) {
|
|
330
|
-
return;
|
|
331
|
-
}
|
|
332
|
-
const infectionStage1 = infectionOptions.stages[p1.infection.stage],
|
|
333
|
-
pxRatio = container.retina.pixelRatio,
|
|
334
|
-
radius = p1.getRadius() * ParticlesInfecter_double + infectionStage1.radius * pxRatio,
|
|
335
|
-
pos = p1.getPosition(),
|
|
336
|
-
infectedStage1 = infectionStage1.infectedStage ?? p1.infection.stage,
|
|
337
|
-
query = container.particles.quadTree.queryCircle(pos, radius),
|
|
338
|
-
infections = infectionStage1.rate,
|
|
339
|
-
neighbors = query.length;
|
|
340
|
-
for (const p2 of query) {
|
|
341
|
-
const infP2 = p2;
|
|
342
|
-
if (infP2 === p1 || infP2.destroyed || infP2.spawning || !(infP2.infection?.stage === undefined || infP2.infection.stage !== p1.infection.stage) || (0,engine_root_window_.getRandom)() >= infections / neighbors) {
|
|
343
|
-
continue;
|
|
344
|
-
}
|
|
345
|
-
if (infP2.infection?.stage === undefined) {
|
|
346
|
-
infecter.startInfection(infP2, infectedStage1);
|
|
347
|
-
} else if (infP2.infection.stage < p1.infection.stage) {
|
|
348
|
-
infecter.updateInfectionStage(infP2, infectedStage1);
|
|
349
|
-
} else if (infP2.infection.stage > p1.infection.stage) {
|
|
350
|
-
const infectionStage2 = infectionOptions.stages[infP2.infection.stage];
|
|
351
|
-
const infectedStage2 = infectionStage2?.infectedStage ?? infP2.infection.stage;
|
|
352
|
-
infecter.updateInfectionStage(p1, infectedStage2);
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
await Promise.resolve();
|
|
356
|
-
}
|
|
357
|
-
isEnabled() {
|
|
358
|
-
return this.container.actualOptions?.infection?.enable ?? false;
|
|
359
|
-
}
|
|
360
|
-
reset() {}
|
|
361
|
-
}
|
|
362
|
-
;// CONCATENATED MODULE: ./dist/browser/index.js
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
class InfectionPlugin {
|
|
367
|
-
constructor() {
|
|
368
|
-
this.id = "infection";
|
|
369
|
-
}
|
|
370
|
-
getPlugin(container) {
|
|
371
|
-
return new InfectionInstance(container);
|
|
372
|
-
}
|
|
373
|
-
loadOptions(options, source) {
|
|
374
|
-
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
375
|
-
return;
|
|
376
|
-
}
|
|
377
|
-
let infectionOptions = options.infection;
|
|
378
|
-
if (infectionOptions?.load === undefined) {
|
|
379
|
-
options.infection = infectionOptions = new Infection();
|
|
380
|
-
}
|
|
381
|
-
infectionOptions.load(source?.infection);
|
|
382
|
-
}
|
|
383
|
-
needsPlugin(options) {
|
|
384
|
-
return options?.infection?.enable ?? false;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
async function loadInfectionPlugin(engine, refresh = true) {
|
|
388
|
-
const plugin = new InfectionPlugin();
|
|
389
|
-
await engine.addPlugin(plugin, refresh);
|
|
390
|
-
await engine.addInteractor("particlesInfection", container => new ParticlesInfecter(container), refresh);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
})();
|
|
395
|
-
|
|
317
|
+
/******/
|
|
318
|
+
/******/ // startup
|
|
319
|
+
/******/ // Load entry module and return exports
|
|
320
|
+
/******/ // This entry module can't be inlined because the eval devtool is used.
|
|
321
|
+
/******/ var __webpack_exports__ = __webpack_require__("./dist/browser/index.js");
|
|
322
|
+
/******/
|
|
396
323
|
/******/ return __webpack_exports__;
|
|
397
324
|
/******/ })()
|
|
398
325
|
;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/*! For license information please see tsparticles.plugin.infection.min.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("@tsparticles/engine"));else if("function"==typeof define&&define.amd)define(["@tsparticles/engine"],t);else{var
|
|
2
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("@tsparticles/engine"));else if("function"==typeof define&&define.amd)define(["@tsparticles/engine"],t);else{var r="object"==typeof exports?t(require("@tsparticles/engine")):t(e.window);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(this,(e=>(()=>{var t,r,n={533:t=>{t.exports=e}},o={};function i(e){var t=o[e];if(void 0!==t)return t.exports;var r=o[e]={exports:{}};return n[e](r,r.exports,i),r.exports}i.m=n,i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>e+".min.js",i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),t={},r="@tsparticles/plugin-infection:",i.l=(e,n,o,a)=>{if(t[e])t[e].push(n);else{var c,s;if(void 0!==o)for(var l=document.getElementsByTagName("script"),u=0;u<l.length;u++){var p=l[u];if(p.getAttribute("src")==e||p.getAttribute("data-webpack")==r+o){c=p;break}}c||(s=!0,(c=document.createElement("script")).charset="utf-8",c.timeout=120,i.nc&&c.setAttribute("nonce",i.nc),c.setAttribute("data-webpack",r+o),c.src=e),t[e]=[n];var d=(r,n)=>{c.onerror=c.onload=null,clearTimeout(f);var o=t[e];if(delete t[e],c.parentNode&&c.parentNode.removeChild(c),o&&o.forEach((e=>e(n))),r)return r(n)},f=setTimeout(d.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=d.bind(null,c.onerror),c.onload=d.bind(null,c.onload),s&&document.head.appendChild(c)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;i.g.importScripts&&(e=i.g.location+"");var t=i.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var n=r.length-1;n>-1&&!e;)e=r[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),i.p=e})(),(()=>{var e={564:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,o)=>n=e[t]=[r,o]));r.push(n[2]=o);var a=i.p+i.u(t),c=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;c.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",c.name="ChunkLoadError",c.type=o,c.request=a,n[1](c)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,a=r[0],c=r[1],s=r[2],l=0;if(a.some((t=>0!==e[t]))){for(n in c)i.o(c,n)&&(i.m[n]=c[n]);if(s)s(i)}for(t&&t(r);l<a.length;l++)o=a[l],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=this.webpackChunk_tsparticles_plugin_infection=this.webpackChunk_tsparticles_plugin_infection||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})();var a={};return(()=>{async function e(e,t=!0){const{InfectionPlugin:r}=await i.e(431).then(i.bind(i,431)),n=new r;await e.addPlugin(n,t),await e.addInteractor("particlesInfection",(async e=>{const{ParticlesInfecter:t}=await i.e(854).then(i.bind(i,854));return new t(e)}),t)}i.r(a),i.d(a,{loadInfectionPlugin:()=>e})})(),a})()));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tsParticles Infection Plugin v3.
|
|
1
|
+
/*! tsParticles Infection Plugin v3.2.0 by Matteo Bruni */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Container, IPlugin, RecursivePartial } from "@tsparticles/engine";
|
|
2
|
+
import type { IInfectionOptions, InfectionOptions } from "./Types.js";
|
|
3
|
+
import type { InfectionInstance } from "./InfectionInstance.js";
|
|
4
|
+
export declare class InfectionPlugin implements IPlugin {
|
|
5
|
+
readonly id: string;
|
|
6
|
+
constructor();
|
|
7
|
+
getPlugin(container: Container): Promise<InfectionInstance>;
|
|
8
|
+
loadOptions(options: InfectionOptions, source?: RecursivePartial<IInfectionOptions>): void;
|
|
9
|
+
needsPlugin(options?: RecursivePartial<IInfectionOptions>): boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
2
|
+
if (k2 === undefined) k2 = k;
|
|
3
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
4
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
5
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
6
|
+
}
|
|
7
|
+
Object.defineProperty(o, k2, desc);
|
|
8
|
+
}) : (function(o, m, k, k2) {
|
|
9
|
+
if (k2 === undefined) k2 = k;
|
|
10
|
+
o[k2] = m[k];
|
|
11
|
+
}));
|
|
12
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
13
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
14
|
+
}) : function(o, v) {
|
|
15
|
+
o["default"] = v;
|
|
16
|
+
});
|
|
17
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
18
|
+
if (mod && mod.__esModule) return mod;
|
|
19
|
+
var result = {};
|
|
20
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
21
|
+
__setModuleDefault(result, mod);
|
|
22
|
+
return result;
|
|
23
|
+
};
|
|
24
|
+
(function (factory) {
|
|
25
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
26
|
+
var v = factory(require, exports);
|
|
27
|
+
if (v !== undefined) module.exports = v;
|
|
28
|
+
}
|
|
29
|
+
else if (typeof define === "function" && define.amd) {
|
|
30
|
+
define(["require", "exports", "./Options/Classes/Infection.js"], factory);
|
|
31
|
+
}
|
|
32
|
+
})(function (require, exports) {
|
|
33
|
+
"use strict";
|
|
34
|
+
var __syncRequire = typeof module === "object" && typeof module.exports === "object";
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.InfectionPlugin = void 0;
|
|
37
|
+
const Infection_js_1 = require("./Options/Classes/Infection.js");
|
|
38
|
+
class InfectionPlugin {
|
|
39
|
+
constructor() {
|
|
40
|
+
this.id = "infection";
|
|
41
|
+
}
|
|
42
|
+
async getPlugin(container) {
|
|
43
|
+
const { InfectionInstance } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("./InfectionInstance.js"))) : new Promise((resolve_1, reject_1) => { require(["./InfectionInstance.js"], resolve_1, reject_1); }).then(__importStar));
|
|
44
|
+
return new InfectionInstance(container);
|
|
45
|
+
}
|
|
46
|
+
loadOptions(options, source) {
|
|
47
|
+
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
let infectionOptions = options.infection;
|
|
51
|
+
if (infectionOptions?.load === undefined) {
|
|
52
|
+
options.infection = infectionOptions = new Infection_js_1.Infection();
|
|
53
|
+
}
|
|
54
|
+
infectionOptions.load(source?.infection);
|
|
55
|
+
}
|
|
56
|
+
needsPlugin(options) {
|
|
57
|
+
return options?.infection?.enable ?? false;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.InfectionPlugin = InfectionPlugin;
|
|
61
|
+
});
|
package/umd/index.js
CHANGED
|
@@ -9,6 +9,18 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
9
9
|
if (k2 === undefined) k2 = k;
|
|
10
10
|
o[k2] = m[k];
|
|
11
11
|
}));
|
|
12
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
13
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
14
|
+
}) : function(o, v) {
|
|
15
|
+
o["default"] = v;
|
|
16
|
+
});
|
|
17
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
18
|
+
if (mod && mod.__esModule) return mod;
|
|
19
|
+
var result = {};
|
|
20
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
21
|
+
__setModuleDefault(result, mod);
|
|
22
|
+
return result;
|
|
23
|
+
};
|
|
12
24
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
13
25
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
14
26
|
};
|
|
@@ -18,40 +30,20 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
18
30
|
if (v !== undefined) module.exports = v;
|
|
19
31
|
}
|
|
20
32
|
else if (typeof define === "function" && define.amd) {
|
|
21
|
-
define(["require", "exports", "./Options/
|
|
33
|
+
define(["require", "exports", "./Options/Interfaces/IInfection.js", "./Options/Interfaces/IInfectionStage.js"], factory);
|
|
22
34
|
}
|
|
23
35
|
})(function (require, exports) {
|
|
24
36
|
"use strict";
|
|
37
|
+
var __syncRequire = typeof module === "object" && typeof module.exports === "object";
|
|
25
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
39
|
exports.loadInfectionPlugin = void 0;
|
|
27
|
-
const Infection_js_1 = require("./Options/Classes/Infection.js");
|
|
28
|
-
const InfectionInstance_js_1 = require("./InfectionInstance.js");
|
|
29
|
-
const ParticlesInfecter_js_1 = require("./ParticlesInfecter.js");
|
|
30
|
-
class InfectionPlugin {
|
|
31
|
-
constructor() {
|
|
32
|
-
this.id = "infection";
|
|
33
|
-
}
|
|
34
|
-
getPlugin(container) {
|
|
35
|
-
return new InfectionInstance_js_1.InfectionInstance(container);
|
|
36
|
-
}
|
|
37
|
-
loadOptions(options, source) {
|
|
38
|
-
if (!this.needsPlugin(options) && !this.needsPlugin(source)) {
|
|
39
|
-
return;
|
|
40
|
-
}
|
|
41
|
-
let infectionOptions = options.infection;
|
|
42
|
-
if (infectionOptions?.load === undefined) {
|
|
43
|
-
options.infection = infectionOptions = new Infection_js_1.Infection();
|
|
44
|
-
}
|
|
45
|
-
infectionOptions.load(source?.infection);
|
|
46
|
-
}
|
|
47
|
-
needsPlugin(options) {
|
|
48
|
-
return options?.infection?.enable ?? false;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
40
|
async function loadInfectionPlugin(engine, refresh = true) {
|
|
52
|
-
const plugin = new InfectionPlugin();
|
|
41
|
+
const { InfectionPlugin } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("./InfectionPlugin.js"))) : new Promise((resolve_1, reject_1) => { require(["./InfectionPlugin.js"], resolve_1, reject_1); }).then(__importStar)), plugin = new InfectionPlugin();
|
|
53
42
|
await engine.addPlugin(plugin, refresh);
|
|
54
|
-
await engine.addInteractor("particlesInfection", (container) =>
|
|
43
|
+
await engine.addInteractor("particlesInfection", async (container) => {
|
|
44
|
+
const { ParticlesInfecter } = await (__syncRequire ? Promise.resolve().then(() => __importStar(require("./ParticlesInfecter.js"))) : new Promise((resolve_2, reject_2) => { require(["./ParticlesInfecter.js"], resolve_2, reject_2); }).then(__importStar));
|
|
45
|
+
return new ParticlesInfecter(container);
|
|
46
|
+
}, refresh);
|
|
55
47
|
}
|
|
56
48
|
exports.loadInfectionPlugin = loadInfectionPlugin;
|
|
57
49
|
__exportStar(require("./Options/Interfaces/IInfection.js"), exports);
|