From 4a2fb5d33244372e229c578ecb66acb51e941231 Mon Sep 17 00:00:00 2001 From: prakriti5dhang Date: Thu, 12 Sep 2024 11:04:13 +0530 Subject: [PATCH] exp1 --- README.md | 23 +- experiment-descriptor.json | 63 + experiment/aim.md | 8 +- experiment/contributors.md | 24 +- experiment/experiment-name.md | 2 +- experiment/images/cro_schematic.png | Bin 0 -> 9795 bytes experiment/images/lissajous.png | Bin 0 -> 16607 bytes experiment/images/lissajous_relaciones.png | Bin 0 -> 65056 bytes experiment/images/oscilloscope.png | Bin 0 -> 8010 bytes experiment/images/oscilloscope_1vd.png | Bin 0 -> 18430 bytes experiment/images/oscilloscope_2vd.png | Bin 0 -> 17422 bytes experiment/images/postquiz3.png | Bin 0 -> 11682 bytes experiment/images/propertiesofwave.png | Bin 0 -> 57314 bytes experiment/images/sine_dual_prc.png | Bin 0 -> 66065 bytes experiment/images/sinewave.png | Bin 0 -> 19431 bytes experiment/images/sqrwave.png | Bin 0 -> 11403 bytes experiment/images/triwave.png | Bin 0 -> 14466 bytes experiment/oscitut.md | 36 + experiment/posttest.json | 68 +- experiment/pretest.json | 68 +- experiment/procedure.md | 36 +- .../css/cktconnection_oscilloscope.css | 114 + experiment/simulation/css/oscilloscope.css | 573 + .../simulation/css/simulationtabcss.css | 28 + experiment/simulation/css/virtualc.css | 141 + experiment/simulation/images/Calculator.png | Bin 0 -> 375 bytes experiment/simulation/images/Close Window.png | Bin 0 -> 548 bytes experiment/simulation/images/Print Filled.png | Bin 0 -> 476 bytes experiment/simulation/images/logo.jpg | Bin 0 -> 121044 bytes experiment/simulation/index.html | 2 +- experiment/simulation/js/circletype.min.js | 1022 ++ .../js/cktconnection_oscilloscope.js | 350 + experiment/simulation/js/graph.ob.js | 1 + experiment/simulation/js/graph_use.ob.js | 1 + experiment/simulation/js/jsplumb1.js | 15293 ++++++++++++++++ experiment/simulation/js/lib/MathJax.js | 19 + experiment/simulation/js/lib/d3.v5.min.js | 2 + .../simulation/js/lib/jquery.knob.min.js | 438 + experiment/simulation/js/lib/jquery.min.js | 4 + experiment/simulation/js/oscilloscope_axis.js | 393 + experiment/simulation/js/oscilloscope_knob.js | 335 + .../simulation/js/oscilloscope_sinewv.js | 193 + .../simulation/js/oscilloscope_sinewv2.js | 191 + .../simulation/js/oscilloscope_sqrwv.js | 177 + .../simulation/js/oscilloscope_sqrwv2.js | 173 + .../simulation/js/oscilloscope_triangwv.js | 189 + .../simulation/js/oscilloscope_triangwv2.js | 190 + experiment/simulation/js/oscilloscopeboth.js | 585 + experiment/simulation/js/oscilloscopegrnd.js | 589 + .../simulation/js/oscilloscopexymode.js | 656 + experiment/simulation/js/virtualc.js | 101 + experiment/simulation/littledot.png | Bin 0 -> 1417 bytes .../simulation/oscilloscope_functng.html | 381 + experiment/theory.md | 107 +- 54 files changed, 22509 insertions(+), 67 deletions(-) create mode 100644 experiment-descriptor.json create mode 100644 experiment/images/cro_schematic.png create mode 100644 experiment/images/lissajous.png create mode 100644 experiment/images/lissajous_relaciones.png create mode 100644 experiment/images/oscilloscope.png create mode 100644 experiment/images/oscilloscope_1vd.png create mode 100644 experiment/images/oscilloscope_2vd.png create mode 100644 experiment/images/postquiz3.png create mode 100644 experiment/images/propertiesofwave.png create mode 100644 experiment/images/sine_dual_prc.png create mode 100644 experiment/images/sinewave.png create mode 100644 experiment/images/sqrwave.png create mode 100644 experiment/images/triwave.png create mode 100644 experiment/oscitut.md create mode 100644 experiment/simulation/css/cktconnection_oscilloscope.css create mode 100644 experiment/simulation/css/oscilloscope.css create mode 100644 experiment/simulation/css/simulationtabcss.css create mode 100644 experiment/simulation/css/virtualc.css create mode 100644 experiment/simulation/images/Calculator.png create mode 100644 experiment/simulation/images/Close Window.png create mode 100644 experiment/simulation/images/Print Filled.png create mode 100644 experiment/simulation/images/logo.jpg create mode 100644 experiment/simulation/js/circletype.min.js create mode 100644 experiment/simulation/js/cktconnection_oscilloscope.js create mode 100644 experiment/simulation/js/graph.ob.js create mode 100644 experiment/simulation/js/graph_use.ob.js create mode 100644 experiment/simulation/js/jsplumb1.js create mode 100644 experiment/simulation/js/lib/MathJax.js create mode 100644 experiment/simulation/js/lib/d3.v5.min.js create mode 100644 experiment/simulation/js/lib/jquery.knob.min.js create mode 100644 experiment/simulation/js/lib/jquery.min.js create mode 100644 experiment/simulation/js/oscilloscope_axis.js create mode 100644 experiment/simulation/js/oscilloscope_knob.js create mode 100644 experiment/simulation/js/oscilloscope_sinewv.js create mode 100644 experiment/simulation/js/oscilloscope_sinewv2.js create mode 100644 experiment/simulation/js/oscilloscope_sqrwv.js create mode 100644 experiment/simulation/js/oscilloscope_sqrwv2.js create mode 100644 experiment/simulation/js/oscilloscope_triangwv.js create mode 100644 experiment/simulation/js/oscilloscope_triangwv2.js create mode 100644 experiment/simulation/js/oscilloscopeboth.js create mode 100644 experiment/simulation/js/oscilloscopegrnd.js create mode 100644 experiment/simulation/js/oscilloscopexymode.js create mode 100644 experiment/simulation/js/virtualc.js create mode 100644 experiment/simulation/littledot.png create mode 100644 experiment/simulation/oscilloscope_functng.html diff --git a/README.md b/README.md index 6bcc731..7c9ff45 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,27 @@ ## Introduction -Discipline | Fill your discipline name here +Discipline | Electronics and Communication and Engineering :--|:--| - Lab | Fill your lab name here - Experiment| Fill your experiment name and number here + Lab | Analog Electronics Circuits Virtual Laboratory + Experiment| Familiarisation with Oscilloscope and Function Generator ### About the Experiment Fill a brief description of this experiment here -Name of Developer | Fill the name of experiment owner here +### Subject Matter Expert +Name | **Prof. Chittaranjan Mandal** :--|:--| - Institute | - Email id| - Department | + Institute | **Indian Institute of Technology Kharagpur** + Email id| **chitta@iitkgp.ac.in** + Department | **Department of Computer Science and Engineering** +Webpage| [http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta](http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta) + ### Contributors List -SrNo | Name | Faculty or Student | Department| Institute | Email id +SrNo | Name | Developer and Integration Engineer | Department| Institute | Email id :--|:--|:--|:--|:--|:--| -1 | . | . | . | . | . -2 | . | . | . | . | . +1 | **Sukriti Dhang** | Developer | Department of Mechanical Engineering | IIT Kharagpur | sukritid05@gmail.com | +2 | **Prakriti Dhang** | Integration | Department of Mechanical Engineering | IIT Kharagpur | prakritidhang05@gmail.com | diff --git a/experiment-descriptor.json b/experiment-descriptor.json new file mode 100644 index 0000000..1e6c1d6 --- /dev/null +++ b/experiment-descriptor.json @@ -0,0 +1,63 @@ +{ + "unit-type": "lu", + "label": "", + "basedir": ".", + "LaTeXinMD": false, + "units": [ + { + "unit-type": "aim" + }, + + { + "target": "theory.html", + "source": "theory.md", + "label": "Theory", + "unit-type": "task", + "content-type": "text" + }, + + { + "target": "pretest.html", + "source": "pretest.json", + "label": "Pretest", + "unit-type": "task", + "content-type": "assesment" + }, + { + "target": "procedure.html", + "source": "procedure.md", + "label": "Procedure", + "unit-type": "task", + "content-type": "text" + }, + { + "target": "oscitut.html", + "source": "oscitut.md", + "label": "Oscilloscope Tutorial", + "unit-type": "task", + "content-type": "text" + }, + { + "target": "simulation.html", + "source": "simulation/index.html", + "label": "Simulation", + "unit-type": "task", + "content-type": "simulation" + }, + + { + "target": "posttest.html", + "source": "posttest.json", + "label": "Posttest", + "unit-type": "task", + "content-type": "assesment" + }, + { + "target": "references.html", + "source": "references.md", + "label": "References", + "unit-type": "task", + "content-type": "text" + } + ] +} diff --git a/experiment/aim.md b/experiment/aim.md index 4bc1c54..48bf44e 100644 --- a/experiment/aim.md +++ b/experiment/aim.md @@ -1 +1,7 @@ -### Aim of the experiment +## Aim of the experiment + +1. Familiarisation of Function Generator +2. To undertand Oscilloscope using the Sine, Square, and Triangle waveforms. +3. Checking the frequencies of the Sine, Square, and Triangle waves on the waveform generator +4. This experiment will help the students to learn measuring voltages, time, frequency. +5. This experiment will help the students to learn about lissajous figures \ No newline at end of file diff --git a/experiment/contributors.md b/experiment/contributors.md index 43e714a..7118647 100644 --- a/experiment/contributors.md +++ b/experiment/contributors.md @@ -1,11 +1,15 @@ -EMPTY - -### Subject Matter Experts -| SNo. | Name | Email | Institute | ID | -| :---: | :---: | :---: | :---: | :---: | -| 1 | name | email | institute | id | +### Subject Matter Expert +Name | **Prof. Chittaranjan Mandal** +:--|:--| + Institute | **Indian Institute of Technology Kharagpur** + Email id| **chitta@iitkgp.ac.in** + Department | **Department of Computer Science and Engineering** +Webpage| [http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta](http://www.iitkgp.ac.in/department/CS/faculty/cs-chitta) -### Developers -| SNo. | Name | Email | Institute | ID | -| :---: | :---: | :---: | :---: | :---: | -| 1 | name | email | institute | id | \ No newline at end of file + +### Contributors List + +SrNo | Name | Developer and Integration Engineer | Department| Institute | Email id +:--|:--|:--|:--|:--|:--| +1 | **Sukriti Dhang** | Developer | Department of Mechanical Engineering | IIT Kharagpur | sukritid05@gmail.com | +2 | **Prakriti Dhang** | Integration | Department of Mechanical Engineering | IIT Kharagpur | prakritidhang05@gmail.com | diff --git a/experiment/experiment-name.md b/experiment/experiment-name.md index b0d364b..994a53a 100644 --- a/experiment/experiment-name.md +++ b/experiment/experiment-name.md @@ -1 +1 @@ -## Experiment name +## Familiarisation with Oscilloscope and Function Generator diff --git a/experiment/images/cro_schematic.png b/experiment/images/cro_schematic.png new file mode 100644 index 0000000000000000000000000000000000000000..bcb1dd17ad16a8cfb818915247d5eab872a0df31 GIT binary patch literal 9795 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 KXjG}$M*ctAw+Cwg literal 0 HcmV?d00001 diff --git a/experiment/images/lissajous_relaciones.png b/experiment/images/lissajous_relaciones.png new file mode 100644 index 0000000000000000000000000000000000000000..39d8431e51a3b95205d47f6bc75ace743e79c888 GIT binary patch literal 65056 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 cX@fsC{%2xi0y36&{tdW%(fC4oxXn55 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 literal 0 HcmV?d00001 diff --git a/experiment/images/oscilloscope_2vd.png b/experiment/images/oscilloscope_2vd.png new file mode 100644 index 0000000000000000000000000000000000000000..7481854db89c11cfd6de3c2bb950893fb628d079 GIT binary patch literal 17422 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 QTb8jrZhb8O$c5|w2}hd)`Tzg` literal 0 HcmV?d00001 diff --git a/experiment/images/propertiesofwave.png b/experiment/images/propertiesofwave.png new file mode 100644 index 0000000000000000000000000000000000000000..179b877e3dd3c18d8a72dcd27ef175cef3496237 GIT binary patch literal 57314 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 WffF>;$qFX`ANW5AwGtKUz<&W=nJeG` literal 0 HcmV?d00001 diff --git a/experiment/images/sine_dual_prc.png b/experiment/images/sine_dual_prc.png new file mode 100644 index 0000000000000000000000000000000000000000..d3a3a9a087b4a7f5f50a2e94d596946e6d667f9f GIT binary patch literal 66065 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

Q;i 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 hb*->^UF_pe*cwma)#QLP#=ygD#`G~GUGMPy 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 D9u+D> literal 0 HcmV?d00001 diff --git a/experiment/images/sqrwave.png b/experiment/images/sqrwave.png new file mode 100644 index 0000000000000000000000000000000000000000..c7708cd66f3b842fba356e2fc274dcd0e3b70cc6 GIT binary patch literal 11403 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 literal 0 HcmV?d00001 diff --git a/experiment/images/triwave.png b/experiment/images/triwave.png new file mode 100644 index 0000000000000000000000000000000000000000..7545cef7097ef7a756173c3aabe932f4d1b0d462 GIT binary patch literal 14466 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 literal 0 HcmV?d00001 diff --git a/experiment/oscitut.md b/experiment/oscitut.md new file mode 100644 index 0000000..be203fa --- /dev/null +++ b/experiment/oscitut.md @@ -0,0 +1,36 @@ +## Oscilloscope Tutorial + +An oscilloscope displays a voltage waveform versus time and has the following components: +1. a screen to display a waveform, +2. input jacks for connecting the signal to be displayed, +3. dials to control how the signal will be displayed. + + +The screen is cathode ray tube found in most television sets where the face of the screen is divided up into a 2 dimensional grid (or axes or scale); In this experiment we consider 8x10 grid. The vertical grid is divided up into 8 (major) divisions and the horizontal grid is divided into 10 major divisions. To improve the precision, each of these divisions is further broken up into 5 minor divisions. The horizontal axis (X-axis) represents time and the vertical axis (Y-axis) represents voltage. The scope displays (also called a signal trace or trace) the input signal voltage along the vertical (or Y-axis) while an internally generated signal (called the horizontal sweep or sweep signal) is simultaneously produced along the X-axis creating a 2- dimensional time trace of the input signal. + +

+ +

Figure 1

+
+ +volts/div- This control lets you change how many volts are represented by each vertical increment of grid (vertical axis) on the screen. Basically, it allows you to zoom in and out along the y axis. + +time/div- This control lets you change how much time is represented by each horizontal increment of the grid overlay on the screen. It allows you to zoom in and out along the x axis. + +If volt/div is set to 1 volt which implies each mazor vertical division is 1 volt where as each minor vertical division is 0.2 volt. And time/div is set to 0.1 ms/div which implies each maor horiontal division is 0.1 ms. Voltage on the vertical scale is 1 volt/div multiply by (number of division). Time on the horizontalscale is 0.1 ms multiply by (number of division). In the figure 2, 1 volt/div and amplitude of the input signal is 1 volt. Here 0.1 ms/div, the frequency is 1 kHz and its period is 1 complete cycle in 1 ms. + + +
+ +

Figure 2

+
+ + +In the figure 3, if volt/div is set to 2 volt/div, which implies each mazor division is 2 volt where as each minor division is 0.5 volt. + +
+ +

Figure 3

+
+ +Note: If you set the Volts/Div too low, you’ll clip the signal. Similarly, setting it too high, and you’ll won’t find the signal, i.e. the signal will b flat. ncreasing the Timebase will display more cycles of a periodic signal. Conversely, reducing the Timebase, fewer cycles will be displayed. \ No newline at end of file diff --git a/experiment/posttest.json b/experiment/posttest.json index e0e6fc2..f50afb6 100644 --- a/experiment/posttest.json +++ b/experiment/posttest.json @@ -2,38 +2,64 @@ "version": 2.0, "questions": [ { - "question": "This is a Sample Question 1?", + "question": "Oscilloscope is __________", "answers": { - "a": "answer1", - "b": "answer2", - "c": "answer3", - "d": "answer4" + "a": "a ohmmeter", + "b": "an ammeter", + "c": "a voltmeter", + "d": "a multimeter" }, - "explanations": { - "a": "Explanation 1 here", - "b": "Explanation 2", - "c": "Explanation 2", - "d": "Explanation 2" + + "correctAnswer": "c", + "difficulty": "beginner" + }, + { + "question": "One oscilloscope selector knob that allows the major and minor divisions of the graticule to be used to determine a signal amplitude value is called the", + "answers": { + "a": "Time/cm control", + "b": "Volts/cm control", + "c": " Intensity control", + "d": "Position control" }, - "correctAnswer": "a", + + "correctAnswer": "b", "difficulty": "beginner" }, { - "question": "This is a Sample Question 2?", + "question": "A CRO can display", "answers": { - "a": "answer1", - "b": "answer2", - "c": "answer3", - "d": "answer4" + "a": "AC signals", + "b": "DC signals", + "c": "Both AC and DC signals", + "d": "Time-invariant Signals" }, - "explanations": { - "a": "Explanation 1 here", - "b": "Explanation 2", - "c": "Explanation 2", - "d": "Explanation 2" + + "correctAnswer": "c", + "difficulty": "beginner" + }, + { + "question": "If the vertical sensitivity is set to 1 volt per division and occupies 2 divisions, then peak-to-peak voltage is", + "answers": { + "a": "4 volt", + "b": "5 volt", + "c": "2 volt", + "d": "20 volt" }, + "correctAnswer": "c", "difficulty": "beginner" + }, + { + "question": "If the controls on the CRO are set at 0.2ms/div, find the frequency of the signal?

", + "answers": { + "a": "1 kHz", + "b": "2 kHz", + "c": "3 kHz", + "d": "4 kHz" + }, + + "correctAnswer": "b", + "difficulty": "beginner" } ] } diff --git a/experiment/pretest.json b/experiment/pretest.json index e0e6fc2..8a8f364 100644 --- a/experiment/pretest.json +++ b/experiment/pretest.json @@ -2,36 +2,62 @@ "version": 2.0, "questions": [ { - "question": "This is a Sample Question 1?", + "question": "CRO stands for_____________", "answers": { - "a": "answer1", - "b": "answer2", - "c": "answer3", - "d": "answer4" + "a": "Current Resistance Oscillator", + "b": "Capacitance Resistance Oscilloscope", + "c": "Central Resistance Oscillator", + "d": "Cathode Ray Oscilloscope" }, - "explanations": { - "a": "Explanation 1 here", - "b": "Explanation 2", - "c": "Explanation 2", - "d": "Explanation 2" + + "correctAnswer": "d", + "difficulty": "beginner" + }, + { + "question": "A function generator is a multipurpose signal source, it can generate:", + "answers": { + "a": "Square Wave", + "b": "Triangle Wave", + "c": "Sine Wave", + "d": "All of above" + }, + + "correctAnswer": "d", + "difficulty": "beginner" + }, + { + "question": "An advantage of Oscilloscope over multimeter is that", + "answers": { + "a": "We can measure accurate value of voltage", + "b": "We can see the wave shape of voltage", + "c": "We can measure accurate value of current", + "d": "We can measure accurate resistance" }, - "correctAnswer": "a", + + "correctAnswer": "b", "difficulty": "beginner" }, { - "question": "This is a Sample Question 2?", + "question": "The graticule of an oscilloscope, which has a grid pattern graduated in", "answers": { - "a": "answer1", - "b": "answer2", - "c": "answer3", - "d": "answer4" + "a": "Square centimeters", + "b": "Millimeters", + "c": "Centimeters", + "d": "None of these" }, - "explanations": { - "a": "Explanation 1 here", - "b": "Explanation 2", - "c": "Explanation 2", - "d": "Explanation 2" + + "correctAnswer": "c", + "difficulty": "beginner" + }, + { + "question": " If the vertical sensitivity is set to 0.5 volt per division and occupies 4 divisions, then peak-to-peak voltage is", + "answers": { + "a": "4 volt", + "b": "5 volt", + "c": "2 volt", + "d": "20 volt" }, + "correctAnswer": "c", "difficulty": "beginner" } diff --git a/experiment/procedure.md b/experiment/procedure.md index 37929cc..9d88b4a 100644 --- a/experiment/procedure.md +++ b/experiment/procedure.md @@ -1 +1,35 @@ -### Procedure \ No newline at end of file +## Procedure + +1. Connect the components as mentioned below: +L1-L5, L3-L6, L4-L7, L2-L7.(For eg. click on 1 and then drag to 5 and so on.) +2. Click on 'Check Connection' button to check the connections. +3. If connected wrong, click on the wrong connection. Else click on 'Delete all connection' button to erase all the connections. +4. Connect L1-L5. This will connect the function generator 1 to channel 1 probe of oscilloscope. +5. Connect L3-L6. This will connect the function generator 2 to channel 2 probe of oscilloscope. +6. Connect L4-L7, L2-L7. This will connect the ground of function generator 1 and function generator 2 with oscilloscope. +7. Click on 'ON' button to start the experiment. +8. Double Click on 'Sine Wave' button to generate input waveform (2 Vp-p, 1kHz) from Function Generator 1. +9. Double Click on 'Sine Wave' button to generate input waveform (2 Vp-p, 1kHz) from Function Generator 2. +10. Vary the Amplitude, Frequency, volt/div using the controllers. +11. Double Click on "Dual" button to observe both the waveform. +12. Click on "X-Y" button to observe the specialized two-channel mode of oscilloscope. The XY time mode converts the oscilloscope from a volts-versus-time display to a volts-versus-volts display using two input channels. Channel 1 is the X-axis input, channel 2 is the Y-axis input. +13. Channel 1 shows the waveform of Function Generator 1, Channel 2 shows the waveform of Function Generator 2. +14. Repeat step 10-12 for 'Square Wave' and 'Triangular Wave'. Double Click on input button to generate input waveform (2 Vp-p, 1kHz) from Function Generator 1 and Function Generator 2. +15. Note : Sometimes due to page load or cache, the graph may not come exact at one click. So it is better to double click on the channel-1 function/ channel-2 function/ dual function/ground function to get the respective signals. +16. Oscilloscope and function generator is described more elaborately in the Oscilloscope Tutorial section. + +
+ +

Figure 1

+
+ +#### Note + +1. The input sine wave is 2 Vp-p, 1kHz +2. As, volt/div is set to 1 volt/div. Which implies each mazor division is 1 volt where as each minor division is 0.2 volt. +3. Click on Sine Wave from function generator 2. +4. As, volt/div is set to 1 volt/div. Which implies each mazor division is 1 volt where as each minor division is 0.2 volt. +5. Click on "Channel 1" or "Channel 2" button to observe input waveform. +6. Double Click on "Dual" button to observe both the waveform +7. The ground setting disconnects the input signal from the vertical system, which lets you see where zero volts is located on the screen. With grounded input coupling and auto trigger mode, you see a horizontal line on the screen that represents zero volts. Switching from DC to ground and back again is a handy way of measuring signal voltage levels with respect to ground. +8. Click on "X-Y" button to observe the specialized two-channel mode of oscilloscope. (X-Y mode is a specialized two-channel mode of oscilloscopes when the signal of channel 1 is used for the deviation along the horizontal axis (X) and the signal of channel 2 – along the vertical axis (Y).) \ No newline at end of file diff --git a/experiment/simulation/css/cktconnection_oscilloscope.css b/experiment/simulation/css/cktconnection_oscilloscope.css new file mode 100644 index 0000000..1b9c11f --- /dev/null +++ b/experiment/simulation/css/cktconnection_oscilloscope.css @@ -0,0 +1,114 @@ +/* Document Name: cktconnection_schmittrigger.css + Created on : 31 Aug, 2020 + Author : Sukriti Dhang +*/ + +.demo { + /* for IE10+ touch devices */ + touch-action:none; +} + +.jtk-demo-canvas { + height:550px; + /*max-height:700px; + border:1px solid #CCC; + background-color:white;*/ + display: flex; + position:absolute; + top:5px; +} +.canvas-wide { + margin-left:0; +} + +/** JSPLUMB ARTEFACTS **/ +.jtk-overlay { + z-index: 51; +} + +.jtk-endpoint { + z-index: 50; + cursor: move; +} + +.jtk-connector { + z-index: 1; +} + +/** ELEMENTS **/ +.littledot +{ + cursor: pointer; + width: 12px; + height: 12px; + background-image: url(littledot.png); + z-index: 5; + position: absolute; + border-radius: 31px; + margin-bottom: 0px; + margin-left: 0px; + margin-right: 0px; +} +.cmdLink detach{ + margin-bottom: 0px; + margin-left: 0px; + margin-right: 0px; +} + + +.littledot-hover-hover { + border: 2px solid orange; +} + +.dropHover { + border: 1px solid orange; +} + +/** ELEMENT POSITIONS **/ +#ld1 { + position: absolute; + top: 60px; + left: 7px; +} + +#ld2 { + position: absolute; + top:110px; + left:7px; +} + + +#ld3 { + position: absolute; + top:270px; + left:7px; +} + +#ld4 { + position: absolute; + top: 320px; + left:7px;; +} +#ld5 { + position: absolute; + top:270px; + left:-150px; +} + + +#ld6 { + position: absolute; + top:320px; + left:-150px; +} +#ld7 { + position: absolute; + top:380px; + left:-150px; +} + + + +path, .jtk-endpoint { + cursor: pointer; +} diff --git a/experiment/simulation/css/oscilloscope.css b/experiment/simulation/css/oscilloscope.css new file mode 100644 index 0000000..1df5078 --- /dev/null +++ b/experiment/simulation/css/oscilloscope.css @@ -0,0 +1,573 @@ +/* Document Name: oscilloscope.css + Created on : 24 Aug, 2021, 4:09:27 PM + Author : sukriti +*/ + +body,html {margin:0; padding:0;}//background-color:#003366; +.clearfix { clear:both; } +.wholebody { + margin:0 auto; + width:1260px; + height:1010px; + border:1px solid black; + background-color:white; + position:relative; + top:0px; + +} + +.circuitsection{ + position:absolute; + border: 2px solid #3385ff; + top:40px; + width:530px; + height:400px; + right:10px; + } + + + + + +.middlerightupper{ + position:relative; + top:50px; + width:530px; + height:178px; + border:1px solid #737373; + +} +.middlerightsectiondivide{ + position:relative; + left:250px; + top:0px; + width:3px; + height:209px; + border:1px solid #737373; + /*color: #e6e6e6; + background-color: #737373;*/ +} +.middlerightmiddle{ + position:relative; + top:50px; + width:530px; + height:210px; + border:1px solid #737373; + +} + +.lowerleftsection{ + position:relative; + margin:0 auto; + top:5px; + width:520px; + height:180px; + border:1px solid #737373; +} +.rightsection{ + position:relative; + margin:0 auto; + top:30px; + width:520px; + height:180px; + border:1px solid #737373; +} + +/******************************************** canvas-css ********************************************/ +/*.canvas2d-view{ + margin:0 auto; + width:550px; + margin-top:40px; + height:400px; + border:1px solid red; +}*/ +#mycanvas{ + color:#0000FF; + margin-top:60px; + background-repeat:no-repeat; + background-position:center; + background-color:#ffffff; + border:1.5px solid black; +} +/******************************************** button css ********************************************/ +#sinecrv{ + position:relative; + top:10px; + left:10px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; +} +#sincrv{ + position:relative; + top:10px; + left:20px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; +} + +/************************ sine wave**********************/ +#chhn1{ + position:absolute; + left:100px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; + z-index:1; +} +#chhn2{ + position:absolute; + left:200px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; + z-index:1; +} +#grnd{ + position:absolute; + left:301px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} +#dual{ + position:absolute; + left:385px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} +#xymd{ + position:absolute; + left:454px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} + +/************************ square wave**********************/ +#chhn1sq{ + position:absolute; + left:100px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; + z-index:1; +} +#chhn2sq{ + position:absolute; + left:200px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; + z-index:1; +} +#grndsq{ + position:absolute; + left:301px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} +#dualsq{ + position:absolute; + left:385px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} +#xymdsq{ + position:absolute; + left:454px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} + +/************************ triangle wave**********************/ +#chhn1tr{ + position:absolute; + left:100px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; + z-index:1; +} +#chhn2tr{ + position:absolute; + left:200px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px; + box-shadow: 0 2px #999; + z-index:1; +} +#grndtr{ + position:absolute; + left:301px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} +#dualtr{ + position:absolute; + left:385px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} +#xymdtr{ + position:absolute; + left:454px; + top:420px; + cursor:pointer; + text-align: center; + border-radius: 5px;box-shadow: 0 2px #999; + z-index:1; +} + +/******************************************** knob on right side **********************************/ +#knob-container{ + /* position: absolute; + top:2%;*/ +} +#frequency-knob-container { + /*border: 1px solid red; + margin-bottom: 20px;*/ + position:relative; + top:30px; + float: left; + left:160px; + width: 100px; + height: 110px; + padding: 5px; + /*background-color: orange;*/ + text-align: center; + cursor:pointer; +} +#frequency-knob-container label,#amplitude-knob-container label{ + font-style: italic; +} +/************************* knob for amplitude **********************************/ +#knob-container-amp{ + /* position: absolute; + top:2%;*/ +} +#amplitude-knob-container1 { + /*/border: 1px solid red; + margin-bottom: 20px;*/ + position:relative; + top:10px; + float:left; + left:140px; + width: 100px; + height: 110px; + padding: 5px; + /*background-color: grey;*/ + text-align: center; + cursor:pointer; +} + + #amp-knob1{ + margin-top: -33px; + margin-left: 7px; + +} + + +#amplitude-knob-container2 { + /* border: 1px solid red; + margin-bottom: 20px;*/ + position:relative; + top:10px; + float:left; + left:260px; + width: 100px; + height: 110px; + padding: 5px; + /* background-color: grey;*/ + text-align: center; + cursor:pointer; +} +#amplitude-knob-container1 label,#amplitude-knob-container2 label{ + font-style: italic; +} + +/************************* knob for function Generator 1 **********************************/ +#knob-container-fng{ + /* position: absolute; + top:2%;*/ +} +#frequency-knob-container-fng { + /* border: 1px solid red; + margin-bottom: 20px;*/ + position:relative; + float: left; + left:60px; + top:30px; + width: 100px; + height: 110px; + padding: 5px; + /*background-color: orange;*/ + text-align: center; + cursor:pointer; +} +#amplitude-knob-container-fng { + /*border: 1px solid red; + margin-bottom: 20px;*/ + position:relative; + float:right; + right:150px; + top:30px; + width: 100px; + height: 110px; + padding: 5px; + /* background-color: grey;*/ + text-align: center; + cursor:pointer; +} +#frequency-knob-container-fng label,#amplitude-knob-container-fng label{ + font-style: italic; +} + +/************************* knob for function Generator 2 **********************************/ +#knob-container-fng2{ + /* position: absolute; + top:2%;*/ +} +#frequency-knob-container-fng2 { + /* border: 1px solid red; + margin-bottom: 20px;*/ + position:relative; + float: left; + left:60px; + top:30px; + width: 100px; + height: 110px; + padding: 5px; + /*background-color: orange;*/ + text-align: center; + cursor:pointer; +} +#amplitude-knob-container-fng2 { + /*border: 1px solid red; + margin-bottom: 20px;*/ + position:relative; + float:right; + right:150px; + top:30px; + width: 100px; + height: 110px; + padding: 5px; + /* background-color: grey;*/ + text-align: center; + cursor:pointer; +} +#frequency-knob-container-fng2 label,#amplitude-knob-container-fng2 label{ + font-style: italic; +} +//---------------------------vertical range slider-------------------------// +input[type=range][orient=vertical] +{ + +} +#positiony1{ + -webkit-appearance: slider-vertical; /* WebKit */ + width: 8px; + height: 175px; + padding: 0 5px; + position:relative; + top:10px; + float:right; + right:490px; +} +#positnlabely1{ + position:relative; + top:190px; + float:right; + right:430px; +} +#positnlabelch1{ + position:relative; + top:190px; + float:right; + right:230px; +} +#positiony2{ + -webkit-appearance: slider-vertical; /* WebKit */ + width: 8px; + height: 175px; + padding: 0 5px; + position:relative; + top:10px; + float:left; + left:60px; +} +#positnlabely2{ + position:relative; + top:190px; + float:left; + left:30px; +} +#positnlabelch2{ + position:relative; + top:173px; + float:left; + left:140px; +} +#positionx{ + position:relative; + top:80px; + left:-50px; +} +#positnlabelx{ + position:relative; + top:120px; + float:left; + left:50px; +} +#resistor{ + -webkit-appearance: slider-vertical; /* WebKit */ + position:absolute; + right:20px; + top:130px; + cursor:pointer; +} +#restr{ + position:absolute; + width:70px; + top:150px; + right:100px; +} +#resohm{ + position:relative; + + top:140px; + float:right; + right:-50px; +} +#r{ + position:absolute; + + top:210px; + right:110px; + +} +/*---------------------------------- Desciption------------------------------------*/ + #description{ + background-color: #3385ff; + position:absolute; top:40px; + left:10px; width:600px; + font-size: 16px;font-weight: bold; + } + .dropdown-content { + display: none; + position: absolute; + background-color: #f9f9f9; + border:2px solid #3385ff;; + min-width: 450px; + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + padding: 12px 16px; + z-index: 60; + + } + + .dropdown:hover .dropdown-content { + display: block; + + } + + /* Tooltip text */ + .tooltip .tooltiptext { + visibility: hidden; + width: 80px; + background-color: #f9f9f9;/*#ffff80;#555;*/ + border:2px solid #3385ff; + + color: #555; /*#fff;*/ + text-align: center; + + position: absolute; + z-index: 1; + top: 60%; + left: 80%; + margin-left: 20px; + + /* Fade in tooltip */ + opacity: 0; + transition: opacity 1s; + } + .tooltip:hover .tooltiptext { + visibility: visible; + opacity: 3; + } + + /*--------------------------------------calculation of vm---------------------------------------*/ + #calcln{ + position:absolute;border: 2px solid #3385ff; top:590px;width:520px;height:240px;left:10px; + } + /*------------------------------- calculation ------------------------------------------------*/ + #calculator{ + width:280px;height:400px;position:absolute;left:37%; top:350px; + } + + #controller{ + position:absolute;border: 2px solid #3385ff; top:450px;width:530px;height:440px;right:10px; + } + #grpwrap{ + position:absolute;border: 2px solid #3385ff; top:120px;width:600px;height:500px;left:10px; + } + + #calcln{ + position:absolute;border: 2px solid #3385ff; top:730px;width:600px;height:270px;left:10px; + } + + + /*------------------- label for ch-1, ch-2, gnd------------------------*/ + #ch1{ + position: absolute; + top:270px; + left:-190px; + } + + #ch2{ + position: absolute; + top:320px; + left:-190px; + } + + #gnd{ + position: absolute; + top:380px; + left:-190px; + } \ No newline at end of file diff --git a/experiment/simulation/css/simulationtabcss.css b/experiment/simulation/css/simulationtabcss.css new file mode 100644 index 0000000..c592fe4 --- /dev/null +++ b/experiment/simulation/css/simulationtabcss.css @@ -0,0 +1,28 @@ +/* +To change this license header, choose License Headers in Project Properties. +To change this template file, choose Tools | Templates +and open the template in the editor. +*/ +/* + Created on : 20 Jun, 2016, 8:44:41 PM + Author : sukriti +*/ + +/*input{ + width:310px; + height:40px; + background:#4E9CAF; //darkmoderate cyan + text-align: center; + padding:20px; + padding-top:3px; + padding-bottom:3px; + border-radius:10px; + color:white; + font-weight: bold; + font-size:12pt; + display: inline-block; + cursor:pointer; +}*/ +/*input:hover{ + background-color: #20B2AA; //LightSeaGreen +}*/ \ No newline at end of file diff --git a/experiment/simulation/css/virtualc.css b/experiment/simulation/css/virtualc.css new file mode 100644 index 0000000..58870bf --- /dev/null +++ b/experiment/simulation/css/virtualc.css @@ -0,0 +1,141 @@ + +/* + Created on : 15 Nov, 2016, 12:14:04 PM + Author : sukriti +*/ + +/*body +{ + background-color:tan; +} */ +.box +{ + background-color:#3d4543; + height:350px; + width:250px; + border-radius:20px; + position:relative; + top:45px; + left:5%; + display: none; + position: absolute; + /* background-color: #f9f9f9; + //border:2px solid #3385ff; + //min-width: 450px; + //box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + //padding: 12px 16px;*/ + z-index: 55; + +} +.bttncls{ + top:10px; + left:75%; + position:relative; + display: none; +} +div.click a{ + display:block; + position:absolute; + width:100%; + height:100%; + top:0; + left:0; + text-decoration:none; + z-index:10; + background-color:white; + opacity: 0; + filter: alpha(opacity=1); +} + + +.dropdown:hover .box { + display: block; + +} +.display +{ + background-color:#222; + width:220px; + position:relative; + left:15px; + top:20px; + height:40px; +} +.display input +{ + position:relative; + left:1px; + top:1px; + height:35px; + color:black; + background-color:#bccd95;/*#e0e0d1*/ + font-size:20px; + text-align:right; +} + +.keys +{ + position:relative; + top:15px; +} +.button +{ + width:40px; + height:30px; + border:none; + border-radius:8px; + margin-left:17px; + cursor:pointer; + border-top:2px solid transparent; +} +.button.gray +{ + color:black; + background-color:#6f6f6f; + border-bottom:black 2px solid; + border-top:2px #6f6f6f solid; +} +.button.pink +{ + color:black; + background-color: #ff667d;/*#ff4561;*/ + border-bottom:black 2px solid; +} +.button.black +{ + color:black; + background-color:303030; + border-bottom:black 2px solid; + border-top:2px 303030 solid; +} +.button.orange +{ + color:black; + background-color:#ffa31a; + border-bottom:black 2px solid; + border-top:2px FF9933 solid; +} +.gray:active +{ + border-top:black 2px solid; + border-bottom:2px #6f6f6f solid; +} +.pink:active +{ + border-top:black 2px solid; + border-bottom:#ff4561 2px solid; +} +.black:active +{ + border-top:black 2px solid; + border-bottom:#303030 2px solid; +} +.orange:active +{ + border-top:black 2px solid; + border-bottom:FF9933 2px solid; +} +p +{ + line-height:10px; +} \ No newline at end of file diff --git a/experiment/simulation/images/Calculator.png b/experiment/simulation/images/Calculator.png new file mode 100644 index 0000000000000000000000000000000000000000..94b2826d7e95e42332e88d5326b3ace340cd57ed GIT binary patch literal 375 zcmV--0f_#IP)T8VpFUzazB}g}sVxwG z<^c8p#*vsdmTmx608Uk#6_Ez%&5m0^k9l(*VTbjsXA*=QsqQVnE%|-+`YBY~0e;y|Yt53YMpADFP_PZmWgX zZo^%!E#x1g>{=*G05ZsC0S7zhFvv9St2%?dy3A=InX@cTlbZlEELp}-0ZVo@ zxv7B9z^_4Lz5Z4$Wsnho*XVT>>YoA{r?8Bn3t6(O$xQ`lqqNbAlhUh6tZ@p<7`l)p zyPDiofOCLzfOA0O6?QTGb0PWIJg_4)Df2z_<4No;B%eYL07gk$H6JX+FGIiEyZ~Td ViZP1eW!wM&002ovPDHLkV1iLamahN+ literal 0 HcmV?d00001 diff --git a/experiment/simulation/images/Close Window.png b/experiment/simulation/images/Close Window.png new file mode 100644 index 0000000000000000000000000000000000000000..dca0a94a8d30b8a7364472a8e34ba0deda6f584e GIT binary patch literal 548 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 z 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 z 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
  • i4Q#bM|mUhK)R=|#|7EZwX;sebJ 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 Jmvv4FO#o$H8Cd`T literal 0 HcmV?d00001 diff --git a/experiment/simulation/index.html b/experiment/simulation/index.html index ee9be23..d120e22 100644 --- a/experiment/simulation/index.html +++ b/experiment/simulation/index.html @@ -6,7 +6,7 @@ - + diff --git a/experiment/simulation/js/circletype.min.js b/experiment/simulation/js/circletype.min.js new file mode 100644 index 0000000..2d926b7 --- /dev/null +++ b/experiment/simulation/js/circletype.min.js @@ -0,0 +1,1022 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CircleType/circletype.min.js at master · peterhry/CircleType · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Skip to content + + + + + + + + +
    + +
    + + + + + +
    + + + +
    + + + + + + + + + +
    +
    +
    + + + + + + + + + + + + +
    + +
    + +
    +

    + + + / + + CircleType + + +

    + + +
    + + + +
    + + +
    + + +
    +
    + + + + + + + Permalink + + + +
    + +
    +
    + + + master + + + + +
    + + + +
    +
    +
    + +
    + + + + Go to file + + +
    + + +
    + +
    + + + +
    + +
    +
    +
     
    +
    + +
    +
     
    + Cannot retrieve contributors at this time +
    +
    + + + + + + +
    + +
    +
    + + 8 lines (8 sloc) + + 14.7 KB +
    + +
    + +
    + Raw + Blame +
    + + +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    /*!
    * circletype 2.3.2
    * A JavaScript library that lets you curve type on the web.
    * Copyright © 2014-2020 Peter Hrynkow
    * Licensed MIT
    * https://github.com/peterhry/CircleType#readme
    */
    !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.CircleType=n():t.CircleType=n()}(window,(function(){return function(t){var n={};function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var i in t)e.d(r,i,function(n){return t[n]}.bind(null,i));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=28)}([function(t,n,e){var r=e(13)("wks"),i=e(12),o=e(1).Symbol,u="function"==typeof o;(t.exports=function(t){return r[t]||(r[t]=u&&o[t]||(u?o:i)("Symbol."+t))}).store=r},function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},function(t,n){var e=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e)},function(t,n,e){var r=e(4),i=e(11);t.exports=e(6)?function(t,n,e){return r.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){var r=e(5),i=e(33),o=e(34),u=Object.defineProperty;n.f=e(6)?Object.defineProperty:function(t,n,e){if(r(t),n=o(n,!0),r(e),i)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(10);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},function(t,n,e){t.exports=!e(18)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},function(t,n){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+r).toString(36))}},function(t,n,e){var r=e(2),i=e(1),o=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(16)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},function(t,n){t.exports={}},function(t,n,e){var r=e(13)("keys"),i=e(12);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,n){t.exports=!1},function(t,n,e){var r=e(1),i=e(2),o=e(3),u=e(20),c=e(21),a=function(t,n,e){var f,s,l,p,h=t&a.F,v=t&a.G,d=t&a.S,y=t&a.P,m=t&a.B,g=v?r:d?r[n]||(r[n]={}):(r[n]||{}).prototype,_=v?i:i[n]||(i[n]={}),x=_.prototype||(_.prototype={});for(f in v&&(e=n),e)l=((s=!h&&g&&void 0!==g[f])?g:e)[f],p=m&&s?c(l,r):y&&"function"==typeof l?c(Function.call,l):l,g&&u(g,f,l,t&a.U),_[f]!=l&&o(_,f,p),y&&x[f]!=l&&(x[f]=l)};r.core=i,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,e){var r=e(10),i=e(1).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,n,e){var r=e(1),i=e(3),o=e(7),u=e(12)("src"),c=e(35),a=(""+c).split("toString");e(2).inspectSource=function(t){return c.call(t)},(t.exports=function(t,n,e,c){var f="function"==typeof e;f&&(o(e,"name")||i(e,"name",n)),t[n]!==e&&(f&&(o(e,u)||i(e,u,t[n]?""+t[n]:a.join(String(n)))),t===r?t[n]=e:c?t[n]?t[n]=e:i(t,n,e):(delete t[n],i(t,n,e)))})(Function.prototype,"toString",(function(){return"function"==typeof this&&this[u]||c.call(this)}))},function(t,n,e){var r=e(36);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,i){return t.call(n,e,r,i)}}return function(){return t.apply(n,arguments)}}},function(t,n,e){var r=e(42),i=e(9);t.exports=function(t){return r(i(t))}},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n,e){var r=e(8),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,e){var r=e(4).f,i=e(7),o=e(0)("toStringTag");t.exports=function(t,n,e){t&&!i(t=e?t:t.prototype,o)&&r(t,o,{configurable:!0,value:n})}},function(t,n,e){var r=e(9);t.exports=function(t){return Object(r(t))}},function(t,n,e){e(29);var r=e(54).default;t.exports=r},function(t,n,e){e(30),e(47),t.exports=e(2).Array.from},function(t,n,e){"use strict";var r=e(31)(!0);e(32)(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,n=this._t,e=this._i;return e>=n.length?{value:void 0,done:!0}:(t=r(n,e),this._i+=t.length,{value:t,done:!1})}))},function(t,n,e){var r=e(8),i=e(9);t.exports=function(t){return function(n,e){var o,u,c=String(i(n)),a=r(e),f=c.length;return a<0||a>=f?t?"":void 0:(o=c.charCodeAt(a))<55296||o>56319||a+1===f||(u=c.charCodeAt(a+1))<56320||u>57343?t?c.charAt(a):o:t?c.slice(a,a+2):u-56320+(o-55296<<10)+65536}}},function(t,n,e){"use strict";var r=e(16),i=e(17),o=e(20),u=e(3),c=e(14),a=e(37),f=e(26),s=e(46),l=e(0)("iterator"),p=!([].keys&&"next"in[].keys()),h=function(){return this};t.exports=function(t,n,e,v,d,y,m){a(e,n,v);var g,_,x,b=function(t){if(!p&&t in S)return S[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},w=n+" Iterator",O="values"==d,j=!1,S=t.prototype,M=S[l]||S["@@iterator"]||d&&S[d],T=M||b(d),P=d?O?b("entries"):T:void 0,A="Array"==n&&S.entries||M;if(A&&(x=s(A.call(new t)))!==Object.prototype&&x.next&&(f(x,w,!0),r||"function"==typeof x[l]||u(x,l,h)),O&&M&&"values"!==M.name&&(j=!0,T=function(){return M.call(this)}),r&&!m||!p&&!j&&S[l]||u(S,l,T),c[n]=T,c[w]=h,d)if(g={values:O?T:b("values"),keys:y?T:b("keys"),entries:P},m)for(_ in g)_ in S||o(S,_,g[_]);else i(i.P+i.F*(p||j),n,g);return g}},function(t,n,e){t.exports=!e(6)&&!e(18)((function(){return 7!=Object.defineProperty(e(19)("div"),"a",{get:function(){return 7}}).a}))},function(t,n,e){var r=e(10);t.exports=function(t,n){if(!r(t))return t;var e,i;if(n&&"function"==typeof(e=t.toString)&&!r(i=e.call(t)))return i;if("function"==typeof(e=t.valueOf)&&!r(i=e.call(t)))return i;if(!n&&"function"==typeof(e=t.toString)&&!r(i=e.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,n,e){t.exports=e(13)("native-function-to-string",Function.toString)},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,e){"use strict";var r=e(38),i=e(11),o=e(26),u={};e(3)(u,e(0)("iterator"),(function(){return this})),t.exports=function(t,n,e){t.prototype=r(u,{next:i(1,e)}),o(t,n+" Iterator")}},function(t,n,e){var r=e(5),i=e(39),o=e(25),u=e(15)("IE_PROTO"),c=function(){},a=function(){var t,n=e(19)("iframe"),r=o.length;for(n.style.display="none",e(45).appendChild(n),n.src="javascript:",(t=n.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),a=t.F;r--;)delete a.prototype[o[r]];return a()};t.exports=Object.create||function(t,n){var e;return null!==t?(c.prototype=r(t),e=new c,c.prototype=null,e[u]=t):e=a(),void 0===n?e:i(e,n)}},function(t,n,e){var r=e(4),i=e(5),o=e(40);t.exports=e(6)?Object.defineProperties:function(t,n){i(t);for(var e,u=o(n),c=u.length,a=0;c>a;)r.f(t,e=u[a++],n[e]);return t}},function(t,n,e){var r=e(41),i=e(25);t.exports=Object.keys||function(t){return r(t,i)}},function(t,n,e){var r=e(7),i=e(22),o=e(43)(!1),u=e(15)("IE_PROTO");t.exports=function(t,n){var e,c=i(t),a=0,f=[];for(e in c)e!=u&&r(c,e)&&f.push(e);for(;n.length>a;)r(c,e=n[a++])&&(~o(f,e)||f.push(e));return f}},function(t,n,e){var r=e(23);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},function(t,n,e){var r=e(22),i=e(24),o=e(44);t.exports=function(t){return function(n,e,u){var c,a=r(n),f=i(a.length),s=o(u,f);if(t&&e!=e){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===e)return t||s||0;return!t&&-1}}},function(t,n,e){var r=e(8),i=Math.max,o=Math.min;t.exports=function(t,n){return(t=r(t))<0?i(t+n,0):o(t,n)}},function(t,n,e){var r=e(1).document;t.exports=r&&r.documentElement},function(t,n,e){var r=e(7),i=e(27),o=e(15)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,n,e){"use strict";var r=e(21),i=e(17),o=e(27),u=e(48),c=e(49),a=e(24),f=e(50),s=e(51);i(i.S+i.F*!e(53)((function(t){Array.from(t)})),"Array",{from:function(t){var n,e,i,l,p=o(t),h="function"==typeof this?this:Array,v=arguments.length,d=v>1?arguments[1]:void 0,y=void 0!==d,m=0,g=s(p);if(y&&(d=r(d,v>2?arguments[2]:void 0,2)),null==g||h==Array&&c(g))for(e=new h(n=a(p.length));n>m;m++)f(e,m,y?d(p[m],m):p[m]);else for(l=g.call(p),e=new h;!(i=l.next()).done;m++)f(e,m,y?u(l,d,[i.value,m],!0):i.value);return e.length=m,e}})},function(t,n,e){var r=e(5);t.exports=function(t,n,e,i){try{return i?n(r(e)[0],e[1]):n(e)}catch(n){var o=t.return;throw void 0!==o&&r(o.call(t)),n}}},function(t,n,e){var r=e(14),i=e(0)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,n,e){"use strict";var r=e(4),i=e(11);t.exports=function(t,n,e){n in t?r.f(t,n,i(0,e)):t[n]=e}},function(t,n,e){var r=e(52),i=e(0)("iterator"),o=e(14);t.exports=e(2).getIteratorMethod=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,n,e){var r=e(23),i=e(0)("toStringTag"),o="Arguments"==r(function(){return arguments}());t.exports=function(t){var n,e,u;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=Object(t),i))?e:o?r(n):"Object"==(u=r(n))&&"function"==typeof n.callee?"Arguments":u}},function(t,n,e){var r=e(0)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,(function(){throw 2}))}catch(t){}t.exports=function(t,n){if(!n&&!i)return!1;var e=!1;try{var o=[7],u=o[r]();u.next=function(){return{done:e=!0}},o[r]=function(){return u},t(o)}catch(t){}return e}},function(t,n,e){"use strict";e.r(n);var r=function(t){var n=t.getBoundingClientRect();return{height:n.height,left:n.left+window.pageXOffset,top:n.top+window.pageYOffset,width:n.width}};function i(t){return function(t){if(Array.isArray(t)){for(var n=0,e=new Array(t.length);n<t.length;n++)e[n]=t[n];return e}}(t)||function(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}var o=Math.PI/180,u=function(t){return t*o},c=function(t,n){return t*(1-Math.cos(u(n/2)))},a=180/Math.PI,f=function(t,n){return t.reduce((function(t,e){var r=e.width,i=r/n*a;return{"θ":t.θ+i,rotations:t.rotations.concat([t.θ+i/2])}}),{"θ":0,rotations:[]})};function s(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var l=Math.PI,p=Math.max,h=Math.min,v=function(){function t(n,e){!function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,t),this.element=n,this.originalHTML=this.element.innerHTML;var o=document.createElement("div"),u=document.createDocumentFragment();o.setAttribute("aria-label",n.innerText),o.style.position="relative",this.container=o,this._letters=function(t,n){var e=document.createElement("span");e.style.display="inline-block";var r=t.innerText.trim();return(n?n(r):i(r)).map((function(t){var n=e.cloneNode();return n.insertAdjacentHTML("afterbegin"," "===t?"&nbsp;":t),n}))}(n,e),this._letters.forEach((function(t){return u.appendChild(t)})),o.appendChild(u),this.element.innerHTML="",this.element.appendChild(o);var c=window.getComputedStyle(this.element),a=c.fontSize,f=c.lineHeight;this._fontSize=parseFloat(a),this._lineHeight=parseFloat(f)||this._fontSize,this._metrics=this._letters.map(r);var s=this._metrics.reduce((function(t,n){return t+n.width}),0);this._minRadius=s/l/2+this._lineHeight,this._dir=1,this._forceWidth=!1,this._forceHeight=!0,this._radius=this._minRadius,this._invalidate()}var n,e,o;return n=t,(e=[{key:"radius",value:function(t){return void 0!==t?(this._radius=p(this._minRadius,t),this._invalidate(),this):this._radius}},{key:"dir",value:function(t){return void 0!==t?(this._dir=t,this._invalidate(),this):this._dir}},{key:"forceWidth",value:function(t){return void 0!==t?(this._forceWidth=t,this._invalidate(),this):this._forceWidth}},{key:"forceHeight",value:function(t){return void 0!==t?(this._forceHeight=t,this._invalidate(),this):this._forceHeight}},{key:"refresh",value:function(){return this._invalidate()}},{key:"destroy",value:function(){return this.element.innerHTML=this.originalHTML,this}},{key:"_invalidate",value:function(){var t=this;return cancelAnimationFrame(this._raf),this._raf=requestAnimationFrame((function(){t._layout()})),this}},{key:"_layout",value:function(){var t=this,n=this._radius,e=this._dir,r=-1===e?-n+this._lineHeight:n,i="center ".concat(r/this._fontSize,"em"),o=n-this._lineHeight,a=f(this._metrics,o),s=a.rotations,l=a.θ;if(this._letters.forEach((function(n,r){var o=n.style,u=(-.5*l+s[r])*e,c=-.5*t._metrics[r].width/t._fontSize,a="translateX(".concat(c,"em) rotate(").concat(u,"deg)");o.position="absolute",o.bottom=-1===e?0:"auto",o.left="50%",o.transform=a,o.transformOrigin=i,o.webkitTransform=a,o.webkitTransformOrigin=i})),this._forceHeight){var p=l>180?c(n,l):c(o,l)+this._lineHeight;this.container.style.height="".concat(p/this._fontSize,"em")}if(this._forceWidth){var v=function(t,n){return 2*t*Math.sin(u(n/2))}(n,h(180,l));this.container.style.width="".concat(v/this._fontSize,"em")}return this}}])&&s(n.prototype,e),o&&s(n,o),t}();n.default=v}])}));
    + + + +
    + +
    + + + + +
    + + +
    + + +
    +
    + + + + + + +
    +
    + +
    +
    + +
    + + + + + + +
    + + + You can’t perform that action at this time. +
    + + + + + + + + + + + diff --git a/experiment/simulation/js/cktconnection_oscilloscope.js b/experiment/simulation/js/cktconnection_oscilloscope.js new file mode 100644 index 0000000..9b1006b --- /dev/null +++ b/experiment/simulation/js/cktconnection_oscilloscope.js @@ -0,0 +1,350 @@ +jsPlumb.ready(function () { + + var instance, + discs = [], + + addDisc = function (evt) { + var info = createDisc(); + var e = prepare(info.id); + instance.draggable(info.id); + discs.push(info.id); + evt.stopPropagation(); + evt.preventDefault(); + }, + + reset = function (e) { + for (var i = 0; i < discs.length; i++) { + var d = document.getElementById(discs[i]); + if (d) d.parentNode.removeChild(d); + } + discs = []; + e.stopPropagation(); + e.preventDefault(); + }, + + initAnimation = function (elId) { + var el = document.getElementById(elId); + + instance.on(el, 'click', function (e, ui) { + if (el.className.indexOf("jsPlumb_dragged") > -1) { + jsPlumb.removeClass(elId, "jsPlumb_dragged"); + return; + } + + }); + }, + + // notice there are no dragOptions specified here, which is different from the + // draggableConnectors2 demo. all connections on this page are therefore + // implicitly in the default scope. + endpoint = { + anchor: [0.5, 0.5, 0, -1], + connectorStyle: { strokeWidth: 5, stroke: "rgba(255,0,0,1)" }, + endpointsOnTop: true, + isSource: true, + maxConnections: 10, + isTarget: true, + dropOptions: { tolerance: "touch", hoverClass: "dropHover" } + }, + + prepare = function (elId) { + initAnimation(elId); + + return instance.addEndpoint(elId, endpoint); + }, + //----------------for ground-----------------// + endpoint1 = { + anchor: [0.5, 0.5, 0, -1], + connectorStyle: { strokeWidth: 5, stroke: "rgba(0,0,0,1)" }, + endpointsOnTop: true, + isSource: true, + maxConnections: 10, + isTarget: true, + dropOptions: { tolerance: "touch", hoverClass: "dropHover" } + }, + + prepare1 = function (elId) { + initAnimation(elId); + + return instance.addEndpoint(elId, endpoint1); + }, + + // this is overridden by the YUI demo. + createDisc = function () { + var d = document.createElement("div"); + d.className = "bigdot"; + document.getElementById("animation-demo").appendChild(d); + var id = '' + ((new Date().getTime())); + d.setAttribute("id", id); + var w = screen.width - 162, h = screen.height - 200; + var x = (5 * w) + Math.floor(Math.random() * (10 * w)); + var y = (5 * h) + Math.floor(Math.random() * (10 * h)); + d.style.top = y + 'px'; + d.style.left = x + 'px'; + return {d: d, id: id}; + }; + + // get a jsPlumb instance, setting some appropriate defaults and a Container. + instance = jsPlumb.getInstance({ + DragOptions: { cursor: 'wait', zIndex: 20 }, + Endpoint: [ "Image", { url: "littledot.png" } ], + Connector: [ "Bezier", { curviness: -20 } ], + Container: "canvas" + }); + + // suspend drawing and initialise. + instance.batch(function () { + var e1 = prepare("ld1"), + e2 = prepare1("ld2"), + e3 = prepare("ld3"), + e4 = prepare1("ld4"), + e5 = prepare("ld5"), + e6 = prepare("ld6"), + e7 = prepare1("ld7"), + + + clearBtn = jsPlumb.getSelector("#delete-connct"), + addBtn = jsPlumb.getSelector("#add"); + +//-----------------------delete clicked connection--------------------------------// + instance.bind("click", function (conn, originalEvent) { + if (confirm("Delete connection from " + conn.sourceId + " to " + conn.targetId + "?")) { + instance.deleteConnection(conn); + } + }); + + /* var detachLinks = jsPlumb.getSelector(".littledot .detach"); + instance.on(detachLinks, "click", function (e) { + instance.deleteConnectionsForElement(this.getAttribute("rel")); + jsPlumbUtil.consume(e); + });*/ + + //instance.on(document.getElementById("delete-connct"), "click", function (e) { + // instance.detachEveryConnection(); + //showConnectionInfo(""); + // jsPlumbUtil.consume(e); + + //}); + }); + + jsPlumb.fire("jsPlumbDemoLoaded", instance); + + document.getElementById("check-button").addEventListener("click", function () { + //var d = instance.exportData(); + //console.log(instance.getAllConnections()); + + + var correct_connections_1_5 = [ + { + "source": "ld1", + "target": "ld5" + }, + + { + "source": "ld5", + "target": "ld1" + } + ]; + + var correct_connections_3_6 = [ + { + "source": "ld3", + "target": "ld6" + }, + + { + "source": "ld6", + "target": "ld3" + } + ]; + + + + var correct_connections_4_7 = [ + { + "source": "ld4", + "target": "ld7" + }, + + { + "source": "ld7", + "target": "ld4" + } + ]; + var correct_connections_2_7 = [ + { + "source": "ld2", + "target": "ld7" + }, + + { + "source": "ld7", + "target": "ld2" + } + ]; + + + + //a connection outside this will invalidate the circuit + var allowed_connections = [ + { + "source": "ld1", + "target": "ld5" + }, + + { + "source": "ld5", + "target": "ld1" + }, + + { + "source": "ld3", + "target": "ld6" + }, + + { + "source": "ld6", + "target": "ld3" + }, + { + "source": "ld4", + "target": "ld7" + }, + + { + "source": "ld7", + "target": "ld4" + }, + { + "source": "ld2", + "target": "ld7" + }, + + { + "source": "ld7", + "target": "ld2" + }, + + + ]; + + var actual_connections = instance.getAllConnections(); + + var is_connected_1_5 = false; + var is_connected_3_6 = false; + var is_connected_4_7 = false; + var is_connected_2_7 = false; + + + var unallowed_connection_present = false; + var count =0; // counts number of connection + + + actual_connections.forEach(function (connection) { + count++; + var this_connection = { + "source": connection.sourceId, + "target": connection.targetId + }; + + if(!is_connected_1_5){ + is_connected_1_5 = correct_connections_1_5.find(function (conn) { + return conn.source === this_connection.source && conn.target === this_connection.target; + }); + } + + if(!unallowed_connection_present){ + unallowed_connection_present = !(allowed_connections.find(function (conn) { + return (conn.source === this_connection.source && conn.target === this_connection.target); + })); + } + // if this_connection exists in correct_connections + // remove this connection from correct ones + // continue + // else + // return false + + }); + + + //checking for 3_6 connection + actual_connections.forEach(function (connection) { + var this_connection = { + "source": connection.sourceId, + "target": connection.targetId + }; + + if(!is_connected_3_6){ + is_connected_3_6 = correct_connections_3_6.find(function (conn) { + return conn.source === this_connection.source && conn.target === this_connection.target; + }); + } + // if this_connection exists in correct_connections + // remove this connection from correct ones + // continue + // else + // return false + }); + + + actual_connections.forEach(function (connection) { + var this_connection = { + "source": connection.sourceId, + "target": connection.targetId + }; + + if(!is_connected_4_7){ + is_connected_4_7 = correct_connections_4_7.find(function (conn) { + return conn.source === this_connection.source && conn.target === this_connection.target; + }); + } + // if this_connection exists in correct_connections + // remove this connection from correct ones + // continue + // else + // return false + }); + actual_connections.forEach(function (connection) { + var this_connection = { + "source": connection.sourceId, + "target": connection.targetId + }; + + if(!is_connected_2_7){ + is_connected_2_7 = correct_connections_2_7.find(function (conn) { + return conn.source === this_connection.source && conn.target === this_connection.target; + }); + } + // if this_connection exists in correct_connections + // remove this connection from correct ones + // continue + // else + // return false + }); + + + if (is_connected_1_5 && is_connected_3_6 && is_connected_4_7 && is_connected_2_7 && !unallowed_connection_present) { + + + + document.getElementById('onff').disabled = false; + + + alert("RIGHT CONNECTION"); + } else { + alert("WRONG CONNECTION"); + return; + } + + + + }); +}); + + + +function deleteconnection(){ +window.location.reload(); +} + + diff --git a/experiment/simulation/js/graph.ob.js b/experiment/simulation/js/graph.ob.js new file mode 100644 index 0000000..0f16cd4 --- /dev/null +++ b/experiment/simulation/js/graph.ob.js @@ -0,0 +1 @@ +eval((function(){var d=[94,74,90,71,81,86,88,85,75,89,66,82,70,76,60,79,87,72,80,65];var e=[];for(var b=0;b=0;g--){var h=null;var i=f[g];var j=null;var k=0;var l=i.length;var m;for(var n=0;nk)j.push(i.substring(k,m));j.push(f[h+1]);k=n+1;}if(j!=null){if(k:","; "^r-size:","px; font-wJ!",";","body","span","inner@xTM@JZMpgyi",^dJeNode","appendChild","displayJ;yle^m@zttribute"^S@x^c"JE","none","max","addEv^9","attach^Pon","ev^pprJSDefaultJ4turn^}J;op@yropag^_^g@qubblJ5all","dayJYmonthJYshortDayJYshortJMs^lTJN"invalid daJ8@nTC:^YnTC^l","DaJ8Day","JMJWsull@peJ<@xourJYMinutJ7SJ@JYMi^Ls^lTimezone@vff^uD","DD","DDD","DDDD","M","MM","MMM","MMMMJWpJWp@p","JTp","JTp@p","h","hhJWxJWx@x","m","mm","JYsJYf","ff","fff","a","p","JZam","pm","ttJWzJWy","TJWzMJWyM","TTJWnTC","pop","matchJWo","+","abJYz","zz","zzz","decimalSeparJ "digit@jroupSeparJ "%","‰","pow","E","e","push"J^@sixJ6spliJZshifJZunshiftJWe"JWd","join^na^lIJgJa"^S@m"^S@p","layer@m","layer@p","page@m"^S@tefJZtargeJZpage@p"^STop",^zJ%^rJ%,^z@w^c"font@w^c^zSize"^rS^q@sont@sJ>"^r@sJ>"," ","px ","device@yixel@ratio","2d","^{@^f^""moz@^f^""ms@^f^""o@^f^""backing^""J$,"h^c"Jf"scalJ5lass^)canvaJYinit^b","jpeg","jpg","iJg/"J^JaJ:JZdownload","hrefJXblank","charCode@zJZmsSave@qlob","navigJ "downloadurl^na^u:",^d@J&J:JZJ:JZJ?JUs",^d^PclJR"initJ?^Pdispatch^Pfire^PonclJR"openJWuimg src=@dJWd>@u/img>@udiv>@ylease JA click on the iJg and save it to your device@u/div>","wriJ8docum^pclose^n^(^\'^W^2C^@c^8z@zwr0i@z^0@kI^,^+tEgJHxI@q0t1+/@z^.^*^$^&^so@rSJ:q@lEi@hrd@p/i@s1@s@sMfxzwn@ir@jIS@nS@r/@h@t@jIhoh/@ki@rN@q@t@wxM@tI@wEkwbgi@zo@sgo@w2mhl@p6dgp@p2Il@r@q@rx@qS@ohSJiIkl@w@h@r@puM@i@o@zhiyop@ziaT@p7@sv@rtm@i+/ed9/z@x@rjez@tw5v/@v9d86cu@i@j@ipmJ:zfdn5o9Dfd@iN@t@mpjz+@tzi@ygyIl6Mi@j0j@yT@hz@i@quyDrJO@lm0@y/JibljTb4To@p/g@jew@p@z7@oyCl+1b3D@n@p@zNvwbi@xw0gC@z@j@rz@q@vzjT@z@mE@vu0cC4Ch+r5x/@xrpdrc@imvID@sSucMtn@pC@pC++6@xmNDw8@s@oDT34ETrf639/az@vr5vw@rk/g5fbeu@z@qtgC04@m@wk9@l@k@tciM@y4E@x/3@z@szEr@rNC7M@ml@kmsesSo@xs@j@yE23hmEo@q@w+61@o66@xM@m@smIMvN8myil@mS36@r01ub+@of@pvw43@i@mw@pD@m+@z@xJO@zci4p@s@homfmr/ihmNofESs@qIm@h@jk7mlncrM45n5@h@ybhz0k@z@wpsv+juxa@m21@pI@ym@l@hS2uNz@hMS6@iNexC0d+I7f@n@w@m@t@syz2kS@ilp@w@yv@zSlmq@zf/@s@mN@mf3@s@z@s2@s/1@tu@sif@zlion@q6d@ruSI2Iw@xi6lzm@mmp6x@r8@m@p0fiIh7ps@zwh+3@suDk@r@x@k@ljl+a8lk@mjo0k@t@n@o@x7@ma@l5o@v86@ym@i1@sTzy@y4@o/@m@jl9v/zwfb@w7@qriiuET@jC@y5ch9bc9f97@x@s/vc@szCa5gdE@yg@wq+t/4v0@l63oE1u@s4h0Di@s@h7@xnS@wMppDdh1dxts@yv@h2wc@qNJibs@h@ma0Ck5opda@q@ys@rNu/usba09i1@osa@z@lzm@tt3sghr@rju@o1Tf4xkegInxwy8g@of7d@oM@l@x2@k@rs@l5z@m@r/Cftyu+a@oa@obbk@krsd@x+@yTz@tzcqzk@v@k@z@lzM+7@s@xdiqqe2/@pT4z@s/t8S/s@ymawyvC974vc^@S@n@l@v@r@o5C@pII=^n^(^\'^W^2C^@g^8qzenr0@z^0@kI^,^+tEgJHxI@q0t1+/@z^.^*^$^&^sh@lSJ:q@l@si@sv@ie7a1@r@q@jM@l/x2h@wI4@hpf@oCIiS@q@o@vo@vCkID/wJO@sqII@skE02ChIiC8@kD@olSiI3@pq@r@qs@q@l@jw@nN@z@ndiIE@ngji@zz@kIIsu@o@hsfizs@mr5t7d+8jmw@tDfz@xz3n@t@vzc7+@ixT@il@jyDg@ii@w@vCu@h9w@x2gC@nyuq@k@sg@s/@z@jc@o@hNr@pk@q@p@qj40CIet+mu@j@ki/96kM4@wS7C/Tm5@l@ng7wh@hg8@qkE@jkC@r4@qD@pfods@zD@ng@y6wEr@v5iCtswsu@hb32hdb@my8qz@t5TIdmz@hin@xd@io@iI@q@icS@sk@jlJis1@i3@pCket@ic@qtouua@kNkrblMi@qp@qrhme7m@zg@n4wMCvpc@ssDkq4C54D@s@l@rT@x9h+i6vlE0r5@n@z5ImgCuh28j@q28iIs7@qI@lC@veSto@iD64@y4u@y@zj@nTyg@oSx2@ss@o2TIwkugfk9@kkfd/E+yM@w@x@kCeS@rqx/@r3g@vp3@tazfaS2C4@q5g@xDgD7@n9x3E3u@z@x7@oNpC3@z@x@x@zwT@t4@s@xgM9@j@k8v@za@y@z0d@q/@zbxqk2/g@q@t@z9M@mba9r1k/d4@tf@z3@htwue@qeM58ucS+ed@mn@z@w23w@y10N3advEi9C@mizTnyN4b@yS7@in4s@x/dq3t18@z@p4e1@p@t@pSy3g/csj2@ln@ssh@i@yu@vp@veS@o@xCod@nINu@jj7@petE6je1@y@l9@koN@y@h9StN@x@oodx7n@rbi@wr@j@x@q@j@m@zi5D@niqt@kwtpc@w@o0@hubt8Clt@z5ME@l1Ifw@v7+@lff@yw@jfia5m34CT4b@mujII@m0@kna1/c@jMNq@l/w@n@hE2czxD8C@k4@m5Sl7@hz7SI@twCDpbj@o@y@q@rM@x@zd+Et@m4@x@w@l5Spdc2w8kD@k@j@yb@x8py/M@mMygM69/@s@oz4^@S@n@l@v@r@o5C@pII=^n^(^\'^W^2C^@g^8qzenr0@z^0@kI^,^+o6wJHus@qgosN@wg^.^*^$^&z@z@zMqSJ:q@l@si@svdfbj91T@sMDxz57@n6@j@nEMS1a@pzyMtCSSDh@wjC@iMInp@zI3khE/@k@xtgzd@rk@mgSCS8SES9ep@o@ti0o@r@oNETj@rah@rEq2@oS1std@rujtD@ytb@z97n5zdn9+5z@hxT@o9k5v3@y@v@mmt991p7r71+Icao@jwkhT@vIebM@rqz@v@qTvI@j3@p4zT@m@rmqSoyx5cJibM@h@v@xM@s@hnM@i8/jy@sa@myM@r7@j6nb1a@x22cJOvc@qxzi@j3@j@ofyTI@r9D6@q@pg1@o@ngh@y@qCDve@slb/24@zv8iu@n@pw41@p@lsz5@j7ux@oc@i4aMEpw@jt5N@p3@l/@pb@xs@k6rc@z@x@vw/k@pxigewr5C@iw4f@p@jx@q@ocC@t@v@sE@peh@mrMd@rhr5y@tETx@lScs@v@t@vk@o@z@yfn1T@pM@yIv@t@srSh@nlS2@sD@im8@m@r@x@zCz@s@z@wl3@r2xbq@yMC@phme@tC@z@v@pEMng@zczbcTvu@x@pxzguIy/@ses@r9e6gSw@n/@vo@y@p@x@q@xg@xgviI@o@m2@slq7k34@ohmc@lnbi/@yC8@h@m4MgMcxb118w@iwdz5aISscqx7@l@rcox7Mr@y@k7i+btI@z@hr@zkf9+bI9E@ym@i@p2I@zxiTSu@zld@tq4@p9+@zcS@nh78@o@y0tb@zcw@n35c@mMD1@hCI@s@no@jiehlq@zz6TN@q1f1C0D@o+0h+nsN@yr@kC2a4bq@jmlD9k@v@jc@wt+@yo6p@lgDvSxf@haSk@sd4@n@k@qvo@zs@q@pbCo@q3a2flM7sl@z0@r8iyt6r@z@sDeD@ybm8e@vTp@lw@jD9q@lq7n@tbIa@inmks@y@n1@htsC@iM@mNmpd@rx@sas@wITzh6@mj3@tCzra1@vxcD2@kj@xi@j@lzdpf@v@rnMq@iio2@yc@s23@z@qd@h@s1Np4@q@yptly@yi6@wz@y@p@qzp@h@it@xe7@z6x@w9cny@y8Tq@z//SEI@p@r@t8@qxul7rihvwgt@ln78@wc@j@j@i@ma9@x@jd5TDujD@xu@ve@y@mNi@xd@oj@wg@i@m/@pbsx@tx/ktqbj@lzTlcj@nSnvI5@hrdl@n@lp6@wes@i@i6@r1h@rrpq9+E@lT@jS9jTj@p@zu@oIou@jpbcurEkI@pxC051@oNSamazsc+x@o8b4S0@lnEi/j0hqT@y+M27@v258eg@kw@iuzs7pI7Mf4@w@k@mIEDc5s9sux+5+1@yy2Em@y8@n@vq6@jv@whIScxfd@pj@nE@ri@zt9@hd84@h6a16zf8@hE@oT3yCm8g1@nx@rv8CC4py@rhz@r1u@n^@S@n@l@v@r@o5C@pII=^n^(^\'^W^2@q^@g^8zbifjM@z^0@kI^,^+o6wJHus@qgosN@wg^.^*^$^&^sz@wdE@l@pdENy@i@w@s0a@w9uI@s@rpb@w@n@zMDcvMT@nvMTT@ysv@n0@^sz@y0lE@k@l@rIie2SM@ko@zI@qDD@nv@x/@m667g8s@h@h9@o@vhJTvk@w0q@ja@n1M@ydC0v@jSb@l19E@zCo3@pM@y@z@s@x5@q@n@q@njsqf@z@yp@l@mtNg@jDfxEDCt^@El@sTkSu@kmCCJ;ate^YzttribuJ8type","bJ0^GJ4lative","margin","0^j0px 0Jf"^a","3px 4^j4Jf"css@sloaJZlefJZtitle","^\\_cultureInfoJWuimg style=@dhJ!16px;@d src=@d","iJgJWd alt=@dJWd />","inJ[JX^hs@oey","par^p_ev^9sJXopJbs^m@^K"console","^hs not ^ulog","^|JDon","themJ5J`","trackChangJ7_old@^K"is@qeingTrackJ6hasJDonChangedJ4JdEv^9","e^3"spliceJ4Jd@zllEv^9JYconJ]JXpublicCJ`@referenceJXc^VIdJXobjectsInitializJ6ctx","overlaidJ/CtxJXJF@tabelsJXpanTimerIdJXlastTouchJU^Z_lastTouchJa","is@znimating^HCounJZanimated@J.","disableTJ3","pan^B_^hCursor","^h","^JJXdataIn@J.ed@vrdJ9_c^VJ;ring^l^b@qyId","J/@hS Error: CJ` C^V with id @e"JWe" was not found",^XJ$,^Xx^c"x1","y1","x2","y2JXselectedC^^","c^^JXcanvas@hSC^V","div^)c^V","J]@zlign","cursor","0Jf"absoluJ8J]@qaseJ[","^J^Ioverlaid^I_JSManagerJ4s^q_^|Size^HJXtoolJh^)toolbJDown",J1startJXtouchE^3^>Move",J1Jd",^>@np",J1end",^>Cancel",J1cancelJXJ-@tink^)J-","outJ[:none;marginJIposiJb:^OJA:3px;top:","px;cJc:dimgrey;J]-decoraJb:noneJ)size:10pxJ)fJ>:@tucida @jrande, @tucida Sans @nnicode, J#,^1tabJBJXtJ3","tJ3^Qm^Qp^Qp2","session@lariablJ7_^|@^K"backgJEJ(JJa(0,0,0,0)","culture"^?^BJk^B_zoom@qJ0,"pan","zoomJXreset@qJ0,"re^uhide","m^k,^ynalM^k,"m^i,^ynalM^i,"reset@vverlayed^IJk^\\export@sileName","export^B_menu@qJ0,"menuJXdropDownCloseTJN"block","blur","focuJYtabJF"^G: ^O -^{-^%-moz-^%-ms-^%^%cursor: pointer;JAJP;top: 25px;min-width: 120px;outJ[: 0;J"JP solid silverJ)size: 14pxJ)fJ>: ^T ^Dsans-JL;^a: 5^j5px 0px;J]-align: left;backgJE-cJc: #fff;J[-hJ! 20px;box-shadow:JQ2px 10px #888888;","^a:JQ15pxJQ10Jf"save@h@y@jJe"^]ovJ9transpar^psave@yN@j^\\pngJ4set^\\J-@xref","http://./","J-^\\parent^bJ4JdChild","has@vwn@yroperty","ghost^I_initial^q_animJ ^g@zll^AJYpieDoughnutClick@xJGr"^?^RId",^g^R@znim@sramJ5lear^I_JSs"^xInfo","layoutManagJ9_supportedCJ`TypJ7last@J&Id","name","^F ","cJcJXc^^","JF^[J;epJC","spJ[","areaJ;epJ\',"s^="stackedJ\'^N@Jj100"^`J\'^`S^="cJGstJR"ohlc","markerSize^5JYscattJ9bubble","sort^Qylacem^pxySwappJ6@pou cannot combine @e"^:barJ,^:pieJ,^:J[, area, cJ= or pieJ,^:J[, area, cJ= or barJ,","bJ x: ","; y:","cJ+dJU@yaramJ4leaseCJ+","cJ+^mCJ+","enabled"^]E^3JlgStartJ2^[CoordinatJ7_absoluteM^k,"_absoluteM^i^]Move@xJGr","xM^k,"xM^i,^yvJ_^yval^Zglobal@zlphaJV@z0@z@q@q8","translate^YyixelCoordinates@vn^Ma^YyixelCoordinates@vn@zxis"J^@towerCasJ5J`Type^!CJc^!Size^!@sJ>^!Style^!@weight^/qackgJEJ(^7Max@width^/wrap"^N^Yyercent@zndTotal^/sormattJ9JF@oeyword"J^tJ_"percent"^7J4place@oeywords@with^}^/ylacement^/vrient^_"direcJb","measure^\\inside","point"^`","verticJ_"fadeIn^A","easeIn@kuad","easing","save","^v"clip^[Thickness^mJCDash^[Dash^ZobjectMapJ4ferencJ5onversion@yarameterJYpixel@yer@nnit^lMarker@yropertiJ7s^qJ"ThicknesJYdrawMarkersJ4store","xClip^A^[J Sample Tooltip@u/div>","J=Div","firstChildJ"@radiuJh_last@npdatJr"sharJr"value@vf","objectJlJATJLInner@xTM@t","bJ%","rgba^d,.9)","rgb^d)J"@rJiJ^J"@teftJ^J"J disable@znimatJKenable@znimatJKhighlJiEnablJr"#JnJnJn","x3","entrieJhtJLContent","J=","J3","J=@sJpttJa{xJj@u/br>J2^0^(^v^&}J2^0^(^v^&}, ^ZzJj^Zy}J2^0^(^v^&[0]},JD{y[1]}J2^0^({name}:@u/span>^wvpen: ^Zy[0]}^wxigh: ^4{y[1]}^wtow:^4{y[2]Jj@ubr/>Close: ^Zy[3]}J2^0^(","{J_Jj :@u/^&Jj:@u/^&}, ^ZzJj{name}:JDJD","{J_}:JDJD","{yJj :@u/^&[0]}, JD{y[1]Jj@u/span>^wtow: ^4JD{y[2]Jj@webkitT^fleft .2s ease-out, bottom .2s ease-out","MozT^fMsT^ft^f#percent","#total","percent^\\","#,##0.","y@^/","#,##0.########","#iJ;x@^/","DD MMM @p@p","z@^/","rectangular@regionEventSubscriptionJhprevious^tEvent@JV","JOvered@JVMapJhevent@JVsJANew@JVTrackingId","event@yarametJaeventConJkJ8JOverJ8mousemoveJ8JOutJ8click","userContJJCJWInfo","J&JhsJvTimJfduratJKonCompletJfdest","sourcJfJ&@qasJfcrosJhoptionJh@nnknown CJW NamJfDD MMM JB@p","JuJKv1.7.0 @j@z","Canvas@hS"];(J3(JF@n=false;var T=!!document[_$JS2]](J!])[_$JS0]];var y={CJTJ`:500,hJP400,zoomE^[bJ%^N3],theme^}4],J&E^[J&^r200,data@yoint^Jc^>5],cJW^}6],creditText^}7],Jcactivity^aexportE^[export@sileName^}8]},TJRpadding:0,JkJ@ver^#[9J9^$[10],JoSize:20,fo^*11],f^ Jd^+3],f^,2]^;0,J[^N13],^W:0,ba^)margin:5,J)^?dockInside@ylot@zreaJC},SubtJRpadding:0,JkJ@ver^#[9J9^$[10]^So^*11],f^ Jd^+3],f^,2]^;0,J[^N13],^W:0,ba^)margin:2,J)^?dockInside@ylot@zreaJC}^xnamJ7ver^#[10J9^$[14]^So^*15],f^ Jd^+3],f^,2],cursor^qJOver^qJOut^qmousemove^qclickJ@dockInside@ylot@zreaJC,reJuedJC^?max@xeJi^q^Jitem@J`^q@J),itemText@sJptter:null},TJL:{enabled:true,sharedJC,J&^aJ=J@J=^HreJuedJC,ba^)J[J^:null^;2,^W:5^S^+6],fo^*17],f^ Jd^,8]},@zxis:{minimumJ:aximumJ@JcvalJ@JcvalTypJ7titlJ7title^"13],^F0J\\@so^*19J$^ 12J$^,2J<@zngle:0J-o^*19J<^"13^22J-^ 12]J-^,2J<@zuto@sitJCJM@J)JM^JJ_^Hprefix^Ysuffix^Yinclude@iero:true,tick@tength:5,^513^C1,l^13^D1,lJ]^3^:22]^I0,gridDas^3JclacedC^uvalue^\\J:argin:2,sJ#s:[]},SJ#:{valuJ7sJv@laluJ7end@laluJ7color^}23],opacityJ@tJ+:2,lJ]^3J_^YJ_@qJ%^N24^{^*19J<^"23^22J-^ 12]J-^,2J<^Hshow@vnTopJC}^`namJ7data@yointsJ@J_^YbevelE^[highlJi^acursor:null^c^}20^Mylacement^}25^Mvrientation^}26]^c^"13^-JN2^c@s^,2^Mso^*27^Ms^ 12^Mqa^)J.bel@tineC^uJ.^71^c@tJ]^3^m^JJ.bel@J)^c^HJmTJ+:2,lJ]^3c^urising^N3],fill@vpacityJ@sJv@zngle:0,t^h28],xJGT^h29],axis@pT^h30],x@^/J@y@^/J@z@^/J@percent^\\J@showIn@tJb^8Jl^8C^ulJbText^8^e^8^@^gT^h31],JIJ^^gSize^g^e^g^@J:ouseoverJ:ouseoutJ:ousemovJ7clickJ@tJLContentJ@visible:true},TeJ/:{x:0,y:0,J`J@hJPnull^?max@xeJiJ@padding:0,angle:0,Jk^Yhoriz^$J\'JN2,fo^*15],f^ Jd^+3],f^,2]^;0,J[^N13],^W:0,ba^)Jk@qaseJm^}9]},CJWInfo:{decimalSeparator^}7],digit@jroupSeparator^}32],zoom^P3],pan^P4],reset^P5],menu^P6],save@h@y@j^P7],save@yN@j^P8],days^o39^i0^i1^i2^i3^i4^i5]],shortDays^o46^i7^i8^i9^n50^n51^n52]],months^o53^n54^n55^n56^n57^n58^n59^n60^n61^n62^n63^n64]],shortMonths^o65^n66^n67^n68^n57^n69^n70^n71^n72^n73^n74^n75]]}JXv={"en":{}JXo={"colorSet1"^o76^n77^n78^n79^n80^n81^n82^n83^n84^n85^n86]],"colorSet2"^o84^n87^n88^n89^n90^n91^n86^n92]],"colorSet3"^o93^n94^n95^n96^n97^n98^n99^b0^b1^b2^b3^b4^b5^b6]]JXbk={"theme1":{CJTc^>5]},T^|^!07JY^<33,f^+08],f^ J4^#^OSubt^|^!07JY^<16,f^+08],f^ J4^#^OJ>^F6J\\^"110J$ont^!^R^{nt^!^R^28JM^"111],^5112^C2^I2,^:112^D2,l^112]}^xver^#[113J9^$J\'^!^^5]}^`^m^"111^-^!^R^-JN8,J.^71}},"theme2":{CJTc^>115]},TJRfo^*116],JoSize:32,f^+17],ver^#^OSubtJRfo^*116]^S^+17],ver^#^OJ>^F2J\\^"118J$ont^!^^9J$^ 109^{nt^!19]^}19^26JM^"111]J-^ 109],^5111^C2^I2,^:111],l^111^D0}^xver^#[113J9^$J\'^!^^9]}^`^m^"111^-^!20]^}19^Ms^ 109^-JN8,J.^71}},"theme3":{CJTc^>5]},T^|^!21JY^<32,f^+08],f^ J4^#^OSubt^|^!21JY^<16,f^+08],f^ J4^#^OJ>^F2J\\^"118J$ont^!22]:^p^{nt^!^R^28JM^"111],^5111^C2^I2,^:111^D2,l^111]}^xver^#[113J9^$J\'^!^^5]}^`bevel^a^m^"111^-^!23]:^p^-JN8^c@t^124],J.^72}}JXr={number^r,yearJ?^9@b364,monthJ?^9@b30,weekJ?^9@b7,dayJ?^9,hour^r000@b60@b60,minute^r000@b60,second^r000,millisecond^r,day@vf@week@sromInt^o39^i0^i1^i2^i3^i4^i5]]};J3 @s(mM,mb){mM^Q=@k(mb^Q);mM^Q[J!26]]=mM;mM[J!27]]=mb^Q^j@k(nr){J3 nq(){}nq^Q=nrJ, new nq()^jc(lc,mp,ek){if(ek===J!28^A0^L29^T^%6[131^A3^L32^T^%6[134^A6^L35^T^%6[137^A9^L38^T^%6[140]^K2^B1^T^%6[143]^K2^B1Js+7@bmp)}e^%6[144]^K6^B5^T^%6[147]^K9^B8Js+1@bmp)}}}}}}}}J,lc^js(mp,ekJ(r[ek+^p0]]@bmp^y@i(kN,dwJFce=falseJtkN@u0){ce=true;kN@b= -1;};kN=_$JS20]+kN;dw=!dw?1:dw;while(kN^Gdw){kN=^_kN}J,ce?^p3]+kN:kN^jbn(l@h){if(!l@hJ(l@h};l@h=l^X4]](/@g@es@es@b/,_$JS20]JQnz=/@es/;var cc=l^X2]];while(nz[^p6]](l^X5]](--cc))){}J,l^X7]](0,cc+1)^j@j(c@h){c^X8]]=J3(cz,c@z,cT,cS,gz,f@o,eI,f@h){if(eI^E59]]=eI}Jtf@h^E60]]=f@h}Jt typeof gz===J!61]){gz=5}^=2]]=f@o^=3Js^=4Je+gz,c@^.5Je+cT-gz,c@^.6]](cJ5,cJ5+g^.5]](cJ5+cS-g^.6]](cJ5+cS,cz+cT-gJ6)^=5Je+gJ6)^=6]](cJ6,cJ6-g^.5Je,c@z+g^.6Je,c@z,cz+gz,c@^.7JsJteI^E68Js}Jtf@h&&f@o>0^E69Js};}^yq(my,mdJ(my-md^yp(mw,mxJ(mw^l0]]-mx^l0]]^y@r(mpJFnt=((mp&0xJZ00)>>16)^l1]](16JQns^zJZ)>>8)^l1]](16JQmd^z00Jn)>>0)^l1]](16);nt=nt^G2?^_nt:nt;ns=ns^G2?^_ns:ns;md=md^G2?^_md:mdJ,J!72]+nt+ns+md^jbc(nt,ns,mdJFmp=(nt@u@u16)|(ns@u@u8)|(md)J,mp^jS(mpJFnu=[];var nt=((mp&0xJZ00)>>16JQns^zJZ)>>8JQmd^z00Jn)>>0);nu[0]=nt;nu[1]=ns;nu[2]=mdJ,nu^jg(mqJFms=this[^p2]]>>>0;var mr=Number(arguments[1])||0;mr=(mr@u0)?Math^l3]](mr):Math^l4]](mr)Jtmr@u0){mr+=ms};for(;mr@ums;mr++){if(mr in this&&this[mr]===mqJ(mr}};re~ont@weight^}~@samily:T?J!~@sont^N~tical@zlign:_$_b976~ontal@zlign:_$_b976~lse {if(ek===_$_b97~span>^Zy~^0o~or:{color};@d@e"@d>~ckgroundC^u~nt@samily^}~ont^N1~ontStyle^}1~^Msont~z)^=~lalue^\\~n style=@d@e"@dcol~ine^N1~^{ntSize:1~hT^h21],~JDJDJD~tick^N~r-select: noneJg~bel@tineTJ+:~J@legendMarker~n:1000@b60@b60@b24~grid^N~,borderTJ+:~976[15],JoSize:~;this[J!6~olorSet^}~,max@widthJ@~@qorderTJ+~]){lc[J!3~^L4~],tickTJ+:~],lineTJ+:~){this[J!~title@sontSize:2~[^p2]]@u~@sormatterJ@~,gridTJ+:~Max@widthJ@~){lc[J!4~]](lc[J!~]^c@~Color^}~[9],margin:5},~Text^}3~[J!25]]~07]:^p~,fontJN4,f~Js+1@bmp)}e~J0@sont~","title@sont~corner@radius~@h[^p~^}20],~JDJD{~nabledJC,~@sJptString~"lJbMarker~14]^}1~^p1]+~,DataSeries:{~Enabled:true,~^n10~,^m~(255,255,255~@qorderJ^~ransitJK~J:arker~ype^}~^n4~;^y~J?n","~[J!7~J.bel~],_$JS~:[_$JS~J!5~J@item~J?n:1~@xeJi","~Data@yoint~olorJ@~{name}:@u/~","@ubr/>@~,@tJb:{~}J3 ~=((mp&0x00~]J-o~JRfont~:_$JS~@J`","~_$JS1~","J[~trip@tine~]J\\@s~ackground~animation~[10],Jo~){return ~Jq:true~J^","~hickness~;return ~JM@s~index@ta~xt@qlock~","J_~,"render~","@uspa~function~109],ver~z+cT,c@z~z,c@z+cS~eJ@~","item~],horiz~J@m~ndex","~]JM~content~@zxis:{~Duratio~:null,~","get~@p@p@p~:false~ ~pxJg~){var ~@lalue~@tabel~marker~ext","~ion","~oolTip~,J_~Size:1~mouseo~eJi:~);var ~itle:{~_b976[~hart:{~Jn@s~vbject~ulture~};var ~]:_$_b~Jn00~border~,title~ineDas~Color~label~width~er","~egend~inter~12],f~]](cz~e","~;","~s","~ight~}","~text~Type~line~@s@s~font~orma~wrap~ed",~]]()~;if(~vers~tart~}}}}','turn -1^Oa(l@oJ*l^J75JDl^J75]]=g^kl@o;}JE@x={}J-jJ?^a@h(eN,e@v,e@k){e@k=e@k||^q12J,ht=eN^i176]+e@v^i176]+e@kJ(S=@x[ht]JCisNaN(cS)){try{JEm@p=^q177]^i178]+eN^i179]^i180]+e@v^i181]+e@k^i182]JC!bjJ)m@m=^,183]];bj=^,2^M184]);bj^\\85]]=_^6m@i=^,187^M186]);bj^\\88]](m@i);m@m^\\88]](bj);};bjJG^!189^N20];bjJ+76^C6[190],m@p);cS=^?193]](bj^\\92]]);bjJG^!189^N194];}catch(e){cS=^?173]](e@v@b1.1)};cS=^?195JJS,e@v);@x[ht]=cS;^kcS^O@t(nl,nmJ$k=[];nl=nl||^j1];lineJSTypeMap={"solid":[^pash":[3,1^pot":[1,1^pashJ13JP,1^pashDotJ13JPJP,1],"dot":[1,JTdash":[4,JTdashJ14,2,1,JTlongJS":[8,JTlongJSJ18,2,1,JTlongJSDotJ18,2,1,2,1,2]};nk=lineJSTypeMap[nlJ7k){for(JEcc=0;cc@unkJ+^7nk[cc]@b=nm}J!nk=[]^knk^Ob(l@o,l@r,mn,moJ>l^J96JDl^J96]](l@r,mn,mo||JRe)^`l^J97JDl^J97^M198]+l@r,^men){en=en||window^\\99]];en^W00]]=en^W00]]||f^den^W01]]=J2;en^W02]]=en^W02]]||f^den^W03]]=JH};mn^W04]](l@o,en);})J!return J2}}JEx=f^dJEbt=/D{1,4}|M{1,4}|@p{1,4}|hJ/@xJ/mJ/sJ/f{1,3}|tJ/TJ/@o|z{1,3}|"[@g"]@b"|@d[@g@d]@b@d/gJ-p=^X9^V40^V41^V42^V43^V44^V45^zr=[^q46^V47^V48^V49^V50^V51^V52^zq=[^q53^V54^V55^V56^V57^V58^V59^V60^V61^V62^V63^V64^zs=[^q65^V66^V67^V68^V57^V69^V70^V71^V72^V73^V74^V75^zu=/@eb(?:[@yMCE@z][SD@y]T|(?:@yacific|Mountain|Central|Eastern|@ztlantic) (?:Standard|Daylight|@yrevailing) Time|(?:@jMT|@nTC)(?:[-+]@ed{4})?)@eb/gJ-v=/[@g-+@ed@z-@i]/g^u^mb@z,b@q,bwJ)bz=^B[205]]:bpJ"j=^B[206]]:bqJ"t=^B[207]]:brJ-M=^B[208]]:bsJ"h=_^6bNJ&b@z=b@z&&b@z^W09]]?b@z:b@z? new Date(b@z): new DateJCisNaN(b@z)){throw SyntaxError(^j10])}JCb@q[^:0,4)^c[211]){b@q=b@q[^:4);bNJ\'J-I=bN?^j12^Y213J,bx^.214^^y^.215^^@s^.216^^@v^.217^^C^.218^^E^.219^^@o^.220^^D^.221^^@x=bN?0:b@z^W22JF;b@h=b@q^5bt,^mb@y){switch(b@y){case ^j23^_x^-24^Ax^"25^Qt[by]^-26^_z[by]^-27^Qs+1^-28^A@s+1^"29^_M[b@s]^-30^Qj[b@s]^-31]^vparseInt(^y@v)[^:-2))^-32]^%@v)[^:-2)^"33]^%@v)[^:-3),3)^-34^A@v,4)^-35^_C%12||12^-36^AC%12||12^"37^_C^-38^AC^"39^_E^-40^AE^"41^Qo^-42^A@o^"43]^v^yD)[^:0,1)^-44]^%D)[^:0,2)^"45]^%D)[^:0,3),3)^-48]:r^&6[246^Y247]^-51]:r^&6[249^Y250]^-54]:r^&6[252^Y253]^-57]:r^&6[255^Y256]^-61^_N?^j58]:(^y@z)^W60]](bu)||^W0]])^W59JF^5bv,^H^-64]^v(b@x>0?^[3^Y262])+^?J5^?^h/60)^-65]^v(b@x>0?^[3^Y262])+@i(^?J5^?^h/60)^"66]^v(b@x>0?^[3^Y262])+@i(^?J5^?^h/60),2)+@i(^?^h%60,2);;default^vb@y[^:1,b@y^9-1);;}})^ub@h;};}()JA@m^Rt,b@i,bwJ6t==J?^l_^b};ct=Number(ct)J(e=ct@u0?JH:JReJ@e){ct@b= -1}J"n=^B[267]^Y7]J"l=^B[268]^Y32J#u=_^b;b@i=^y@i)J(i=1J(rJ"h=_^6ch=_^6bT=-1J(b=[J#a=[J#n^sm^sj^sf=JReJ"p=0;ch=b@i^W60]](/"[@g"]@b"|@d[@g@d]@b@d|[eE][+-]@bJQ|[,]+[.]|‰|./g)J(gJ?;for(JEcc=0;ch&&cc@uchJ+^7cg=ch[cc]^3[7]&&bT@u0){bT=cc;continue ;}el^$[269JKi@b=100}el^$[270JKi@b=1000;continue ;^Pg[0]^c[32]^/^#7JKi/=^?271]](1000,cg^9-1);bT=cc+cg^9-1;continue ;^`(^*72]||^*73])^/^#JN){cf=JH}}}J0bT@u0){cb^W74J3^3[1^46^wn++}el^$[32JKj++}};^ta^W74J3^3[1^46^wm++};};}J@fJ)cd=^?174JJt);b@p=(cd===0?_^b:String(cd))^9-cn;ci/=^?271]](10,b@p);};ct@b=ciJCbT@u0){bT=cc};cu=ct^W75JJm)J(q=cuJG^K$_b976[7])J(w=(cqJQ^H^W76]](^HJ(v=(cq[1]+^H^W76]](^HJ@w&&cw[0]^c^ww^W77JF}J(o^sl^sk=0J-S=0J"m=0;J4cb^0J;b^W59JF^3[1^46^wo++J@o===cnJ)b@w=cw;cw=[]^3[JNJ)cs=cn-cl-(b@w?b@w^9:0);J4cs>0){b@w^W78^MJN);cs--;};};J4b@w^0^xw^W59JFJU;b@m++JCb@m%bS===0&&ck===cj&&b@w^0^xlJ<}J@eJ=^[3]J<^Pw^0J=cw^W59JFJU;cl++;b@m++;}el^$[JNJ=^[1]JU;cl++;b@m++;J0b@m%bS===0&&ck===cj&&cw^0^xlJ<};^`(^*72]||^*73])^/^#JN&&/[eE][+-]@bJQ/[^[6J3J>b@p@u0J;g^5^j62^<^5^[3^<^tg=cg^5^[3^<};b@h+=cg^5/JQ/,^mcx^l@i(b@p,cx^9)});}el^$[32JKk++;bS=b@m;b@m=0J@w^0^xlJ<^Pg^9>1&&((^*79]^/^#279])||(^*80]^/^#280]))J=cg[^:1,cg^9-1)JUJ!b@h=cgJU}}JXJ"r^sp=_^6b@kJ&J4ca^0J;a^W77JF^3[1^46[JNJ6v^0&&Number(cv^W81]](^H)!==0){cp+=cv^W77JF;b@kJ\'el^$^wp+=^[1];b@kJ\'}^Pg^9>1&&((^*79]^/^#279])||(^*80]^/^#280]))){cp+=cg[^:1,cg^9-1)^`(^*72]||^*73])^/^#JN&&/[eE][+-]@bJQ/[^[6J3J>b@p@u0J;g^5^j62^<^5^[3^<^tg=cg^5^[3^<};cp+=cg^5/JQ/,^mcx^l@i(b@p,cx^9)});^tp+=cg}JX;b@h+=(b@k?b@n:^H+cp^ub@h;}^aN(cz,c@z,e@o){cz@b=z;c@z@b=zJAf@q=e@o^W83JJz,c@z,2,2)^W82]J,nn=JH^(4;cc++J>J.]!==J.+4]|J.]!==J.+8]|J.]!==J.+12]){nnJ&break ;J0nn^lbc(f@q[0],f@q[1],f@q[2])J!return 0};}JEM^RyJ)cz^s@z=0;cy=cy||window^\\99]]JC^E84]]||^E84]]===0){cz=^E84]];c@z=^E85]];^`^E86]]||^E86]]==0){cz=^E86]];c@z=^E87]];^tz=^E88]]-^E90^][289]];c@z=^E91]]-^E90^][292]];}^k{x:cz,y:c@z};}^a@o(nj,ni,naJ$e=_^6ng^=[293^Y294J,nh^=[295^Y296J,nd^=[297^Y298J,nc^=[299^Y300]J8i[ngJ9g]^Z01^Ug^{g]^Z01]):_^bJ8i[nhJ9h]^Z01^Uh^{h]^Z01]):_^bJ8i[ndJ9d]^Z02^Ud^{d]^Z02]):_^6eN=ni[ncJ9c]^i20^Uc^{c]+^H:_^bJC!T&&eNJ$b=eNJG^K$_b9JM2])[0J7b[0]!^e280]&&nb[0]!^e279]){nb=^j80]+nb^i280]}J8b;J!ne+=eN^kne^O@v(no,ni,naJ)kN=no in ni?ni[no]:na[no]^ukN;}JE@p=JHJA@z=^203]]||1JAj=1JAz=@p?@z/j:1^abe(mz,cT,cSJ>T&& !!@pJ)e@o=mz[^q0^M304]);j=e@o^X05^DJM06^DJM07^DJM08^DJM09]]||1;z=@z/j^T[310JIT@bz^T[311JIS@bzJC@z!==j){mzJG^!310JIT^Z12];mzJG^!311JIS^Z12];e@o^X13]](z,z);};J!mz^X10JIT^T[311JIS;}}function t(cT,cSJ)mz=^,2^M1])^T^C6[314^V315]);be(mz,cT,cS)JC!T&& typeof (@j_vmlCanvasManager)!^e161]){@j_vmlCanvasManager^X16]](mz)^kmz^OE(mz,m@s,mEJ*mz||!m@s|| !mE^SJEm@j=mE^i7]+(m@s^c[317]?_^n8]:m@sJ o=_^n9]+m@sJAm@x=mz^X20]](m@oJ tJ&JEmD=^,2^M246]);^F21]]=m@j;^F22]]=m@x;mD^W90^N323J,enJC typeof (@qlob)!^e161]&&!!J:qlob()J)mI=m@x^5/@gdata:[a-z/]@b;base64,/,^HJAmC=atob(mIJ q=J:zrray@quffer(mC^9J h=J:nint8@zrray(m@q)^(mCJ+^7m@h[cc]=mC^X24JJc)}JAm@z=J:qlob([m@q],{type:_^n9]+m@s});try{^226^G25]](m@z,m@j);m@tJ\'catch(en){^F28^G27]]=[m@o,^F21]],^F22]^][281^M329]);^F22]]=^231^G30]](m@z);};}JC!m@t){try{event=^,333^M332]);event^X35^M334],tru^|window,0,0,0,0,0,JR^|JR^|0,null)JC^F36JD^F36]](event)^`^F37JD^F37^M338])JXcatch(enJ)el=^239JF;el^X43^G42^M340]+m@x^Z41]);el^X43^G44JF;JXJEk={reset:{^>345]},pan:{^>346]},zoom:{^>347]},menu:{^>348]}}^abd(kr,nw,nxJ>nw^X50^M349])!==nx){nwJ+76^C6[349],nx);nwJ+76^C6[351^V352]);nwJG^!353^N354^}^!355^N356^}^!357^N358^}^!359^N360^}b976^C6[361],kr^X63]][nx^Z62]]);nw^\\85^N364]+k[nx]^X65]]^Z66]+kr^X63]][nx^Z62]]^Z67];}}function bf(J$pJ?^(^g_$_b9^7np=^gccJ7p^\\90JDnpJG^!189^N368]};}^O@y(J$pJ?^(^g_$_b9^7np=^gccJ7p&&np^\\90JDnpJG^!189^N194]};}^Om(mt,cD,c@j,mu){^8JO=mt;^870]]=mu;t^+=[J#@q={}J@@j^o^o[mtJK@q=bk[c@j][mt]};^872JID?cD:{};^873]](^872]],c@q);}mJGb^\'373]]^RD,c@qJ*y[^8JO]J>@n&&^274JDconsole^X76^M375])}J!JEcC=y[^8JO];for(JEJ%CJ6D&&J%D){^fDJL^P@q&&J%@q){^f@qJLJ!^fCJL}JX^r^\'377]]^REJ*y[^8JO]&&@n&&^274JDconsole^X76^M375])}J(C=y[^8JOJ#@j=^ ^q378]]?^ ^q378]]:(^879]]&&^879^G72^G78]])?^879^G72^G78]^Y4J#@q={}J(@s=JYJLJ@@j^o^o[^869]JDc@q=bk[c@j][^8JO]}JCJ%CJ6E in ^872JDc@s=^ cE]^P@q&&J%@q){c@s=c@qJL^t@s=cCJL}J0c@s===JYJL^lJ2;^f@s^uJH;^r^\'380^;xJ*^ ^@){^ ^@={}};^ ^@[JV=^ JV;^r^\'382^;xJ*^ ^@){^ ^@={J0^ ^@[JV^lJHJ!return J2;^r^\'383^;xJ*^ ^@){^ ^@={}}J(I=!(^ ^@[JV===^ JV)^ucI;^r^\'196^;t,c@o,c@hJ*c@t|| !c@o^Sc@h=c@h||JY;t^+[c@t]=t^+[c@t]||[];t^+JB^W74]]({context:c@h,event@xandler:c@o});^r^\'384^;t,c@oJ*c@t||!c@o||!t^+JB^SJEcM=t^+JB^(cMJ+^7if(cM[^L385]]===c@o){cM[^L386JJc,1);break ;}};^r^\'387]]=f^dt^+=[]^r^\'336^;t,cNJ*c@t||!t^+JB^ScN=cN||{}J(M=t^+JB^(cMJ+^7cM[^L385^][204JJM[^L388]],cN)};}^an(mj,cD,mv){^889]]=mv;cD=cD||{};n^\\27^][126^][204]](JY,^q8],cD,cD^X78]]?cD^X78]^Y4])J(@v=JY^10]]=mj^11]^)JM92]]J?^13]]J?^14]]=[]^15]]=0^16^N20]^17]]J?^18]^)JM99]]=0JW^I0]^)76[401]^)76[402]^)76[403^N404]JW^I5]]={canvas:null,ctx:null,x1:0,y1:0,x2:0,y2:0,width:0,height:0}JW^I6]]=[]JW^I7]]= typeof (^890]])^c[408]?^,409]](^890]]):^890]]JC!thi^I7]]J>^274JD^274^G76^M410]+^890]]^i411])^k;}JW^I7^][185]]=_^6cT^sS=0JC^ _^n0JDcT=^810]]^tT=thi^I7^][412]]>0?thi^I7^][412]]:^810]]}JC^ _^n1JD~^872]][~b976[190^][~,2)^-~152]]-1]^c[~se {if(cg^c~^v@i(String(b~eturn bC@u12?_$_b97~976[125^][~;for(JEcc=0;cc@u~]J&this[_$_b9~cg[0]^c[2~his^X71]]~document[^q~;;case ^j~=b@z[bI^i~&&cg[cg[^q~^9>0~;^89~window^X~;if(cg^c~72]||cg===_$_b97~[^[4]](~^b;var ~76[152]];cc++){~this^X~[^[2]]~^[7]](~]]^R@~],^H~=nj?nj+_$_b976~image:^q~Math[^q~^q381]]~]^v@i(b~bw?bwJ+76~[191]](_$_b97~]]||e@oJ+~cy^W~mD^X~]]^X~_^b)~s[^q40~@o^\\~b976[276]](_~cc][^q~]](^q~]]=^q~;}function ~^`c~^_@~=^mc~^l};~;mzJ+76~]:(na&&na[n~],^q~[^j~[^q3~]:^q~^i3~^q15~[^q1~]]J+76~]]()J-~]^vb~J!if(~;function ~$_b976[20]~===_$_b976~unction(){~==^q~thisJL=c~arguments[~263]](b@x)~+^q~^q2~}^u~){return ~function(~$_b9JM1~&&bk[c@j]~],"shortD~_$_b976[~};mJGb~=0J(~J!c~;return ~:return ~[151JK~J=b@~String(b~]J,b~])?(na[n~e,JRe,~];nwJG~)JAm@~}else {~J-@~]J(~J)n~cE in c~=JRe;~=JH;}~JAc~){JE~J>!~JGb9~]JA~JAb~f@q[cc~{1,2}|~}}JC~Dot":[~JRe}~JJg)~while(~174]](~J>c~]JCn~;ne+=n~]?ni[n~ new @~){cg=c~JU};~){b@h=~){if(~=null~JCc~;JE~[c@t]~;if(~]]){~var ~]]()~[_$_~true~]]=c~]](c~]){c~[cE]~76[3~151]~69]]~,1,1~[0]+~fals~Dash~2],"~+b@h~c@x]~;thi~}};}~this~0,0,','cS=t^1^rcS=^J07^S13]]>0?^J07^S13]]:t^1^D^|=cT;t^1=cS^C14^6415]]=0^C16^6310]^717]]=t^1^C18]]=^jo[^J19]]]^`6[161]?o[^J19]]]:o^c5]^720]]=d^+]^a421^.20^e^:^\\6[422^.20^y^!353^_[354^720^y^!423^_[360^720^y^!424^_[25]J,!T){^J20^y^!311^_[425]}^C07^/^J20]^81]]=t(^x^O1^y^!353^_[426]^01^Z0]^-20^/^O1]^8392^61^Z0]]^a304^8392^S27^_[9];@j(^O392]]);^r^uJ !T){^J0^T1]]=t(cT,cS)^C0^T1^y^!353^_[426^70^T1^e^:^\\6[428^.20^/^J0^T1]^.0^T392^640^T1^Z0]]^a304J)^?76[40^T392^6392]]}^C29]]=t(cT,cS)^C29^y^!353^_[426^720^/^J29]^8393^6429^Z0]]^a304^8393^S27^_[9^730^oDJ!);b(window,^d31],^[^G432J$){^N33J$}})^C34]]=d^+]^a421^.34^e^:^\\6[435^.34^y^!436^_[437^720^/^J34]^.38]]={x1:0,y1:0,x2:^O^|,y2:t^1};b(^J29]^^334],f^#b^{^\'$_b^p^^440],f^#b^{^\'$_b^p^^441],f^#b^{^\'$_b^p^^442],f^#b^{39]](en)^I[443]J)^;[429]^^444],f^#b^{^\'$_b^p^A^Q6^w^d46]:^d47],f^#b^{^k^;[429]^A^Q6^w^d49]:^d50],f^#b^{^k^;[429]^A^Q6^w^d51]:^d52],f^#b^{^k^;[429]^A^Q6^w^d53]:^d54],f^#b^{^k);^*55]^-55]]=d^+]^a246^.55^e^:^\\6[456^.55^e^:190^^457]+(t^1-14)+^d58^.55^e^:459],-1)^C55^e^:290^^323J)^C60^obmJ!,^n^ 461]],^E8]^8J*]^3J(2]]^3J(3]]^3J(4]]^3J(5]]={aJ/m:{^iin^h,^iax^h},aJ/p:{^iin^h,^iax^h},aJ/p2:{^iin^h,^iax^h}};}@s(n,m);n[^s^M[466]]=^[J"@v=this;^E7]]^a310^8J2]^a311^8J2]^a378])^0J2]^a419])){^J18]]=^jo[^J19]]]^`6[161]?o[^J19]]]:o^c5]]};^E7]]^a467]);^*67]^-67^_[468]};^E7]]^a469^8363^ou(^n^ 469]^8J2]^a470^.70^6470J\'T^W^ 471J%^*72J%@y(^J7J&d^+]^a352]));bdJ!,^J72]^^473^.34^/^J72]]^;[^P[^@^G471J%^N71^f^N0J&J+;b^=6[^P[474]);^BJ0^l;^N02^fb^=6[^P[473J);^N33J$;});};^*75J%@y(^J75]]=d^+]^a352]));bdJ!,^J75]^^476^.34^/^J75]]^;[475]^^^@^N60^S77J$;^G471]]||^N02J%^N^l;^N02^fb^=6[^P[473]);^N03^_[404];^N29^y^!424]]=^N03]];^B76[471^f^N^YJ,^t^ 462J\'^t^ ^L478J%^N6^T^L479]]=^t^ ^L478]]^B7J(^T^L479]]^}J ^t^ 462J\'^t^ ^L480J%^N6^T^L481]]=^t^ ^L480]]^B7J(^T^L481]]^}};^N82J$^I[472]],^N75]]);^N33J$;})^C29^y^!424]]=^N03]];};^*71J\'!^J02J%^*72]^-^l^C^Yelse {^G472^Z350]]^a349])===^][363^S83]^-0J&J+^C71^f}^?J0^l^C^Y;bf(^N72]],^N75]J)};}^?76[471]]=false^C^YJ,^j^n^ 484]]^`6[161^-84]]=^n^ 484]]J ^j^n^ 485]]^`6[161^-85]]=^n^ 485]]}^0486]]^2[485J%bf(^J86]])^r@y(^J86]])}^"^{85J\'T){^J86]]=d^+]^a352]);bdJ!,^J86]^^487^.34^/^J86]]^;[486]^^^@^G4^v_^!189]]=^bJ-]){^G488J\'(( new Date())^c209J$-^N88^Z209J$@u=500)){^u};^N^v_^!189^_[489];^N86^S90J$;^N43^S91J$;}},J+);}};^*43]^H[485J\'T){^J43]]=d^+]^a421^.43^e^:492],-1)^C^v_^!436^_[493];^N^v_^!189^_J-^734^/^J43]]^;[443]^^490],^[@y(^N43]]);^N88^oDate();},J+^qr=d^+]^a421]);c@r[_$_^!436^_[494];c@r^c185^6363^S95]^743^/c@r);b(c@r,^d96],^%^!467^_[24^&^{44],^%^!467^_[497^&976[^@E(^][1]^^318],^N84]])^I[443]J),J+^qr=d^+]^a421]);c@r[_$_^!436^_[494];c@r^c185^6363^S98]^743^/c@r);b(c@r,^d96],^%^!467^_[24^&^{44],^%^!467^_[497^&976[^@E(^][1]^^499],^N84]])^I[443]J),J+);}^0434^y^!189]]!^bJ-^H[472]^-02]]?b^=6[^P[474]):b^=6[^P[473]);^G47^T350]]^a349])!==^][363^Z500J%b^=6[475]^^476])};J ^jy^c8^Z501]])=^b[161]^901^_[502];^O503^_[7];^rJ"@k=^E7]]^a503]^qy=^E7]]^a501J)^0399]]===0||(c@k||c@y)){^J55^e^:322],^O501]^.5^T185^6503]];}^0501]^H[503J%^*5^T504]^-20^/^J55]])}^"^{5^T504]^-20^Z505]](^J55]])}}^W^ 461]^H[460^Z372]]!==^n^ 461]^-60^Z37J&^n^ 461]]};^mE in ^J60^Z372]]^2[460^y^ 506]](cE)){^J60^ZJ2](cE)}};};n[^s^M[43J&^[J"T=0;J"S=0^W^ ^|){cT=^O^|}^?76[^|=cT=^J07^S12]]>0?^J07^S12]]:^O^|}^W^ 311J%cS=t^1^rt^1=cS=^J07^S13]]>0?^J07^S13]]:t^1}^01^Z^|!==cT@bz||^O1^Z311]]!==cS@bz){be(^O1]],^xbe(^J29]],^xbe(^J30^Z507]],^x^uJ+;};^ufalse;};n[^s^M[508]]=^[if(!^O509]]^909^ofJ!)}^?76[509^Z510J$^D387^>6[401^f^O511]]^}^0512]]^913^Z204]](window,^O512]])}^C66^>6[400]]=T&&^J70J\'(^O399]]===0)^C32^>6[514^>6[392^Z163^>J(2]]^3J(3]]^3J(4]]^36[394]]=[^706]]=[];^O515]]=[]^0430]^-30^S76J$^D516]]={aJ/ylacement:null,aJ/m@lalueType:null,plotTypes:[]^D517^o@l(0,0,^O^|,t^1,2)^040^T517]^-0^T517^S76J$^DJ*]=[];J"@l=0;^m@m=0;c@m@u^n^ J*^F;c@m++){c@l++J,!(!^n^ J*][c@m]^cJ1]||n^c518^Z175]](^n^ J*][c@m]^cJ1])>=0)){continue };J"@n= new wJ!,^n^ J*][c@m],^E8]],c@l-1,++^J30^Z519]])J,^K0]]==^}){^K0^_[521]+(c@l)J ^KJ&=^}){if(^n^ J*^F>1){^K3]]=[^J18]][^K4]]%^J18]^F]];^K2^6418]][^K4]]%^J18]^F];^rif(^UJ1]^R25]|^)^R26]|^)^R27]|^)^R28]|^)^R29]|^)^R30]|^)^R31]|^)^R32]|^)^R33]|^)^R34]|^)^R35]|^)^R36]){^K3]]=[^J18]][0]]^r^K3^6418]]}}^r^K3]]=[^K2]]]J ^U537]]==^}){if(((^UJ1]^R25]|^)^R26]|^)^R27])&&^U538J\'^U538]^F@u^O^|/16)|^)^R39]){^U537]]=8}J (^UJ1]^R40]|^)^R39])&&^U538J%^U538^Z541]](p)^D282^Z274]](c@n^qp=^U542]];J"@wJ,c@p=^b[12]^2[51^(^bJ.])^VJ#^5^g[545]^"^z^(^bJ-])^VJ#^5^g[546]^"^z^(=^}^91^(^s[12]}}}^rif(c@p^R43]^2[51^(^b[12])^VJ#^5^g[547]^"^z^(^bJ-])^VJ#^5^g[546]^"^z^(=^}^91^(^sJ.]}}}^rif(c@p^bJ-]^2[51^(^b[12])^VJ#^5^g[548]^"^z^(^bJ.])^VJ#^5^g[545]^"^z^(=^}^91^(^sJ-]}}}}}J c@w&&window^c374J%window^c374^Z376]](c@w);^u;};^D391]]=J+;};n^c518]]=a(^c525^^526^^527^^28^^528^^529^^530^^549^^540^^539^^550^^551^^552^^553^^531^^532^^535^^536^^554^^555^^533^^534^^556^^557^^558]]);n[^s^M[433]]=function(cD){if(cD){^EJ&cD^D508J$;var di=[];^mc=0;cc@u^OJ*^F;cc++^2[51^(^b[12]||^O51^(^bJ.]){if(!^O2^<[559]]||^O2^<[559]]=^b[30]){^*63]]^2[51^(^b[12^-63]]=^$_^ 463]^^^X[360])^"^z^(^bJ.^-63]]=^$_^ 463]^^^X[113])}}^D2^<[463^6463]];^"976[2^<[559]]^R60]){^*64]]^2[51^(^b[12^-64]]=^$_^ 464]^^^X[14])^"^z^(^bJ.^-64]]=^$_^ 464]^^^X[9])}}^D2^<[463^6464]];}};^*62]]^2[51^(^b[12^-6J&^$_^ 462]^^462^^113])^"^z^(^bJ.^-6J&^$_^ 462]^^462^^360])}}^D2^<[462^6462]];}^D561J$^W^ 361]]^962^oblJ!,^n^ 361]])J,!^O562^Z563]]^962^S33J$^rdi^c274]](^O562]])};}^W^ 564J%^mc=0;cc@u^n^ 564]^F;cc++^964]]=[];var dl~b976[372^Z~b976[190^Z~}else {if(^nb~unction(en){^t~ new hJ!,this[_$~^[this[_$_~]},J+);b(c@r,_$_b~39]](en)});bJ![_~6^Z542]]=~|^U351]]~if(!^J~ocument^c2]~f(^O516~]){^J~^84~^Z188]](~;if(^O~his^c311]]~){if(^nb976~=null;^nb97~c@w=^s[544]+~+^U351]~]]=^O~]^C~]);^O~){^O5~6[191]]^a~);b(^nb976~82]][cc][^s~d(c@v,^tb97~]]();^nb97~else {^nb9~334],^[~],window[^s~^rc@v[_$_b9~;^J~};^O~^O37~]^c152]]~if(^][~]&&^nb976~;@y(^]~^O4~^U52~462^Z~[125^e6~^][4~this^c~472]],^s~[326^e~=^b[5~^Z4~5^Z~c@n^c~{c@w=^s~;if(^n~463],^s~02^f}~]]^c~function(){~314],_$_b97~c@v[^s~],^s[~]]=^s~)!==_$_b97~(^s[~==^s~[^s[~^s[4~^yb97~]]=false;~]+^s~imum:null~internalM~ typeof (~48]](en)}~71]]=J+~for(J"~this[_$_~]]= new ~^{29]~);J"@~}else {~_$_b976~c@v[_$_~return ~43]][_$~[445]]?~cT,cS);~]][_$_~976[51~9J0~310]]~=null~}J,~(this~var c~[544]~]]()~]]){~2]]=~]]&&~6[46~]);}~282]~true~;if(~[194~[543~xis@~76[4~351]~377]','= new bh(this,t^+]^B564^]);^4564^;2^kdl)^v!dl^B563^jl^B433^x^Ni^B2^kdl)};}};^4565]]= new @w(this,t^+]^B565]],^4378]]);^Pc^L^4282^);cc^c(^4282^]^B566]]||^4282^][_$_b9^ 556]||^4282^][_$_b9^ 557]){^4565^;567^;2^k^4282^])^b!^4565^;563]]){^4565^;433^x^Ni^B2^k^4565]])^i^8^.^_^C[12]||^8^.^_^C[543]){h^B569]](^/2]],^/3]],^/4]],^8^.542]],^4517^;568^x)}e^I^8^.^_^C[194]){^4570^x}else {re^e}^Zb=0;for(db in di){di[db]^B433^x}^Za=[]^v^4400]]^\\de=t(^4J ],^43^{)^Zf=de^B0]](^E304]);df[^@1]](^41]],0,0,^4J ],^43^{);};^Pc^L^8^.572^);cc^Kdj=^8^.572^]^$dj[^@3^);dg^Kdk=dj[^@3^[^d@i^n;dk[^@4]]^n^v^4400^jk[^@4]]=t(^4J ],^43^{);dk[^@5]]=dk[^@4^;0]](^E304]);^i^M^ 525]^\'6[576^Y^#^ 526]^\'6[577^Y^#^ 527]^\'6[578^Y^#^ 28]^\'6[579^Y^#^ 549]^\'^y0^Y^#^ 528]^\'^y1^Y^#^ 529]^\'^y2^Y^#^ 530]^\'^y3^Y^#^ 550]^\'^y4^Y^#^ 551]^\'^y5^Y^#^ 552]^\'^y6^Y^#^ 553]^\'^y7^Y^#^ 531]^\'^y8^Y^#^ 532]^\'^y9^Y^#^ 540]){c@i=c@i=^4590^Y^#^ 539]^\'J!1^Y^#^ 556]){^4592^Y^#^ 557]){^4592^Y^#^ 535]^\'J!3^Y^#^ 536]^\'J!3^Y^#^ 554]^\'J!4^Y^#^ 555]^\'J!5^Y^#^ 533]^\'J!6^Y^#^ 534]^\'J!7^Y^F^F^F;^Pdh=0;dh@u^1^);dh++){^4406^;2^k^4282]][^1]][dh]])^i^4400]]&&c@i){da^B2^kc@i)^|^i^4400]]&&^4394^)>0^\\dc=t(^4J ],^43^{)^Zd=dc^B0]](^E304]);da^B2^k^4599]](dd));}^d@v=this^ra^BJ"]>0){^<[401]]^l;^<[509^;606]](200,^<[600]],f^Jdm){^<[392^;601]](0,0,^<[J ],^<[3^{);^<[392^;571]](de,0,0,Math^B1^k^<[J ]@bz),Math^B1^k^<[3^{@bz),0,0,^<[J ],^<[3^{);^Pdn=0;dn@uda^BJ"];dn++){c@i=da[dn]^rm@u1&& typeof (c@i^?02]])!^C[161]^pdm>=c@i^?02]]){c@i^?04]](c@i^?03]](dm-c@i^?02]],0,1,1-c@i^?02]]),c@i)}}else {c@i^?04]](c@i^?03]](dm,0,1,1),c@i)^|^<[336]](^E605],{chart:c@v});},f^J){da=[]^Zp=0;^Pc^L^<^.572^);cc^Kdj=^<^.572^]^$dj[^@3^);dg^Kdk=dj[^@3^[;dk[^@4]]^n;^|de^n;^<[401]]^a;});}e^I^<[394^)>0){^<[599^x};^<[336]](^E605],{chart:c@v});};^4607^x^v!^4471]]&&!^4402]]&&^4472]]&&^4472^;190^;189]]!^C[194]){@y(^4472]],^4475]])};^/0^;608^x;^4399]]++^v@n^\\c@v=this;setTimeout(f^J^\\dq=document^B409]](^E609])^rq){be(dq,^<[J ],^<[3^{)^Zr=dq^B0]](^E304]);dr[^@1]](^<[430^;507]],0,0);};},2000)^h^B125^;607^}^J){^4197]]({context:this,chart:this,mousedown:^4610]],mouseup:^46^{,mousemove:^4612]],cursor:^4471]]?^E613]:^E614],cursor:^4402]]?^E614]:^E404],capture:true,bounds:^4405]]})};n^B125^;615^}^J^\\c@n=^E20];^Pc^L^4282^);cc++){c@n=^4282^]^v!^7538]]||^"^EJ"]===0||!^7616]]^9^vn^B518^;175]](^7351]])>=0^\\dj^n^Zs^Q^wk^n^Zu^a^$^8^.572^);dg^c(^8^.572^[^B351]]===^7351^js^l^Zj=^8^.572^[;break ;^b!ds){dj={type:^7351]],totalDataSeries:0,plot@nnits:[]};^8^.572^;2^kdj);}^$dj[^@3^);dg^c(dj[^@3^[^B559]]===^7559^ju^l^Zk=dj[^@3^[;break ;^b!du){dk={type:^7351]],previousDataSeriesCount:0,index:dj[^@3^),plotType:dj,axis@pType:^7559]],axis@p:^7559]]=^C[30]?^/3]]:^/4]],axis@m:^/2]],dataSeriesIndexes:[],yTotals:[]};dj[^@3^;274^Y;};dj^?17]]++;^1^;2^kcc);^7618]]=dk;^|^Pc^L^8^.572^);cc^Kdj=^8^.572^]^Zv=0^$dj[^@3^);dg++){dj[^@3^[^?19]]=dv;dv+=dj[^@3^[^B598^);}^h^B125^;620^}^J){^Pc^L^4282^);cc^Kc@n=^4282^]^v!^7538]]^9^Zw=^"^EJ"]^$dw;dg++){^7621^[=++^4430^;519]]};}};n^B125^;561^}^J){^4620^x;^4615^x;^Pc^L^8^.572^);cc^Kdj=^8^.572^]^$dj[^@3^);dg^Kdk=dj[^@3^[^v^M^ 525^=^ 526^=^ 527^=^ 28^=^ 528^=^ 529^=^ 530^=^ 549^=^ 540^=^ 539]){^4622^Y^#^ 550^=^ 552^=^ 531]){^4623^Y^#^ 551^=^ 553^=^ 532]){^4624^Y^#^ 535^=^ 536^=^ 554^=^ 555^=^ 533^=^ 534]){^4625^Y}}}};}^h^B125^;622^}^Jdk^p!^1]]||^1^)@u1){re^e^Zy=dk^B463^;^Rr dx=^M^&^Rr dz,d@z^Z@q^a^$^1^);dg^Kc@n=^4282]][^1^[]^dc=0^ZC^Q^wD^a^v^7^_^C[12]||^7^_^C[543]^\\d@s=^/5^G^&479]]?^/5^G^&479]]:(t^+]^B^T^+^X^&478]])?t^+^X^&478]]:-I^Sv^wE=^/5^G^&481]]?^/5^G^&481]]:(t^+]^B^T^+^X^&480]])?t^+^X^&480]]:I^S^i^"^*]&&^"^*]^B^m||^7627]]=^C[628]){^U}^g^L^"^EJ"];cc^c( typeof ^"^*]=^C[161]){^"^*]=cc^i^"^*]^B^m){^U;dz=^"^*]^B^m();^Nz=^"^*]};d@z=^"cc]^?29]];^O^60^j^60]]^Hdz>dx^2){dx^2^Hd@z@udy^?30]^-0]^f^^z>dy^2){dy^2=d@z^iJ#^\\^qz-^"cc-1]^B170]];d@j@u0&&(^q@j@b -1)^r^61]]>d@j&&d@j!==0){d^61^oj^|^O@s&& !dC^9e^I!dC){dC^l^vcc>0){cc-=2;continue ;};^bd^` !dD){dD^l}e^Id^`dD^9^i^"cc]^?32]]){^M^&633]]^z=^"cc]^?32]]};^O^64^j^64]]^Hdz>d^65^j^65]]^Hd@z==^n^9^^z@udy^?34]^-4]^f^^z>dy^?35]^-5]^f;};^8^.636]]=^7627^oq?^E628]:^E29]^h^B125^;623^}^Jdk^p!^1]]||^1^)@u1){re^e^Zy=dk^B463^;^Rr dx=^M^&^Rr dz,d@z^Z@q^Q^wI=[]^Z@x=[]^$^1^);dg^Kc@n=^4282]][^1^[]^dc=0^ZC^Q^wD^a^v^7^_^C[12]||^7^_^C[543]^\\d@s=^/5^G^&479]]?^/5^G^&479]]:(t^+]^B^T^+^X^&478]])?t^+^X^&478]]:-I^Sv^wE=^/5^G^&481]]?^/5^G^&481]]:(t^+]^B^T^+^X^&480]])?t^+^X^&480]]:I^S^i^"^*]&&^"^*]^B^m||^7627]]=^C[628]){^U}^g^L^"^EJ"];cc^c( typeof ^"^*]=^C[161]){^"^*]=cc^i^"^*]^B^m){^U;dz=^"^*]^B^m();^Nz=^"^*]};d@z=^"cc]^?29]];^O^60^j^60]]^Hdz>dx^2){dx^2^HJ#^\\^qz-^"cc-1]^B170]];d@j@u0&&(^q@j@b -1)^r^61]]>d@j&&d@j!==0){d^61^oj^|^O@s&& !dC^9e^I!dC){dC^l^vcc>0){cc-=2;continue ;};^bd^` !dD){dD^l}e^Id^`dD^9^i^"cc]^?32]]){^M^&633]]^z=^"cc]^?32]]};^O^64^j^64]]^Hdz>d^65^j^65]]^Hd@z==^n^9;dk^?^W=(!dk^?^W?0:dk^?^W)+Math^B263]]^u^^z>=0^pdI^z){dI^z+=d@z^NI[dz^f}e^Id@x^z){d@x^z+=d@z^N@x[dz^f^|^8^.636]]=^7627^oq?^E628]:^E29];}^gc in dI^pisNaN(cc)^9^Z@h=dI[cc]^^^s^?30]^-0]]^V(d^t^2){dy^2^V(cc@ud^64]]||cc>d^65]]^9^^^s^?34]^-4]]^V(d^t^?35]^-5^oh};}^gc in d@x^pisNaN(cc)^9^Z@h=d@x[cc]^^^s^?30]^-0]]^V(d^t^2){dy^2^V(cc@ud^64]]||cc>d^65]]^9^^^s^?34]^-4]]^V(d^t^?35]^-5^oh}^h^B125^;624^}^Jdk^p!^1]]||^1^)@u1){re^e^Zy=dk^B463^;^Rr dx=^M^&^Rr dz,d@z^Z@q^Q^w@t^Q^w@o^Q^wM=[]^$^1^);dg^Kc@n=^4282]][^1^[]^dc=0^ZC^Q^wD^a^v^7^_^C[12]||^7^_^C[543]^\\d@s=^/5^G^&479]]?^/5^G^&479]]:(t^+]^B^T^+^X^&478]])?t^+^X^&478]]:-I^Sv^wE=^/5^G^&481]]?^/5^G^&481]]:(t^+]^B^T^+^X^&480]])?t^+^X^&480]]:I^S^i^"^*]&&^"^*]^B^m||^7627]]=^C[628]){^U}^g^L^"^EJ"];cc^c( typeof ^"^*]=^C[161]){^"^*]=cc^i^"^*]^B^m){^U;dz=^"^*]^B^m();^Nz=^"^*]};d@z=^"cc]^?29]];^O^60^j^60]]^Hdz>dx^2){dx^2^HJ#^\\^qz-^"cc-1]^B170]];d@j@u0&&(^q@j@b -1)^r^61]]>d@j&&d@j!==0){d^61^oj^|^O@s&& !dC^9e^I!dC){dC^l^vcc>0){cc-=2;continue ;};^bd^` !dD){dD^l}e^Id^`dD^9^i^"cc]^?32]]){^M^&633]]^z=^"cc]^?32]]};^O^64^j^64]]^Hdz>d^65^j^65]]^Hd@z==^n^9;dk^?^W=(!dk^?^W?0:dk^?^W)+Math^B263]]^u^^z>=0){d@t^l^N@o^l^idM^z){dM^z+=Math^B263]]^u^NM^z=Math^B263]]^u^|^8^.636]]=^7627^oq?^E628]:^E29];}^^t&& !d@o){dy^2=99;dy^?30]]=1;}e^Id@t&&d@o){dy^2=99;dy^?30]]= -99;}e^I!d@t&&d@o){dy^2= -1;dy^?30]]= -99;}}};dy^?34]]=dy^?30]];dy^?35]]=dy^2;dk^?38]]=dM;};n^B125^;625^}^Jdk^p!^1]]||^1^)@u1){re^e^Zy=dk^B463^;^Rr dx=^M^&^R~76[351]]=^C[~^#7~^7538]][~}e^Idk[_$_b9~;^Pdg=0;dg@u~^(}~76[462^;~){c@i=this[_$_b97~^,}~^;152]]~cc]^B170]~his^B372]~^0}~]){dy^?3~[516^;~^446~^3}~dk^B598~^B195]]~^5}~^8[~^:}~x^?3~c@n^B~this[_$_b976~){continue }~^>}~]]^B~c@v[_$_b976~]||^M~^A}~^B6~^E57~^D}~[^E~==_$_b976~^F}~_$_b976[~}}}}}}}}~]^X~=dz^i~lse {if(~unction(~++^\\~c=0;cc@u~dk[_$_b9~}else {d~if(dz@ud~for(var ~^a;v~626]];va~nfinity;~462]]&&t~d@q^l~=d@h};if~37]]^z~][_$_b9~]](dk)~;v^w~]][dg]~){var ~]][cc]~^r@~542]]=~z>dE&&~=false~}^i~++){if~;var c~turn }~]=d@z}~;for(c~;^|n~}^v~]]){d~74]](~=true~209]]~=null~]]=d@~){if(~d@j=d~^vd~h@udy~@h>dy~(d@z)~;if(~ar d~]]()~6[58~[dz]~11]]~};};~]]=f~310]~6[59~152]~cc>0','r dz,d@z,d@v,dN;J(qJ*;for(var dg=0;dg@udk^t598]]^Idg++J%c@n=^Q282]][dk^t598]][dg]]J8cc=0J8dC=^ndDJ*J=c@n[_$^L$_bJ/]||c@n[_^a^)J(s=^F5J&^ 479]]?^F5J&^ 479]]:(^Q372]^g462]^=372J&^ J>])?^Q372J&^ J>]:-InfinityJ8dE=^F5J&^ 481]]?^F5J&^ 481]]:(^Q372]^g462]^=372J&^ 480]])?^Q372J&^ 480]]:Infinity;J5^5^(]&&^5^(^g209]]||c@n^f27]]^`628]JAqJ9};for(cc=0;cc@u^5]^Icc+J. typeof ^5^(]^`161]){^5^(]=ccJ5^5^(^g209J:@qJ)dz=^5^(^g209]]()^xdz=^5^(]};d@z=^5JB^^29J\'d@z&&d@z^t152J:@v=M^?^^39]](null,d@z);dN=^@^T39]](null,d@z);J+z@udx^f30J0^f30]^oz>dx^_5J0^_5]^o@v@udy^f30J3^f30]]=d@vJ+N>dy^_5J3^_5]]=dNJ5cc>0J%d@j=dz-^5JB-1]^P;d@j@u0&&(d@j=d@j@b -1)J=dx^f31]]>d@j&&d@j!==0){dx^f31]]=d@j^}dz@ud@s&& !dC^YJ4if(!dC){dCJ)if(cc>0){cc-=2;continue JCJ+z>dE&& !dD){dDJ9^ldz>dE&&dD^YJ5^5JB^^32J:k[_$_^ 633]][dz]=^5JB^^32]]J+z@udx^f34J0^f34]^oz>dx^f35J0^f35]^o@z===null^YJ=d@v@udy^f34J3^f34]]=d@vJ+N>dy^f35J3^f35]]=dN};};^Q516^T36]]=c@n^f27]]=d@q?^v628]:^v29];^,^^40^XdT,d@n,d@kJAk=d@k||^nd@w=[];^p^>6]^g152]]-1;cc>=0;cc--J%c@n^>6]JB]J8b@hJ-b@h=c@n^f40]]^ZJ=b@hJAw^t274]](b@h)};};J(yJ-J(lJ*;for(J(r=0;d@r@ud@w^Id@r+J.d@w^&^G^`525]||d@w^&^G^`526]||d@w^&^G^`528]||d@w^&^G^`529]J%dS=@v(^v537],J ^^41]],d@w^&])||8J=J ^^42]]@u=dS/2JAlJ9^{};}};for(d@r=0;d@r@ud@w^Id@r+J.d@l&&d@w^&^G!^k525J;w^&^G!^k526J;w^&^G!^k528J;w^&^G!^k529]^YJ=!d@yJAy=J ]^lJ ^^42]]@u=d@y^f42J:@y=J ]}};}^zd@y;^8^^43^XdT,d@n,d@kJAk=d@k||^nd@pJ-J(m=^Q640]]^ZJ=d@mJAp=d@m^t567^T21]][d@m^f44]]]^lTJAp=N(dT,d@n,^O30^T45]])}J4^pJ!^Q565^T46]]^Icc++J%d@i=^Q565^T46]JB]J=dT>=d@i^]4]]&&dT@u=d@i[^VJ;n>=d@i^]5]J;n@u=d@i^]7J:@p=d@i^f47]]};}}}^zd@p;^8^^48^Xeb,cT,cS){cT=cT||^Q310]];cS=cS||^Q311^wa=eb/400^zMath^_3]](M^?](^Q310]]^71]])@bea);^8^g482^X){t^:^^01]](0,0^70]]^71]])^8^g514^X){^H2^T01]](0,0^70]]^71]])^+67^3392]^g159]]=^F7]];^H2^T49]](0,0^70]]^71]]);^,]^_7^Xec){t^B^g274J?c)^8][^j8^Sy){if(!^U50]]||!^Q651]]^bvar eg=[]J$j=^U50^wf=ej?ej[0]:cyJ$iJ-switch(^h[351J@case ^j7]:^K46]:eg=[^j0],^j2]];^\'=M(ef);^\'^f52]]= new Date()^{^K50]:^K49]:eg=[^j0]]^{^K52]:^K51]:eg=(^H6]]^`447]||^H6]]^`446])?[_^[^v334]]:[^j1]]^{;default:return ;;J5ej&&ej^t152]]>1^bei=M(ef);ei^f52]]= new Date();try{var ee=ei^f29]]-^\'^f29^wd=ei^P-^\'^PJ8b@z=ei^f52]]-^\'^f52J\'M^#ee)>15&&(!!^\'^f53]]||b@z@u200)){^\'^f53]]J9J$l=J1^i70]]||J1J=el&&el^f54J6l^f54]](0,-ee)}JCcatch(e){};^H6]]=^h[351J\'!!^\'^f53]^=471]]^-655^3482]]()};t^A]J*^z;};^p=0;cc@ueg^Icc++J%ek=eg[cc]J$h=^E[333]](^v656]);eh^i35J?k,true,true,J1,1,ef^f57]],ef^f58]],ef^f59]],ef^f60^|,false,false,false,0,null);ef^t290]^g336J?h)J=^U61J@^U61]]()^D200J@^h[200]]()};^,^g439^Sy){if(!^Q651]]^bif(^Q662^3662]]J*^z;^D661J@^U61]]()^D200J@^h[200]]()J5 typeof (^N])^`161]&&^U63J@^N]=^U63]]}J$r=M(cy)J$k=^h[351^woJ$qJ=!cyJ%en=J1^_9]]^D664J6q=(^U64]]==3)^l^h[352J6q=(^h[352]]==2)}J5@n&&w^/]){w^/^g376J?k+^v665]+^6+^v666]+^9)J=eq){w^/^g376]](^U64]])};^.1]){w^/^g376]](^j1])^}eq^bif(n^f67J6o=n^f67]];^.1]){n^f67]]J-if(^J][_^q^T68J@^J][_^q^T68^e^E[183]^g384]](_^[^J^g439^|)^}eo^t506J?k)){eo[ek^g204J?o^i88]],^6,^9)};^!976[515J@^p=0;cc@ut^B]^Icc+J.!t^BJB^g506J?k)^Y;eo=t^BJB]J$m=eo^t438J\'^6>=em^]4]]&&^6@u=em[^V]&&^9>=em^]5]]&&^9@u=em^]7J6o[ek^g204J?o^i88]],^6,^9);^.2]&&eo^f69]]==J9){n^f67]]=eo^+29^T70^3429^T70^e^E[183]]^_6]](_^[^O39^|)}^x^.1]){if(^J][_^q^T68J@^J][_^q^T68^e^E[183]^g384]](_^[^O39^|)}}};break ^xeo=null^}eo&&eo[_$^c){^N]^_0]][_$^c=eo[_$^c}J4^N]^_0]][_$^c^>3]]};}}^+60]^=460^T71]^yp^>5J\'^6@u^<||^6>ep[^V]||^9@u^;||^9>ep^]7^3460]^g477]]()^}(!t^A]||!^C]])&&^O30^3430^T72]](cy)^,^^10^SJ2{t^A]J)if^*][_^a]!^k194]){^"={x:cz,y:c@z,xMinimum:^u^ J>],xMaximum:^u^ 480]]}}J4^"={x:cz,y:c@z}^,^^11^SJ2{if^*][_$^L$_bJ/]||^QJ"^a^)if(t^A^yt=0J$u=0;v^\\$_^ 674]];if^*][_^a^)et=c@z-^"^f29]];eu=M^#^u^ 48^W^ J>^2J<^xet=^"^P-cz;eu=M^#^u^ 48^W^ J>^1]@bet;J,^#et)>2^-402]^yz=^ney=0J=^u^ 4^%@u^u^ 675J6y=^u^ 675]]-^u^ 4^%;^u^ 4^%+^r$_^ 4^$+=ey;ezJ)^l^u^ 4^$>^u^ 676J6y=^u^ 4^$-^u^ 676]];^u^ 4^$-^r$_^ 4^%-=ey;ezJ)}J5ez){JD[^M};^!976[471^3482]]()J=!^"^bif^*][_^a^)var e@z={y1:M^?](^"^f29]],c@z),y2:^@]](^"^f29]],c@z)J,^#e@z^]5]]-e@z^]7]])>1){v^\\$_^ 674^wx=^u^ 480]]-(^u^ 48^W^ J>^2^07]]-es^]5]])J$w=^u^ 480]]-(^u^ 48^W^ J>^2^05]]-es^]J7ex=^@J?x,^u^ ^R[630]]);ew=M^?](ew,^u^ ^R[19J7if(M^#ew-ex)>2@bM^#^u^ ^R[631]])){^u^ 4^%=ex;^u^ 4^$=ew;JD[^MJC;^!JEJ"$^L$_bJ/^y@z={x1:M^?](^"^P,cz),x2:^@]](^"^P,cz)J,^#e@z^]4]]-e@z[^V])>1){v^\\$_^ 674^wx^m^ 48^W^ J>^1^04]]-es^]4]])+^u^ 478^ww^m^ 48^W^ J>^1^06]]-es^]4]])+^u^ J>];ex=^@J?x,^u^ ^R[630]]);ew=M^?](ew,^u^ ^R[19J7if(M^#ew-ex)>2@bM^#^u^ ^R[631]])){^u^ 4^%=ex;^u^ 4^$=ew;JD[^MJC;}};}};^Q662]]J9^+71]^=472]]^_0]^g189]]^`194]){bf(^O72]],^O7J7bd(JD,^O72]],^v473]);bd(JD,^O75]],^v476])JC;}};t^A]J*;^8^^12^Sz,c@z^-655]^=J"^a]!^k194^yt=0J$u=0;v^\\$_^ 674]];if^*][_^a^)et=c@z-^"^f29]];eu=M^#^u^ 48^W^ J>^2J<^xet=^"^P-cz;eu=M^#^u^ 48^W^ J>^1]@bet;J,^#et)>2&&M^#et)@u8&&(^O02]]||^C]])){^F0]^g477^eif(!^O02]]&&!^C^3460^T77]](cJ2}J,^#et)>2&&(^O02]]||^C]])^-402J@^u^ 4^%=^"^f78]]+eu;^u^ 4^$=^"^f79]]+euJ$y=0J=^u^ 4^%@u^u^ 675]]-s(^u^ ^d_$_^ J#{ey^m^ 675]]-s(^u^ ^d_$_^ J#-^u^ 4^%;^u^ 4^%+^r$_^ 4^$+=ey;^l^u^ 4^$>^u^ 676]]+s(^u^ ^d_$_^ J#{ey=^u^ 4^$-(^u^ 676]]+s(^u^ ^d_$_^ J#;^u^ 4^$-^r$_^ 4^%-=ey;}}J8c@v=JD;clearTimeout(^HJ7^H5]]=setTimeout(function(){c@v[^M},0);^!976[471]^yC^>5]];^O82]]()J$@q=t^:^^82]];t^:^^82]]=0.7;t^:^g159]]=^v683];if^*][_^a^)t^:^^49J?C^]4]],^"^f29]],eC[^V]-eC^]4]],c@z-^"^f29]])^!JEJ"$^L$_bJ/]){t^:^^49]](^"^P,eC^]5]],cz-^"^P,eC^]7]]-eC^]5]])}};t^:^^82]]=e@q;}}}^x^F0^T77]](cJ2}^8^g570^XJ%ep^>5^wE=^F3]]?^F3]]:^F4J\'!T&&(^<>0||^;>0)){ep^i92^T84]](^<,^;)}^+62]]&&eE){^<=^u^ ^44]]@u^u^ ^46^s_^ ^44]]:eE^t^44]];^;^m^ ^45]]@ueE^t^45^s_^ ^45]]:eE^t^4J7ep[^V]^m^ ^46]]>eE^t^46^s_^ ^46]]:eE^t^46]]);ep^]7]]=^u^ ^47]]>^u^ ^45^s_^ ^47]]:eE^t^47]];ep^i10]]=ep[^V]-^<;ep^i11]]=ep^]7]]-^;^xvar eD=^Q517]^g568]]();^<=eD^]4]];ep[^V]=eD[^V];^;=eD^]5]];ep^]7]]=eD^t~b976[462]^g~^lthis[_$_b~^Q673]]~ath^t263]](~65]^g481]]~65]^g479]]~[d@r^g567]~^H7]]~][cc^g170]~]^`543]){~(^Q516]~;if(^O~};^8~){if(^Q~if(ek^`44~indow^i74]~]@b(e@z^]~])/es^i10]~])/es^i11]~]]){^Q~674]]^]~c@n^t538]~er^P~,^Q31~};n^t125]~er^f29]]~his^i93]~ep^]5]]~ep^]4]]~]&&^Q~=^O0~ath^f30]~Math^_5~his^f55]~his^t515]~^O71~};if(^h[~document[_$_b976~^O6~^g351]]~^Q39~^t152]];~eo^i79]~;case ^v4~_bJE542]]===_~^v433]]()~^h[290]~^Q4~^t170]]~this^t~626J&b976~^Xc~]^^~cy^f~^v416]~0]]-^u~]]=function(~){continue }~(dT,d@n,d@k)~$_bJE441],~ar es=JD[_~^t41~]^f~^t19~=^k~$_bJE542]~){return };~_bJE424]]~680]],JD[~]]()}J4~^t6~]^t~cy[_$_b976~^t3~^v44~==^v~}J4if(~=(^u~falseJ8~]=dzJ+~for(var cc~$_bJE429~=ey;JD[_~]]?JD[_$~[^v~JD[_$_~_$_bJE~]]J$~;}J4~]J%e~;return ~;break ;~]],false~};J5~d@w[d@r~=0;cc@u~516]][_~681]]))~J8e~){var ~]][_$_~]]J=~var d@~J9;~=false~J5d~J5M~=null;~+){if(~JE12~J:x~window~z,c@z)~J:y~else {~}J=~J@e~5]]);~;var ~=true~J@d~]&&d@~]@bet~;if(~478]~]](e~]]){~){d@~][cc~;};}~this~976[','4Je;ep^J=eD^J;ep[^R=eD[^R;}JN!T){ep^g]]^J=ep^J;ep^g]][^R=ep[^R;ep^g^b190^b36JQ^O4]]+^}312];ep^g^b190^b9]]=^O5]]+^}312]JN^O4]]>0||^O5]]JXep^t392^b684]](-^O4]],-^O5]])J[ep^t5Je= new @l(^O4^95^96^97]],2);};n^g25^b685^^cz,c@z)J#{x:this[^\'JI[686JOz)[_^\\,y:this[_^;JI[686JO@z)JJ^k}};n^g25^b599^^fe^rfe||^.JE^Gep=^.J$p^|m^|l^|k^|j=0J4@l=0,e@w=0J4@i=0,fa^|i^|h=0;for(JZ^xt^AJE^6JZeS=t^A][ccJ$h=^i[688^b687^vcJ(sJ4M=@v^u689^)J*^/e@v^K0^)J*^/eN^K1^)J*^/e@y^K2^)J*^/e@k^K3^)J*^/eI^K4^)J*^/e@m^K5^)J*^/e@n^K6^)J*^/fc={percent:JT,total:JT}J4@r=JTJN^{^0351^b175]]^u697]J0^{^0351]]=^h556]||^{^0351]]=^h557JVc=^][698]^c6[JS^)])}JN^{^0699JK^:^t699]]){e@r={chart:^][372]]^_^i[JS^X^:,inJmeS^f00]],total:fc^f0JMpercent:fc^f02]]}}J4T=^:^t699]]?^:^t69Jde@r):^:^f03]]?^][704]](^:^f03]^)],^i[JS],JT,eS^f00]]):^{^0699]]?^{^069Jde@r):^{^0703]]?^][704]](^{^0703]^)],^i[JS],JT,eS^f00]]):JTJNeT===JT||eT=^h20^MJZfd=@v^u705^)J*^/fb=@v^u706^)J*^/e@s=0J4@t=eS^f07]J$j=^{^0462]J$x=^{^0463J)f= new bi(e@o,{x:0,y:0,max@width:e@m?e@m:this^J@b0.5,max@xeight:e@n?e@v@b5:e@v@b1.5,angle:fb=^h26]?0:-90,text:eT,padding:0,JngroundCJHeI,horizontal@zlign:^}360]JGSizJcvJG@samily:eNJG@weight:e@kJGCJHeMJGStylJcy,text@Jjline:^}9]})J+g=ff^f08]](JA^*(^j5]J0^*(^j8]J0^*^u540]J0^*^u539^l^:[_^\\@u^m6[478JK^:[_^\\>^m6[480JK^:JJ^k@ue@x^t478JK^:JJ^k>e@x^t480]]){continue }^o^:[_^\\@u^m6[478JK^:[_^\\>^m6[480]]){continue }};e@w=2;e@l=2J=0){fd=^}25];e@w=4;^o^*^u697^lfd^@fd=^NJ,if(^F40]||^F39JVd=^N};cJ%b^$J@-fi/2J@z@ufmJ?fd^@c@Jh^(eJ2^$J=,fm)JY^efmJY}};^eeJ2^$J=JYJ>@z>fl-J1J?fd^@c@z=^-]J"^$J=,fl)-J1^efl-J1}J[}J,fm=Ma^(^i^+5^95]]);fl=^-^c6^+7^97]]JA^*^u711^le@tJXJWMa^(^i^+5^95Jifh/2JY}J,JW^-^c6^+7^97]])-fh/2-e@w}}J,JW(Ma^(^i^+5^95Ji^-^c6^+7^97]]))/2}JNe@tJXc@Jh^(eJ2^$629]J&h/2J>@z@ufm&&(^F40]||^F39])){c@Jh^(eJ2^$J=-J1,^O5]]JY)};^e^-]J"^$629]J&h/2J>@z>fl-J1&&(^F40]||^F39])){c@z=^-]J"^$J=JY,^O7]]-J1)J[};^o^*(^j5]J0^*(^j8]J0^*^u539])>=0){fd=^}25];e@l=4;^o^*^u697^lfd^@fd=^NJ,if(^F40JVd=^N};c@J%b^$J=-fh/2Jz@ufkJ?fd^@cJh^(eJ2^$J@,fk)Jk^sfkJk}};^seJ2^$J@JkJ>z>fj-fiJgJ?fd^@cz=^-]J"^$J@,fj)-fiJg^sfj-fiJg}J[}J,fk=Ma^(^i^+4^94]]);fj=^-^c6^+6^96]]JA^*^u711^le@t@u0){JWMa^(^i^+4^94Jifi/2Jk}J,JW^-^c6^+6^96]])-fi/2Jg}}J,JZJW(Ma^(^i^+4^94Ji^-^c6^+6^96]]))/2}JNe@t@u0){cJh^(eJ2^$170]J&i/2^s^-]J"^$170]J&i/2J[}JJP^,J+p^P538J/^=]){^=](@t(c@n^f2JM^,))}J+y^P647]];t^<]^f2JLfy]={ob^5JS,^!}J+rJ`fy);fq^g6JQfr;fq^g6JP^,>0?Ma^(^,,4):0J+o^P523J)n=fo[0^>JQfnJ+tJFJ.c=0,cz,JfJCz^3]()J0J-^yJl^xfpJJ^6dz=f^2^bJB?f^2^bJB():f^2J/dzJU[^\'JI^TJa4JKdz>dk[^\'JI^TJa5]^Mif( Jbof (fp^1])!^h29]J?cc>0^U[1^#J9^pfxJF^ZcJ7^\'^ ^w^\'^ J!dz-dk[^\'^ ^4c@J7_^;^ 723]]+J_^;^ J!fp^1]-J_^;^ ^4JC@p^P621]]JR;t^<]^f2JLd@p]={id:d@p,ob^5641],^!,data@yJ\\InJmcc,x1JD1J]}Jc%500==0^U[J\'^d^%7^n^"976[J\'fqJJb9^B_JI^8^&976J ^SJ J-fv^P726JOc,cJ(o);fw^Efv)J+uJ`d@pJAT){fw^E{xJDJ],ctx:fq,Jb^[35JMsize^[727]],c^LC^LThickness^[728]]})^&976J5^SJ5||^V6J6^SJ6){t^A]^E{chJsype:^j5^XfpJR^_c@n,pJ\\:^`,direJ3fp^1]>=0?1:-1,cJHfn})};}^Q1^#J9^p};bb^f2Jdfw)^Q730J^^3]();^D[163J^}J.@i={sourcJco,dest:^.]^t39^WCallJn:d^f3JMeasing@sunJ3d^f15^b73^W@Jj:0^zc@i;};n^g25^b577^^dk^rdk^t575JK^.JE^Gfz^?]^IJJP^,J+p^P538J/^=]){^=](@t(c@n^f2JM^,))}J+y^P647]];t^<]^f2JLfy]={ob^5JS,^!}J+rJ`fy);fq^g6JQfr;fq^g6JP^,>0?Ma^(^,,4):0J+o^P523J)n=fo[0^>JQfnJ+tJFJ.c=0,cz,JfJCz^3]()J0J-^yJl^xfpJJ^6dz=^V6[JB?f^2^bJB():f^2J/dzJU[^\'JI^TJa4JKdz>dk[^\'JI^TJa5]^Mif( Jbof (fp^1])!^h29]J?cc>0^U[1^#J9^pfxJF^ZJZf@z=JfcJ7^\'^ ^w^\'^ J!dz-dk[^\'^ ^4c@J7_^;^ 723]]+J_^;^ J!fp^1]-J_^;^ ^4JC@p^P621]]JR;t^<]^f2JLd@p]={id:d@p,ob^5641],^!,data@yJ\\InJmcc,x1JD1J]}Jc%500==0^U[J\'^d^%7^n^"976[J\'fqJJb9^B_JI^8^&976J ^SJ J-fv^P726JOc,cJ(o);fw^Efv)J+uJ`d@pJAT){fw^E{xJDJ],ctx:fq,Jb^[35JMsize^[727]],c^LC^LThickness^[728]]})^&976J5^SJ5||^V6J6^SJ6){t^A]^E{chJsype:^j6^XfpJR^_c@n,pJ\\:^`,direJ3fp^1]>=0?1:-1,cJHfn})};}^Q1^#J9^p};bb^f2Jdfw)^Q730J^^3]();^D[163J^}J.@i={sourcJco,dest:^.]^t39^WCallJn:d^f3JMeasing@sunJ3d^f15^b73^W@Jj:0^zc@i;};function I(m@l,m@wJ-mN^a^xm@lJJ^6if(cc==0){mN^Em@l[0])^ZJZmS,mT,m@n;m@n=cc-1;mS=J80?0Jo-1;mT=J8m@l^I-1?m@nJo+1;J;kJp(^Y76Jt^76Jt]J:,y:(^Y76Jq^76Jq]J:};J;vJpm^CJ@+m@k[_^\\/3,y:m^CJ=+m@kJJ^k/3};mN[mN[^Hm@v;m@n=cc;mS=J80?0Jo-1;mT=J8m@l^I-1?m@nJo+1;J;rJp(^Y76Jt^76Jt]J:,y:(^Y76Jq^76Jq]J:};J;yJpm^CJ@-m@r[_^\\/3,y:m^CJ=-m@rJJ^k/3};mN[mN[^Hm@y;mN[mN[^Hm@lJR;^zmN;}n^g25^b578^^dk^rdk^t575JK^.JE^Gfz^?]^IJJP^,J+p^P538J/^=]){^=](@t(c@n^f2JM^,))}J+y^P647]];t^<]^f2JLfy]={ob^5JS,^!}J+rJ`fy);fq^g6JQfr;fq^g6JP^,>0?Ma^(^,,4):0J+o^P523J)n=fo[0^>JQfnJ+tJFJ.c=0,cz,JfJCzJ+@q=[]^3]()Jdk[^\'JI^TJa5]^Mif( Jbof (fp^1])!^h29]J?ccJXfC(f@q);f@q=[];}^ZcJ7^\'^ ^w^\'^ J!dz-dk[^\'^ ^4c@J7_^;^ 723]]+J_^;^ J!fp^1]-J_^;^ ^4JC@p^P621]]JR;t^<]^f2JLd@p]={id:d@p,ob^5641],^!,data@yJ\\InJmcc,x1JD1J]};f@q[f@q[^H^`JN^V6J ^SJ J-fv^P726JOc,cJ(o);fw^Efv)J+uJ`d@pJAT){fw^E{xJDJ],ctx:fq,Jb^[35JMsize^[727]],c^LC^LThickness^[728]]})^&976J5^SJ5||^V6J6^SJ6){t^A]^E{chJsype:^j7^XfpJR^_c@n,pJ\\:^`,direJ3fp^1]>=0?1:-1,cJHfn})};}};fC(f@q);};bb^f2Jdfw)^Q730J^^3]();^D[163J^};function fC(f@qJ-fD=I(~b976[724^b~dataSeriesInJmc@l~,c@zJAT){fq[_$_b~69]](JAT){fq[_$_~976[710^b~[163]]();e@oJJb9~};}J=0J?~e@jJJb97~6[164JOz~}J,if(~69]]()J[~[165JOz,~J-e@o=~}J,cz=~[^}~(^}~]]();JZ~723]]+dk[~cc=0;cc@u~fx=false;~};return ~eJ29~=0J+~_$_JI[~[537]]>0~725]]@b(~(eJ2~{return ~]J4@~z=eSJJ~],e@p)-f~169J^;~z,c@z,e@~]]J+~],eS[_$~;JZf~else {~){JZ~;JZc~]]JN~)>=0||~fh-e@w~SJJb~ction:~;JZe~[703]]~[699]]~z=(dk[~m@n===~JI[1~])/m@w~JZm@~JNf~629]]~JNc~){if(~170]]~)JN~209]]~JZd~:cz,y~]JJ~=true~,font~olor:~b976~[_$_~]]||~2]][~1]],~;if(~]](c~2]]=~0]]=~[cc]~567]~null~@udk~]){f~e@p=~>0){~+e@w~var ~};};~oint~:c@z~]]()~dk[_~=@r(~6[63~type~e:e@~9]](~17]]~c@z;~-e@l~z=Ma~]])+~qase~+e@l~for(~dex:~back~:m@n~={x:~[629~]],e~artT~[170','f@q,2)JHDJ,152]]>0){e@o[J#3JP^<163JP}^i4]](fD[0]J,170]],fD[0^j)^<164]](fD[0]J,170]],fD[0^j)};for(var cc=0;cc@ufDJ,152]]-3;cc+=3){e@oJ,733]](JF1][_$^/1^j,JF2][_$^/2^j,JF3][_$^/3^j)^<733]](JF1][_$^/1^j,JF2][_$^/2^j,JF3][_$^/3^j)};if(cc>0&&cc%3000===0){e@o[J#9JPJ<^-J#4]](JF3][_$^/3^j)^<169JP;fq[J#3JP;fq[J#4]](JF3][_$^/3^j);JK^i9JP^<169JPJKvar c@i^J^)J,^p^K[731]],easin^H76[715^}732^O0^nvar @q=function(e@o,^"f@o,f@h,f@l,f@t,fT,f@n,f@r){if( typeof (f@r)===J#1]){f@r=1};f@o=f@o||0;f@h=f@h||J>[13]JIfE=f@w,f@s=f@m,f@j=f@p,f@x=f@i,f@k,f@y;if(JC>15&&f@i-f@p>15){var fI=8JBvar fI=0.35@bMJ [630]]((JC),(f@i-f@p))}JIfN=J>[734]J?v=J>[735]JIfM=fnJ<^-_$^8p);^:^6]=fM^y682]]=f@r^y649]](f@w,f@p,JC,f@i-f@p)^y682]]=1JH@o>0){var b@x=f@o%2===0?0:0.5J<^-J#2]]=f@o^i0]]=f@hJ<^8p)^y717]](f@w-b@x,f@p-b@x,JC+2@bb@x,f@i-f@p+2@bb@x)^i9JP;};e@^9if(f@l===true){^:)J<^-_$^8p^,](f@w+JNp+fI^,JJ-JNp+fI^,JJ,f@p)^i7JP^P6[736]](^wj+fI,^wj)J/^;_$^mN^6]=fS^i8JP;e@^9}JH@t===true){^:)J<^-_$^8i^,](f@w+JNi-fI^,JJ-JNi-fI^,JJ,f@i)^i7JP^P6[736]](^wx-fI,^wx)J/^;_$^mN^6]=fS^i8JP;e@^9}JHT===true){^:)J<^-_$^8p^,](f@w+JNp+fI^,](f@w+JNi-fI^,](f@w,f@i)^i7JP^P6[736]](fE+fI,(f@i+f@p)/2,fE,(f@i+f@p)/2)J/^;_$^m@v^6]=fS^i8JP;e@^9}JH@n===true){^:)J<^-J#4]JJ,f@p^,JJ-JNp+fI^,JJ-JNi-fI^,JJ,f@i)^P6[736]](f@s-fI,(f@i+f@p)/2,f@s,(f@i+f@p)/2)J/^;_$^m@v^6]=fSJ/^;_$^m@v^6]=fS^i8JP^i7JP;e@^9};};n[J>^x[579]^M e^F]||^)J,392]];va^@^4if(^D^Q^)^h^`^&^ J:^&^ 7J;0-dk^&^ 47^N^3?^3^=]((^u10]]@b0.15),^)J,310]]/dkJM^*J=0.9)^o^%b97^+J1^^0]]^_](dk^%JQJ2^%JQ^aJO^b^*J=^[^7e==J3){gb=gd/dkJM^*J=0.9JBif(gb@uJ0^c^!^\'^f6]J7_$^-_$_J4^0^e^2^1e^t^!^\'^f7]^0^e^2^1J-^\'^|^I^R976[59^4dg++^T76[5J8^S76[2^s^W]^XJM^E^\\976^>for(c^U[152J5^k209]]?dz=f^.^Gdz=f^.J"^%b97^+J)^%b97^+5^B^$b97^L^AJL^%^ J:^%^ ^z^%^ 47^lc@JL^&^ J:^&^ 7J;fp^(-dk^&^ 47^lvar f@w=cJ9b^*J=gb/2)+((dkJ$19]]+dg)@bgb^{m=f@w^qpJ?iJHp^(>=0){f@p=c@z;f@i=gfJH@p>f@i){var cr=f@p;f@p=f@i;f@i=f@p;};JBf@i=c@z;f@p=gfJH@p>f@i){var cr=f@p;f@p=f@i;f@i=f@p;};};f^d^V6^Y[^CJ*$_b^]^"0,null,gc&&(fp^(>=0),(fp^(@u0)&&^rc@n[J(1]J@d@p=c@nJ$21]][cc];J-^\'722]][d@p]={id:d@p,objec^v641],J%JA@l,J&JAc,J.:f@pJ!f@i};fn=@r(d@p);if(T){@q(J-^\'645]],^"JG^5,false)};if(^k703^g703]]||^k699^g699]]){^u94^}274]]({char^v28],J&:fp[cc],J%:c@n,point:{x:f@w+(JC)/2,y:fp^(>=0?f@p:f@i},direction:fp^(>=0?1:-1,bounds:{J.^=J\'J!MJ [195]J\'},color:fn})JK;}^y730]^!^\'645^}730JP}JIga=MJ [630]](gf,dk^&b976[742^}417]J@c@i^J^)J,^p^K[743]],easin^H76[715^}744^Oga^nn[J>^x[584]^M e^F]||^)J,392]];va^@^4if(^D^Q^)JIghJE ggJE cc=0,cz,c@z^`^&^ J:^&^ 7J;0-dk^&^ 47^N^3?^3:^u10]]@b0.15^o^%b97^+J1^^0]]^_](dk^%JQJ2^%JQ^aJO^b^*573^?^[^7e==J3^7b@uJ0^c^!^\'^f6]J7_$^-_$_J4^0^e^2^1e^t^!^\'^f7]^0^e^2^1J-^\'^|^I^R976[59^4dg++^T76[5J8^S76[2^s^W]^XJM^E^\\976^>e@o[J#0]]=J(5];for(c^U[152J5dz=f^.]J,209]]?f^.^Gf^.J"^%b97^+J)^%b97^+5^B^$b97^L^AJL^%^ J:^%^ ^z^%^ 47^lc@JL^&^ J:^&^ 7J;fp^(-dk^&^ 478]]))J?w=cJ9b^*573^?gb/2)+(dkJ,524]]@bgb^{m=f@w^qpJ?iJHp^(>=0)J+h[dz]?ghJ6p=c@z-b@x;f@i=gf-b@x;gh[d^Zelse J+g[dz]?ggJ6i=c@z+b@x;f@p=gf+b@x;gg[d^Z;f^d^V6^Y[^CJ*$_b^]^"0,null,gc&&(fp^(>=0),(fp^(@u0)&&^rc@n[J(1]J@d@p=c@nJ$21]][cc];J-^\'722]][d@p]={id:d@p,objec^v641],J%JA@l,J&JAc,J.:f@pJ!f@i};fn=@r(d@p);if(T){@q(J-^\'645]],^"JG^5,false)};if(^k703^g703]]||^k699^g699]]){^u94^}274]]({char^v550],J&:fp[cc],J%:c@n,point:{x:cz,y:fp^(>=0?f@p:f@i},direction:fp^(>=0?1:-1,bounds:{J.^=J\'J!MJ [195]J\'},color:fn})JK;}^y730]^!^\'645^}730JP}JIga=MJ [630]](gf,dk^&b976[742^}417]J@c@i^J^)J,^p^K[743]],easin^H76[715^}744^Oga^nn[J>^x[585]^M e^F]||^)J,392]];va^@^4if(^D^Q^)JIghJE ggJE cc=0,cz,c@z^`^&^ J:^&^ 7J;0-dk^&^ 47^N^3?^3:^u10]]@b0.15^o^%b97^+J1^^0]]^_](dk^%JQJ2^%JQ^aJO^b^*573^?^[^7e==J3^7b@uJ0^c^!^\'^f6]J7_$^-_$_J4^0^e^2^1e^t^!^\'^f7]^0^e^2^1J-^\'^|^I^R976[59^4dg++^T76[5J8^S76[2^s^W]^XJM^E^\\976^>for(c^U[152J5dz=f^.]J,209]]?f^.^Gf^.J"^%b97^+J)^%b97^+5^B^$b97^L^AJL^%^ J:^%^ ^z^%^ 47^lvar gi;if(dkJ$38]][dz]!==0){gi=fp^(/dkJ$38]][dz]@b100JBgi=0};c@JL^&^ J:^&^ 7J;gi-dk^&^ 478]]))J?w=cJ9b^*573^?gb/2)+(dkJ,524]]@bgb^{m=f@w^qpJ?iJHp^(>=0)J+h[dz]?ghJ6p=c@z-b@x;f@i=gf-b@x;gh[d^Zelse J+g[dz]?ggJ6i=c@z+b@x;f@p=gf+b@x;gg[d^Z;f^d^V6^Y[^CJ*$_b^]^"0,null,gc&&(fp^(>=0),(fp^(@u0)&&^rc@n[J(1]J@d@p=c@nJ$21]][cc];J-^\'722]][d@p]={id:d@p,objec^v641],J%JA@l,J&JAc,J.:f@pJ!f@i};fn=@r(d@p);if(T){@q(J-^\'645]],^"JG^5,false)};if(^k703^g703]]||^k699^g699]]){^u94^}274]]({char^v551],J&:fp[cc],J%:c@n,point:{x:cz,y:fp^(>=0?f@p:f@i},direction:fp^(>=0?1:-1,bounds:{J.^=J\'J!MJ [195]J\'},color:fn})JK;}^y730]^!^\'645^}730JP}JIga=MJ [630]](gf,dk^&b976[742^}417]J@c@i^J^)J,^p^K[743]],easin^H76[715^}744^Oga^nn[J>^x[580]^M e^F]||^)J,392]];va^@^4if(^D^Q^)^h^`^&^ J:^&^ 7J;0-dk^&^ 47^N^3?^3^=]((^u11]]@b0.15),^)J,311]]/dkJM^*J=0.9)^o^%b97^+J1^^1]]^_](dk^%JQJ2^%JQ^aJO^b^*J=^[^7e==J3){gb=gd/dkJM^*J=0.9JBif(gb@uJ0^c^!^\'^f6]J7_$^-_$_J4^0^e^2^1e^t^!^\'^f7]^0^e^2^1J-^\'^|^I^R976[59^4dg++^T76[5J8^S76[2^s^W]^XJM^E^\\976^>e@o[J#0]]=J(5];for(c^U[152J5^k209]]?dz=f^.^Gdz=f^.J"^%b97^+J)^%b97^+5^B^$b97^L^A@JL^%^ J:^%^ ^z^%^ 47^lcJL^&^ J:^&^ 7J;fp^(-dk^&^ 47^lvar f@p=(c@J9b^*J=gb/2)+((dkJ$19]]+dg)@bgb)^{i=f@p^qwJ?mJHp^(>=0){f@w=gf;f@m=cz;JBf@w=cz;f@m=gf;};f^d^V6^Y[^CJ*$_b^]^"JD^rfals~b976[724^}~]();if(T){J-~f@w,f@p,f@m,f@i,fn,~^B ~ typeof (fp[cc][_$_~J,462]][_$_~J,463]][_$_~976[430^}~[cc^j~thisJ,405]]~976[739^}~6[626^}63~)^i5]~_JO163]]();e@o[~p[cc]J,170]~_b976[170]],JF~](epJ,414]]~epJ,311]]);~,epJ,310]],~thisJ,738]]~8^}152]];~,false,false,false~)^y159]~){gb=gdJBif(g~_JO164]](f@w,f@~oJ,730]]();~e@oJ,716]](~76[737]](0,fM);fS[~;if(T){fqJ,~:MJ [630]~[740]]?true:false;~^}152]]@b~r fz=dkJ,59~[29]){continue };c~]]){continue };if(~523]][cc%c@nJM9~fz@u=0){return };v~976[152]]>0){var g~@o=dkJ,575]~]J,209]]():~g@sunction:dJM9~6[718JP;};for(va~={source:e@o,dest:~Callback:d[J>~6[629]])!==J>~]=function(dk){var~8]]))@u@u0JIgd=~]],animation@qase:~JIfS=e@o[_$_b97~ar fn=nullJIep=~r dg=0;dg@udkJM~var c@n=J-9~){var c@l=dkJM9~c=0;cc@ufp[J>~22]]?fp[cc]JM97~p=c@nJ,538]~;var ft=trueJHp~[522]]:c@n[J>~z]=b@x+(f@i-f@p);}~0.9)@u@u0;if(gb>gd~c=(gb>5)&&c@nJM~976[152]]];@q(e@o,~b=(((epJ,31~/MJ [263]~JIdzJIgf=(dk~[478]]))@bMath[_$_~263]](ge))/dkJM~}^y716]~n=^k5~,epJ,415]]~^|6[71~]]||c@nJ,~JIcc=0,cz,c@z~^y16~]J$29]]~fp[cc]J,~8]])+0.5)@u@u0;~_JO737]](1,f~};return c@i;};~@u@u0JIge=dk~392]],animation~+gb@u@u0J?~gc,false,false,~82]][c@l]JIf~@oJ,718]~thisJ,3~tType:J>[~(f@m+f@w)/2,f@~[125]][J>~;e@oJ,~7J;dz-dk~)@u@u0J?~645]]JM97~]]J,~ath[J>~,x2:f@m,y2:~];if(dz@udk~J>[16~J,6~dataSeries~data@yoint~](f@p,f@i)~J>[74~4]]||dz>dk~76[523]][_~{var b@x=g~[J>[~thisJM~x1:f@w,y1~;fSJM9~1){gb=1}}~1]]JIg~[480]]-dk~=Infinity~JO717]~]];cc++){~[dz]:0;f@~]()};e@o[~98]][dg];~z-(dk[_$_~723]]+dk~25]]@b(~;e@o[_$~617]]@b~_$_JQ~JIf@~])JI~Index:c~}else {~f@m-f@w~JG,~=[];var~fD[cc+~0,null~;if(f~;var ~](f@m~};};}~z=(dk~[_$_b~fI,f@~JQ[~]]()~b976','e,c^k);^9J-^0J*^6^.JQ^-,dat^4f@wJ#f@mJ2;fn^r@q(^w^#,fJR^:^=JJ)}^/^;^M76^5^H6[39^<^I49]JO^G^K^$]>=0?f@m:f@w,y:f@p+(f@i-f@p)/2^F_$_^@bounds:{x1:MathJ,630]](J5J#^2J5J2,c^x^J]^(JX^#[^bJIa=^2gf,d^"JP742]]J!6]]);vJ\'^A$J7^7^?_J/46]],^D$_b^844^XgaJV^L[^l6J&^Bb9J6^N]JW^EJ,5^\'JG^Cn=null;JTp=t^o];JIhJ4gg=[]^q^c^!^ JD^!^ J.0-d^!^ 478]]))@u@J:d=^f]?^f]:^w311]]@b0.15@u@J:e=d^"b9^&1]];JIb=(((epJ,311]]/^i](d^"b9J1-d^"b9J3))@b^i](ge))/dkJ,739]J*57^^@b0.9)@u@u0;if(gb>gd^]e===Infinity^]b@u1){gb=1}}};eJ"716]^(JX^#J,716^y^1_bJ0^)epJ!5^*^+eJ"718]^(JX^#J,717]^)epJ!5^*^+^w^#^aJ+^\\6[5^\'^e_$^Z^[[282]][c^OJ<]JEtJK;JL^WJIc=(gb>5)&&^{740]]?true:JJ^j]=_J/45]JScc=0;J=^Y{dz=f^%^u?f^%^u():f^%;JA^"b9^&4J;^"b9^&5J8^T^$]^hcJB};c@z=(d^"^ JD^"^ ^|^"^ ^_cz=(d^!^ JD^!^ J.^$]-d^!^ 478]]))JE@p=c@z-J$[739]J*57^^@bgb/2)+J$[524]]@bgb)^}i=f@p+gb^}wJE@m;if(^$]>=0){vJ9h[dz]?gh[dzJCgf+J>cz+b@x;gh[^Pelse {vJ9g[dz]?gg[dzJCcz-J>gf-b@x;gg[^P;fn=f^g]]?f^g]]:cJ?76^S76[52^^];@q(e@o,fJR^:,gc^=c^k);^9J-^0J*^6^.JQ^-,dat^4f@wJ#f@mJ2;fn^r@q(^w^#,fJR^:^=JJ)}^/^;^M76^5^H6[39^<^I52]JO^G^K^$]>=0?f@m:f@w,y:c@z^F_$_^@bounds:{x1:MathJ,630]](J5J#^2J5J2,c^x^J]^(JX^#[^bJIa=^2gf,d^"JP742]]J!6]]);vJ\'^A$J7^7^?_J/46]],^D$_b^844^XgaJV^L[^l7J&^Bb9J6^N]JW^EJ,5^\'JG^Cn=null;JTp=t^o];JIhJ4gg=[]^q^c^!^ JD^!^ J.0-d^!^ 478]]))@u@J:d=^f]?^f]:^w311]]@b0.15@u@J:e=d^"b9^&1]];JIb=(((epJ,311]]/^i](d^"b9J1-d^"b9J3))@b^i](ge))/dkJ,739]J*57^^@b0.9)@u@u0;if(gb>gd^]e===Infinity^]b@u1){gb=1}}};eJ"716]^(JX^#J,716^y^1_bJ0^)epJ!5^*^+eJ"718]^(JX^#J,717]^)epJ!5^*^+^w^#^aJ+^\\6[5^\'^e_$^Z^[[282]][c^OJ<]JEtJK;JL^WJIc=(gb>5)&&^{740]]?true:JJ^j]=_J/45]JScc=0;J=^Y{dz=f^%^u?f^%^u():f^%;JA^"b9^&4J;^"b9^&5J8^T^$]^hcJB};c@z=(d^"^ JD^"^ ^|^"^ ^_JIi;ifJ$[638]][dz]!==0){gi=^$]/dkJ,638]][dz]@b100}else {gi=0};cz=(d^!^ JD^!^ J.gi-d^!^ 478]]))JE@p=c@z-J$[739]J*57^^@bgb/2)+J$[524]]@bgb)^}i=f@p+gb^}wJE@m;if(^$]>=0){vJ9h[dz]?gh[dzJCgf+J>cz+b@x;gh[^Pelse {vJ9g[dz]?gg[dzJCcz-J>gf-b@x;gg[^P;fn=f^g]]?f^g]]:cJ?76^S76[52^^];@q(e@o,fJR^:,gc^=c^k);^9J-^0J*^6^.JQ^-,dat^4f@wJ#f@mJ2;fn^r@q(^w^#,fJR^:^=JJ)}^/^;^M76^5^H6[39^<^I53]JO^G^K^$]>=0?f@m:f@w,y:c@z^F_$_^@bounds:{x1:MathJ,630]](J5J#^2J5J2,c^x^J]^(JX^#[^bJIa=^2gf,d^"JP742]]J!6]]);vJ\'^A$J7^7^?_J/46]],^D$_b^844^XgaJV^L[^l1J&^Bb9J6^N]JW^EJ,5^\'JG^Cq=^w^#;JTs=d^"^sgj=d^!^sfwJ4ep=t^o^z[716]]()^U716^y^1_bJ0^)epJ!5^*^+e@o^aJ(^>_bJ0^)epJ!5^*^+fq^aJ+^\\6[5^\'^e_$^Z^[[282]][c^OJ<]JEy=^{647]^0J*722]][fy]={^.567],^-}JEr=@r(fy);fqJ,159]]=fr;fwJ4ftJK^q^c^!^ JD^!^ J.0-d^!^ ^_JIk;JIm=null;JL^Wvar fn=cJ?76^S76[52^^^z[159]]=fn^j]=fn;eJ"162]]=^`;if(^p]){^p](@t(^{721]],^`))}JExJKJS;J=^Y{dz=f^%^u?f^%^u():f^%;JA^"b9^&4J;^"b9^&5J8^T^$]^hgl();fxJK;cJB;};cz=(d^"^ JD^"^ ^|^"^ ^_c@z=(d^!^ JD^!^ J.^$]-d^!^ ^_if(ft||fx){e@o[_$_^1^Q;gm=J%JNT){fq[_$^>^Q;};ft=JJ;fx=JJ;}else {^Vcz,c@z)^U165]](cz,c@z)JNcc%250==0){gl()};};^9J-^0J*^6^.JQ^-,dat^4cz,y1:c@z}^/JM!==0){JL[ccJ*JM>0||^{JM>0){var fv=^{726]](cc,cz,c@z,e@o);fwJ,274]](fv)JEu^rfwJ,274]](J%,ctx:fq,typJ [351]],sizJ [727]],c^vC^vThickness:fvJ,728]]})};}}^/^;^M76^5^H6[39^<^I28]JO^G^Kcz,y:c@z^F_$_^@c^xgl();bbJ,729]](fw);^J]^(JX^#[^bfunction gl(){if(!gm){return JN^`>0){eJ"169]]()JNd^!b9J3@u=0&&d^!b9J1>=JFgf}elJ@^!b9J1@uJFgjJ!5]]}elJ@^!b9J3>JFesJ!7]]}}};^Vcz,gk);^Vgm^3e@o[^t^d]=c^k;e@o^n^d]=1^U165]](cz,gk);fqJ,165]](gm^3fq[^t;fq^n;};e@o[_$_^1^Q;fq[_$^>^Q;gm=J%};}vJ\'^A$J7^7^?_J/31]],^D$_b^832^X0JV^L[^l3J&^Bb9J6^N]JW^EJ,5^\'JG^Cq=^w^#;JTs=d^"^sgj=d^!^sfwJ4ep=t^o^z[716]]()^U716^y^1_bJ0^)epJ!5^*^+e@o^aJ(^>_bJ0^)epJ!5^*^+fq^aJ+^\\6[5^\'^e_$^Z^[[282]][c^OJ<]JEy=^{647]^0J*722]][fy]={^.567],^-}JEr=@r(fy);fqJ,159]]=fr;fwJ4ftJK^q^c^!^ JD^!^ J.0-d^!^ ^_JIk;JIm=nullJE@q=[];JL^WJU=cJ?76^S76[52^^^z[159]]=JU^j]=JU;eJ"162]]=^`;if(^p]){^p](@t(^{721]],^`))}JS;J=^Y{dz=f^%^u?f^%^u():f^%;JA^"b9^&4J;^"b9^&5J8^T^$]^hif(cc>0){gn();f@q=[];};cJB;};cz=(d^"^ JD^"^ ^|^"^ ^_c@z=(d^!^ JD^!^ J.^$]-d^!^ ^_^9J-^0J*^6^.JQ^-,dat^4cz,y1:c@z};f@q[f@q[_J)]]=J%}^/JM!==0){JL[ccJ*JM>0||^{JM>0){var fv=^{726]](cc,cz,c@z,e@o);fwJ,274]](fv)JEu^rfwJ,274]](J%,ctx:fq,typJ [351]],sizJ [727]],c^vC^vThickness:fvJ,728]]})};}}^/^;^M76^5^H6[39^<^I30]JO^G^Kcz,y:c@z^F_$_^@JU:JU})};};gn();bbJ,729]](fw);^J]^(JX^#[^bfunction gn(){var fD=I(f@q,2);if(fD^We@o[_$_^1_JP164JH0^,0^m;if(T){fq[_$^>_JP164JH0^,0^m;}JSvar cc=0;cc@ufD[_J)]-3;cc+=3){eJ"733JHcc+1^,cc+1][_^R2^,cc+2][_^R3^,cc+3^m^U733JHcc+1^,cc+1][_^R2^,cc+2][_^R3^,cc+3^m};JN^`>0){eJ"169]]()JNd^!b9J3@u=0&&d^!b9J1>=JFgf}elJ@^!b9J1@uJFgjJ!5]]}elJ@^!b9J3>JFesJ!7]]}}};gm={x:fD[0J*170]],y:fD[0J*629]]};^VfD[fD[_J)]-1]^3^Vgm^3e@o[^t^d]=c^k;e@o^n^d]=1^U165JHfD[_J)]-1]^3fqJ,165]](gm^3fq[^t;fq^n;};};}vJ\'^A$J7^7^?_J/31]],^D$_b^832^X0JV^L[^l2J&^Bb9J6^N]JW^EJ,5^\'JG^Cq=^w^#;JTs=dkJ,462]][_~b976[724]J*~kJ,463]][_$_~kJ,462]][_$_~430]J*645]]~fp[ccJ*629]~p[ccJ*170]]~76[626]J*63~98]][_J)];~]();if(T){thisJW~](epJ!4]],~]],epJ,310]]~,epJ,311]]);~J*170]],fD[~dataSeriesIndex:c@l~objectType:_$_JP~;if(fp[ccJ*~];^w430]~JP163]]();e@o[_$~MathJ,195]](~J,170]],gk);~a@yointIndex:cc,x1:~[699]]||cJ?76~722]][d@p]={id:d@p,~5]J*392]],a~976[715]J*7~var d@p=cJ?76~p,f@m,f@i,fn,0,null~703]]||^{~4]J*274]]({~,JJ,JJ,JJ,~_JP163]]();fq[_$~nimationCallback:d[~JP629]]>=0?1:-1,~rce:e@o,dest:this[_~(dk){JT@o=dk[_$_~u=0){return }JE~easing@sunction:d[_~976[392]]JEz=dk~},direction:fp[cc][~@yoint:fp[cc]JOS~[699]]){thisJW97~chartType:_$_JP5~};};eJ"730~eries:c@n,point:{x:~urn c@i;};nJW976~703]]||fp[cc]JW9~||t^o~@l]JEp=c@n[_$_b~dz]=b@x+(f@m-f@w);}~_JP164]](cz,c@z)~$_JP629]],fD[cc+~[523]][cc%cJ?~inue JN typeof (~;J(_b976[~eJ"165]](~[_J)]>0){~]],animation@qase:~J)];cc++)~_JP598]][dg];va~r c@n=thisJW976~dg=0;dg@udkJW97~){gb=gd}else {if(g~3]][_J)]~478]])+0.5)@u@u0;~^{719]]~J,718]]();~_J/30]]()};~;var dz;JIf=(d~;eJ"682]~dg++){var c@l=dk[~^w738]~p[ccJ*522~)!==_$_JP29]){~MathJ,263]~;eJ"160]~@nJ,741]]~125]J*58~J*629]])~J,168]]()~hisJ,405]~eJ"720]~;var cc=0,cz,c@z~=@r(d@p);if(T){~JP674]];var ~_$_JP167]]()~J,209]]~olor:fu,border~thisJ,~olor:fn})};};~]]()};e@o[_$_~];e@oJW976~c@nJ,~J.dz-d~@u@u0JE@~e:fvJW976~J,41~@oJ,~,y1:f@p,x2:~(dkJW976~{x:cz,y:c@z~]]=function~ar c@i={sou~if(T){fq[_$~$_JP152]~]J,~}JSvar ~[_$_JP~[621]][cc~725]]@b(~$_JP7~JX717]~76[480]]~,y2:f@i}~76[478]]~=[];var ~fJRm)~76[575]]~_JP40~]]){cont~ar b@x=g~u0;JI~]]||dz>d~JX538]~cc@ufp[_~b@x;f@m=~@nJW9~se {if(d~if(dz@ud~ontinue ~]:0;f@w=~723]]+d~;var f~0){gk=~if(fz@~]](fD[~var g~false~=true~if(fp~537]]~};if(~,data~bJX~641],~@w,f@~;for(~var e~color~};ret~[_$_b~976[','$_J8674^vj=d^!J8674^ww=[];^>[405]];e^[716]](^)716^V^$J=^j^F^h5^*,ep^Ie@o^G^a^,J=^j^F^h5^*,ep^Ifq^G};for^4J@^(^/^g98]]^0$_b^l^1^Ky=^W647]];^t^%J-fy]={^6567^7@lJ%fr=@r(fy)^`[159]]=fr;fw^yftJ<^P^A^!^ J$^!^ ^u0-d^!^ 47^DgkJ(mJ.J9x=J?JAfp^O>0J/fn=^W523]][cc%^W523]]^O];e^[159]^50]^52]]=^W719J)e^[720]]){e^[720]](@t(^W721]],^W719]]))};for(;cc@ufpJ>^8f^#^e09]]?f^#^e09]]():f^#^s^"^E[^b^"^E^;J9@z=c@zJA typeof (^3])!=^Qgl();fxJ<;continue ;};cz=(d^"^ J$^"^ ^udz-d^"^ J&+0.5J*;c@z=(d^!^ J$^!^ ^u^3]-d^!^ J&+0.5J*JAft||fx){e@o[_$_^$J@^i,c@z);gm={^d^xq[_$^,_b9^2ft=J?;fx=J?;}J+e@o[^J,f@z^)J,cz,f@z)};e@o[^J^+976[J,J3)J7cc%250==0){gl()};J%d@p=^W621]][cc];^t^%J-d@p]={id:d@p,^6641^7@l^_Index:cc,x1:cz,y1:c@zJ7^M537]]!^{^M5J4||^W5J4){v^m_^LJ3,e@o);fw^eJ:fv);J9u=@r(d@p)^xw[_$_^.c@z,ctx:fq,typ^^6[351]],siz^^6[727]]J u,borderColor:fu,borderThickness:fv^f28]]})};}J7^M703^N[703]]||^M699^N[699]]){^S394]]^eJ:{chartType:J\'6[529]^_:fp[cc],dataSeries:c@n,point:{^d,direJ5^3]>=0?1:-1J n})};};gl();bb^f29]](fw);};};e^[J0)JAT){^t^%64^][J0)};^} gl(){if(!gm)^qif(^W^96[169]]()J7d^!J8478]]@u=0&&d^!^n>=0){gk=gf^pd^!^n@u0){gk=gj[^h5]]^pd^!J8478]]>0){gk=es[^h7]]}}};e@o[^J,gk);e^[J,gm^r170]],gk);e^[167]]^\'J1_^H^k8]]^\']=1^xq[^J,gk)^`[J,gm^r170]],gk)^`^:[168]]();}^z^$J@^i,c@z);fq[_$^,J@^i,c@z);gm={^d;}var c@i={source:e@o,dest:^S^Y6[39^UCallback:d^f31]],easing@sunJ5d^f1^][73^U@qase:0};return c@i;};n^r12^][588]]=^}(dkJ/e@o=dk^g75]]||^S^Y6[392^wz=dk[J\'^(J)fz@u=0)^qJ9nJ.J9w=[];^>[405^vr^ygo=[]^P^A^!^ J$^!^ ^u0-d^!^ J&)^ce=d^"^E[631^wq=^t^%645]]^xq[^k3^VJ8716]](^)716^V^$J=^j^F^h5^*,ep^Ie@o^G^a^,J=^j^F^h5^*,ep^Ifq^G};x@lalue@yresent=[];for^4J@^(^/^g98]]^0$_b^l^1J8538^vt;^W747]]=[]^Rfp^O;cc++){gt=f^#^e09]]?f^#^e09]]():f^#;^W747]][gt]=ccJA!^C){go^eJ:gt);^CJ<;};};go^g41]](q);};for^4J@^(^/^g98]]^0$_b^l^1^KtJ0){fn=^W523]][0];e^[159]^50]^52]]=^W719J)e^[720]]){e^[720]](@t(^W721]],^W719]]))}^RgoJ>^8go[cc]J(qJ.if(c@^&>=0){gq=fp[c@^&]}J+gq={x:dz,y:0}J7dz@ud^"^E[^b^"^E^;^Z^\\J;)!=^Qcontinue J%cz=(d^"^ J$^"^ ^udz-d^"^ 47^Dc@z=(d^!^ J$^!^ ^u^\\J;-d^!^ J&);var b@x=J2?J2:0;c@z=c@z-b@x;gp[_$_^.g^|J2=gf-c@zJAft){e@o[_$_^$J@^i^+976[163]]();fqJ>9^2ft=J?;}J+e@o[^J^+976[J,J3)J7cc%250^{^W^9J6^B76[152^=b976^<6[1^T^-[J;^)1^T^-^@9J#^\'J1_^H^k8]]^\']=1^z^$J@^i^+976^:[1^o_$^,_b9^2gp[_$_^.g^|}J"^&>=0J/d@p=^W621]][c@^&];^t^%J-d@p]={id:d@p,^6641^7@l^_Index:c@^&,x1:cz,y1:c@z}J"^&>=0&&^\\537]]!^{^\\5J4||^W5J4){v^m_^LJ3,e@o);fw^eJ:fv);markerColor=@r(d@p)^xw[_$_^.c@z,ctx:fq,typ^^6[351]],siz^^6[727]],color^?Color^?Thickness:fv^f28]]})};}J7^\\703^N[703]]||^\\699^N[699]]){^S394]]^eJ:{chartType:J\'6[531]^_:gq,dataSeries:c@n,point:{^d,direJ5^3]>=0?1:-1J n})};J7^W^9J6^B76[152^=b976^<6[1^T^-[J;^)1^T^-^@9J#^\'J1_^H^k8]]^\']=1^z^$J@^i^+976^:[1^o_$^,_b9^2};delete (^W747]]);};bb^f29]](fw);e^[J0^)J0)J%c@i={source:e@o,dest:^S^Y6[39^UCallback:d^f31]],easing@sunJ5d^f1^][73^U@qase:0};return c@i;};n^r12^][589]]=^}(dkJ/e@o=dk^g75]]||^S^Y6[392^wz=dk[J\'^(J)fz@u=0)^qJ9nJ.^>[405^ww^ygr^ygo=[]^P^A^!^ J$^!^ ^u0-d^!^ J&)^cd=^S738]]?^S738]]:^S310]]@b0.15^ce=d^"^E[631^vb=(((ep^r310]]/^X[263]](d^"^n-d^"J8J&)@b^X[263]](ge))@b0.9J*;J9q=^t^%645]];e^[716]](^)716^V^$J=^j^F^h5^*,ep^Ie@o^G^a^,J=^j^F^h5^*,ep^Ifq^G};x@lalue@yresent=[];for^4J@^(^/^g98]]^0$_b^l^1J8538^vt;^W747]]=[]^Rfp^O;cc++){gt=f^#^e09]]?f^#^e09]]():f^#;^W747]][gt]=ccJA!^C){go^eJ:gt);^CJ<;};};go^g41]](q);};for^4J@^(^/^g98]]^0$_b^l^1^KtJ<;J9y=^W647]];^t^%J-fy]={^6567^7@lJ%fr=@r(fy)^`[159]]=frJAfp^O==1J!JAgb@u1){gb=1^pgb>gdJ!J%gp=[]JAgo^O>0){fn=^W523]][cc%^W523]]^O];e^[159]^50]^52]]=^W719J)e^[720]]){e^[720]](@t(^W721]],^W719]]))J%gc=(gb>5)?J?:J?^RgoJ>^8go[cc]J(qJ.if(c@^&>=0){gq=fp[c@^&]}J+gq={x:dz,y:0}J7dz@ud^"^E[^b^"^E^;^Z^\\J;)!=^Qcontinue J%giJAdk^r638]][dz]!==0){gi=^\\J;/dk^r638]][dz]@b100}J+gi=0J%cz=(d^"^ J$^"^ ^udz-d^"^ 47^Dc@z=(d^!^ J$^!^ ^ugi-d^!^ J&);var b@x=J2?J2:0;c@z=c@z-b@x;gp[_$_^.g^|J2=gf-c@zJAft){e@o[_$_^$J@^i^+976[163]]();fqJ>9^2ft=J?;}J+e@o[^J^+976[J,J3)J7cc%250^{^W^9J6^B76[152^=b976^<6[1^T^-[J;^)1^T^-^@9J#^\'J1_^H^k8]]^\']=1^z^$J@^i^+976^:[1^o_$^,_b9^2gp[_$_^.g^|}J"^&>=0J/d@p=^W621]][c@^&];^t^%J-d@p]={id:d@p,^6641^7@l^_Index:c@^&,x1:cz,y1:c@z}J"^&>=0&&^\\537]]!^{^\\5J4||^W5J4){v^m_^LJ3,e@o);fw^eJ:fv);markerColor=@r(d@p)^xw[_$_^.c@z,ctx:fq,typ^^6[351]],siz^^6[727]],color^?Color^?Thickness:fv^f28]]})};}J7^\\703^N[703]]||^\\699^N[699]]){^S394]]^eJ:{chartType:J\'6[532]^_:gq,dataSeries:c@n,point:{^d,direJ5^3]>=0?1:-1J n})};J7^W^9J6^B76[152^=b976^<6[1^T^-[J;^)1^T^-^@9J#^\'J1_^H^k8]]^\']=1^z^$J@^i^+976^:[1^o_$^,_b9^2};delete (^W747]]);};bb^f29]](fw);e^[J0^)J0)J%c@i={source:e@o,dest:^S^Y6[39^UCallback:d^f31]],easing@sunJ5d^f1^][73^U@qase:0};return c@i;};n^r12^][590]]=^}(dkJ/e@o=dk^g75]]||^S^Y6[392^wz=dk[J\'^(J)fz@u=0)^qJ9nJ.^>[405]]^P^A^!^ J$^!^ ^u0-d^!^ J&)^cd=^S738]]?^S738]]:^S310]]@b0.15^ce=d^"^E[631^vb=(((ep^r310]]/^X[263]](d^"^n-d^"J8J&)@b^X[263]](ge))/fz@b0.9J*;e^[716]]()JAT){^t^%64^][716^V^$J=^j^F^h5^*,ep^Ie@o^Gif(T){^t^%64^]^j^F^h5^*,ep^I^t^%645]]^GJ%gw=-InfinityJ(y=Infinity;for^4J@^(^/^g98]]^0$_b^l^1J8538^v@z=0;for(var cc=0;cc@ufpJ>^8^M209]]?dz=f^#^e09]]():dz=f^#^s^"^E[^b^"^E^;^Z^M264]])!==^k1]){g@z=^M264J)g@z>gw){gw=g@zJ7g@z@ugy){gy=g@z};};};J%gx=^X[748]]@b5@b5J(v=^X[195]](^X[271]](^X[630]](ep^r311^*)@b0.25/2,2)@b^X[748]],gx);for^4J@^(^/^g98]]^0$_b^l^1^KtJgdJ!J7fp^O>0){e^[160]]=J\'6[745];for(var cc=0;cc@ufpJ>^8^M209]]?dz=f^#^e09]]():dz=f^#^s^"^E[^b^"^E^;^Z^3])!=^Qcontinue };cz=(d^"^ J$^"^ ^udz-d^"^ J&+0.5J*;c@z=(d^!^ J$^!^ ^u^3]-d^!^ 47^Dg@z=^M264^vu=(gw===gy)?gv/2:gx+(gv-gx)/(gw-gy)@b(g@z-gy)J(z=^X[195]](^X[749]](gu/^X[748]]J*,1);var dS=gz@b2;v^m_^Le@o);fv^f27]]=dS;e^[682]J1J\'~b976[724]]^r~k^r463]][_$_~k^r462]][_$_~p[cc]^r170]]~J8163]]();e@o[_$~b976[430]]^r~n^f47]][dz]~();e^[682]~6[598]]^r152~);^a_b976[~]],ep^r310]]~,c@z);^a_b~_J8163]]();fq[_$~76[170]],gs[J\'6~J8274]]({x:cz,y:~]];dg++J/c@l=dk~[dg];var c@n=this[_~c@l];J9p=c@n[_$_~7^i,c@z);};~^M629]~(var dg=0;dg@udk[_$~]=fn;e^[16~objectType:J\'6[~],dataSeriesIndex:c~976[152]];cc++){dz=~719]]>0){e@o[J\'~[167]]()^`~[635]]){continue };~[259]]()^zb97~]]>0J/gs=gp[_$_~var ep=^tb976~:markerColor,border~[629]])};}^zb~@z;var dzJ(f=(d~]()};while(gpJ>9~x@lalue@yresent[gt]~8]])+0.5J*;var ~b976[626]][J\'6~^h4]],ep[~^f18]]();~$_J8741]];e@o[~^r311]]);~^k5]](cz~b976[538^w~$_J8726]](cc,~fp[cc]^r~]]||c@n[J\'6~^r152]]~;var cc=0,cz,c~=J\'6[29]){~;for(cc=0;cc@u~this^r~65]](gsJ>9~2]],animation~]]()}^z~c@n^r~Math[J\'6~405]][J\'~if( typeof (~@o^r~gq^r~5]][J\'6~e:fv[J\'~,data@yoint~;fq[J\'6~if(T){fq[_$~634]]||dz>d~@u@u0J(~x:cz,y:c@z}~^r2~^r7~^r5~J\'6[41~6[164]](cz~[717]](ep[~J\'6[16~976[282]][~ar fv=c@n[~J8480]]~68]]();fq[~}J+if(~{return };~[J\'6[~JAdz@ud~this[_$_~725]]@b(~]]J(~]];J9~JAT){f~=[];var ~;e@o[_$_~==0){if(~f-b@x});~function~,color:f~){gb=gd}~;J7c@~76[167]]~723]]+d~};var ~478]])~_$J@~;var g~]]JA~)@u@u0~else {~165]](~722]][~=null;~){var ~730]](~]=c@n[~gr[dz]~cz,c@z~37]]>0~ction:~6[169]~}JA~b976[~var f~74]](~629]]~=true~J@6~[_$_b~false~_b97~;if(','6[741]];bb^z51]](cz,c@z,e@o,fvJ JD,^F,fvJ 522^\\750^\\728]])^d682]]=1;va^@[6^?b^+^^^0^M^/^%cz,y1:c@z,size:dSJ2uJ6JHT){bb^z51]](cz,c@z,J!^+645^\\JD,^F,fu,fu,fv^z28]])JG^Q703^T[703]]||^Q699^T[699]]){t^LJ.^\'J#40]^W^(J$cz,y:c@z^j^ecz-^F/2,y1:c@z-^F/2,x2:cz+^F/2,y2:c@z+^F/2^l}JI^VJE^9^+^PJE)}JCc@i={source:e@o,dest:^2^S^{Callback:^g3]],easing@sJ0:^g^h714]]^{@qase:0};J1c@i;};nJ 12^h591]]=fJ0(dkJ=e@o=dkJ 575]]||^2^SJCfz=^4^]if(fz@u=0){J1J2n=^o^2Jgd){gb=gd}JG^G>0){e@oJ 160]]=_$J?745J(Ma^5^2]^u0]],^2]^u1]]))){continue };va^@[6^?b^+^^^0^M^/^%cz,y1:c@zJ2uJ6JHT){bb^z51]](fvJ 170^\\629]],J!^+645^\\JD,^F,fu,fu,fv^z28]])JG^Q703^T[703]]||^Q699^T[699]]){t^LJ.^\'J#39]^W^(J$cz,y:c@z^j^ecz-^F/2,y1:c@z-^F/2,x2:cz+^F/2,y2:c@z+^F/2^l};g@q=cz;gC=c@zJI^VJE^9^+^PJE)}JCc@i={source:e@o,dest:^2^S^{Callback:^g3]],easing@sJ0:^g^h714]]^{@qase:0};J1c@i;};nJ 12^h593]]=fJ0(dkJ=e@o=dkJ 575]]||^2^SJCfq=J!^+645]J0J=gc=(gb>5)&&^c40]]?true:JFJLJ-^G;JB^QJ7^7170]J8^s^7^Y^*JO^3^|^*JO^35]^Cfp[^1===null||!fp[^1[_^k||^#b^i)!^X^#b^v])!^X^#b^}2])!^X^#b^}3^r^DcJK^*^ J/k^*^ ^f^*^ ^)p=(d^!^ J/^!^ ^"^i-d^!^ ^)i=(d^!^ J/^!^ ^"^v]-d^!^ ^f@p^wf@i,x3:cz,y3:gD,x4:cz,y4:gE,borderThickness:f@o,color:fn}^d160]]=fn;e@o[_$_^$J?162]]=f@o;fqJ 162]]=Ma^6f@o,4JHc@nJ JD===J#35]){e@o[_$_b^>f@iJ"^-Ma^5fJA^J9]](J"b^>Ma^6fJAJ"^-gD^J9]]();@q(e@o,f@w,Ma^5J*@m,Ma^6J*p[^1[0]@u=fp[^1[3]?^c52]]:fn,f@o,fn,gc,gcJ;JF,^c41]]JHT){fnJ6^R0]]=fnJ4b^>f@i)J4^-Ma^5fJA^A]()J4b^>Ma^6fJA)J4^-gD^A]();@q(fq,f@w,Ma^5J*@m,Ma^6J*n,0,null^.,JF);};}J,c@nJ JD===J#36]){e@o[_$_b^>f@iJ"^-gD^J9]](J"^$J?16J:f@p^J5]](J5^J9]](J"^$J?16J:gE^J5]](f@m,gE^J9^qnJ6^R0]]=fnJ4b^>f@i)J4^-gD^A](^R3]](^RJ:f@p^R5]](J5^A](^R3]](^RJ:gE^R5]](f@m,gE^A]();};}JG^Q703^T[703]]||^Q699^T[699]]){t^LJ.^\'c@nJ JD^W^(J$f@w+(f@m-f@w)/2,y:f@i^j^efJ>Ma^5f@i,gD)^wMa^6f@i,gD)^l}JI^V30^qq^zJE)}JCc@i={source:e@o,dest:^2^S^{Callback:^g3]],easing@sJ0:^g^h714]]^{@qase:0};J1c@i;};nJ 12^h594]]=fJ0(dkJ=e@o=dkJ 575]]||^2^SJCfz=^4^]if(fz@u=0){J1J2n=^o^2J0J=gc=(gb>5)&&^c40]]?true:JFJLJ-^G;JB^QJ7^7170]J8^s^7^Y^*JO^3^|^*JO^35]^Cfp[^1===null||!fp[^1[_^k||^#b^i)!^X^#b^v^r^DcJK^*^ J/k^*^ ^f^*^ ^)p=(d^!^ J/^!^ ^"^i-d^!^ ^)i=(d^!^ J/^!^ ^"^v]-d^!^ ^f@iJ=cr=f@p;f@p=f@i;f@i=cr;};va^@[6^?b^+^^^0^M^/^%fJ>f@p^wf@iJ2@o=0;@q(e@o,J5JMf@i,fn,f@o,fn,gc,gcJ;JF,^c41]]);fnJ6JHT){@q(J!^+645]],J5JMf@i,fn,0,null^.,JF)JG^Q703^T[703]]||^Q699^T[699]]){t^LJ.^\'J#54]^W^(index@oeyword:0,J$f@w+(f@m-f@w)/2,y:fp[^1[J9^1[0]?f@i:f@p^jfp[^1[J9^1[0]?-1:^efJ>Ma^5J3)^wMa^6J3)^l;t^LJ.^\'J#54]^W^(index@oeyword:1,J$f@w+(f@m-f@w)/2,y:fp[^1[J9^1[0]?f@p:f@i^jfp[^1[J9^1[0]?1:-^efJ>Ma^5J3)^wMa^6J3)^lJI};^VJE^9^+^PJE)}JCc@i={source:e@o,dest:^2^S^{Callback:^g3]],easing@sJ0:^g^h714]]^{@qase:0};J1c@i;};nJ 12^h595]]=fJ0(dkJ=e@o=dkJ 575]]||^2^SJCfz=^4^]if(fz@u=0){J1J2n=^o^2J0J=gc=(gb>5)&&^c40]]?true:JF^d160]]=_$J?745];for(J-^G;JB^QJ7^7170]J8^s^7^Y^*JO^3^|^*JO^35]^Cfp[^1===null||!fp[^1[_^k||^#b^i)!^X^#b^v^r^Df@w=(d^!^ J/^!^ ^"^i-d^!^ ^)m=(d^!^ J/^!^ ^"^v]-d^!^ ^f@mJ=cr=f@w;f@w=f@m;f@m=cr;};fn=fp[^K]?fp[^K]:^O][cc%^O][_^k];@q(e@o,J5JMf@i,fn,0,null,gc^.,^c41]]);va^@[6^?b^+^^^0^M^/^%f@w,y~b976[724]]J ~kJ 463]][_$_~725]]@b(fp[cc][_$_b~ typeof (fp[cc][_$_~JJ163]]();e@o[_$~a@yointIndex:cc,x1:~^/a~6[274]]({chartType:~cc],dataSeries:c@n,~^dk~976[629]][~[_$J?~this[_$_b~);e@o[_$_~_$J?5~point:{x:~JJ717]~1]J=fp[~4]](cz,~,JF,~]JC~){var ~@w,y1:~_JJ~gb>gd)~@p,gE)~cc++){~;var ~351]]~30]](~false~};if(~);if(~;};};~JO[~z=(dk~;for(~,f@m,~var f~b976','J?x2:f@m,yJ@;fn=@r(d@p)J^T){@q(J.^&645]],f@w,f@p,f@m,f@i,fn,0,nullJ=J=J=J=)};^>JY||^Y]||fp[cc^v99]]||^D){^F^u74]]^-[555^y^.^,0,point:{x:f^ [1]>=f^ [0]?f@w:f@m,y:f@p+(f@i-f@p)/2^g^ [1]>=f^ [0]?-1:1,bounds:{x1:^jJH^}J?x2:^j[195]]^}J@,J"^F^u74]]^-[555^y^.^,1,point:{x:f^ [1]>=f^ [0]?f@m:f@w,y:f@p+(f@i-f@p)/2^g^ [1]>=f^ [0]?1:-1,bounds:{x1:^jJH^}J?x2:^j[195]]^}J@,J"};};};};e@o^WJ^T){J.^&645]]^W};J717]]^^^M^K^+^l[JJ^\'163]]()^k717]]^^^M^K^+^kJJ);}JZJTJI@u^?^f;dg++J8g@s=[];J0J8fn=c^Ecc%c^E^f]^J]=fn^`0]]=fn^N]=^e19]]J^e@oJ$20]]^a20]](@t(^e21]],^e19]]))}J9xJDfor(;cc^T];cc++){dz=fp^C^u09]]?fp^C^u0JW:fp^C]J^dz@ud^%J;26]^v34]]||dz>d^%J;26]^v35]]){conJO}JS^ ==JV||!f^ [^f|J ^ [0^]|J ^ [1^]){gl();fxJDconJO;};cz=(d^%^!7J:^%^!72JFdz-d^%^!^3p=(d^"^!7J:^"^!J-^ [0]-d^"^!^3i=(d^"^!7J:^"^!J-^ [1]-d^"^!4^Zif(ft||fx){J4^(J0J#;gmJ!p};g@s=[];g@s[_$_b9^)i}^\'163]^LJ#;};ft=false;fx=false;}JR^\\](JC);g@s[_$_b9^)i}^\'165]](JC)}J^cc%250==0){gl()};JEd@p=^i621]][cc];J.^&JAd@p]={id:d@p,^/641],^5J[@yointJQcc,x1:cz,yJ?yJ@;^>537]]!==0){^>5JP||^i5JPJ8fv^SJ*i,e^s^1^;J_^)i^2b976^4976JL^<^7s^V]})};fv^SJ*p,e^s^1^;J_^)p^2b976^4976JL^<^7s^V]})};}};^>JY||^Y]||fp[cc^v99]]||^D){^F^u74]]^-[533^y^.^,0^Pp^g^ J5^ [1]?-1:1,J"^F^u74]]^-[533^y^.^,1^Pi^g^ J5^ [1]?1:-1,J"};};gl();bbJ$29]](fwJKe@o^WJ^T){J.^&645]]^W};J/ gl(JX!gm)^dgsJV^p^6J0JW}^og@s[^f-1;cc>=0;cc--){gs=g@s[cc];^\\^I^O])^k165]^I^O])^H7]]()^*^e41]]^R]()^*1^k168]]()^p^6_^(J\'^I^O])^o0;cc@ug@s[^f;cc++){gs=g@s[cc];^\\^I^O])^HJW;};J4^(J0J#^k163]^LJ#;gmJ!p};g@s=[];g@s[_$_b9^)i});}J717]]^^^M^K^+^l[JJ^\'163]]()^k717]]^^^M^K^+^kJJ);}JZJTJI@u^?^f;dg++J8c@l=^?dg];J0){JU=c^Ecc%c^E^f]^J]=JU^`0]]=JU^N]=^e19]]J^e@oJ$20]]^a20]](@t(^e21]],^e19]]))}JZ;cc^T];cc++){dz=fp^C^u09]]?fp^C^u0JW:fp^C]J^dz@ud^%J;26]^v34]]||dz>d^%J;26]^v35]]){conJO}JS^ ==JV||!f^ [^f|J ^ [0^]|J ^ [1^]JXcc>0){gn();g@j=[];g@x=[];};conJO;};cz=(d^%^!7J:^%^!72JFdz-d^%^!^3p=(d^"^!7J:^"^!J-^ [0]-d^"^!^3i=(d^"^!7J:^"^!J-^ [1]-d^"^!4^ZJT@p=^i621]][cc];J.^&JAd@p]={id:d@p,^/641],^5J[@yointJQcc,x1:cz,yJ?yJ@;g@j[g@j[^f]J!p};g@^0]J!i};^>537]]!==0){^>5JP||^i5JPJ8fv^SJ*p,e^s^1^;J_^)p^2b976^4976JL^<^7s^V]})}J9v^SJ*i,e^s^1^;J_^)i^2b976^4976JL^<^7s^V]})};}};^>JY||^Y]||fp[cc^v99]]||^D){^F^u74]]^-[530^y^.^,0^Pp^g^ J5^ [1]?-1:1,JU:JU});^F^u74]]^-[530^y^.^,1^Pi^g^ J5^ [1]?1:-1,JU:JU}JKgn();bbJ$29]](fwJKe@o^WJ^T){J.^&645]]^W};J/ gn(J8fD=I(g@j,2)J^^b]>0){J4^(J04]](fD[0^#0]^c^\'163]^L4]](fD[0^#0]^c);}^o0;cc@u^b]-3;cc+=3^aJ(+1^#cc+1JN^[2^#cc+2JN^[3^#cc+3]^c^\'7J(+1^#cc+1JN^[2^#cc+2JN^[3^#cc+3]^c)};}^p^6J0JW};fD=I(g@x,2);^\\](g@^0-1]J,170]],g@^0-1]^c)^o^b]-1;cc>2;cc-=3^a^q^#J1^:^#^r6^8J\\^99J2^\'7J(-1^#J1^:^#^r6^8J\\^99J2)}^H7]]()^*^e41]]^R]()^*1^p^6_^(J04]](g@^0-1]J,170]],g@^0-1]^c)^o^b]-1;cc>2;cc-=3^a^q^#J1^:^#^r6^8J\\^99J2^\'7J(-1^#J1^:^#^r6^8J\\^99J2)}^HJW^H3]](^\'167]^L8]](JK}J753]^U^Q],gzJ]g@tJ=)^l[753]^U^Q],gN@bgz,g@tJ]true)^`7]]()^J]=fn^`0J)[3]^N]=2^R]();}}^*1;e@o^W;};nJ,12^x[592]]=J/(dkJ8c@v=thisJ9z=^?^fJSz@u=0)^dc@l=^?0];J20];c@v[_$_^&JAd@p]=h@z;^h10]]={x:gIJ,170]],y:gI^c};^h629^_29^B4]]=hd;^h755]]=eT;^h705]]=^e05^B6]]=^t756^n6[756]]:^e56]]?^e56]]:^t522^n6[522]]:c^Edg%c^E_$J>152]^B7]]=^t757^n6[757]]:^e57^B8]]=^t758^n6[758]]:^e58]];^h689^_89^n6[689]]:^i689^G2^_92^X2^@2^G3^_93^X3^@3^G0^_90^X0^@0^G1^_91^X1^@1^G4^_94^X4^@4]]?^i694]]:null;^h695^_95^X5^@5]]?^i695]]:^w310]]@b0.33;^h696]]= typeof (^t696]])!J&161]?^t696^@6^B9]]=dg===0?^e59]]?(^e59]]/180)^$]:0:g@k[dg-1]J$60^B9]]=(^h759]]+(2^$]))%(2^$]);^h760]]=^h759]]+((2^$]/hk)@b^j[263]](gq^c))J6E=(^h760]]+^h759]])/2;hE=(hE+(2^$]))%(2^$]);^A=hEJ^^A>(^j[748]]/2)-he&&^A@u(^j[748]]/2)+heJXh@j===0||g@k[hC]J$61]]>^A){hC=dg};h@j++;}JRif(^A>(3^$]/2)-he&&^A@u(3^$]/2)+heJXh@s===0||g@k[h@q]J$61]]>^A){h@q=dg};h@s++;}}J^hE>(^j[748]]/2)&&hE@u=(3^$]/2)){^h762J)[360]}JR^h762J)[14]};^h763]]= new bi(^|[40^x[392]],{fontSize:^h690]JM@samily:^h691]JMColor:^h689]JMStyle:^h692]JM@weight:^h693]],horizontal@zlign:_$J>360],backgroundColor:h@z[_$_~p[cc]^c~b976[724]]J,~kJ,463]][_$_~]J,170]],fD[~@b^j[748]~kJ,462]][_$_~b976[430]]J,~);if(T){fqJ,~J\\163]]();e@o[_$~76[274]]({x:cz,y:f@~^l[682]]=~],^w311]])~:c@n,index@oeyword:~({chartType:_J_76~t:fp[cc]J[Series~objectType:_$J>~x[g@x[^f~76[274]](fv)J9u~,ctx:fq,type:fv[_$_~4^Zf@~[351]],size:fv[_$_b~dataSeriesJQc@l~976[719]]>0){e@o[_$~or:fu,borderThickne~[629]],fD[cc-3][_$_~170]],fD[cc-3JN~_b9J2,fD[cc-2~=@r(d@p)J^T){fw[_~,JU:fu,borderCol~thisJ,405]]~if(fp[cc]J,~dkJ,598]][~]]:^i69~^h761]]~]];^h75~[cc]J,170]~^i699]]~@nJ,523]][~thisJ,394]~]];^h69~;}^`~](gsJ,170]~^l[159]~],^w310]~]()^k16~],^w415]~^`2]~],gsJ,629]~,point:{x:cz,y:f@~],gIJ,629]~^`8]~=^e26]~@ufpJ,152]~](gIJ,170]~s:fvJ$28]~J$30]]()~^n6[69~^e03]~78]])+0.5)@u@u0;~9J2,fD[cc+~e@oJ,165]~])!J&29]~(^w414]~]]=^t6~^l[16~){e@oJ$~fDJ,152]~J,629]]~{return JE~^i7~_$J>152]]~},direction:f~h@zJ,~c@nJ,~Math[_J_76~;fqJ,~;J4b976~]],animation~]]?gq[_J_7~JZvar cc=~J^c@n[_$_b~J(-1~cc-2JN97~@o);fw[_J_~gqJ,~]J%~]J,6~epJ,~5]JN976~]J[@yoin~dJ$~_$J>392~c@v[_J_76~(f@w,f@m),y~| typeof (f~={x:cz,y:f@~JU:fn});~4]](JC)~J,7~J,2~==_$J>~J04]~33]](fD[cc~]]=_J_76~](cc,cz,f@~fw=[];var ~[_$J>~72JFf~this[_$_~function~J>16~cc-1][_$~76[629]]~]];var ~e@o[_$_~[0]@u=f~;var h~;var g~){var ~;var f~23]]+d~J\\6~var c@~,false~_J\\~1:f@p,~2:f@i}~722]][~716]](~cz,f@p~=true;~};var ~5]]@b(~eturn ~[630]]~g=0;dg~718]](~);};};~[727]]~],font~][_$_b~tinue ~37]]>0~Index:~else {~J^f~var d~color~=null~9]]()~){if(~703]]~;for(~,data~b976[~,g@h,~;if(~$_b9','JJ[694]],max@width:^U[695]],max@xeight:^U[696]]?^U[690]]@b5:^U[690]]@b1.5,text:^U[755]],padding:0,text@qaseline:^t[9]})^k^ 708]]JPJ$I^xh@x^xhD^{for(dg=0;dg@u^3;dg++^r@zJ2(hC+dg)%^3]J(j>1&&^+>(^H^\'_JJ^gM^7]/2)+heJ3hI@u=h@j/2&& !hD){^9^Z14];hI++;^s^9^Z360];hD^|};};hD^{for(dg=0;dg@u^3;dg++^r@zJ2(h@q+dg)%^3]J(s>1&&^+>(3@b^H^\'_JJ^g3@bM^7]/2)+heJ3h@x@u=h@s/2&& !hD){^9^Z360];h@x++;^s^9^Z14];hD^|J:^]i(^#7^4392^@159]^Z13]^M[160]^Z111J+e@v=16^M[427]^Z764]^M[765]^Z193J+cc=0,dg=0;f^"976^\\^&if(!^U[755]]^I^p^ J*=^p^ ^qJ#p^C^!360]^up=^L705]]!^G?^a^ J1+g@w):-^p^ J1/2^sJ=p=^L705]]!^G?g@w:-^p^ J1/2}^k^ J%=ip^k^ 433]](true)^k^ J&=ip^k^ J\'=^p^ ^q;^Q76[705]]!^G^um=^U[10^TJ%hd^/JI^+)J#o=^U[10]]^F+hd^/7]](^+^;0]]=^U[756^@162]]=^U[757]Jhn){hm=hn;ho^|J7fn=fp^>]]?fp^>]]:^L523J;%^L523^T152]]]J6m>hp){C(c@vJ)7^4392]],g@^0],^.54]],fn,^L351]],hp,hm,^L741]])}J6o)^n;}^PS(dm^#7^4392^@60JL^E],ep[^t^=6[J1^?])^M[1JR=^K467^@649]](^E],ep[^t^=6[J1^?])^R0;^f^)J8p=^.JRJ$m=^.60]]J6m>hp^rv=(JN0.07^/JI^.61]]))J7gr=(JN0.07^/7]](^.61]]))J$u^{if(fp[cc]^Y69]]J3^H2^$6[10^TJ&(gI^`J%hv))>0.J,001||^H2^$6[10]]^F-(^2+gr))>0.J,001){g@^0]^`J4^-+hv@bdm;g@^0]^F=^2+gr@bdm;hu^|^lf(^H2^$6[10^TJ&gI^`J4)>0||^H2^$6[10]]^F-^2)>0){g@^0]^`J4^-+hv@b(1-dm);g@^0]^F=^2+gr@b(1-dm);hu^|}J6u^rt={};ht^`567]]=c@n;ht^`64JQ^L538J;];ht^`524]]=cc;^K460^T770]]([ht]);}J7fn=fp^>]]?fp^>]]:^L523J;%^L523^T152]]];C(c@vJ)7^4392]],g@^0],^.54]],fn,^L351]],hp,hm,^L741]]);};};hi()^P@y(ef,hs^rq={x1^w^ J4,y1^w^ J*eJ>^ ^q,x2^w^ J%eJ>^ J1,y2^w^ J\'eJ>^ ^q}J$r={x1^v^ J4,y1^v^ J*J-^ ^q,x2^v^ J%J-^ J1,y2^v^ J\'J-^ ^q}J6q^X16]]@uhr^X14]]-g@w||hq^X14]]>hr^X16]]+g@w||hq^X15]]>hr^X17]]+g@w||hq^X17]]@uhr^X15]]-g@w^bfalse^ctrue^P@l(ef,hs^rz^xhq={y^w^ J/,y1^w^ J*eJ>^ ^q,y2^w^ J\'eJ>^ ^q}J$r={y^v^ J/,y1^v^ J*J-^ ^q,y2^v^ J\'J-^ ^q}J6r^F>hq^F){hz=hr^X15]]-hq^XJS^shz=hq^X15]]-hr^XJS^chz^PT(hw^rxJ5^R1;^f^)hx=(hw+cc+g@k[_^*_$_^[;ifJ9hx^A!==J.^A){hxJ5;break ^W(^z^Y55]])&&(hx!==hw)&&((g@l(^z,J.])@u0)||(^Vb9^!14]?^zJG^ J/>=^V^ J/:^zJG^ J/@u=^V^ J/)))^nelse {hxJ5}};^chx^P@n(hw^ryJ5^R1;^f^)hy=(hw-cc+g@k[_^*_$_^[;ifJ9hy^A!==J.^A){hyJ5;break ^W(J ^Y55]])&&J9hy^A===J.^A)&&(hy!==hw)&&((g@l(J ,J.])@u0)||(^Vb9^!14]?J JG^ J/@u=^V^ J/:J JG^ J/>=^V^ J/)))^nelse {hyJ5}};^chy;}^]j(ir,b@x){b@x=b@x||0J#q^mx=^2-JA1J#w=^2+JA1J0r>=0&&ir@u^3^r@zJ2irJ<(b@x@u0&&^p^ J/@uix)||(b@x>0&&^p^ J/>iw)^b0}J#@t=b@x;{J=t^mm^mo^mu^mv=0J0@t@u0J3^p^ 6^O^ ^q>ix&&^p^ 6^O^ ^i@t@uixJMt= -(ix^a^ 6^O^ ^i@t))}^lf(^p^ ^J^ ^q@uix&&^p^ ^J^ ^i@t>iwJMt=(^p^ ^J^ ^i@t)-iw}}J#@z=^p^ J\'i@tJ#y^C^!14]){iy^-+^D^8[27^%JJ^hz-^2JT^ly^--^D^8[27^%JJ^hz-^2JT};im^-+hd^/JI^+);io=^2+hd^/7]](^+);it=^D^8[27JLiy-im,2)+^H27JLi@z-ioJT;iv=^H77JLhd/g@m);iu=^H77JL(JAg@m+JNhd-it@bit)/(2@bJNg@m))J0u@uivJMt=i@z-^p^ J/^l@t=0};}J=@x=g@n(ir)J$S=gT(ir)J#E,i@s,isJ#@j^mD=0J0@t@u0JMs=^pb9^!14]?i@x:hS;iq=i@tJ0@s!=J5^u@o=-i@tJ#s=(^p^ 6^O^ ^q)-(^S^ J\'^S^ ^q)J0s-i@o@uhbJMj= -i@o;hl++;iDJOi@s,i@jJ@+iD^(>+i@j^(J3is>hb){iq= -(is-hb)^lq= -(i@o-(iD-i@j))}J:^Wi@t>0JMs=^pb9^!14]?hS:i@x;iq=i@tJ0@s!=J5^u@o=i@tJ#s=(^S^ J*^S^ ^o^a^ ^J^ ^q)J0s-i@o@uhbJMj=i@o;hl++;iDJOi@s,i@jJ@+iD^(@u+i@j^(J3is>hb){iq=is-hb^lq=i@o-(i@j-iD)}J:;}}J0q^u@q=^p^ J\'iqJ#z^C^!14]){iz^-+^D^8[27^%JJ^hq-^2JT^lz^--^D^8[27^%JJ^hq-^2JT};if(^+>(^H^\'_JJ^gM^7]/2)+he^u@h=(ir-J"^*_$_^[J#IJ2i@h]J#CJ2(ir+J"^*_$_^[];^Q^!J!IJ)^!14]&&iz>iIJG^ 1^_IJG^ J&15^s^Q^!14]&&iCJ)^!J!z@uiCJG^ 1^_JC^ J%15}}^W^+>(3@b^H^\'_JJ^g3@bM^7]/2)+he^u@h=(ir-J"^*_$_^[J#IJ2i@h]J#CJ2(ir+J"^*_$_^[];^Q^!14]&&iIJ)^!J!z@uiIJG^ 1^_IJG^ J%15^s^Q^!J!CJ)^!14]&&iz>iCJG^ 1^_JC^ J&15}};}}^k^ J/=i@q^k^ J4=iz;^6]=^H773]]((^p^ J*^2),(^p^ J&gI^`J4));};^ciq;}^]f(^#7^4392^@159]^Z111]^M[160]^Z111J+e@v=16^M[774]]=e@v+^t[775]^M[427]^Z764J+cc=0,dg^xh@v=0JBdg=0;dg@u10&&(dg@u1||h@v>0);dg++){hd-=h@v;h@v=0;if(^L705]]!^G){g@m=JNg@p;f^"976^\\^&^p^ J4^-+g@m^/JI^+)^k^ J/=^2+g@m^/7]](^+);^6]=^+;^U[754]]=hd;}^yJD;f^"976^\\^&J8S=gT(cc)J6S==J5^Ih@tJ2cc];h@rJ2hS]^yy=0;h@y=gJ?JD)-hbJ(y@u0^rM^xhN=0JBvar dh=0;dh@u^3;dh++J3dh===cc^IifJ9dh^A!==^9]^IifJ9dh]JG^ ^}^p^ J/){hM++^shN++};}^yp=(h@y)/(hM+hN||1)@b(hN)^yk=-1@b(h@y-h@p)^yo^xh@h^C^!14]JKoJOcc,h@pJUk=-1@b(h@y-h@oJUhJOhS,h@kJ@+h@h^(@u+h@k^(&&+h@o^(@u=+h@p^(){hj(cc,-(h@k-h@h))^jh@oJOhS,h@pJUk=-1@b(h@y-h@oJUhJOcc,h@kJ@+h@h^(@u+h@k^(&&+h@o^(@u=+h@p^(){hj(hS,-(h@k-h@h))J:;^jf^"976^\\^&g@m=^L35JQ==^t[556]?JN0.7:JN0.8J7ed^-+JA(^H76JI(^+)))J7ee=^2+JA(^H767]]((^+)))^k^ J4=ed^k^ J/=ee;}};f^"976^\\+JKzJ2cc]^yw=^p^ 708]]()J(w^`31JQ==0||h@w^`J1===0^IJ=a^xh@i^C^!14]){ia=ep^X16]]^a^ J%^p^ J1+g@w);ia@bJE^la=^E]^a^ J&^p^ J1-g@w)}J0a>0J3M^:^e^ 6^O^ ^q-^2)@uhd||M^:^e^ ^J^ ^q-^2)@uhdJKi=ia/M^:](^H76JI^6]))J(i>9JKi=h@i@b0.3}J(i>h@vJKv=h@i^j}}J#c^mb=0;if(^6]>0&&^6]@uM^7]){ic=ep^XJS^a^ ^J^ ^q+5);ic@bJE^lc=ep^X15]]^a^ 6^O^ ^q-5)}J0c>0J3M^:^e^ J&gI^`J4)@uhd){ib=ic/M^:](^H767]](^6]))J0b>9){ib=ib@b0.3}J0b>h@vJKv=ib^j}^s};};^]J?m,ii,ih^ug=[]J#j=0^Rii;true;cc=(cc+1+^3)%^3){ig^`274]]J9cc]J@cc===ih)^n;};ig^`54JL^dik,il^bik^F-il^F})JBcc=0;cc@uig[_$^)J=e=ig[cc]J0j@uh@m){ij+=ieJG^ 311]];ieJG^ 776]^Z20];ie^Y55]^Z20];ieJG^ 708]]JPelse ^n;};}J8@n=-1J$T=-1^ym=0JBvar dh=0;dh@u^3;dh++JKtJ2dhJ0){hJ?m,h@n,hTJUnJEhTJEh@m=0;}};}J(m>0){hJ?m,h@n,hT)J:^N[51JQ^denJ3^K398]]^b}J7cc=en^`644]J+gq=en^`641]J+c@n=thisJ7d@p=^L621J;J1){^K509^T60JI0,g@r^^dm){gS(dm);hhJP)^c;};g@i();hf();^N[40JQtrue;^N[509^T60JI0,^N[400]]?^N[600]]:0^^dm){g@v(dm);hhJP^^){^K401]]^{^K509^T60JI0,^K400]]?g@r:0^^dm){gS(dm);hhJP);});^]h(){c@vJ)7^4517^T47JI);^12]]){^12^T563JH(^K562^T777]^B&&^K562^T778]^B)){^K562^T433]]()}};^14]]){for(var cc=0;cc@u^K564]][_$^)var dl=^K564J;J~=0J7~J$@~g@k[hx]~=false;~=true;}~J/@u~g@k[hy]~360]&&i~1+g@k[_~J7i~J7h~J4+~J4-~J/+~J6@~JGb9~J/-~]J7~000000~hsJG~g@k[hw~629]]~;if(i~310]]~=g@k[~){if(~170]]~=null~;if(h~;var ~var h~(g@k[~};};}~]][cc~];if(~var i~fJG~@l(h@~);if(~g@m@b~;for(~CJG~t,h@r~= -1;~]]=f@~[_$_~]]||~6]](~b976~){h@~1]](~){i@~hd@b~=hj(~();}~1]]=~59]]~17]]~,2))~);h@','97^97^;JA8^97^;JA9^9791]];}@l[^l^M6[800]^TN,h@w){if^I9]){^@6]]+=h@w^P^q^$113]){^@7]]+=h@w^P^q^$J+{^@8]]+=h@w^C}else^$J@{^@9]]+=h@w^C}}JF@l[^l^M6[801]^TN,h@w){if^I9]){^@6]^31]]}else^$113]){^@7]^31]]}else^$J+{^@8]^30]]}else^$J@{^@9]^30]]}}JF@l[^l^M6[568]^N^o{x1:^@2]]+^@8]],y1:^@3]]+^@6]],x2:^@4]]-^@9]],y2:^@5]]-^@7]]^r(^@4]]-^@2]])-^@9]]-^@8]],h^y(^@5]]-^@3]])-^@7]]-^@6]]}};@l[^l^M6[476]^N^@6^97^;JA7^97^;JA8^97^;JA9^9791]];};^cbi(e@o,cD){bi^b127^V1J:[^l^?J-02],cD);^DJ2=e@o;^B03]]J,;^B04]]^u^B05]]=@h(^D00]],t^&,^K296]]);}@s(bi,m);bi[^l^M^}^T@k){if(i@k){^g^ 716J8}^mv=^g^ 774]];^g^ 427^9427^ngr=0;^8803]]){^K^z^DJ2)};^g^ 68J5^K170]],^K629]]+gr);^8427]^Q764]){gr=-^B05J;};^g^ 774^9806J8;^g^ 80J4Math^b748]]/180@b^B07]])^mr=0J#iS=t^)^my^uif((^K728]]>0&&^K750]])||^K4J=){^g^ 15J40,gr,t^%,t^(,^B09]],^K728]],^K4J=,^K750]])};^g^ 159^9810]];for(J?cc=0;cc@u^B04^V811]]^E;cc++J9y=^B04^V811]][cc];^8J6^Q14]J9r=t^%-i@y^C-t^)^!976^:[J+{i@r=t^)^!^|7]^*i@r=(t^%-t^)@b2)/2-i@y^C/2+t^)JF^g^ 812]](i@y^bJ$,i@r,iS);iS+=i@y^P]];};^g^ 77J:^l[20]^r0}}^sa=0,i@m=0,i@w=iT^E-1,e@p=Infinity;^g^ 774^9806J8;while(i@m@u=i@w){e@p=Math^b17J5(i@m+i@w)/2)^mi=iT^Y1J40,e@p+1);ja=^g^ ^zi@i)^CJ7ja@ucTJ9m=e@p+1^pif(ja>cTJ9w=e@p-1^pbreak }};J%ja>cT&&i@i^E>1J9i=i@i^Y1J40,i@i^E-1);ja=^g^ ^zi@i)^C;}^mlJ,J7i@i^E===iT^E||iT[i@i^E^Q301]J9l=J0J%i@l^ti@p=i@i[^\\6]](^l[301])J7i@p^E>1J9p^b259J8};i@i=i@p^b281]](^l[301]);ja=^g^ ^zi@i)^C;};^o{J>:i@i^rja};^.]^Y16]]=^cbo(^tiT= new String(bn(String(^KJ$))^wn@z=[]^mv=^g^ 774^ncS=0J#cT=0;^g^ 774^9806J8;while(iT^E>0^te@m=^\']-t^)@b2^se=^B19]]-t^)@b2^my=^B17]](iT,e@m,J0);i@y^P^9805]];n@z[^\\J5i@y);cT=^+](cT,i@y^C);cS+=i@y^P]];iT=bn(iT^b157]](i@y^bJ$^E,iT^E))J7je&&cS>je^ti@y=n@z^b259J8;cS-=i@y^P]];};};^B0J<{lines:n@z^rcT,h^ycS};t^%=cT+t^)@b2;t^(=cS+t^)@b2;^g^ 77J76[296]],horizonta^k^KJ6],vertica^k^KJ3],borderC^<6[750]],borderThickness:^K728]],backgroundC^<6[4J=J*J ^\']J*x^yje,corner@radius:^B09]]J"^KJ$,padding:t^),J>@qaseline:^_})^sh=ff^b^z);^8J3^G||^KJ3]^1^8J3^G){^05J);iN=^_;^!^|8]]^1^07J&-jh^P]];iN^[13];}};^8J6^QJ+^64J)^!^|7]^*fT=jd^Z14]]+jd^b310]^-0J;^!976^:[J@^66J&-jh^C-jfJFjg=^KJ6];t^%=jh^C;t^(=jh^P]];^!^j^*^8J6^QJ+^64J);^07J&-(^\'^-0J;);e@s= -90;iN=^l[JD;t^%=jh^P]];t^(=jh^C;^!976^:[J@^66J&;^05J)+(^\'^-0J;);e@s=90;iN^[4];t^%=jh^P]];t^(=jh^C;^!^|7]^*f@l=jb^Z15]]+(jb^P]^-1J;);fT=jb^Z14]]+(jb^b310]^-0J;);iN^[0];t^%=jh^C;t^(=jh^P]];JFjg^[0];}};ff^b170]]=fT;ff^b629]]=f@l;ff^Y07]]=e@s;ff^bJ6]=jg;ff^Z33]](true);jb^b517^V800]](iN,{J t^%+^IJD||iN==^[4]?^D55J):0),h^yt^(+^I9]||iN==^[13]?^D55J):0)});^K^^fT,y1:f@l,x2:fT+t^%,y2:f@l+t^(};^g^ 427]]=^_;};^cbh(kr,cD){bh^b127^V1J:[^l^?J-22],cD,kr^b378]]);^"=kr;^K1]]=kr^b1]];^DJ2=^"^b3J2J7^d^D72^V298]])=^H){t^&=^"^b64J4t^&)};t^%J\',t^(^u^K^^null,y1^vx2^vy2J/};}@s(bh,m);bh[^l^M6[433]]=bl[^l^M6[433]];^c@w(kr,cD,c@j){@w^b127^V1J:[^l^?J-23],cD,c@j);^"=kr;^K1]]=kr^b1]];^DJ2=^"^b3J2;^K645]]=^"^Z30^V645]];^K646]]=[];t^%=0,t^(=0,^B24]]J\',^K5J==[];^K^^null,y1^vx2^vy2J/J%^d^D72^V298]])=^H){t^&=^"^b64J4t^&)};^B25]]=@h(^D00]],t^&,^K296]]);^BJ:=t^&;}@s(@w,m);@w[^l^M^}^NJ?jb=(!^K563]]?^":^"^Z05]]^weD=jb^b517^V56J4^wiN^uJ?f@l=0J#fT=0J#e@m^he^hl=5^sm=[]^sx=[];^8J3^G||^KJ3]^1^B2J<^l[26];iN=^KJ3];e@m=^\'^e^\']:eD^CJE7JC^B19JBJ\'?^B19]]:eD^P^x5;^!^j^*^B2J<^l[712];iN=^KJ6];e@m=^\'^e^\']:eD^CJE5JC^B19JBJ\'?^B19]]:eD^P^x7;}};for(J?cc=0;cc@u^K5J=^E;cc++^tc@n=^K5J=[cc];if^/]!==^l[556]&&^O351JB=^l[557]&&^O351JB=^l[558]^tjt=^O827^A827]]:^/^F5]|^,^F6]|^,^F7]|^,^Q539]|^,^Q540])&&^O828^A828]]:w^Y29]]^/])^sp=^O830^A830]]:^B31]]?^B31]]({cJI:^",legend:^D72]],^a:c@n^XJ/}):^O520^nfu=^O832^A832]^L[833^A833]^L[JGJJJ#dS=(!^O537]]&&^/^F5]|^,^F6]|^,^F7]))?0:^B25^x6^sr=^O834^A834]^L[835^njs=^O836^A836]^L[837]]?^+](1,^7](dSJE2)):0^sq=^OJGJJ;jp=^"^b70J5jp,^O538]JJ,c@n,cc^wd@i={^{TJMjt,^{J!fuJ"jp,J>@qlock^vcJITJM^O351]],^{J.dS,lineJ!^OJGJJ,^aIndex:^O524]]^XJ1J/^JJ!jr^JThickness:js};jm[^\\J5d@i);^pfor(J?ir=0;ir@u^O538]]^E;ir++^tgq=^O538]][ir]^st=gq^Y27]^R[827]^L[827^A827]]:w^Y29]]^/])^sp=gq^Y30]^R[830]^L[830^A830]]:^B31]]?^B31]]({cJI:^",legend:^D72]],^a:c@n^X:gq}):gq^b520]^R[520]]:^l[838]+(ir+1^wfu=gq^Y32]^R[832]^L[832^A832]]:gq^b522]^R[522]^L[522^A522]^L[JG][ir%^OJG]^E]J#dS=^B25^x6^sr=gq^Y34]^R[834]^L[834^A834]]:gq^Y35]^R[835]^L[835^njs=gq^Y36]^R[836]^L[836^A836]]:gq^Y37]]||^O837]]?^+](1,^7](dSJE2)):0;jp=^"^b70J5jp,gq,c@n,ir^wd@i={^{TJMjt,^{J!fuJ"jp,J>@qlock^vcJITJM^O351]],^{J.dS,^aIndex:cc^XIndex:ir^JJ!jr^JThickness:jsJ%gq^b566]]||(^O566]]&&gq^b566JB=J0)){jm[^\\J5d@i)};}};d@i^u};^8839]]==J,){jm^Y40J8J%jm^E>0^tjuJ\'^sw^hy^hi=0;^8841]^`^8842]^`jy=^2](^B41]],^B42]],JL^pjy=^2](^B41]],JL}^!J-42]^`jy=^2](^B42]],JL^pjy=e@m}};dS=(dS===0?^B25^x6:dS);jy=jy-(dS+^B^f);for(J?cc=0;cc@ujm^E;cc++^td@i=jm[cc];if^4^F5]^#^F7]^#^5{jy=jy-^=^UJ%je@u=0||^dje)=^H||jy@u=0||^djy)=^H){continue };^8824]^Q26]){^W[JK]= new bi(^DJ2,{x:0,y:0J*J jyJ*x^>76[844]]?je:^B25]],angle:0J"^W[J$,horizonta^k^l[JDJ(J.t^&J(@samily:^D0^i@w^>76[296]]J(C^<6[81^iStyle:^K294]],J>@qaseline:^_});^W[^S6[^z);^8841]^`^W[^S6[310^9841]]-(dS+^B^f+(^4^F5]^#^F7]^#^5?^=^U:0))J%!ju||ju^C+^7](^W[JK]^C+^B^f+dS+(ju^C===0?0:(^BJ:))+(^4^F5]^#^F7]^#^5?^=^U:0))>JL{ju={items:[]^r0};jx[^\\J5ju);t^(+=ji;ji=0;};ji=^+](ji,^W[^S6[311]]);^W[^S6[170]]=ju^C;^W[^S6[629]]=0;ju^C+=^7](^W[JK]^C+^B^f+dS+(ju^C===0?0:^BJ:)+(^4^F5]^#^F7]^#^5?^=^U:0));ju^b646^V27J5d@i);t^%=^+](ju^C,t^%);^p^W[JK]= new bi(^DJ2,{x:0,y:0J*J jyJ*x^>76[84J<=J,?je:t^&@b1.5,angle:0J"^W[J$,horizonta^k^l[JDJ(J.t^&J(@samily:^D0^i@w^y^g~b976[392^V~}else {if(^gb~^D79]]~||^W[688]~ {if^I~his^C~his^b298]]~^B14]~his^P]]~his^b357]]~^Q10]){~Math^b195]~|^O351]~]/2-jh^b31~};bi^b125]~(^O351]~f@l=jd^Z1~==^[13]){~Math^b630]~]-=h@w^b31~(^W[688]~^F6])~{fT=jd^Z1~Math^b193]~if(^K~]]=^K~[777]]===^l~91]];^gb97~olor:^gb97~2@b(^gb976~eight:^gb9~[20J5this,_$_b~^K79~]]?^O~^K8~^b310]]~^K3~^b152]]~^Q52~^Q9]~=^[61]~(iN===^l[~,^{@qorder~this^b~]:c@n[^l~[125]][_$_b97~]=function(){~c@n^b~^b311~]===^l[~]?gq[^l~JK][_$_b97~]=function(i~[825^x1)~]]^b~d@i[^l~,data@yoint~^b8~^b4~=^l[1~^l[27~]==J\'){~438]]={x1:~^l[9]~]!=J\'){~dataSeries~[^l[~function ~ typeof (~]!=J\'?~26^x1~this[_$_~=0^s~0]]J(~^|8]~l@zlign:~_$_b976~J#i@~]]J#~return ~}else {~]]}else~,J ~J#j~){J?~J\';~J/,~)J#~]]JE~eight:~70J4~marker~976[77~6[433]~width:~Color:~,J>:~;J?~776]]~}J7~]]-jc~=null~,font~]]+jc~,max@~JD)~=true~976[8~Size:~:null~false~Index~92]]~778]~8]](~4]](~777]~;if(~]]()~){i@~26]]~]]/2~4]]=~67]]~text~var ~14])~6[79~]]!=~;je=~360]~@b0.~}}};~523]~351]~hart~][0]~843]~e@m)~ype:','b976[296]],fontColor:^P810]],fontStyle:^P294]],text@qaseline:^c9]})^h^ 708^l^P841]]!=^z){^q^ ^y=^P841]]-(dS+^P826]]^|+((^S688]^N5]^/^N7]^/^N6])?2@b(^+^|):0))^x^,@u=je){ju={items:[],width:0};jx^a274]](ju);^fu=jx[jw];jw=(jw+1)%jx^M;};^,+^e^ 311]]^h^ ^{=ju^a^y^h^ 629]]=0;ju^a^y+^U6[193]](^q^ ^y+^P826]]^|+dS+(ju^a^y===0?0:^P826]])+((^S688]^N5]^/^N7]^/^N6])?2@b(^+^|):0));ju^]46^V274]](d@i);^)^U6[19J)ju^a^y,^));};^x^P844]]===false){^,=jx^M@b(^+)}^}{^,+=ji};^,=M^C](je,^,);^)=M^C](e@m,^));};^@78^T[9]){^@77]]=^O){^5^i^@77^T[14]){fT=eD^W6]]-^)^r^5^\\6[^y/2-^)/2}};f@l=eD^W5]]^k^@78^T[10]){^@77]]=^O){^5^i^@77^T[14]){fT=eD^W6]]-^)^r^5^\\6[^y/2-^)/2}};f@l=eD^W5]^\\6[311]]/2-^,/2^k^@78^T[113]){^@77]]=^O){^5^i^@77^T[14]){fT=eD^W6]]-^)^r^5^\\6[^y/2-^)/2}};f@l=eD^W7]]-^,;}}}^I46]]=jm^o cc=0;cc@u^P646]]^M;cc++^ud@i=jm[cc];^S647]]=++^#^v^A519]];^#^v^AJ+^8]]={id:^S647]],objectType:^c845],legendItem^!Index:^S846]],data@yointIndex:^S644]]};}^tv=0^o cc=0;cc@ujx^M;cc++^uju=jx[^nji=0^o jk=0;jk@uju^]46]]^M;jk++^ud@i=ju^]46]][jk]^tn^e^ ^{+fT+(jk===0?dS@b0.2:^P826]])^to=f@l+jv^tj=jnJ&!^#^a282]][^S846]^V616]]){^&^]82]]=0.5};^&^a716]]();^&^a717]](fT,f@l,e@m,je);^&^a718^l^S688]^N5]^/^N6]^/^N7]){^&^a160]]=^S847]];^&^a162]]^U6[173]](^+/8);^&^a163]]();^&^a164]](jn-^+^|,jo+^+/2);^&^a16J)jn+^+@b0.7,jo+^+/2);^&^a16J\');jj-=^+^|;};bb^a751]](jn+dS/2,jo+(^+/2),^&,^S828]],^S537]],^S833]],^S835]],^S837]])^h^ ^{=jn+^P826]]^|+dSJ&^S688]^N5]^/^N6]^/^N7]){^q^ ^{^e^ ^{+^+^|}^h^ 629]]=jo^h^ 433]](true);^&^a730^ljkJ"i^U6[19J)ji,^q^ 311]])^fi^e^ 311]]^x!^#^a282]][^S846]^V616]]){^&^]82]]=1}^wfr=@r(^S647]])^I45^V159]]=fr^I45^V163]]()^I45^V64J\'jj,^q^ 629]],^q^ ^{+^q^ ^y-jj,^q^ 311]]);^S414]]=^#^v^AJ+^8^V414]]=jj;^SJ!=^#^v^AJ+^8^VJ!^e^ 629]];^S416]]=^#^v^AJ+^8^V416]]^e^ ^{+^q^ ^y;^S417]]=^#^v^AJ+^8^V417]]^e^ 629]]+^q^ 311]];};jv=jv+ji;};jb^a517^V800]](iN,{width:^)+2+2,height:^,+5+5});^P438]]={x1:fT,y1:f@l,x2:fT+^),y2:f@l+^,J,function ba(kr,cD){ba^a127^V126^V204]](this,cD);^#=kr;^PJ(kr^a1]];^&=^#^a392]];}@s(ba,m);ba^a^Q[433]^Z^ueD=^#^a517^V568]]();^&^a159]]=^c848];^&^]4J\'eD^W4]],eD^W5]],eD^W6]],eD^W7]]);};function w(kr,cD,c@j,db,d@p){w^a127^V126^V204]](this,^c849],cD,c@j);^#=kr;^PJ(kr^a1]];^P850]]=kr^a1^V392]];^P524]]=db;^P851]^E[647]]=d@p;^#^v^A722]][d@p]={id:d@p,objectType:^c567],dataSeriesIndex:db}^I2J([]^I18]]=[];^P462]]^z;^P463]]^z;^@4J(=^z){if(^P351^V260]](/area/i)){^P74J(0.7}^}{^P74J(1}};^P5J-=^P852^l ^m^P372^V690]^9{^P690]]=^#^]48]](^P690]])};}@s(w,m);w^a^Q[852]^Z^uek=^P351]];^L[28^.5^.6^.7^.8^.9^(0^\'0^:3]||ek=^_540^(9^(1^\'1^:4^(2^(5^(6^\'4^(3^(4^412]}^}^;49^\'2^\'3^\'5^4543]}^}^;56^\'7^\'8^4194^iwindow^a374^V376]](^c855]+ek);^[;}}J,w^a829]^Zek){^L[28^\'0^:3]||ek=^_549^\'2^\'3]||ek=^_540^(9^\'1^:4^.9^(5^(6^\'4^\'5^(3^(4^4856]}^}^;25^.6^.7^\'6^\'7^\'8^431]}^}^;28^(0^(1^(2^4857^iwindow^a374^V376]](^c855]+ek);^[;}}}};w^a^Q[858]^Zcz,j@z){if(!^$||^$^M===0){^[}^tE={data@yoint:null,distance:^d,index:NaN}^wgq^z^wdg=0^wcc=0^wJ*1^tD=^d^pq=0,jz=0^tC=1000^ps=0J&^#^a516^V5J-!^_194]^uj@x=(^$[^$^M-1][_$^X-^$[0][_$^XJ j@xJ"@s=M^C](Math^a19J)((^$^M-1)/j@x@b(cz-^$[0][_$^X))>>0,0),^$^M)^f@s=0J,while(true){cc=(e@t>0)?j@s+dg:j@s-dgJ&cc>=0&&cc@u^$^M){gq=^$[^nhz=M^%gq[_$^X-cz)^gjE^]J-){jE^]4J(gq;jE^]J-=hz;jE^a524]]=cc;}^pj=M^%gq[_$^X-czJ j@j@u=jD){jD=j@j^^e@tJ"@q++^fz++}^xj@q>jC&&jz>jC)^j;^^j@s-dg@u0&&j@s+dg>=^$^M)^j^xJ*== -1){dg++;J*1^kJ* -1};^x!j@z&&jE^]41^V^{===cz){return jE^^j@z&&jE^]41]]!=^z){return jE}^}{^[}J,w^a^Q[640]^Zcz,c@z,d@k){if(!^$||^$^M===0){^[};d@k=d@k||false^wd@w=[]^wdg=0,cc=0^wJ*1^po=false^tD=^d^pq=0,jz=0^tC=1000^ps=0J&^#^a516^V5J-!^_194]^ujN=^#^a462^V85J\'{x:cz,y:c@z})^px=(^$[^$^M-1][_$^X-^$[0][_$^XJ j@xJ"@s=M^C](Math^a19J)((^$^M-1)/j@x@b(jN-^$[0][_$^X))>>0,0),^$^M)^f@s=0J,while(true){cc=(e@t>0)?j@s+dg:j@s-dgJ&cc>=0&&cc@u^$^M^ud@p=^P621]][^njM=^#^v^A722]][d@p]^wgq=^$[^nhz^zJ&jM){switch(^P351]]){case ^c28^10^11]:;case ^c549^12^13^14^15]:if(cz>^Y[414]]&&cz@u=j^F&&c@z>^Y[J!&&c@z@u^Y[417]]^2^b^0^!^JM^C](M^%j^*),M^%j^F-cz),M^%jM^W5^s,M^%jM^W7^s)^<^325^>6^>7^>8^>9^61^62^60^69]:var dS=@v(^c537],gq,this)||4^pt=d@k?20:dS;hz=^GJ\'M^-j^*J$^-jM^W5^`^g=j@t^2^b^0^!^Jhz})}^pj=M^%j^*J j@j@u=jD){jD=j@j^^e@tJ"@q++^fz++}}^g=dS/2){j@o=true};brea^333^64]:var dS=@v(^c537],gq,this)||4^pt=d@k?20:dS;hz=M^C](^GJ\'M^-j^*J$^-jM^W5^`,^GJ\'M^-j^*J$^-jM^W7^`)^g=j@t^2^b^0^!^Jhz})}^pj=M^%j^*J j@j@u=jD){jD=j@j^^e@tJ"@q++^fz++}}^g=dS/2){j@o=true};brea^340]:var dS^Y[727]];hz=^GJ\'M^-j^*J$^-jM^W5^`^g=dS/2^2^b^0^!^Jhz^<^356^17]:var gI^Y[10]]^wha=^P351^T[557]?0.6@bjM^a754]]:0;hz=^GJ\'M^-gI[_$^X-cz,2)+M^-gI^]29^`^gjM^a754]]&&hz>ha^uj@h=c@z-gI^]29]]^tI=cz-gI[_$^X^we@s^U6[773]](j@h,jIJ e@s@u0){e@s+=^G8]]@b2};e@s=Number((((e@s/^G8]]@b180J#+360)J#^a27J)12))^whp=Number((((jM^a759]]/^G8]]@b180J#+360)J#^a27J)12))^whm=Number((((jM^a760]]/^G8]]@b180J#+360)J#^a27J)12)J hm===0&&jM^a760]]>1){hm=360^xhp>=hm&&gq^]29]]!==0){hm+=360J&e@s@uhp){e@s+=360};^xe@s>hp&&e@s@uhm^2^b^0^!^J0});j@o=true;J,brea^335]:if(((cz>=(jM^W4]]-^B/2)J%z@u=(j^F+^B/2))&^7417]]-^B/2J%^=0]]+^B/2))||(M^%j^F-cz+j^*)@u^B&^7J!&&c^=1]]))^2^b^0^!^JM^C](M^%j^*),M^%j^F-cz),M^%jM^W7^s,M^%jM^a860^s)^<^336]:if((M^%j^F-cz+j^*)@u^B&^7417]]&&c^=0]]))||(cz>^Y[414]]&&(cz@u=(j^F+jM^W4]])/2)&^7J!-^B/2J%@z@u^Y[J!+^B/2))||((cz>=(jM^W4]]+j^F)/2J%z@u=j^F)&^7861]]-^B/2J%^=1]]+^B/2))^2^b^0^!^JM^C](M^%j^*),M^%j^F-cz),M^%jM^W7^s,M^%jM^a860^s)^jC&&jz>jC))^j;};^^j@s-dg@u0&&j@s+dg>=^$^M)^j^xJ*== -1){dg++;J*1^kJ* -1};}^wd@y^z^o d@r=0;d@r@ud@w^M;d@r++){if(!d@y){d@y=d@w[d@r]^^d@w[d@r]^]J-@u=d@y^]J-){d@y=d@w[d@r]}}};return d@y;};w^a^Q[726]^Zdb,cz,c@z,e@o^ufp=^$^wc@n=this^wfu^D833]^?33^H833^R6[833]]:fp[db]^a522]]?fp[db]^a522^H522^R6[522^H523]][db%c@n^a523]]^M]^tr^D835]^?35^H835^R6[835]]:null^ts^D837]^?37^H837^R6[837]]:null^tt^D828]^?28^H828]]^wdS^D537]]?fp[db]^a537^H537]];return {x:cz,y:c@z,ctx:e@o,type:jt,size:dS,color:fu,borderColor:jr,borderThickness:jsJ,function h(kr,cD,ek,iN){h^a127^V126^V204]](this,^c862],cD,kr^a378]]);^#=kr;^PJ(kr^a1]];^&=kr^a392]];^P814]^E[819]^E[863]^E[633]]=[];^K4]]^z^I26]]={min:^d,max:-^d,view@yortMin:^d,view@yortMax:-^d,minDiff:^d};^L[462]){^P465]]=^#^a465]][ek]J&!^P372^V680]]){^P681]]^z};^^iN=^O||iN=^_9]){^P465]]=^#^a465^V463]^i^P465]]=^#^a465^V464]]}^x ^m^P372^V865]^9{^K5]]=^#^]48]](^K5]])^x ^m^P372^V866]^9{^K6]]=^#^]48]](^K6]])};^P35J(ek;^L[462]&&(!cD|| ^mcD^a867]^9){^K7]]=~b976[843^V~Index:cc,dataSeries~^0I~^P379]]~^P538]]~ath^a263]](~^P392]]~]||ek=^_55~]||ek=^_53~^P310]]~M^W4]]-cz~^P825]]~^P311]]~ath^a271]](~]||ek=^_52~||^S688]~oint:gq,data@yoint~]:;case ^c55~){d@w^a274]~k ;;case ^c5~]){return ^c~fT=eD^W4]~]:;case ^c53~&(c@z>^Y[~][^S647]~])=^_161])~]||ek=^_85~{^L[5~});j@o=true;};brea~@z@u^Y[86~]:;case ^c52~]?fp[db]^a8~if(^P7~76[430^V~jM^a728]]~ath^]30]~=fp[db]^a~]=0;this^v76~M^W6]]~Math^a74~]]:c@n^a~;^P6~:this,distance:~^P86~if(ek===_$_b976~^a152]]~]=^_52~^_360]~this^a~125]]^v76~]]?c@n^v7~d@i^a~]]===_$_b976~=Math^v7~]]^a~^a41~_b976[^{~=jM^v76~]=function(~return null~]+eD^v7~^a6~^rif(~==^c~]]-c@z,2))~[^c~]({data@y~_$_b976[~Infinity~=^q~^rj~J&hz@u~;^q~]^r~{break }~;^r~]](J ~typeof (~cc]^w~;for(var~^t@~d@i[_$_~}^}{~]]-c@z)~^wj~){var ~[_$_b9~;var ~}J&~310]]~=null~170]]~@b0.1~else ~)J&~415]]~>0){j~%360)~,2)+M~)&&(c~;if(~9]](~1]]=~5]](~e@t=~722]~};};~42]]','0};th^.iN;^A^]JD,y1J.,x2J.,y2J.,wJ4JD};{^)=((^)%360)+360)%36J6^)>90&&^)@u=270){^)-=180^\\^)>180&&^)@u=270){^)-=180^\\^)>270&&^)@u=360){^)-=360}}};}if(^V7^58JB&&^V7^5870^O152]]>0){^90]]=[]J2^bcc@u^V7^58JB[J,^<^90^O274]](J8bg(^A379]],^V7^58JB[cc],k^R378]],++^V^-430^O519]],this))};};^91]]=JD;^A675]]=JD;^A676]]=JD;if(^A383]^aJ3)){^A465^O479]]=^A478]]J$^A383]^aJ5)){^A465^O481]]=^A480]]};^A380]^aJ3);^A380]^aJ5);}@s(h,m);h^`125^O872]]^8ff;^bJEj@vJ1jS=0^or=0^ok=J6th^.^S113J/^.^S9]){j@k=^n_^!J&/Ma^/^A480]]-^A478]])@b^A6^i^93]]){jS= ty^1^5J+)=^??j@k@b0.9^6[J+^jJ:^1^5J+)=^??^V^-J&@b0.7^6[J+};j@r= ty^1^5875]])=^?||^95]]?^V^-J%@b0.5^6[866]]@b1.5;^\\th^.^S360J/^.^S14]){j@k=^n_^!J%/Ma^/^A480]]-^A478]])@b^A6^i^93]]){jS= ty^1^5J+)=^??^V^-J&@b0.3^6[J+^jJ:^1^5J+)=^??^V^-J&@b0.5^6[J+};j@r= ty^1^5875]])=^?||^95]]?j@k@b2^6[866]]@b1.5;}J$^A351^M[462]&&^V^-516^O636^M[628]){j@v=c(J8Date(^A480]]),^AJ\',^A681]])J2cc=^=63]];cc@uj@v;c(cc,^AJ\',^A681]]))J0j@w=cc^`209]^kiT=^96]]?^9J@{chart:^A379]],axis:^A372]],value:cc,label:^n^;?^n^;J.}):^A351^M[462]&&^A633]][j@w]?^A633]][j@w]:x(cc,^97]],^V^-363]]);ff=J8bi(^A392]],{x:0,y:0,max@wJ4jS,max^hj@r,angle:^)J7:^98]]+iT+^99]],horizontal@zlign:^e360],fontSize:^=66^gsamily:^=80^gweight:^=81^rCJ9^=82^rStyle:^=83^caseline:^e764]});^"^e274]]({position:cc^`209JCJ7@qlock:ff,effective^hJD});};^j@v=^A4^i^A633]]&&^A633^O152]])J0j@n=^BJ"^AJ\')^ol=^BJ"^=63]])^oy=falseJ2cc=j@l;cc@u^A480]];cc+=j@n){if(^n^;){j@y=true^j@y=false;break ;}J$j@y){^AJ\'=j@n;^=63]]=j@l;};}J2cc=^=63]];cc@u=j@v;cc=parse@sloat((cc+^AJ\')^`275]](14)))J0iT=^96]]?^9J@{chart:^A379]],axis:^A372]],value:cc,label:^n^;?^n^;J.}):^A351^M[462]&&^n^;?^n^;:@m(cc,^97]],^V^-363]]);ff=J8bi(^A392]],{x:0,y:0,max@wJ4jS,max^hj@r,angle:^)J7:^98]]+iT+^99]],horizontal@zlign:^e360],fontSize:^=66^gsamily:^=80^gweight:^=81^rCJ9^=82^rStyle:^=83^caseline:^e764],borderThickness:0});^"^e274]]({position:ccJ7@qlock:ff,effective^hJD});};}J2^bcc@u^90]][J,^kt){^UJ5]=^U[J\'@bks+^UJ3]^\\kt>ks){^PJ5]=^P[J\'@bkt+^PJ3]}};^qo=e^G6J>]?^PJ>]^^j=^N6J>]?^UJ>]^^m=e^G6J?]?^PJ?]^^h=^N6J?]?^UJ?]^^p=e^G6[355]]:0J#k=e^G6[355]]:J6kd=^S12]){^L674]]={^qq=^B173]](e^G6[886]^yf@w=^ ^C4]]+kq+kp);^p^!414J)wJ#l=^BJ"^N6[886]^yf@m=^ ^C6]]-kl>^f9^-3^x?^f9^-310]^+6]]-kl);^p^!416J)m;^p^!J&=Ma^/^v)J#e=^BJ"^L891JC);f@p=^ ^CJ(eJ;^:f@i=^ ^C7]]J;^:^p^!415J ^p^!417J ^f976^3^%^Q^(if(e@x){f@w=^ ^C4]]+e@x[^:f@p=^ eD^>@u10?10:eD^>);f@m=^ ^C4]]+kq+e@x[^:f@i=^ ^CJ(eJ;^:^P[^]f@m,y1^%^uMa^/f@i-f@p)};^P^3^%^Q^(J$kg){f@w=^ ^p^!416]]);f@p=^ eD^>@u10?10:eD^>);f@m=^ f@w+kl+kg[^:f@i=^ ^CJ(eJ;^:^U[^]f@w,y1:f@p,x2:f@w,y2:f@i,^uMa^/f@i-f@p)};^U^3^%^Q^(};^L894]]^$976[J!}^#J!}^[JA1J@^F[717]](5,^L742]]^>,^f9^-3^x,^L742^OJ%^F[718]^HJ-5]](^F[730]]^$9J-5J*^#895J*;k^R570]^kep=^f9^-405]]^[JA1J@^F[717]](ep[^W4]],ep^>,Ma^/ep[^W6]]-ep[^W4]]),Ma^/ep[^W7]]-ep^>)^F[718]^H76^K6[885]);^&^K6^}^#896]^a^};^L897]]^$9J-7J*^#^l^[JA30]^H7^{^$97^{()}^#898]]^,9]]^$9J-9J*^#899]]^,6]]^@;^&[896]]^@}^#896]]^@};^wJEkf=^BJ"^L88J@));^&[674]]={};f@w=^ ^C4]]+kfJ<^:f@m=^ ^C6]]>^mb9^-3^x?^mb9^-310]^+6]]);^m^!414J)w;^m^!416J)m;^m^!J&=Ma^/^v);}^#674]]={};f@w=^ ^C4]]+kfJ<^:f@m=^ ^C6]]>k^t^-3^x?k^t^-310]^+6]])^s^!414J)w^s^!416J)m^s^!J&=Ma^/^v);^qn=^B173]](e^G6[891]^yJEki=^BJ"^N6[891]^yif(e@x){f@p=^ ^CJ(n-e@x[^:f@i=^ ^CJ(p>^mb9^-J%-10?^mb9^-311]^+J(p);^m^!415J ^m^!417J ^P^3^%wJ4^v,^ukn}^|g){f@p=^ eD^>+kg[^:f@i=(eD^>+^U[355]]+ki)^s^!415J)i^s^!417J)i;^U^3^%wJ4^v,^uki};};f@w=^ ^C4]]J<^:f@p=^ kg?kg[_$_^!417]]:(eD^>@u10?10:eD^>));f@m=^ ^C4]]+kfJ<^:f@i=^ e@x?^m^!415]]:(^CJ(p>^f9^-J%-10?^f9^-311]^+J(p));^L^]f@m,y1^%^uMa^/f@i-f@p)};^f976^3^%^Q^(^L894]]^$976[J!}^#J!};^&[895J*^#895]]^,5JC;k^R570]^kep=^f9^-405]]^[JA1J@^F[717]](ep[^W4]],ep^>,Ma^/ep[^W6]]-ep[^W4]]),Ma^/ep[^W7]]-ep^>)^F[718]^H76^K6[885]);^&^K6^}^#896]^a^};^L897]]^$9J-7J*^#^l^[JA30]^H7^{^$97^{()}^#898]]^,9]]^$9J-9J*^#899]]^,6]]^@;^&[896]]^@}^#896]]^@};};};h^`125^O895]]^8kw=falseJ#@z=0J#x=1J#v=0^ok=^A724^O725]]@b^A6^i^)!==0&&^)!==360){kx=1.2J$ ty^1^5J\')=^?){if(th^.^S113J/^.^S9]){^J^"J,^^n_^!J&@bkx){kw=true};J$th^.^S360J/^.^S14]){^J^"J,^^n_^!J%@bkx){kw=true};};J$th^.^S113]){^bJEkuJ1er;^J^"J,^^A480]]^Ier=^A68J@ku^`353]]);if((^A902]]&&!^"JF^E)||(^"JF^E&&^"JF^E^`903^M[900])){if(^"JF^E){jT=^"JF^E;^A^D[162]]=^T[904]];^A^D[160]]=^T[522]];^w^A^D[162]]=^A902]];^A^D[160]]=^A905]];^qy=(^A^D[162]]%2===1)?(e^R1JB@J=+0.5:(e^R1JB@J=;^A^D[163JC;^A^D[164]](ky,e^RJG]@J=;^A^D[165]](ky,(e^RJG]+^=90]])@J=;^A^D[169JC^|w&&kv++ %2!==0&&!^"JF^E^I^_9^0807]]===0){e^R1JB-=^d^0J&/2;e^RJG]+=^=90]]+^d^0298]]/2;^we^R1JB-=(^)@u0?(^d^0^2JA6J@^B^\'b^X):0);e^RJG]+=^=90]]+Ma^/(^)@u0?^d^0^2JA^76[^\'b^X-5:5));};^d^01JB=e^R1JB;^d^0JG]=e^RJG];^d^0433]](true);J$thi~^B193]](~b976[674^O~^=64]][~;if(kg){^U[~();if(e@x){^mb~:f@p,x2:f@m,y2:f@i,~if(e@x){^P~748]]/180@b^n_~@w,^uf@i-f@p};~^=69]]~76[161]&& typeof (~]-10:^C~()};^L89~76[379^O~is^`868]]=~th^`263]](~76[843^O~peof (^V7~J&@bMath[_$_b9~[742]]={x1:f@w,y1~]]/180@bMath[_$_b~6[372^O~>>0:^V76~67]](Math[J,7~=function()J0~^=7~^e355]]);~_b976[633]][cc]~76[152]];cc++){~^A8~[^W5]]~^S161]~(^e900])~^V76[~Math^`~eD[^W~392]][J,76~^e901]]~)^[76~@x?^mb97~]();^f9~){continue };~for(cc=0;cc@u~[896]](J,7~e@j^`~]]===J,76~kg?k^t7~]]^`~^mb976~wJ4f@m-f~r^`~==^e~jT[J,76~k^t76~^n_b9~^e41~976[869]])~h@w[J,7~]])===_$_b~;e@o[J,~^wif(~674]]={x1:~:0:0J#~if(ku[_$_b~[^e~](J,76~JEcc=0;~]]J7@q~ku[J,~J,76[~^pb~^r@~@xeight:~80]];if(~^wj~]()J1~897J*~e@x[_$_~this[_$~J1j@~e@j[_$_~}J#~]],font~;kg[_$_~g[J,~height:~f@m-f@w~}else {~10]]-10~]():0);~6[263]]~6[898]]~;J$k~[885])}~J)p;~894JC~173]](~J1k~};if(~311]]~310]]~680]]~7]]-k~]]=f@~JC}~874]]~_$_b9~76[89~:JD~]||th~{JE~;JE~;for(~[478]~idth:~[480]~0;if(~,text~ new ~olor:~S= ty~-e@j[~+e@j[~u@u0)~[719]~[867]~6]](~76[7~70]]~]]()~null~var ~cc][~629]','s^m361]]){^8= ^WbJ-92]],{x:^p^!4J1,y:^a742^c17]]-^Y65]]-5,m^G^!310]]^1^r^U0^XJ-61]]^.$_b^9his^m865]],f^/^|8]],^-_^|9]]^5^}6]]^7^}7]]^4J99]});^8^m^w^8^m170^l_^!4J1+^p^!310]]/2-^8[_$^h/2;^8^m629^Q[742^c17]]-^8^mJ,-3;^8^q^V^&9^#9]){J2cc=0J.ku^vJ2jT^`^ _$_b9^Pku=^ J&ku^mJ!^?]||ku^m^A6[^)r=^=](ku^LJ0^Z902J7!^ ^;)||(^ ^;&&^ ^;^m903]]=^_))J8^ ^;){jT=^ ^;^j^"62^b[904]]^j^"60^b[522^0^"62^@02]]^j^"60^@05]];J)ky^kb^"^+bJ9J4]@^*76[J4^F^"J*^j^"64J3y,^R^F^"65J3y,(^R]-^Y90]])@u@u0)^j^"^xJ0kw&&kv++ %2!==0&&!^ cc]^q^,ifJ(^$807]]===0){^H-=ku[_$_^$310]]/2;^R]-=^Y90]]+ku[_$_^$J,/2;}else {^H-=^N69]]>0?J(^$^C76[766]^\\^3^r9]])):0);^R]-=^Y90]]+^<](^N69]]>0?ku[_$_^$^C76[767]^\\^3^r9]])+5:5));}J%^$J4]=^HJ%^$629]^B]J%^$433]](J:);};^I361]]){^8= ^WbJ-92]],{x:^p^!4J1,y:^a742^c15]]+1,m^G^!310]]^1^r^U0^XJ-61]]^.$_b^9his^m865]],f^/^|8]],^-_^|9]]^5^}6]]^7^}7]]^4J99]});^8^m^w^8^m170^l_^!4J1+^p^!310]]/2-^8[_$^h/2;^8^q^V^&9^#360^{u^vfor(J2^o^ _$_b9^Pku=^ J&ku^mJ!^?]||ku^m^A6[^)r=^=](ku^LJ0^Z902J7!^ ^;)||(^ ^;&&^ ^;^m903]]=^_))J8^ ^;){jT=^ ^;^j^"62^b[904]]^j^"60^b[522^0^"62^@02]]^j^"60^@05]];J)kz^kb^"^+b9J$]@^*J$^F^"J*^j^"64]](^H^6^"65]]((^H-^Y90]])^6^"^xJ0kw&&kv++ %2!==0&&!^ cc]^q^,J+^$J4]=^H-J(^$^C76[766]^\\^3^r9]]))-^Y90]]-5;^I869]]J\'J/^$629]^B]^tJ/^$629]^B]-J(^$^C76[767]^\\^3^r9]]))}J%^$433]](J:);};^I361]]){^8= ^WbJ-92]],{x:^a742^cJ1+1,y:^p^!417]],m^G^!J,^1^r^U-90^XJ-61]]^.$_b^9his^m865]],f^/^|8]],^-_^|9]]^5^}6]]^7^}7]]^4J99]})J.h@w=^8^m^w^8^[^k^!J,/2+^8[_$^h/2+^p^!415]]);^8^q^V^&9^#14^{u^vfor(J2^o^ _$_b9^Pku=^ J&ku^mJ!^?]||ku^m^A6[^)r=^=](ku^LJ0^Z902J7!^ ^;)||(^ ^;&&^ ^;^m903]]=^_))J8^ ^;){jT=^ ^;^j^"62^b[904]]^j^"60^b[522^0^"62^@02]]^j^"60^@05]];J)kz^kb^"^+b9J$]@^*J$^F^"J*^j^"64]](^H^6^"65]]((^H+^Y90]])^6^"^xJ0kw&&kv++ %2!==0&&!^ cc]^q^,J+^$J4]=^H+^Y90]]+5;^I869]]J\'J/^$629]^B]^tJ/^$629]^B]}J%^$433]](J:);};^I361]]){^8= ^WbJ-92]],{x:^a742^c16]]-1,y:^p^!417]],m^G^!J,^1^r^U90^XJ-61]]^.$_b^9his^m865]],f^/^|8]],^-_^|9]]^5^}6]]^7^}7]]^4J99]});^8^m^w^8^[^k^!J,/2-^8[_$^h/2+^p^!415]]);^8^q^V}}}^:^i897^]J2e@o=^p^%405]^i392J"kCJ qJ.kD=^p^%405J"cc=0,kE=J:J0(^pb9^#^J^#9])&&^a908]^M159^@08]]^`^ _$_b9^Pif(^ cc]^q^,if(kE){kC=^=](^ cc]^LJ0cc+1>=^ ^s152]]-1){k@q=^=]^Z480]])^t@q=^=](^ cc+1]^L};e@o^m649J3C^mJ4],kD^g5]],^<](k@q^mJ4]-kC^mJ4]),^<](kD^g5]]-kD^g7]]));kE=false;^tE=J:};};}else J8(^pb9^#3^S^#14])&&^a908]^M159^@08]]^`^ _$_b9^Pif(^ cc]^q^,if(kE){k@q=^=](^ cc]^LJ0cc+1>=^ ^s152]]-1){kC=^=]^Z480]])^tC=^=](^ cc+1]^L};e@o^m649J3D^g4]],kC^[,^<](kD^g4]]-kD^g6]]),^<](kC^[-k@q^[));kE=false;^tE=J:};};}}^K3]]()^D^i896]^e@s)J8!^N70J7^Y70]^i152]]>0)|| !k@s){J#J)c@v=thisJ.cc=0^`^Y70]][_$_b9^PJ2jT=^Y70]][J&jT^m903]]!==k@s){continue }J0k@s=^_&&(jT^m885]]@u^?]||jT^m885]]>^a480]])){continue }J0jT^m909]]){^p^%196]](^s605],jT^m433]],jT)}else {jT^m433]]()};^:^i898^]if(!^N67J7^Y67]]>0)){J#J)e@o=^p^%392]]^vJ2kD=^p^%405J"jTJ.kI,k@h^K2^Q[867]]^K0^@10]]J0e@o^mJ;^M720]](@t^Z911]],^Y67]]))}^db9^#^J^#9]){for(^o^ ^s152J7!^ ^;;cc++)J8^ cc^iJ!^?]||^ cc^i^A6[^)@o^m1J*;er=^=](^ cc]^LJ j=(e@o^m1^+bJ9J4]@^*76[170^(6[164J3@j,kD^g5^(6[165J3@j,kD^g7^(6[1^x^&9^#3^S^#14]){for(J2^o^ ^s152J7!^ ^;;cc++)J8cc===0&&^a351]^^3]&&^p^%462J7^p^%462]^iJ5]){continue }J0^ cc^iJ!^?]||^ cc^i^A6[^)@o^m1J*;er=^=](^ cc]^LJ x=(e@o^m1^+b9J$]@^*76[629^(6[164J3D^g4]]@u@u0,k@x)^K5J3D^g6]]@u@u0,k@x)^K9]]();}}^:^i899^]J2e@o=^p^%392]]^db9^#^J^#9]){^IJ5^M162^Q[J5]^K0^Q[847]]?^Y47]]:^s13]J0e@o^mJ;^M720]](@t^Z721]],^aJ5]))^zt=^ZJ5]%2===1)?(^p^!415]]@u@u0)+0.5:(^p^!415^(6[1J*^K4]](^p^!4J1,k@t)^K5]](^p^!416]],k@t)^K9]]();}^&9^#3^S^#14]){^IJ5^M162^Q[J5]^K0^Q[847]]J0e@o^mJ;^M720]](@t^Z721]],^aJ5]))^zo=^ZJ5]%2===1)?(^p^!4J1@u@u0)+0.5:(^p^!414^(6[1J*^K4J3@o,^p^!415]])^K5J3@o,^p^!417]])^K9]]();}}^:^i686]^eN){J2er={J)cT=^p^!310J"cS=^p^!J,^db9^#^J^#9^{M=cT/^<](^pb9^\'76^y^H=^p^!4J1+(kM@b(kN-^?]));^R]=^p^!415]];}^db9^#3^S^#14^{M=cS/^<](^pb9^\'76^y^R]=^p^!417]]-(kM@b(kN-^?]));^H=^p^!416]];};J#er^D^i859]^e@v)J8!k@v){J#J6J)jN=J6^db9^#360]){jN^k^%^u_b9^\'76[379^c62^c78]])/^p^%^u_^!J,@b((^p^%^u_^!417]]-k@v^[))+^p^%462^c78]]^&9^#113]){jN^k^%^u_b9^\'76[379^c62^c78]])/^p^%^u_^!310]]@b(k@v^mJ4]-^p^%^u_^!4J1)+^p^%462^c78]]}};J#jN^D^i894]^eN){J2er={^zy={pixel@yer@nnit:J6,minimum:J6,reference:J6J)cT=^p^!310J"cS=^p^!J,;k@y^m478]]=^?]^db9^#^J^#9]){k@y^m725]]=cT/^<](^pb9^\'76^yk@y^m723^l_^!4J1;}^db9^#3^S^#14]){k@y^m725]]=-1@bcS/^<](^pb9^\'76^yk@y^m723^l_^!417]];};^a724]]=k@y^D^i893^]J2eD=^p^%517]^i568]]()J r=0J k=0J.kS=false^db9^#^J^#9]){^YJ1=eD[_$^h;^Y19]]=eD^m311^0J98J1=eD^mJ,;^Y19]]=eD[_$^h;^zn=^a351]^^2]?^NJ1@u500?8:Math^m195]](6,Math^m174]]^NJ1/62))):Math^m195]^\\[174]]^NJ1/40),2)J.i@m,i@wJ.kTJ wJ m=0;^I351]^^2]){i@m=^Z465^c79]]!==J6)?^a465^c79]]:^a6^O4]];i@w=^Z465^c81]]!==J6)?^a465^c81]]:^a6^O5]]J0i@w-i@mJ\'@m^29^>680]^E?0.4:^pb9^>680]];i@w+=k@m;i@m-=k@m;};^I6^O1]]!==Infinity){kT=^a6^O1]]^fw-i@m>1){kT=^<](i@w-i@m)@b0.5^tT=1^d^%516]^i636]]===^s628]){kS=J:};}};^&J-51]^^3]){i@m^29^>478]^E||^pb9^>478]]===J6?^a6^O4]]:^pb9^>478]];i@w^29^>480]^E||^pb9^>480]]===J6?^a6^O5]]:^pb9^>480]]J0!is@sinite(i@m)&&!is@sinite(i@w)){i@w^29^>680]^E?-Infinity:^pb9^>680]];i@m=0;^fm===0&&i@w===0){i@w+=9;i@m=0;^fw-i@mJ\'@m=Math^m630]](^<](^<](i@w)@b0.01),5);i@w+=k@m;i@m-=k@m;^fm>i@w){k@m=Math^m630]](^<](^<](i@w-i@m)@b0.01),5);~^Y64]][~b976[674]^i~976[392]^i1~76[868]]===^s~b976[843]^i~b976[379]^i~}else {if(^pb~76[480]]-^pb9~]]@u@u0);e@o[_$_b97~480]]){continue };e~u@u0)+0.5:(er[_$_b9~62]]%2===1)?(er[_$_~[901]]){continue };~font@weight:this[_$~,horizontal@zlign:_~ont@samily:^p~]];}else {^pb~,max@xeight:this[_$~= typeof (^pb~[748]]/180@bthis[_$~,text@qaseline:_$_b~,fontColor:^p~@u@u0,kz)^j~,fontStyle:^p~^Y71]]~J910],fontSize:t~}^D~cc^i901]]~Math^m263]~^a686]~76[372]^i~^a478]~^Q[9~353]]>^pb97~]=^R~310]]@bMath[_$_b9~;};h^m125]~])===^s161]~]@u@u0)^j~ax@width:^p~er^m170]]~if^Z~113]||^pb9~;e@o^m16~^m353]])~]){e@o^m~(^Y~26]^i63~76[152]];cc++){~^l_b976~er^m629]~60]||^pb9~^a62~5]]@b1.5,angle:~[433]](J:);};~new bi(^p~,text:^pb~^a8~(^a~^m629]]~](Math^q~]]=function(){~]===^s46~==^s900]~;for(^o~this^m~]]=jT^q~]^i4~;if(^p~]=function(k~}else J8i@~^m41~_bJ-10]]~]^m~;^pb~=(^p~]]=this[_$~^q[~[^w~cc=0;cc@u~this[_$_~[_$_b976~_bJ986~_$_bJ9~}else {k~462]][_$~J.er;~708]]();~69]]();}~[478]]);~}J ~]){J2k~bJ988~bJ990~J.k@~353]]@u~]]J.~return ~76[629]~;J+~cc]J0~===0){k~(J+~}J.~63]]()~kJ/~311]]~J93~;J2~u[_$_~;if(~14]]~var ~]](k~170]~719]~null~]]&&~{if(~976[~true~720]','if(i@w>=0){i@m=i@w-k@m^ji@w=i@m+k@m};^jk@m^4630]^D[263]^D[263]](i@w-i@m)@b0.01),0.05)^zi@w!==0){i@w+=k@m^qi@m!==0){i@m-=k@m};}}}^q^)12]]&&(^_^+2]]^.)=^;||t^+2]]^.==^t)^pi@m>0){i@m=0}^q^)12]]&&(^_^+2]]^:)=^;||t^+2]]^:==^t)^pi@w@u0){i@w=0}};}};^56^I76[462]&&^g^"516^P636]]=^b628]){k@w=i@w-i@m^z!^J681]]){i^X1^f^$=1;^ ^i^3^X2^f^$=2;^ ^i^3^X^a^$=5;^ ^i^3^X1^Y^$=10;^ ^i^3^X2^Y^$=20;^ ^i^3^X5^Y^$=50;^ ^i^3^X1^T^$=100;^ ^i^3^U^T^$=200;^ ^i^3^X25^Y^$=250;^ ^i^3^X3^T^$=300;^ ^i^3^X4^T^$=400;^ ^i^3^X5^T^$=500;^ ^i^3^!3^<^$=1;^ ^i^A^!3^?^$=2;^ ^i^A^!3^x^a^$=5;^ ^i^A^!3^x1^Y^$=10;^ ^i^A^!3^x1^a^$=15;^ ^i^A^!3^x2^Y^$=20;^ ^i^A^!3^x3^Y^$=30;^ ^i^A^!4^<^$=1;^ ^i^=^!4^?^$=2;^ ^i^=^!4^x^a^$=5;^ ^i^=^!4^x1^Y^$=10;^ ^i^=^!4^x1^a^$=15;^ ^i^=^!4^x2^Y^$=20;^ ^i^=^!4^x3^Y^$=30;^ ^i^=^!5^<^$=1;^ ^i[^L^!5^?^$=2;^ ^i[^L^!5^x3^f^$=3;^ ^i[^L^!5^x6^f^$=6;^ ^i[^L^!6^<^$=1;^ ^Z0^[^!6^?^$=2;^ ^Z0^[^!6^x4^f^$=4;^ ^Z0^[^!7^<^$=1;^ ^Z3^[^!7^?^$=2;^ ^Z3^[^!7^x3^f^$=3;^ ^Z3^[^!8^<^$=1;^ ^i^F^!8^?^$=2;^ ^i^F^!8^x3^f^$=3;^ ^i^F^!8^x6^f^$=6;^ ^i^F^!9^<^$=1;^ ^Z7^[^!9^?^$=2;^ ^Z7^[^!9^x4^f^$=4;^ ^Z7];^j^$^4174]](h[_^`]](k@w/(k@n-1),true)/r^e919]]);^ ^Z7];^*^*^*}};^56^7[479^\\{^y^.=^N^7[479]]^j^y^.=i@m-kT/2};^56^7[481^\\^/^u=^N^7[481]]}else ^/^u=i@w+kT/2^q!^J877]]^pkS)^/^6921^R^ ^Q47])^/^6234^R^ ^Q44])^/^6922^R^ ^Q43])^/^6923^R^ ^Q40])^/^6923^R^ ^Q37])^/^6924^R^ ^Q34])^/^6924^R^ ^Q31])^/^6925^R^ ^Q28])^/^6926]^m}}}}^0863]]=^)27]](^d^y^.),^J681]],^$);^j^ ^i[29];k@w=h[_^`]](i@w-i@m,false)^zt^+2]]&&t^+2^P680]]){^$=t^+2^P680]]^j^$=h[_^`]](k@w/(k@n-1),true)};^56^7[479^\\{^y^.=^N^7[479]]^j^y^.^4174]](i@m/^$)@b^$};^56^7[481^\\^/^u=^N^7[481]]}else ^/^u^4173]](i@w/^$)@b^$};^56[^u===0&&^y^.===0^pt^+2]]^.===0)^/^u+=10^jif(t^+2]]^:===0){^y^.-=10}^qt^+2]]&&^_^+2^P680]])=^;){^$=h[_^`]]((^y^:-^y^.)/(k@n-1),true)^}^56^I76[462]^p!(^N^7[479^\\){^y^.=i@m-kT/2^q!(^N^7[481^\\)^/^u=i@w+kT/2}^0863]]^4174]]((^y^.+(^$@b0.2))/^$)@b^$;^j^56^I76[463])^/863]]=^y^.}^}^56^I76[462])^/675]]=t^+2]]&&^_^+2]]^.)!^;?t^+2]]^.:^J626^P630]]-kT/2^0676]]=t^+2]]&&^_^+2]]^:)!^;?t^+2]]^::^J626^P195]]+kT/2;^q!^J877]])^/^6928];k@w^4263]](^y^:-^y^.)^zk@w@u1^nk@l^4174]^D[263]^D[376]](k@w)/^W6[929]]))+2^zisNaN(k@l)||!is@sinite(k@l)){k@l=2^qk@l>2){for(^|cc=0;cc@uk@l-2;cc++)^/877]]+=^i[172]}^}^}h[_^`^Ocz,lb^nk@p^4174]^D[376]](cz)/^W6[929]]);^|k@i=cz/^W6[271]](10,k@p)^la^zlb^pk@i@u1.5){la=1}^C3){la=2}^C7){la=5^jla=10}}}}^C=1){la=1}^C=2){la=2}^C=5){la=5^jla=10}}}};return Number((la@b^W6[271]](10,k@p))^e275]](20));};h[^i^E[927^O^nld=s(^$,^J681]])^le^4174]]((^y^.)/ld)@bld^lc=^dle)^z^ ^Q28]){^jif(^ ^Q31^@76[129]](^>6[133^K[132^{+1^,^r^B^ ^Q34^@76[132^{^1^k^>6[136^K^w]()+1^,^o^,^r^B^ ^Q37^@76^w]()^1^h^1^k^>6[139^K[13^s+1^,36]](0^,^o^,^r^B^ ^Q40^@76[13^s^1^w]()^1^h^1^k^>J 2^K[141^{+1^,39]](0^,36]](0^,^o^,^r^B^ ^Q43^@76[9^r)^1[13^s^1^w]()^1^h^1^k^>J 2^K[141^{+(7-lc^e9^r))^,39]](0^,36]](0^,^o^,^r^B^ ^Q44^@7J 1^{>1||lc^]3^s^1^w]()^1^h^1^k^>J 6^K[145^{+1^,42]](1^,39]](0^,36]](0^,^o^,^r^B^ ^Q47^@7J 5^{^1[141^{>1||lc^]3^s^1^w]()^1^h^1^k^>J 9^K[14^s+1^,46]](0^,42]](1^,39]](0^,36]](0^,^o^,^r0);^m}}};return lc;};function bg(kr,cD,c@j,d@p,ny){bg^]27^P126^P204]](^y,^i[931],cD,c@j,ny)^0647]]=d@p;t^+9]]=kr^0392]]=^g^"392]]^0632]]=^J632]];^)03^S900]^z^)32]]!=^t&&^)33^\\^/885]]=((^)32^P209]]?^)32^P209^{:^)32]])+(^)33^P209]]?^)33^P209^{:^)33]]))/2;^)04]]^4195]](^)33]]-^)32]]);^)03^S885];};}@s(bg,m);bg[^i^E[433^O^ner=t^+^M686]](^J885]])^lf^4263]](^)03]]=^b900]?^)04]]:t^+^M724^P725^x^)04]])^zlf>0^nlh=^)34]]==^t?1:^)34]]^0^9160]]=^J522]]^0^9163^{^lg=^N^2[682]]^0^9682]]=lh;^|fr=@r(^J647]]);^|f@w,f@m,f@p,f@i^0^9162]]=lf;^56^2[720]])^/^9720]](@t(^J721]],lf))^qt^+^M^H6[113]||t^+^M^H6[9]^nli=(^N^2[162]]%2===1)?^V[170]]@u@u0)+0.5:^V[170]]@u@u0);f@w=f@m=li;f@p=^g^"405^P415]];f@i=^g^"405^P417]^[f(t^+^M^H6[360]||t^+^M^HJ ]^nlj=(^N^2[162]]%2===1)?^V[629]]@u@u0)+0.5:^V[629]]@u@u0);f@p=f@i=lj;f@w=^g^"405^P414]];f@m=^g^"405^P416]];}}^0^9164]](f@w,f@p)^0^9165]](f@m,f@i)^0^9169^{^0^9682]]=lg;^}function bm(kr,cD,c@j){bm^]27^P126^P204]](^y,^i[935],cD,c@j);t^+9]]=kr^01]]=kr^]]]^0392]]=^g^"392]];^)36]]= -1;^)37]]= -1;^)38]]=0;^)39]]=NaN;^)40]]=NaN^050^s;}@s(bm,m);bm[^i^E[508^O){^56[671]]){^)41]]=document^e2]](^i[421]);^)^891]](^i[314],^i[942]);^)^89^M353^S426];^)^89^M311^S25];^)^89^M943^S944];^)^89^M945^S946];^)^89^M189^S194]^lk=^i[947]^-48]^-49]^-50]^-51]^-52]^-53]^-54]^-55]+(T?^i[956]:^i[957])^-58]^-59]^-60]^-61]^-62];lk+=T?^i[963]:^i[964]^-65]^-66]^-67]^-68]^-69]^-70]^-71]^-72]^z!T){lk+=^i[973]^-74];}^-75];^)^885]]=lk;^)76]]=^)41^P977]];^)^89^M978]]=^)76^P19^M978]];^g^"42^M188]](^)41]]);}};bm[^i^E[677^Ocz,c@z^p!(^)79]]&&(^d)^e209^{-^)79]])@u40)){^)79]]=^d)^e209^{^0608]](cz,c@z);}};bm[^i^E[608^OdT,d@n^p^g^"401]]^c^z typeof (dT)=^;|| typeof (d@n)=^;^pisNaN(^)39]])||isNaN(^)40]])^celse {dT=^)39]];d@n=^)40]];}^j^)39]]=dT;^)40]]=d@n;};^|gq^t;^|c@n^t^lq=^i[20]^lm=[]^ls^lp;^|cz=0^z^)80]]&&^J671]]&&^g^"516^P542]]!^Q94]^p^g^"516^P542]]=^b543]){cz=(^g^"^v^:-^g^"^v^.)/^g^"462^P674^P311^x((^g^"462^P674^P417]]-d@n))+^g^"^v^.^jcz=(^g^"^v^:-^g^"^v^.)/^g^"462^P674^P310^x(dT-^g^"462^P674^P414]])+^g^"^v^.}^ln=[];for(^|cc=0;cc@u^g^"282^P152]];cc++^nht=^g^"282]][cc]^e858]](cz,true)^zht&&ht^e524]]>=0){ht^e567]]=^g^"282]][cc]^zht^^41^P629^\\{ln^e274]](ht)^}^qln^]52]]===0^c;ln^e541]](function(ik,il){return ik^^42]]-il^^42]]})^ll=ln[0];for(cc=0;cc@uln^]52]];cc++^pln[cc]^^^87^M981^{===ll^^^87^M981^{){lm^e274]](ln[cc])}};ln^t;^j^|d@m=^g^"640]](dT,d@n,true)^zd@m){^)37]]=d@m^^44]];^)36]]=d@m^e567^P524]^[f(T^nd@p=N(dT,d@n,^g^"43^M645]])^zd@p>0&& typeof ^g^"43^M722]][d@p]!^;){event@vbject=^g^"43^M722]][d@p]^zevent^G6[982]]=^b845]^c;^)36]]=event^G6[846]];^)37]]=event^G6[644]]>=0?event^G6[644]]:-1;^j^y[~^J681]]=~f(k@w/(r^e91~b976[379^P~^%}~^J680]]~^&}~^\'}~^(}~^*}~^J9~^m^m}}~his^e37~);lc^]~;lk+=^i[9~^e478]]~{^J~;^J~>0||lc[^i~[392]][^i~[128^[~=^W6[~if(^gb97~877^S~[465]][^i~41^P1~392^P~^e480]]~^Q61]~]]@b1^f~[134^[~)>0){lc[_$_b97~]]@b2^f~]^plc[_$_b9~[131^[~0);}^jif(~else {if(k@i@u~](^W6~[125]][^i~[144^[~@vbject[_$_b97~868]]===_$_b97~[351]]===_$_b9~^N[~]](lc[^i~137^[~0^P~^gb976~]]=function(~]]^e~^b1~]^jif(~]]=^i[~0^Y~^X2~(er[^i~Math[_$_b97~f(k@w/(1@b~0^f~^i[14~];^ji~]]!=^t)~^e1~^e6~ typeof (t~$_b976[920~5^f~==^i[~){return }~ new Date(~[^i[~)@u=k@n){~^y[_$_~[132^{~_$_b976~}else {~[129]](~;^|l~}}}}}}~){^|~33]](0~){if(~}^z~30]](~8^{~=null~480]]~462]]~[135]~]]@b~this~;if(~]]()~var ~};};~6[14~209]','_^h937]]= -1^d^737]]= -1}}^|^736]]>=0){c@n=t^&^_282]][^736]]^uht={}^|^737]]>=0){gq=^F538]][^737]]];ht^_567]]=c@n;ht[^==gq;ht[_$_^[=^737]];ht^_642]]=M^2](gq^_170]]-cz);^lif(^;671]]&&^c9^ 525^D^ 526^D^ 527^D^ 5^9^ 52^>^ 530^D^ 5^C9^ 532^D^ ^:9^ 534^D^ 535^D^ 536])){^}cz=(t^&^i^,480]]-t^&^i^,^t/t^&^i^,674^R310]]@b(dT-t^&^i^,674]^E4]])+t^&^i^,478^R981]]();ht=^F858]](cz,true);ht^_567]]=c@n;^737]]=ht[_$_^[;gq=ht[^=;^l^m}}^|ht[^=^_629]]!^em^_274]](ht)};};^zm^_152]]>0){^;770J!m)^|^;671]^olr^G;lr=^783]]({entries:lm})^|lr!==null){t^`^56[185]]=lr;t^`^56[185]]=lr;^}lo=false^|t^+^g^)189]]=^Z194]){lo=true;t^+^g^)189]]=_^h489];};try{t^`^5^)984]]=^;467]]?^;467]]:T?_^h985^a[986^L^5^)987]]=t^`^5^)988]]=t^`^5^)750]]=^;750]]?^;750]]:^v^=^_J"]?^v^=^_J"]:^j^"76[J"]?^j^"76[J"]:^j^"76[523]][^j$_^[%^j^"76[523^R152]]^L^5^)989]]=(^;728J ^;728]J#0)?^;728]]+_^Y]:2+_^Y^L^5^)978]]=(^;809J ^;809]J#0)?^;809]]+_^Y]:5+_^Y];t^+^g^)978]]=t^`^5^)978]^L^5^)298]]=(^;298J ^;298]J#0)?^;298]]+_^Y]:14+_^Y^L^5^)J"]=^;810]]?^;810]^a[16^L^5^)300]]=^;300]]?^;300]^a[17^L^5^)296]]=^;296]]?^;296]^a[12^L^5^)294]]=^;294]]?^;294]]:T?_^h18^a[12];}catch(e){}^|^j^"^ 556^V^"^ 557^V^"^ 558^V^"^ 549^V^"^ 555^V^"^ 552^V^"^ 553])^B=dT-10-t^+^E2]]}else ^B=(((t^&^i^,674^R310]]/M^2](t^&^i^,480]]-t^&^i^,^t)@bM^2](^v^=^_170]]-t^&^i^,^t)+t^&^i^,674]^E4]]+0.5)-t^+^E2]]@u@u0;^O-=10;}^|^O@u0)^B+=t^+^E2]]+20}^|^O+t^+^E2]]>t^&^_407]^E2]])^B=M^J195]](0,t^&^_407]^E2]]-t^+^E2]])};^O+=_^Y]^|lm^_152]J#1&&!^780]]&&(^j^"^ 525^V^"^ 526^V^"^ 527^V^"^ 528^V^"^ 529^V^"^ 530^V^"^ 531^V^"^ 532])){lp=(^j^"^x^R674]^E7^b_^"^x^R674^R311]]/M^2](^j^"^x^R480^b_^"^x^R^t@bM^2](^v^=^_629^b_^"^x^R^t+0.5)@u@u0^lif(^j^"^ 549^V^"^ 555^V^"^ 552^V^"^ 553]){lp=(^j^"7^,674]^E7^b_^"7^,674^R311]]/M^2](^j^"7^,480^b_^"7^,^t@bM^2](^v^=^_170^b_^"7^,^t+0.5)@u@u0^llp=d@n}};lp=(-lp+10)^|lp+t^+^E3]]+5>0){lp-=lp+t^+^E3]]+5-0};lp+=_^Y];t^+^g^)360]]=^O;t^+^g^)113]]=lp^|!^;470J lo){^790]]()^l^791]]()^d^;477]](false)};};};};bm^_125^R770^Qlm){^}lu=t^&^_393]];t^&^_482]]();lu^X16]]();^}ep=t^&^_405]^ub@x=0;for(^}cc=0;c^T7^q;cc++){^}ht=lm[cc^ult=t^&^_430^R722]][ht[_^"76[621]][ht[_$_^[]]^|!lt||!lt^_982J lt^_982]]!^Z641]){continue };^}c@n=t^&^_282]][lt^_846]]^ugq=^F538]][lt^_644]]^udb^S[644]]^|gq^_992]]!==false&&(^F992]J#true||gq^_992]J#true)){if^c9^ 525^D^ 526^D^ 527^D^ 53^>^ 5^9^ 52^>^ 530^D^ 5^C9^ 532^D^ ^:9^ 534^ofv=^F726]](db,l^K4^8415]],t^&^_393]]);^<7]]=M^J195]](^<7]]@b1.5@u@u0,10);fv^X50]]=fv^X50J _^h993];^<8]]=^<8J M^J173]](^<7]]@b0.1);bb^X29]]([fv])^|^fl^K7]])!^Z161^ofv=^F726]](db,l^K4^8417]],t^&^_393]]);^<7]]=M^J195]](^<7]]@b1.5@u@u0,10);fv^X50]]=fv^X50J _^h993];^<8]]=^<8J M^J173]](^<7]]@b0.1);bb^X29]]([fv]);};}e^\'^ 540^ofv=^F726]](db,l^K4^8415]],t^&^_393]]);^<7]]^S[727]];fv^_J"]=_^h3];fv^X50]]=_^h3];lu^_682]]=0.3;bb^X29]]([fv]);^n^M}e^\'^ ^9^ 550^D^ 551^D^ 54^>^ 555^D^ 552^D^ 553^D^ 554]){@q(lu,l^K4^8^3[416^8417]],_^h3],0,null^$,false,0.3)}e^\'^ 556^D^ 557]){C(lu,lt[^W^8754]],_^h3],^F351^8759^8760]],0.3)}e^\'^ 535]){^n^Ml^H0]]^S[J"];l^H2]]^S[728]]@b2;b@x=(l^H2]])%2===0?0:0.5;lu^i6^497^6^%^h417]^15]^U6[994]]-b@x,M^J630]^U6[^3[861]]));l^H^Pb976^497^6976[994]]-b@x,M^J195]^U6[^3[861]]));l^H5J!t[_$_b^%^h860]^19]]();@q(lu,l^K4]],M^J630]^U6[^3[861]]),l^K6]],M^J195]^U6[^3[861]]),_^h497],lt^X28]]@b2,lt^_J"]^$,false);^n^M}e^\'^ 536]){^n^Ml^H0]]^S[J"];l^H2]]^S[728]]@b2;b@x=(l^H2]])%2===0?0:0.5;lu^i6^497^6^%^h417]^15J!t[_$_b^%^h860]^1^Pb976^497^6976[994^8415]^15J!^K4^8415]^1^Pb976^497^6976[994^8861]^15J!^K6^8861]^1^Pb^M}}}}}}};};^n^Ml^H3]]();^m;};bm^_125^R983^Qen){^}lm=en^_995]^ulr^\\c@n^\\gq^\\db=0;^}fn^\\lq^G;^}lv=true;for(^}cc=0;c^T7^q;cc++){if(^s_^"76[996J ^s^=^_996]]){lv=false;break ;}^zv&&((^797]]^#_b97^k)=^Z998])||^799]])){^}ec={chart:t^&,toolTip:^;372]],entries:lm};lr=^799]]?^799]](ec):^797]](ec);^lif(^780]]&&t^&^_516^R542]]!^Z194^olw^G;for(^}cc=0;c^T7^q;cc++){c@n=lm[cc]^_567]];gq=^s^=;db=^s_$_^[;lq^G^|cc===0&&lv&&!^797]]){lw+=^ft^&^i^,633]][gq^_170]]])!^Z161]?t^&^i^,633]][gq^_170]]]:^W00];lw+=^W01];lw=t^&^X04J!w,^^;}^|^*^r||(^f^*)=^Z161]&&^F372^R996]]^r)){continue };if^c9^ 525^D^ 526^D^ 527^D^ 5^9^ 52^>^ 530^D^ ^9^ 54^>^ 53^>^ 550^D^ 551^D^ 552^D^ 553^D^ 5^C9^ 532^p^*?^*:^-^?[^/7^k^#^{^06[9^.^I^y2]}e^\'^ 540^p^*?^*:^-^?[^/7^k^#^{^06[9^.^I^y3]}e^\'^ 556^D^ 557^D^ 558^p^*?^*:^-^?[^/7^k^#^{^06[9^.^I^y4]}e^\'^ 554^D^ 555^D^ ^:9^ 534^p^*?^*:^-^?[^/7^k^#^{^06[9^.^I^y5]}e^\'^ 535^D^ 536^p^*?^*:^-^?[^/7^k^#^{^06[9^.^I^y6]+^W07]+^W08]+^W09]+^W10]}}}}^zr=^er^G}^|^;839]J#true){lr=t^&^X04J!q,^^+lr^|c^T7^q-1){lr=^W01]+lr^dlr+=t^&^X04J!q,^^^|c^T7^q-1){lr+=^W01]};};^zr!^er=lw+lr^dc@n=lm[0]^_567]];gq=^v^=;db=^j$_^[^|^*^r||(^f^*)=^Z161]&&^F372^R996]]^r)){^mnull};if^c9^ 525^D^ 526^D^ 527^D^ 5^9^ 52^>^ 530^D^ ^9^ 54^>^ 53^>^ 550^D^ 551^D^ 552^D^ 553^D^ 5^C9^ 532^w^*?^*:^-^?[^/7^k^#^{^06[9^.^I^(97^N976^]^@^h1013]}e^\'^ 540^w^*?^*:^-^?[^/7^k^#^{^06[9^.^I^(97^N976^]^@^h1014]}e^\'^ 556^D^ 557^D^ 558^w^*?^*:^-^?[^/7^k^#^{^06[9^.[997]]:(gq^_520]]?^W15]:gq^i^N976[1016^a[20])+^W17]}e^\'^ 554^D^ 555^D^ ^:9^ 534^w^*?^*:^-^?[^/7^k^#^{^06[9^.^I^(97^N976^]^@^h1018]}e^\'^ 535^D^ 536^w^*?^*:^-^?[^/7^k^#^{^06[9^.^I^(97^N976^]^@^h1019]+^W07]+^W08]+^W20]+^W10]}}}}^zr=^er^G};lr+=t^&^X04J!q,^^;}};^mlr;};bm^_125^R991^Q){if(t^+^g^)1021]]){^m};t^+^g^)1021]]=_^At^+^g^)1023]]=_^At^+^g^)1024]]=_^At^+^g^)1025]]=_^A};bm^_125^R990^Q){if(!t^+^g^)1021]]){^m};t^+^g^)1021]]^G;t^+^g^)1023]]^G;t^+^g^)1024]]^G;t^+^g^)1025]]^G;};bm^_125]]^i6~76[351]]=^Z~e^\'7~^h567]][_$_b9~&&^fthis[_$~,false,false,false~976[994]]-b@x,lt[_~his^_379]]~lse {if^c9~76[1011]+(gq[_$_b~6[190^R~gq^_996]]~his^_941]~6[462^R~^F996]~98]?t^`76~996]]:t^`~[997]])!==_$_b97~]);l^H~^J263]~415]],lt^i6~[163]]();^n~76[976]^g~6[164J!t[_$_b~^;9~]],lt^_~28^D~533]||c@n[_$_b~this^_~fv^X2~_^h641]]~9^D~]?c@n^i6~b9^y0])+_~^h1022];~{^O~31]||c@n[_$_b~]||c@n[_$_b9~]^_41~c@n^_~=_^h20]~u^_16~[997]]:_$_b9~ath^_~t^_41~];t^`~976[682]]=1;~6[632]]?_$_b~toolTip@teft~9]]();lu[_$_~]]=function(~]]^_~=lt^i6~c@ulm[_$_b9~](lt^i~]||^j~_^h10~^_7~^h312~==_^h~b976[524]]~=null;^}~[1012]:_$_~gq,c@n,db)~[_^h~his[_$_b9~]:_$^{~]]-^v~(c@n[_$_b~};^l~==null){l~ typeof (~]^i~$^{[~[_$_b97~^v_~6[997]]~}else {~return ~lu[_$_b~]){^}~]){lq+=~6[152]]~===null~lm[cc][~478]])~];^}~lm[0][~]){lq=~76[463~76[100~}^|l~_b976~;if(~var ~]]||~]](l~522]~]===~}}}}','[477]^RxJ*!^I671]]^alx= typeof (lx)=^m[161]?true:lx;^I941^L90^L8JD^t194];^I936]]= -1;^I93JDNaN;^I940]]=NaNJGlx){^u^ 482J@JAnJ,^)698]^R@z,ly^{zJ8J$CJ8J$@qJ%if^5][_^e^Y697J2){lC=0;lz=l^c170^U209^Q6[170^U209J@:ly[_$^[JGlz in ^M618^U6JC){lC=^M618^U6JC[lzJ)!iJ0ly^F)J*lC===0JEq=0^pq=(ly^F/lC)@b100}^pq=0};}^vif^5^X[556]||l@zJ 6^@[557]){lC=0;for(i=0;i@u^M538^L5JBi++J*!iJ0^M538]][i]^F)){lC+=^M538]][i]^F}J(!iJ0ly^F)JEq=(ly^F/lC)@b100^pq=0};}};return {percent:l@q,total:lCJAnJ,^)704]^R@h,ly,l@z,lD,l@s^{I=/@e{.@b?@e}|"[@g"]@b"|@d[@g@d]@b@d/gJ\'kr=JI;l@s= typeof (l@s)=^m[161]?0:l@sJG^5][_^e^Y697J2||^5^X[556]||l@zJ 6^@[557]))&&(l@h[_^e^Y1026J2||l@h[_^e^Y1027J2)^{@q=^b26]J$C=^b27]J$zJ%JLfc=^I698]](l@z,ly);lC=fc^k701]]?fc^k701]]:lC;l@q=iJ0fc^k702]])?l@q:fc^k70JBdoJ+l@x=^t20J)^M1028]]JEx=^M1028]]^px=^b29]J\'k@l=^P[195]](^P[173]](^P[376]](1/^P[263]](l@q))/^P[929]]),2J.iJ0k@l)||!is@sinite(k@l)){k@l=2}^ol@j=0;l@j@uk@l;l@j++JEx+=^t172]JAl@h=l@h^V4^Y1026],@m(l@q,l@x,^d[363]]));l@h=l@h^V4^Y1027],@m(lC,^M1030]^30]^H]));}while(l@h[_^e^Y1026J2||l@h[_^e^Y1027J2);;}J$E=^jxJ*(cx[0^X[279]&&cx[cx[^D^X[279])||(cx[0^X[280]&&cx[cx[^D^X[280])){return cx^V7]](1,cx[^D)}J\'b@y=bn(cx^V7]](1,cx[^D));b@y=b@y^V4^Y1032],l@s)J\'dbJ%tryJ+cg=b@^c260]](/(.@b?)@es@b@e[@es@b(.@b?)@es@b@e]/J.cg&&cg^V2]]>0){db=bn(cg[2]);b@y=bn(cg[1]);};}catch(e){}J$@oJ%^6522^il^c522^Q6[522^K6[522]]?^M522^K6[523]][lD%^M523^L52]]]J(l^c506]](b@y)JEo=ly^}if(^M506]](b@y)JEo=l@z^G^t20]}}J\'kN=l@o[b@yJ)db!=J8){kN=kN[db]};^6170]J*^d[462]]&&^d[516^U636]^X[628^ix(^93^QJ-3^KJ-3]^33]]:^d[462]]&&^d[462^U877]]?^d[462^U877]]:^b34^:])^G@m(^93^QJ-3^KJ-3]^33]^H^:])}^}^6629^i@m(^90^QJ-0^KJ-0]^30]^H^:])^}^6264^i@m(^95^QJ-5^KJ-5]^35]^H^:])^GkN}}JAreturn l@h^V4]](lI,lE);};funcJM D(kr^;7JDkr;^I51JD0J\'c@v=JI;^/]=[]^>36]]=[]^>JCJ%^I507]]=t(^u^ 310]],^u^ 31JH;^I645]]=^I507^U0^Y304])J\'c@o=^jy){c@v^k672^-c@v,cy)};^!=[];}DJ,^)476]]^T^I51JD0;^/]=[]^>36]]=[]^>JCJ8^>3JD[J)T){^I645^U601]](0,0,^u^ 310]],^u^ 31JH;^I645^L63J/JADJ,^)1040]]^Treturn ++^I519]]};DJ,^)672]]=^jyJ*c^c351]]!^m[440]&&c^c351]]!^m[JJ^aJLlM=[]J\'er=M(cy)J\'d@pJ%d@p^n^ 643]](er[_$^[,er^F,J3J.d@p&& typeof (^/][d@p])!^m[161]^{@t=^/][d@pJ)^Z[982]^X[641])J+c@n^n^ 282]][^Z[846]^|gq=^N538]][^?^|ir=^?];^2]={x:er[_$^[,y:er^F^\\:gq^]:^NJ<^\\Index:ir^]J&^N524JPhar^g^ 389]]};^1]={cJ7t:gq,userCJ7t:gq,J;over^l496],J;move^l440^wut^l444],click^lJJ};lM^Bl@t);l@t=^/][^NJ1];^2]={x:er[_$^[,y:er^F^\\:gq^]:^NJ<^\\Index:ir^]J&^N524JPhar^g^ 389]]};^1]={cJ7t:c@n,userCJ7t:^N372]^wver^l496],J;move^l440^wut^l444],click^lJJ};lM^B^/][^NJ1])^vif(^Z[982]^X[845])J+c@n^n^ 282]][^Z[846]^|gq=^?]!=J8?^N538]][^?]]:null;^2]={x:er[_$^[,y:er^F^]:^NJ<^\\:gq^\\J&^?]^]J&^Z[846JPhar^g^ 389]]};^1]={cJ7^g^ 565]],userCJ7^g^ 565^U372]^wver:^b43],J;move:^b44^wut:^b45],click:^b46]};lM^Bl@t);}};}J$@y=[]^occ=0;cc@u^!^VJBcc++^{@v=true^odg=0;dg@ulM^VJBdg++J*lM[dg]^kJ1===^!JK^kJ1JEv=J3;break ;}J(l@v^;JC(^!JK,^t444J:^py^B^!JK)JA^!=l@y^occ=0;cc@ulM^VJBcc++^{N=J3^odg=0;dg@u^!^VJBdg++){ifJ#^kJ1===^![dg]^kJ1){lN=true;break ;}J(!lN^;JCJ#,^t496J:;^!^BlMJK);J(cyJ 6^@[JJ^;JCJ#,^t334J:^}if(cyJ 6^@[440]^;JCJ#,^t440J:}JA};DJ,^)337]^R@t,l@r,cyJ*!l@t|| !l@r^aJLcN=^2]J$@k=^1]J$S=^1][^b47]J)lS&&l@k&&lS[l@k[l@r]]){lS[l@k[l@r^-lS,cN)J(l@r!^m[444]J*lS^kJ6&&lS^kJ6!==c^c290^L90^UJ6){c^c290^L90^UJ6=lS^kJ6}^}c^c290^L90^UJ6^n^ 403]];delete ^2];delete ^1];J(l@r=^m[JJ&&^Z[982]^X[641]&&^u^ 51JH{^u^ 511^-^u^ 282]][^Z[846]JPN)JAfuncJM u(ml)J+bwJGml&&J?){bw=J?};u^k127^L26^-JI,^b48],bw);}@s(u,m);funcJM f(kr^;7JDkr;^I392]]^n^ 405^U39JBth^.=[];^4]J%}fJ,^)606]]=^qma,l@l,l@n,l@p,l@w)J+c@v=JI;^u^ 398]]=true;l@w=l@w||d^k715^U732]J)l@n){th^.^B{startTime:(J9Date())^k209J@+(ma?ma:0),duraJM:l@l,animaJMCallback:l@n,onComplete:l@p})}J$@i=[];while(th^.^V2]]>0^{T=th^.^k277J@J$@m=(J9Date())^k209J@J\'dm=0JGlT[^W0]]@u=l@m){dm=l@w(^P[630]]((l@m-lT[^W0]]),lT[^WJH,0,1,lT[^WJH;dm=^P[630]](dm,1J.iJ0dm)||!is@sinite(dm)){dm=1};J(dm@u1JEi^BlT)};lT^k604]](dmJ.dm>=1&&lT[^W2]]){lT[^W2J@JAth^.=l@iJGth^.^V2]]>0){^4]^n^ 779^-window,^q){c@v^k606^-c@v)})^}^u^ 398]]=J3JAfJ,^)510]]^Tth^.=[J)^4]){^u^ 513^-window,^4])};^4]J%^u^ 398]]=J3;}J\'d={yScale^E^7^+^%^(_b9J"^L^|mb=c@i[^W5^|gr=(mb-mb@bdm)^O[^\'b9^xJ!^f,0,gr^`^<0JF,dm@be@oJ ^<1JF);},xScale^E^7^+^%^(_b9J"^L^|mb=c@i[^W5^|hv=(mb-mb@bdm)^O[^\'b9^xJ!^f,hv,0,dm@be@oJ ^<0JF^`^<1JF);},xClip^E^7^+^%^(_b9J"^L]]^O[716J/if(dm>0^J[^\'b9^x@bdm,mc[_$_^f,0,0,mc^k310]]@bdm/z,mc[_$_^f/z)}^O[730J/},fadeIn^E^7^+^%^(_b9J"^L]]^O[716]]^$]=dm^O[^\'b9^xJ!^f,0,0^`^<0JF^`^<1JF)^O[730J/},easing:{linear^^^"meJN/mf^r@vutJSd^^^"-meJ>/=mf)J>-2)^r@vutJSr^S^"-me@b((mg=mg/mf-1)^zJN-1)^rInJSd^^^"meJ>/=mf)JN^rInJSr^S^"meJ>/=mf)^zJN+md}}}J\'bb={drawMarker:^jz,c@z,e@o,jt,dS,fu,jr,^ye@o^aJLJR1^O[15JDfu?fu^l16]^8]=jr?jr^l16]^C2]]=js?js:0;^A31]^J[164J4,c@z)^O^,76[753J4,c@z,JQ,0,^P[748]]@b2,J3J.fu^J[168J@J(^yjr){JRe^=;e^==0.15^8]=^t13];^0^$]=e@q^v^0()}}^v^A856]^J^,76[717^h^s,dS,dSJ.fu^J[168J@J(^yjr){JRe^=;e^==0.15^8]=^t13];^0^$]=e@q^v^0()}}^v^A857]^J^,J54^h^&9J55J4+JQ^&9J55J4^s)^C7J/if(fu^J[168J@J(^yjr){JRe^=;e^==0.15^8]=^t13];^0^$]=e@q^v^0()}}^C3J@^v^A1056]^J[160]]=fu;js=dS/4^C2]]=js^O^,J54^h^s)^C5J4+JQ^&9J59J@^C4J4+JQ^s)^C5^h^&9J59J/}}}};},drawMarkers:^qfw){for(JLcc=0;cc@ufw^VJBcc++)J+mh=fwJK;bb^k751]](mh[_$^[,mh^F,mh^k392]^_6[351]^_6[727]^_6[522]^_6[750]^_6[728]]);}}}J$={Char^Sj,cD)J+mi=J9n(mj,cD,JI);^I433]]^Tmi^k433]](^I1057]])}^>57]]=mi^k37JB},addColorSe^Sk,fo){o[mk]=fo},addCultureInfo^^k,bw){v[mk]=bw},formatNumber^^mJ=ml){ml=ml||^t6];b@q=b@q||^t928J)!J?){throw ^W8]^G@m(mmJ=J9u(ml))};},formatDate:^qbxJ=ml){ml=ml||^t6];b@q=b@q||^W9J)!J?){throw ^W8]^Gx(bxJ=J9u(ml))};}};l^k8^L060]]=^b61];window[^b62]]=l;})();~b976[379^U~^I1038]]~g,md,me,mf){return ~^+r~()^O[682]~r e@o=c@i^k1~,c@z+dS/2);e@oJ,~571]](mc,0,0J!~053^|mc=c@i[_$~976[125^U~^7m~m===0^ava~[163]]();e@oJ,9~^U204]](~is[^b49]]~^I722]~e@o^k169]]~^Z[1042]~^Z[1041]~]?^M103~^I512]~(^M351]~if(b@y=^m[~tion(dm,c@iJ*d~^C0]~kN,ly[^b3~],^d[363]~){^I3~6[1^U31~@o^k682]]~;^I10~^Z[644]~[351]^X~if(jt=^m[~^k274]](~^O[16~^t152]]-1~@znimaJM:func~^k629]]~^}return ~]:^b31~this^k~){e@oJ 6~]]:l@zJ ~^U1~l@z^k~c@n^k~;e@oJ 6~MathJ 6~]]?lyJ ~]=^ql~t^^~=^q){~]]^k~^k15~^b5~]=^m~]](^t~l@tJ 6~_b976[170]]~,data@yoint~,dataSeries~:^qm~],mhJ ~,e@oJ ~){return };~^t10~y^k~krJ 6~$_b976[175~b976[311]]~t:^u~J4-dS/2~]){return ~^qc~[^t~:^t~==_$_b976~=^u~;for(JL~^}l@~funcJM(~+md},ease~,c@z-JQ~_$_b976[~JI[_$_~;^}~],J;o~76[310]]~jsJ*!~JNJN~)J+l~]]J\'~}else {~J,97~,mc[_$_~76[1054~(lMJK~J\'l~J8;~Index:~;JL~}JG~]JG~){if(~{JL~[_$_b~6[103~)JG~J@;~sNaN(~647]]~])>=0~false~]](cz~76[16~424]]~ontex~=null~ new ~],cy)~mouse~372]]~,b@q,~@b(mg~v[ml]~]]()~};};~2]];~37]]~9]]=~){l@~]]/z~;if(~1]])~this~334]~[cc]~var ~tion~@bmg~846]~]],c~dS/2~e@q=~@kua')); \ No newline at end of file diff --git a/experiment/simulation/js/graph_use.ob.js b/experiment/simulation/js/graph_use.ob.js new file mode 100644 index 0000000..5562145 --- /dev/null +++ b/experiment/simulation/js/graph_use.ob.js @@ -0,0 +1 @@ +var _$_9348=["","top","center","bold","calibri","dimGrey","spline","Float","Chart","render"];function drawgraph(_0x95EF,_0x95BF,_0x961F,_0x964F){var _0x958F= new CanvasJS[_$_9348[8]](_0x95EF,{zoomEnabled:true,title:{text:_$_9348[0]},toolTip:{shared:false},legend:{verticalAlign:_$_9348[1],horizontalAlign:_$_9348[2],fontSize:14,fontWeight:_$_9348[3],fontFamily:_$_9348[4],fontColor:_$_9348[5]},axisX:{title:_0x961F},axisY:{title:_0x964F,includeZero:false},data:[{type:_$_9348[6],xValueType:_$_9348[7],showInLegend:false,name:_$_9348[0],markerSize:1,dataPoints:_0x95BF}]});_0x958F[_$_9348[9]]()} \ No newline at end of file diff --git a/experiment/simulation/js/jsplumb1.js b/experiment/simulation/js/jsplumb1.js new file mode 100644 index 0000000..0e62651 --- /dev/null +++ b/experiment/simulation/js/jsplumb1.js @@ -0,0 +1,15293 @@ +/** + * jsBezier + * + * Copyright (c) 2010 - 2017 jsPlumb (hello@jsplumbtoolkit.com) + * + * licensed under the MIT license. + * + * a set of Bezier curve functions that deal with Beziers, used by jsPlumb, and perhaps useful for other people. These functions work with Bezier + * curves of arbitrary degree. + * + * - functions are all in the 'jsBezier' namespace. + * + * - all input points should be in the format {x:.., y:..}. all output points are in this format too. + * + * - all input curves should be in the format [ {x:.., y:..}, {x:.., y:..}, {x:.., y:..}, {x:.., y:..} ] + * + * - 'location' as used as an input here refers to a decimal in the range 0-1 inclusive, which indicates a point some proportion along the length + * of the curve. location as output has the same format and meaning. + * + * + * Function List: + * -------------- + * + * distanceFromCurve(point, curve) + * + * Calculates the distance that the given point lies from the given Bezier. Note that it is computed relative to the center of the Bezier, + * so if you have stroked the curve with a wide pen you may wish to take that into account! The distance returned is relative to the values + * of the curve and the point - it will most likely be pixels. + * + * gradientAtPoint(curve, location) + * + * Calculates the gradient to the curve at the given location, as a decimal between 0 and 1 inclusive. + * + * gradientAtPointAlongCurveFrom (curve, location) + * + * Calculates the gradient at the point on the given curve that is 'distance' units from location. + * + * nearestPointOnCurve(point, curve) + * + * Calculates the nearest point to the given point on the given curve. The return value of this is a JS object literal, containing both the + *point's coordinates and also the 'location' of the point (see above), for example: { point:{x:551,y:150}, location:0.263365 }. + * + * pointOnCurve(curve, location) + * + * Calculates the coordinates of the point on the given Bezier curve at the given location. + * + * pointAlongCurveFrom(curve, location, distance) + * + * Calculates the coordinates of the point on the given curve that is 'distance' units from location. 'distance' should be in the same coordinate + * space as that used to construct the Bezier curve. For an HTML Canvas usage, for example, distance would be a measure of pixels. + * + * locationAlongCurveFrom(curve, location, distance) + * + * Calculates the location on the given curve that is 'distance' units from location. 'distance' should be in the same coordinate + * space as that used to construct the Bezier curve. For an HTML Canvas usage, for example, distance would be a measure of pixels. + * + * perpendicularToCurveAt(curve, location, length, distance) + * + * Calculates the perpendicular to the given curve at the given location. length is the length of the line you wish for (it will be centered + * on the point at 'location'). distance is optional, and allows you to specify a point along the path from the given location as the center of + * the perpendicular returned. The return value of this is an array of two points: [ {x:...,y:...}, {x:...,y:...} ]. + * + * + */ + +(function() { + + var root = this; + + if(typeof Math.sgn == "undefined") { + Math.sgn = function(x) { return x == 0 ? 0 : x > 0 ? 1 :-1; }; + } + + var Vectors = { + subtract : function(v1, v2) { return {x:v1.x - v2.x, y:v1.y - v2.y }; }, + dotProduct : function(v1, v2) { return (v1.x * v2.x) + (v1.y * v2.y); }, + square : function(v) { return Math.sqrt((v.x * v.x) + (v.y * v.y)); }, + scale : function(v, s) { return {x:v.x * s, y:v.y * s }; } + }, + + maxRecursion = 64, + flatnessTolerance = Math.pow(2.0,-maxRecursion-1); + + /** + * Calculates the distance that the point lies from the curve. + * + * @param point a point in the form {x:567, y:3342} + * @param curve a Bezier curve in the form [{x:..., y:...}, {x:..., y:...}, {x:..., y:...}, {x:..., y:...}]. note that this is currently + * hardcoded to assume cubiz beziers, but would be better off supporting any degree. + * @return a JS object literal containing location and distance, for example: {location:0.35, distance:10}. Location is analogous to the location + * argument you pass to the pointOnPath function: it is a ratio of distance travelled along the curve. Distance is the distance in pixels from + * the point to the curve. + */ + var _distanceFromCurve = function(point, curve) { + var candidates = [], + w = _convertToBezier(point, curve), + degree = curve.length - 1, higherDegree = (2 * degree) - 1, + numSolutions = _findRoots(w, higherDegree, candidates, 0), + v = Vectors.subtract(point, curve[0]), dist = Vectors.square(v), t = 0.0; + + for (var i = 0; i < numSolutions; i++) { + v = Vectors.subtract(point, _bezier(curve, degree, candidates[i], null, null)); + var newDist = Vectors.square(v); + if (newDist < dist) { + dist = newDist; + t = candidates[i]; + } + } + v = Vectors.subtract(point, curve[degree]); + newDist = Vectors.square(v); + if (newDist < dist) { + dist = newDist; + t = 1.0; + } + return {location:t, distance:dist}; + }; + /** + * finds the nearest point on the curve to the given point. + */ + var _nearestPointOnCurve = function(point, curve) { + var td = _distanceFromCurve(point, curve); + return {point:_bezier(curve, curve.length - 1, td.location, null, null), location:td.location}; + }; + var _convertToBezier = function(point, curve) { + var degree = curve.length - 1, higherDegree = (2 * degree) - 1, + c = [], d = [], cdTable = [], w = [], + z = [ [1.0, 0.6, 0.3, 0.1], [0.4, 0.6, 0.6, 0.4], [0.1, 0.3, 0.6, 1.0] ]; + + for (var i = 0; i <= degree; i++) c[i] = Vectors.subtract(curve[i], point); + for (var i = 0; i <= degree - 1; i++) { + d[i] = Vectors.subtract(curve[i+1], curve[i]); + d[i] = Vectors.scale(d[i], 3.0); + } + for (var row = 0; row <= degree - 1; row++) { + for (var column = 0; column <= degree; column++) { + if (!cdTable[row]) cdTable[row] = []; + cdTable[row][column] = Vectors.dotProduct(d[row], c[column]); + } + } + for (i = 0; i <= higherDegree; i++) { + if (!w[i]) w[i] = []; + w[i].y = 0.0; + w[i].x = parseFloat(i) / higherDegree; + } + var n = degree, m = degree-1; + for (var k = 0; k <= n + m; k++) { + var lb = Math.max(0, k - m), + ub = Math.min(k, n); + for (i = lb; i <= ub; i++) { + var j = k - i; + w[i+j].y += cdTable[j][i] * z[j][i]; + } + } + return w; + }; + /** + * counts how many roots there are. + */ + var _findRoots = function(w, degree, t, depth) { + var left = [], right = [], + left_count, right_count, + left_t = [], right_t = []; + + switch (_getCrossingCount(w, degree)) { + case 0 : { + return 0; + } + case 1 : { + if (depth >= maxRecursion) { + t[0] = (w[0].x + w[degree].x) / 2.0; + return 1; + } + if (_isFlatEnough(w, degree)) { + t[0] = _computeXIntercept(w, degree); + return 1; + } + break; + } + } + _bezier(w, degree, 0.5, left, right); + left_count = _findRoots(left, degree, left_t, depth+1); + right_count = _findRoots(right, degree, right_t, depth+1); + for (var i = 0; i < left_count; i++) t[i] = left_t[i]; + for (var i = 0; i < right_count; i++) t[i+left_count] = right_t[i]; + return (left_count+right_count); + }; + var _getCrossingCount = function(curve, degree) { + var n_crossings = 0, sign, old_sign; + sign = old_sign = Math.sgn(curve[0].y); + for (var i = 1; i <= degree; i++) { + sign = Math.sgn(curve[i].y); + if (sign != old_sign) n_crossings++; + old_sign = sign; + } + return n_crossings; + }; + var _isFlatEnough = function(curve, degree) { + var error, + intercept_1, intercept_2, left_intercept, right_intercept, + a, b, c, det, dInv, a1, b1, c1, a2, b2, c2; + a = curve[0].y - curve[degree].y; + b = curve[degree].x - curve[0].x; + c = curve[0].x * curve[degree].y - curve[degree].x * curve[0].y; + + var max_distance_above, max_distance_below; + max_distance_above = max_distance_below = 0.0; + + for (var i = 1; i < degree; i++) { + var value = a * curve[i].x + b * curve[i].y + c; + if (value > max_distance_above) + max_distance_above = value; + else if (value < max_distance_below) + max_distance_below = value; + } + + a1 = 0.0; b1 = 1.0; c1 = 0.0; a2 = a; b2 = b; + c2 = c - max_distance_above; + det = a1 * b2 - a2 * b1; + dInv = 1.0/det; + intercept_1 = (b1 * c2 - b2 * c1) * dInv; + a2 = a; b2 = b; c2 = c - max_distance_below; + det = a1 * b2 - a2 * b1; + dInv = 1.0/det; + intercept_2 = (b1 * c2 - b2 * c1) * dInv; + left_intercept = Math.min(intercept_1, intercept_2); + right_intercept = Math.max(intercept_1, intercept_2); + error = right_intercept - left_intercept; + return (error < flatnessTolerance)? 1 : 0; + }; + var _computeXIntercept = function(curve, degree) { + var XLK = 1.0, YLK = 0.0, + XNM = curve[degree].x - curve[0].x, YNM = curve[degree].y - curve[0].y, + XMK = curve[0].x - 0.0, YMK = curve[0].y - 0.0, + det = XNM*YLK - YNM*XLK, detInv = 1.0/det, + S = (XNM*YMK - YNM*XMK) * detInv; + return 0.0 + XLK * S; + }; + var _bezier = function(curve, degree, t, left, right) { + var temp = [[]]; + for (var j =0; j <= degree; j++) temp[0][j] = curve[j]; + for (var i = 1; i <= degree; i++) { + for (var j =0 ; j <= degree - i; j++) { + if (!temp[i]) temp[i] = []; + if (!temp[i][j]) temp[i][j] = {}; + temp[i][j].x = (1.0 - t) * temp[i-1][j].x + t * temp[i-1][j+1].x; + temp[i][j].y = (1.0 - t) * temp[i-1][j].y + t * temp[i-1][j+1].y; + } + } + if (left != null) + for (j = 0; j <= degree; j++) left[j] = temp[j][0]; + if (right != null) + for (j = 0; j <= degree; j++) right[j] = temp[degree-j][j]; + + return (temp[degree][0]); + }; + + var _curveFunctionCache = {}; + var _getCurveFunctions = function(order) { + var fns = _curveFunctionCache[order]; + if (!fns) { + fns = []; + var f_term = function() { return function(t) { return Math.pow(t, order); }; }, + l_term = function() { return function(t) { return Math.pow((1-t), order); }; }, + c_term = function(c) { return function(t) { return c; }; }, + t_term = function() { return function(t) { return t; }; }, + one_minus_t_term = function() { return function(t) { return 1-t; }; }, + _termFunc = function(terms) { + return function(t) { + var p = 1; + for (var i = 0; i < terms.length; i++) p = p * terms[i](t); + return p; + }; + }; + + fns.push(new f_term()); // first is t to the power of the curve order + for (var i = 1; i < order; i++) { + var terms = [new c_term(order)]; + for (var j = 0 ; j < (order - i); j++) terms.push(new t_term()); + for (var j = 0 ; j < i; j++) terms.push(new one_minus_t_term()); + fns.push(new _termFunc(terms)); + } + fns.push(new l_term()); // last is (1-t) to the power of the curve order + + _curveFunctionCache[order] = fns; + } + + return fns; + }; + + + /** + * calculates a point on the curve, for a Bezier of arbitrary order. + * @param curve an array of control points, eg [{x:10,y:20}, {x:50,y:50}, {x:100,y:100}, {x:120,y:100}]. For a cubic bezier this should have four points. + * @param location a decimal indicating the distance along the curve the point should be located at. this is the distance along the curve as it travels, taking the way it bends into account. should be a number from 0 to 1, inclusive. + */ + var _pointOnPath = function(curve, location) { + var cc = _getCurveFunctions(curve.length - 1), + _x = 0, _y = 0; + for (var i = 0; i < curve.length ; i++) { + _x = _x + (curve[i].x * cc[i](location)); + _y = _y + (curve[i].y * cc[i](location)); + } + + return {x:_x, y:_y}; + }; + + var _dist = function(p1,p2) { + return Math.sqrt(Math.pow(p1.x - p2.x, 2) + Math.pow(p1.y - p2.y, 2)); + }; + + var _isPoint = function(curve) { + return curve[0].x === curve[1].x && curve[0].y === curve[1].y; + }; + + /** + * finds the point that is 'distance' along the path from 'location'. this method returns both the x,y location of the point and also + * its 'location' (proportion of travel along the path); the method below - _pointAlongPathFrom - calls this method and just returns the + * point. + */ + var _pointAlongPath = function(curve, location, distance) { + + if (_isPoint(curve)) { + return { + point:curve[0], + location:location + }; + } + + var prev = _pointOnPath(curve, location), + tally = 0, + curLoc = location, + direction = distance > 0 ? 1 : -1, + cur = null; + + while (tally < Math.abs(distance)) { + curLoc += (0.005 * direction); + cur = _pointOnPath(curve, curLoc); + tally += _dist(cur, prev); + prev = cur; + } + return {point:cur, location:curLoc}; + }; + + var _length = function(curve) { + if (_isPoint(curve)) return 0; + + var prev = _pointOnPath(curve, 0), + tally = 0, + curLoc = 0, + direction = 1, + cur = null; + + while (curLoc < 1) { + curLoc += (0.005 * direction); + cur = _pointOnPath(curve, curLoc); + tally += _dist(cur, prev); + prev = cur; + } + return tally; + }; + + /** + * finds the point that is 'distance' along the path from 'location'. + */ + var _pointAlongPathFrom = function(curve, location, distance) { + return _pointAlongPath(curve, location, distance).point; + }; + + /** + * finds the location that is 'distance' along the path from 'location'. + */ + var _locationAlongPathFrom = function(curve, location, distance) { + return _pointAlongPath(curve, location, distance).location; + }; + + /** + * returns the gradient of the curve at the given location, which is a decimal between 0 and 1 inclusive. + * + * thanks // http://bimixual.org/AnimationLibrary/beziertangents.html + */ + var _gradientAtPoint = function(curve, location) { + var p1 = _pointOnPath(curve, location), + p2 = _pointOnPath(curve.slice(0, curve.length - 1), location), + dy = p2.y - p1.y, dx = p2.x - p1.x; + return dy === 0 ? Infinity : Math.atan(dy / dx); + }; + + /** + returns the gradient of the curve at the point which is 'distance' from the given location. + if this point is greater than location 1, the gradient at location 1 is returned. + if this point is less than location 0, the gradient at location 0 is returned. + */ + var _gradientAtPointAlongPathFrom = function(curve, location, distance) { + var p = _pointAlongPath(curve, location, distance); + if (p.location > 1) p.location = 1; + if (p.location < 0) p.location = 0; + return _gradientAtPoint(curve, p.location); + }; + + /** + * calculates a line that is 'length' pixels long, perpendicular to, and centered on, the path at 'distance' pixels from the given location. + * if distance is not supplied, the perpendicular for the given location is computed (ie. we set distance to zero). + */ + var _perpendicularToPathAt = function(curve, location, length, distance) { + distance = distance == null ? 0 : distance; + var p = _pointAlongPath(curve, location, distance), + m = _gradientAtPoint(curve, p.location), + _theta2 = Math.atan(-1 / m), + y = length / 2 * Math.sin(_theta2), + x = length / 2 * Math.cos(_theta2); + return [{x:p.point.x + x, y:p.point.y + y}, {x:p.point.x - x, y:p.point.y - y}]; + }; + + /** + * Calculates all intersections of the given line with the given curve. + * @param x1 + * @param y1 + * @param x2 + * @param y2 + * @param curve + * @returns {Array} + */ + var _lineIntersection = function(x1, y1, x2, y2, curve) { + var a = y2 - y1, + b = x1 - x2, + c = (x1 * (y1 - y2)) + (y1 * (x2-x1)), + coeffs = _computeCoefficients(curve), + p = [ + (a*coeffs[0][0]) + (b * coeffs[1][0]), + (a*coeffs[0][1])+(b*coeffs[1][1]), + (a*coeffs[0][2])+(b*coeffs[1][2]), + (a*coeffs[0][3])+(b*coeffs[1][3]) + c + ], + r = _cubicRoots.apply(null, p), + intersections = []; + + if (r != null) { + + for (var i = 0; i < 3; i++) { + var t = r[i], + t2 = Math.pow(t, 2), + t3 = Math.pow(t, 3), + x = [ + (coeffs[0][0] * t3) + (coeffs[0][1] * t2) + (coeffs[0][2] * t) + coeffs[0][3], + (coeffs[1][0] * t3) + (coeffs[1][1] * t2) + (coeffs[1][2] * t) + coeffs[1][3] + ]; + + // check bounds of the line + var s; + if ((x2 - x1) !== 0) { + s = (x[0] - x1) / (x2 - x1); + } + else { + s = (x[1] - y1) / (y2 - y1); + } + + if (t >= 0 && t <= 1.0 && s >= 0 && s <= 1.0) { + intersections.push(x); + } + } + } + + return intersections; + }; + + /** + * Calculates all intersections of the given box with the given curve. + * @param x X position of top left corner of box + * @param y Y position of top left corner of box + * @param w width of box + * @param h height of box + * @param curve + * @returns {Array} + */ + var _boxIntersection = function(x, y, w, h, curve) { + var i = []; + i.push.apply(i, _lineIntersection(x, y, x + w, y, curve)); + i.push.apply(i, _lineIntersection(x + w, y, x + w, y + h, curve)); + i.push.apply(i, _lineIntersection(x + w, y + h, x, y + h, curve)); + i.push.apply(i, _lineIntersection(x, y + h, x, y, curve)); + return i; + }; + + /** + * Calculates all intersections of the given bounding box with the given curve. + * @param boundingBox Bounding box, in { x:.., y:..., w:..., h:... } format. + * @param curve + * @returns {Array} + */ + var _boundingBoxIntersection = function(boundingBox, curve) { + var i = []; + i.push.apply(i, _lineIntersection(boundingBox.x, boundingBox.y, boundingBox.x + boundingBox.w, boundingBox.y, curve)); + i.push.apply(i, _lineIntersection(boundingBox.x + boundingBox.w, boundingBox.y, boundingBox.x + boundingBox.w, boundingBox.y + boundingBox.h, curve)); + i.push.apply(i, _lineIntersection(boundingBox.x + boundingBox.w, boundingBox.y + boundingBox.h, boundingBox.x, boundingBox.y + boundingBox.h, curve)); + i.push.apply(i, _lineIntersection(boundingBox.x, boundingBox.y + boundingBox.h, boundingBox.x, boundingBox.y, curve)); + return i; + }; + + + function _computeCoefficientsForAxis(curve, axis) { + return [ + -(curve[0][axis]) + (3*curve[1][axis]) + (-3 * curve[2][axis]) + curve[3][axis], + (3*(curve[0][axis])) - (6*(curve[1][axis])) + (3*(curve[2][axis])), + -3*curve[0][axis] + 3*curve[1][axis], + curve[0][axis] + ]; + } + + function _computeCoefficients(curve) + { + return [ + _computeCoefficientsForAxis(curve, "x"), + _computeCoefficientsForAxis(curve, "y") + ]; + } + + function sgn(x) { + return x < 0 ? -1 : x > 0 ? 1 : 0; + } + + function _cubicRoots(a, b, c, d) { + var A = b / a, + B = c / a, + C = d / a, + Q = (3*B - Math.pow(A, 2))/9, + R = (9*A*B - 27*C - 2*Math.pow(A, 3))/54, + D = Math.pow(Q, 3) + Math.pow(R, 2), + S, + T, + t = []; + + if (D >= 0) // complex or duplicate roots + { + S = sgn(R + Math.sqrt(D))*Math.pow(Math.abs(R + Math.sqrt(D)),(1/3)); + T = sgn(R - Math.sqrt(D))*Math.pow(Math.abs(R - Math.sqrt(D)),(1/3)); + + t[0] = -A/3 + (S + T); + t[1] = -A/3 - (S + T)/2; + t[2] = -A/3 - (S + T)/2; + + /*discard complex roots*/ + if (Math.abs(Math.sqrt(3)*(S - T)/2) !== 0) { + t[1] = -1; + t[2] = -1; + } + } + else // distinct real roots + { + var th = Math.acos(R/Math.sqrt(-Math.pow(Q, 3))); + t[0] = 2*Math.sqrt(-Q)*Math.cos(th/3) - A/3; + t[1] = 2*Math.sqrt(-Q)*Math.cos((th + 2*Math.PI)/3) - A/3; + t[2] = 2*Math.sqrt(-Q)*Math.cos((th + 4*Math.PI)/3) - A/3; + } + + // discard out of spec roots + for (var i = 0; i < 3; i++) { + if (t[i] < 0 || t[i] > 1.0) { + t[i] = -1; + } + } + + return t; + } + + var jsBezier = this.jsBezier = { + distanceFromCurve : _distanceFromCurve, + gradientAtPoint : _gradientAtPoint, + gradientAtPointAlongCurveFrom : _gradientAtPointAlongPathFrom, + nearestPointOnCurve : _nearestPointOnCurve, + pointOnCurve : _pointOnPath, + pointAlongCurveFrom : _pointAlongPathFrom, + perpendicularToCurveAt : _perpendicularToPathAt, + locationAlongCurveFrom:_locationAlongPathFrom, + getLength:_length, + lineIntersection:_lineIntersection, + boxIntersection:_boxIntersection, + boundingBoxIntersection:_boundingBoxIntersection, + version:"0.9.0" + }; + + if (typeof exports !== "undefined") { + exports.jsBezier = jsBezier; + } + +}).call(typeof window !== 'undefined' ? window : this); + +/** + * Biltong v0.4.0 + * + * Various geometry functions written as part of jsPlumb and perhaps useful for others. + * + * Copyright (c) 2017 jsPlumb + * https://jsplumbtoolkit.com + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ +;(function() { + + "use strict"; + var root = this; + + var Biltong = root.Biltong = { + version:"0.4.0" + }; + + if (typeof exports !== "undefined") { + exports.Biltong = Biltong; + } + + var _isa = function(a) { return Object.prototype.toString.call(a) === "[object Array]"; }, + _pointHelper = function(p1, p2, fn) { + p1 = _isa(p1) ? p1 : [p1.x, p1.y]; + p2 = _isa(p2) ? p2 : [p2.x, p2.y]; + return fn(p1, p2); + }, + /** + * @name Biltong.gradient + * @function + * @desc Calculates the gradient of a line between the two points. + * @param {Point} p1 First point, either as a 2 entry array or object with `left` and `top` properties. + * @param {Point} p2 Second point, either as a 2 entry array or object with `left` and `top` properties. + * @return {Float} The gradient of a line between the two points. + */ + _gradient = Biltong.gradient = function(p1, p2) { + return _pointHelper(p1, p2, function(_p1, _p2) { + if (_p2[0] == _p1[0]) + return _p2[1] > _p1[1] ? Infinity : -Infinity; + else if (_p2[1] == _p1[1]) + return _p2[0] > _p1[0] ? 0 : -0; + else + return (_p2[1] - _p1[1]) / (_p2[0] - _p1[0]); + }); + }, + /** + * @name Biltong.normal + * @function + * @desc Calculates the gradient of a normal to a line between the two points. + * @param {Point} p1 First point, either as a 2 entry array or object with `left` and `top` properties. + * @param {Point} p2 Second point, either as a 2 entry array or object with `left` and `top` properties. + * @return {Float} The gradient of a normal to a line between the two points. + */ + _normal = Biltong.normal = function(p1, p2) { + return -1 / _gradient(p1, p2); + }, + /** + * @name Biltong.lineLength + * @function + * @desc Calculates the length of a line between the two points. + * @param {Point} p1 First point, either as a 2 entry array or object with `left` and `top` properties. + * @param {Point} p2 Second point, either as a 2 entry array or object with `left` and `top` properties. + * @return {Float} The length of a line between the two points. + */ + _lineLength = Biltong.lineLength = function(p1, p2) { + return _pointHelper(p1, p2, function(_p1, _p2) { + return Math.sqrt(Math.pow(_p2[1] - _p1[1], 2) + Math.pow(_p2[0] - _p1[0], 2)); + }); + }, + /** + * @name Biltong.quadrant + * @function + * @desc Calculates the quadrant in which the angle between the two points lies. + * @param {Point} p1 First point, either as a 2 entry array or object with `left` and `top` properties. + * @param {Point} p2 Second point, either as a 2 entry array or object with `left` and `top` properties. + * @return {Integer} The quadrant - 1 for upper right, 2 for lower right, 3 for lower left, 4 for upper left. + */ + _quadrant = Biltong.quadrant = function(p1, p2) { + return _pointHelper(p1, p2, function(_p1, _p2) { + if (_p2[0] > _p1[0]) { + return (_p2[1] > _p1[1]) ? 2 : 1; + } + else if (_p2[0] == _p1[0]) { + return _p2[1] > _p1[1] ? 2 : 1; + } + else { + return (_p2[1] > _p1[1]) ? 3 : 4; + } + }); + }, + /** + * @name Biltong.theta + * @function + * @desc Calculates the angle between the two points. + * @param {Point} p1 First point, either as a 2 entry array or object with `left` and `top` properties. + * @param {Point} p2 Second point, either as a 2 entry array or object with `left` and `top` properties. + * @return {Float} The angle between the two points. + */ + _theta = Biltong.theta = function(p1, p2) { + return _pointHelper(p1, p2, function(_p1, _p2) { + var m = _gradient(_p1, _p2), + t = Math.atan(m), + s = _quadrant(_p1, _p2); + if ((s == 4 || s== 3)) t += Math.PI; + if (t < 0) t += (2 * Math.PI); + + return t; + }); + }, + /** + * @name Biltong.intersects + * @function + * @desc Calculates whether or not the two rectangles intersect. + * @param {Rectangle} r1 First rectangle, as a js object in the form `{x:.., y:.., w:.., h:..}` + * @param {Rectangle} r2 Second rectangle, as a js object in the form `{x:.., y:.., w:.., h:..}` + * @return {Boolean} True if the rectangles intersect, false otherwise. + */ + _intersects = Biltong.intersects = function(r1, r2) { + var x1 = r1.x, x2 = r1.x + r1.w, y1 = r1.y, y2 = r1.y + r1.h, + a1 = r2.x, a2 = r2.x + r2.w, b1 = r2.y, b2 = r2.y + r2.h; + + return ( (x1 <= a1 && a1 <= x2) && (y1 <= b1 && b1 <= y2) ) || + ( (x1 <= a2 && a2 <= x2) && (y1 <= b1 && b1 <= y2) ) || + ( (x1 <= a1 && a1 <= x2) && (y1 <= b2 && b2 <= y2) ) || + ( (x1 <= a2 && a1 <= x2) && (y1 <= b2 && b2 <= y2) ) || + ( (a1 <= x1 && x1 <= a2) && (b1 <= y1 && y1 <= b2) ) || + ( (a1 <= x2 && x2 <= a2) && (b1 <= y1 && y1 <= b2) ) || + ( (a1 <= x1 && x1 <= a2) && (b1 <= y2 && y2 <= b2) ) || + ( (a1 <= x2 && x1 <= a2) && (b1 <= y2 && y2 <= b2) ); + }, + /** + * @name Biltong.encloses + * @function + * @desc Calculates whether or not r2 is completely enclosed by r1. + * @param {Rectangle} r1 First rectangle, as a js object in the form `{x:.., y:.., w:.., h:..}` + * @param {Rectangle} r2 Second rectangle, as a js object in the form `{x:.., y:.., w:.., h:..}` + * @param {Boolean} [allowSharedEdges=false] If true, the concept of enclosure allows for one or more edges to be shared by the two rectangles. + * @return {Boolean} True if r1 encloses r2, false otherwise. + */ + _encloses = Biltong.encloses = function(r1, r2, allowSharedEdges) { + var x1 = r1.x, x2 = r1.x + r1.w, y1 = r1.y, y2 = r1.y + r1.h, + a1 = r2.x, a2 = r2.x + r2.w, b1 = r2.y, b2 = r2.y + r2.h, + c = function(v1, v2, v3, v4) { return allowSharedEdges ? v1 <= v2 && v3>= v4 : v1 < v2 && v3 > v4; }; + + return c(x1,a1,x2,a2) && c(y1,b1,y2,b2); + }, + _segmentMultipliers = [null, [1, -1], [1, 1], [-1, 1], [-1, -1] ], + _inverseSegmentMultipliers = [null, [-1, -1], [-1, 1], [1, 1], [1, -1] ], + /** + * @name Biltong.pointOnLine + * @function + * @desc Calculates a point on the line from `fromPoint` to `toPoint` that is `distance` units along the length of the line. + * @param {Point} p1 First point, either as a 2 entry array or object with `left` and `top` properties. + * @param {Point} p2 Second point, either as a 2 entry array or object with `left` and `top` properties. + * @return {Point} Point on the line, in the form `{ x:..., y:... }`. + */ + _pointOnLine = Biltong.pointOnLine = function(fromPoint, toPoint, distance) { + var m = _gradient(fromPoint, toPoint), + s = _quadrant(fromPoint, toPoint), + segmentMultiplier = distance > 0 ? _segmentMultipliers[s] : _inverseSegmentMultipliers[s], + theta = Math.atan(m), + y = Math.abs(distance * Math.sin(theta)) * segmentMultiplier[1], + x = Math.abs(distance * Math.cos(theta)) * segmentMultiplier[0]; + return { x:fromPoint.x + x, y:fromPoint.y + y }; + }, + /** + * @name Biltong.perpendicularLineTo + * @function + * @desc Calculates a line of length `length` that is perpendicular to the line from `fromPoint` to `toPoint` and passes through `toPoint`. + * @param {Point} p1 First point, either as a 2 entry array or object with `left` and `top` properties. + * @param {Point} p2 Second point, either as a 2 entry array or object with `left` and `top` properties. + * @return {Line} Perpendicular line, in the form `[ { x:..., y:... }, { x:..., y:... } ]`. + */ + _perpendicularLineTo = Biltong.perpendicularLineTo = function(fromPoint, toPoint, length) { + var m = _gradient(fromPoint, toPoint), + theta2 = Math.atan(-1 / m), + y = length / 2 * Math.sin(theta2), + x = length / 2 * Math.cos(theta2); + return [{x:toPoint.x + x, y:toPoint.y + y}, {x:toPoint.x - x, y:toPoint.y - y}]; + }; +}).call(typeof window !== 'undefined' ? window : this); +; +(function () { + + "use strict"; + + /** + * Creates a Touch object. + * @param view + * @param target + * @param pageX + * @param pageY + * @param screenX + * @param screenY + * @param clientX + * @param clientY + * @returns {Touch} + * @private + */ + function _touch(view, target, pageX, pageY, screenX, screenY, clientX, clientY) { + + return new Touch({ + target:target, + identifier:_uuid(), + pageX: pageX, + pageY: pageY, + screenX: screenX, + screenY: screenY, + clientX: clientX || screenX, + clientY: clientY || screenY + }); + } + + /** + * Create a synthetic touch list from the given list of Touch objects. + * @returns {Array} + * @private + */ + function _touchList() { + var list = []; + Array.prototype.push.apply(list, arguments); + list.item = function(index) { return this[index]; }; + return list; + } + + /** + * Create a Touch object and then insert it into a synthetic touch list, returning the list.s + * @param view + * @param target + * @param pageX + * @param pageY + * @param screenX + * @param screenY + * @param clientX + * @param clientY + * @returns {Array} + * @private + */ + function _touchAndList(view, target, pageX, pageY, screenX, screenY, clientX, clientY) { + return _touchList(_touch.apply(null, arguments)); + } + + var root = this, + matchesSelector = function (el, selector, ctx) { + ctx = ctx || el.parentNode; + var possibles = ctx.querySelectorAll(selector); + for (var i = 0; i < possibles.length; i++) { + if (possibles[i] === el) { + return true; + } + } + return false; + }, + _gel = function (el) { + return (typeof el == "string" || el.constructor === String) ? document.getElementById(el) : el; + }, + _t = function (e) { + return e.srcElement || e.target; + }, + // + // gets path info for the given event - the path from target to obj, in the event's bubble chain. if doCompute + // is false we just return target for the path. + // + _pi = function(e, target, obj, doCompute) { + if (!doCompute) return { path:[target], end:1 }; + else if (typeof e.path !== "undefined" && e.path.indexOf) { + return { path: e.path, end: e.path.indexOf(obj) }; + } else { + var out = { path:[], end:-1 }, _one = function(el) { + out.path.push(el); + if (el === obj) { + out.end = out.path.length - 1; + } + else if (el.parentNode != null) { + _one(el.parentNode) + } + }; + _one(target); + return out; + } + }, + _d = function (l, fn) { + for (var i = 0, j = l.length; i < j; i++) { + if (l[i] == fn) break; + } + if (i < l.length) l.splice(i, 1); + }, + guid = 1, + // + // this function generates a guid for every handler, sets it on the handler, then adds + // it to the associated object's map of handlers for the given event. this is what enables us + // to unbind all events of some type, or all events (the second of which can be requested by the user, + // but it also used by Mottle when an element is removed.) + _store = function (obj, event, fn) { + var g = guid++; + obj.__ta = obj.__ta || {}; + obj.__ta[event] = obj.__ta[event] || {}; + // store each handler with a unique guid. + obj.__ta[event][g] = fn; + // set the guid on the handler. + fn.__tauid = g; + return g; + }, + _unstore = function (obj, event, fn) { + obj.__ta && obj.__ta[event] && delete obj.__ta[event][fn.__tauid]; + // a handler might have attached extra functions, so we unbind those too. + if (fn.__taExtra) { + for (var i = 0; i < fn.__taExtra.length; i++) { + _unbind(obj, fn.__taExtra[i][0], fn.__taExtra[i][1]); + } + fn.__taExtra.length = 0; + } + // a handler might have attached an unstore callback + fn.__taUnstore && fn.__taUnstore(); + }, + _curryChildFilter = function (children, obj, fn, evt) { + if (children == null) return fn; + else { + var c = children.split(","), + _fn = function (e) { + _fn.__tauid = fn.__tauid; + var t = _t(e), target = t; // t is the target element on which the event occurred. it is the + // element we will wish to pass to any callbacks. + var pathInfo = _pi(e, t, obj, children != null) + if (pathInfo.end != -1) { + for (var p = 0; p < pathInfo.end; p++) { + target = pathInfo.path[p]; + for (var i = 0; i < c.length; i++) { + if (matchesSelector(target, c[i], obj)) { + fn.apply(target, arguments); + } + } + } + } + }; + registerExtraFunction(fn, evt, _fn); + return _fn; + } + }, + // + // registers an 'extra' function on some event listener function we were given - a function that we + // created and bound to the element as part of our housekeeping, and which we want to unbind and remove + // whenever the given function is unbound. + registerExtraFunction = function (fn, evt, newFn) { + fn.__taExtra = fn.__taExtra || []; + fn.__taExtra.push([evt, newFn]); + }, + DefaultHandler = function (obj, evt, fn, children) { + if (isTouchDevice && touchMap[evt]) { + var tfn = _curryChildFilter(children, obj, fn, touchMap[evt]); + _bind(obj, touchMap[evt], tfn , fn); + } + if (evt === "focus" && obj.getAttribute("tabindex") == null) { + obj.setAttribute("tabindex", "1"); + } + _bind(obj, evt, _curryChildFilter(children, obj, fn, evt), fn); + }, + SmartClickHandler = function (obj, evt, fn, children) { + if (obj.__taSmartClicks == null) { + var down = function (e) { + obj.__tad = _pageLocation(e); + }, + up = function (e) { + obj.__tau = _pageLocation(e); + }, + click = function (e) { + if (obj.__tad && obj.__tau && obj.__tad[0] === obj.__tau[0] && obj.__tad[1] === obj.__tau[1]) { + for (var i = 0; i < obj.__taSmartClicks.length; i++) + obj.__taSmartClicks[i].apply(_t(e), [ e ]); + } + }; + DefaultHandler(obj, "mousedown", down, children); + DefaultHandler(obj, "mouseup", up, children); + DefaultHandler(obj, "click", click, children); + obj.__taSmartClicks = []; + } + + // store in the list of callbacks + obj.__taSmartClicks.push(fn); + // the unstore function removes this function from the object's listener list for this type. + fn.__taUnstore = function () { + _d(obj.__taSmartClicks, fn); + }; + }, + _tapProfiles = { + "tap": {touches: 1, taps: 1}, + "dbltap": {touches: 1, taps: 2}, + "contextmenu": {touches: 2, taps: 1} + }, + TapHandler = function (clickThreshold, dblClickThreshold) { + return function (obj, evt, fn, children) { + // if event is contextmenu, for devices which are mouse only, we want to + // use the default bind. + if (evt == "contextmenu" && isMouseDevice) + DefaultHandler(obj, evt, fn, children); + else { + // the issue here is that this down handler gets registered only for the + // child nodes in the first registration. in fact it should be registered with + // no child selector and then on down we should cycle through the registered + // functions to see if one of them matches. on mouseup we should execute ALL of + // the functions whose children are either null or match the element. + if (obj.__taTapHandler == null) { + var tt = obj.__taTapHandler = { + tap: [], + dbltap: [], + contextmenu: [], + down: false, + taps: 0, + downSelectors: [] + }; + var down = function (e) { + var target = _t(e), pathInfo = _pi(e, target, obj, children != null), finished = false; + for (var p = 0; p < pathInfo.end; p++) { + if (finished) return; + target = pathInfo.path[p]; + for (var i = 0; i < tt.downSelectors.length; i++) { + if (tt.downSelectors[i] == null || matchesSelector(target, tt.downSelectors[i], obj)) { + tt.down = true; + setTimeout(clearSingle, clickThreshold); + setTimeout(clearDouble, dblClickThreshold); + finished = true; + break; // we only need one match on mousedown + } + } + } + }, + up = function (e) { + if (tt.down) { + var target = _t(e), currentTarget, pathInfo; + tt.taps++; + var tc = _touchCount(e); + for (var eventId in _tapProfiles) { + if (_tapProfiles.hasOwnProperty(eventId)) { + var p = _tapProfiles[eventId]; + if (p.touches === tc && (p.taps === 1 || p.taps === tt.taps)) { + for (var i = 0; i < tt[eventId].length; i++) { + pathInfo = _pi(e, target, obj, tt[eventId][i][1] != null); + for (var pLoop = 0; pLoop < pathInfo.end; pLoop++) { + currentTarget = pathInfo.path[pLoop]; + // this is a single event registration handler. + if (tt[eventId][i][1] == null || matchesSelector(currentTarget, tt[eventId][i][1], obj)) { + tt[eventId][i][0].apply(currentTarget, [ e ]); + break; + } + } + } + } + } + } + } + }, + clearSingle = function () { + tt.down = false; + }, + clearDouble = function () { + tt.taps = 0; + }; + + DefaultHandler(obj, "mousedown", down); + DefaultHandler(obj, "mouseup", up); + } + // add this child selector (it can be null, that's fine). + obj.__taTapHandler.downSelectors.push(children); + + obj.__taTapHandler[evt].push([fn, children]); + // the unstore function removes this function from the object's listener list for this type. + fn.__taUnstore = function () { + _d(obj.__taTapHandler[evt], fn); + }; + } + }; + }, + meeHelper = function (type, evt, obj, target) { + for (var i in obj.__tamee[type]) { + if (obj.__tamee[type].hasOwnProperty(i)) { + obj.__tamee[type][i].apply(target, [ evt ]); + } + } + }, + MouseEnterExitHandler = function () { + var activeElements = []; + return function (obj, evt, fn, children) { + if (!obj.__tamee) { + // __tamee holds a flag saying whether the mouse is currently "in" the element, and a list of + // both mouseenter and mouseexit functions. + obj.__tamee = { over: false, mouseenter: [], mouseexit: [] }; + // register over and out functions + var over = function (e) { + var t = _t(e); + if ((children == null && (t == obj && !obj.__tamee.over)) || (matchesSelector(t, children, obj) && (t.__tamee == null || !t.__tamee.over))) { + meeHelper("mouseenter", e, obj, t); + t.__tamee = t.__tamee || {}; + t.__tamee.over = true; + activeElements.push(t); + } + }, + out = function (e) { + var t = _t(e); + // is the current target one of the activeElements? and is the + // related target NOT a descendant of it? + for (var i = 0; i < activeElements.length; i++) { + if (t == activeElements[i] && !matchesSelector((e.relatedTarget || e.toElement), "*", t)) { + t.__tamee.over = false; + activeElements.splice(i, 1); + meeHelper("mouseexit", e, obj, t); + } + } + }; + + _bind(obj, "mouseover", _curryChildFilter(children, obj, over, "mouseover"), over); + _bind(obj, "mouseout", _curryChildFilter(children, obj, out, "mouseout"), out); + } + + fn.__taUnstore = function () { + delete obj.__tamee[evt][fn.__tauid]; + }; + + _store(obj, evt, fn); + obj.__tamee[evt][fn.__tauid] = fn; + }; + }, + isTouchDevice = "ontouchstart" in document.documentElement, + isMouseDevice = "onmousedown" in document.documentElement, + touchMap = { "mousedown": "touchstart", "mouseup": "touchend", "mousemove": "touchmove" }, + touchstart = "touchstart", touchend = "touchend", touchmove = "touchmove", + iev = (function () { + var rv = -1; + if (navigator.appName == 'Microsoft Internet Explorer') { + var ua = navigator.userAgent, + re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})"); + if (re.exec(ua) != null) + rv = parseFloat(RegExp.$1); + } + return rv; + })(), + isIELT9 = iev > -1 && iev < 9, + _genLoc = function (e, prefix) { + if (e == null) return [ 0, 0 ]; + var ts = _touches(e), t = _getTouch(ts, 0); + return [t[prefix + "X"], t[prefix + "Y"]]; + }, + _pageLocation = function (e) { + if (e == null) return [ 0, 0 ]; + if (isIELT9) { + return [ e.clientX + document.documentElement.scrollLeft, e.clientY + document.documentElement.scrollTop ]; + } + else { + return _genLoc(e, "page"); + } + }, + _screenLocation = function (e) { + return _genLoc(e, "screen"); + }, + _clientLocation = function (e) { + return _genLoc(e, "client"); + }, + _getTouch = function (touches, idx) { + return touches.item ? touches.item(idx) : touches[idx]; + }, + _touches = function (e) { + return e.touches && e.touches.length > 0 ? e.touches : + e.changedTouches && e.changedTouches.length > 0 ? e.changedTouches : + e.targetTouches && e.targetTouches.length > 0 ? e.targetTouches : + [ e ]; + }, + _touchCount = function (e) { + return _touches(e).length; + }, + //http://www.quirksmode.org/blog/archives/2005/10/_and_the_winner_1.html + _bind = function (obj, type, fn, originalFn) { + _store(obj, type, fn); + originalFn.__tauid = fn.__tauid; + if (obj.addEventListener) + obj.addEventListener(type, fn, false); + else if (obj.attachEvent) { + var key = type + fn.__tauid; + obj["e" + key] = fn; + // TODO look at replacing with .call(..) + obj[key] = function () { + obj["e" + key] && obj["e" + key](window.event); + }; + obj.attachEvent("on" + type, obj[key]); + } + }, + _unbind = function (obj, type, fn) { + if (fn == null) return; + _each(obj, function () { + var _el = _gel(this); + _unstore(_el, type, fn); + // it has been bound if there is a tauid. otherwise it was not bound and we can ignore it. + if (fn.__tauid != null) { + if (_el.removeEventListener) { + _el.removeEventListener(type, fn, false); + if (isTouchDevice && touchMap[type]) _el.removeEventListener(touchMap[type], fn, false); + } + else if (this.detachEvent) { + var key = type + fn.__tauid; + _el[key] && _el.detachEvent("on" + type, _el[key]); + _el[key] = null; + _el["e" + key] = null; + } + } + + // if a touch event was also registered, deregister now. + if (fn.__taTouchProxy) { + _unbind(obj, fn.__taTouchProxy[1], fn.__taTouchProxy[0]); + } + }); + }, + _each = function (obj, fn) { + if (obj == null) return; + // if a list (or list-like), use it. if a string, get a list + // by running the string through querySelectorAll. else, assume + // it's an Element. + // obj.top is "unknown" in IE8. + obj = (typeof Window !== "undefined" && (typeof obj.top !== "unknown" && obj == obj.top)) ? [ obj ] : + (typeof obj !== "string") && (obj.tagName == null && obj.length != null) ? obj : + typeof obj === "string" ? document.querySelectorAll(obj) + : [ obj ]; + + for (var i = 0; i < obj.length; i++) + fn.apply(obj[i]); + }, + _uuid = function () { + return ('xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { + var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); + return v.toString(16); + })); + }; + + /** + * Mottle offers support for abstracting out the differences + * between touch and mouse devices, plus "smart click" functionality + * (don't fire click if the mouse has moved between mousedown and mouseup), + * and synthesized click/tap events. + * @class Mottle + * @constructor + * @param {Object} params Constructor params + * @param {Number} [params.clickThreshold=250] Threshold, in milliseconds beyond which a touchstart followed by a touchend is not considered to be a click. + * @param {Number} [params.dblClickThreshold=450] Threshold, in milliseconds beyond which two successive tap events are not considered to be a click. + * @param {Boolean} [params.smartClicks=false] If true, won't fire click events if the mouse has moved between mousedown and mouseup. Note that this functionality + * requires that Mottle consume the mousedown event, and so may not be viable in all use cases. + */ + root.Mottle = function (params) { + params = params || {}; + var clickThreshold = params.clickThreshold || 250, + dblClickThreshold = params.dblClickThreshold || 450, + mouseEnterExitHandler = new MouseEnterExitHandler(), + tapHandler = new TapHandler(clickThreshold, dblClickThreshold), + _smartClicks = params.smartClicks, + _doBind = function (obj, evt, fn, children) { + if (fn == null) return; + _each(obj, function () { + var _el = _gel(this); + if (_smartClicks && evt === "click") + SmartClickHandler(_el, evt, fn, children); + else if (evt === "tap" || evt === "dbltap" || evt === "contextmenu") { + tapHandler(_el, evt, fn, children); + } + else if (evt === "mouseenter" || evt == "mouseexit") + mouseEnterExitHandler(_el, evt, fn, children); + else + DefaultHandler(_el, evt, fn, children); + }); + }; + + /** + * Removes an element from the DOM, and deregisters all event handlers for it. You should use this + * to ensure you don't leak memory. + * @method remove + * @param {String|Element} el Element, or id of the element, to remove. + * @return {Mottle} The current Mottle instance; you can chain this method. + */ + this.remove = function (el) { + _each(el, function () { + var _el = _gel(this); + if (_el.__ta) { + for (var evt in _el.__ta) { + if (_el.__ta.hasOwnProperty(evt)) { + for (var h in _el.__ta[evt]) { + if (_el.__ta[evt].hasOwnProperty(h)) + _unbind(_el, evt, _el.__ta[evt][h]); + } + } + } + } + _el.parentNode && _el.parentNode.removeChild(_el); + }); + return this; + }; + + /** + * Register an event handler, optionally as a delegate for some set of descendant elements. Note + * that this method takes either 3 or 4 arguments - if you supply 3 arguments it is assumed you have + * omitted the `children` parameter, and that the event handler should be bound directly to the given element. + * @method on + * @param {Element[]|Element|String} el Either an Element, or a CSS spec for a list of elements, or an array of Elements. + * @param {String} [children] Comma-delimited list of selectors identifying allowed children. + * @param {String} event Event ID. + * @param {Function} fn Event handler function. + * @return {Mottle} The current Mottle instance; you can chain this method. + */ + this.on = function (el, event, children, fn) { + var _el = arguments[0], + _c = arguments.length == 4 ? arguments[2] : null, + _e = arguments[1], + _f = arguments[arguments.length - 1]; + + _doBind(_el, _e, _f, _c); + return this; + }; + + /** + * Cancel delegate event handling for the given function. Note that unlike with 'on' you do not supply + * a list of child selectors here: it removes event delegation from all of the child selectors for which the + * given function was registered (if any). + * @method off + * @param {Element[]|Element|String} el Element - or ID of element - from which to remove event listener. + * @param {String} event Event ID. + * @param {Function} fn Event handler function. + * @return {Mottle} The current Mottle instance; you can chain this method. + */ + this.off = function (el, event, fn) { + _unbind(el, event, fn); + return this; + }; + + /** + * Triggers some event for a given element. + * @method trigger + * @param {Element} el Element for which to trigger the event. + * @param {String} event Event ID. + * @param {Event} originalEvent The original event. Should be optional of course, but currently is not, due + * to the jsPlumb use case that caused this method to be added. + * @param {Object} [payload] Optional object to set as `payload` on the generated event; useful for message passing. + * @return {Mottle} The current Mottle instance; you can chain this method. + */ + this.trigger = function (el, event, originalEvent, payload) { + // MouseEvent undefined in old IE; that's how we know it's a mouse event. A fine Microsoft paradox. + var originalIsMouse = isMouseDevice && (typeof MouseEvent === "undefined" || originalEvent == null || originalEvent.constructor === MouseEvent); + + var eventToBind = (isTouchDevice && !isMouseDevice && touchMap[event]) ? touchMap[event] : event, + bindingAMouseEvent = !(isTouchDevice && !isMouseDevice && touchMap[event]); + + var pl = _pageLocation(originalEvent), sl = _screenLocation(originalEvent), cl = _clientLocation(originalEvent); + _each(el, function () { + var _el = _gel(this), evt; + originalEvent = originalEvent || { + screenX: sl[0], + screenY: sl[1], + clientX: cl[0], + clientY: cl[1] + }; + + var _decorate = function (_evt) { + if (payload) _evt.payload = payload; + }; + + var eventGenerators = { + "TouchEvent": function (evt) { + + var touchList = _touchAndList(window, _el, 0, pl[0], pl[1], sl[0], sl[1], cl[0], cl[1]), + init = evt.initTouchEvent || evt.initEvent; + + init(eventToBind, true, true, window, null, sl[0], sl[1], + cl[0], cl[1], false, false, false, false, + touchList, touchList, touchList, 1, 0); + }, + "MouseEvents": function (evt) { + evt.initMouseEvent(eventToBind, true, true, window, 0, + sl[0], sl[1], + cl[0], cl[1], + false, false, false, false, 1, _el); + } + }; + + if (document.createEvent) { + + var ite = !bindingAMouseEvent && !originalIsMouse && (isTouchDevice && touchMap[event]), + evtName = ite ? "TouchEvent" : "MouseEvents"; + + evt = document.createEvent(evtName); + eventGenerators[evtName](evt); + _decorate(evt); + _el.dispatchEvent(evt); + } + else if (document.createEventObject) { + evt = document.createEventObject(); + evt.eventType = evt.eventName = eventToBind; + evt.screenX = sl[0]; + evt.screenY = sl[1]; + evt.clientX = cl[0]; + evt.clientY = cl[1]; + _decorate(evt); + _el.fireEvent('on' + eventToBind, evt); + } + }); + return this; + } + }; + + /** + * Static method to assist in 'consuming' an element: uses `stopPropagation` where available, or sets + * `e.returnValue=false` where it is not. + * @method Mottle.consume + * @param {Event} e Event to consume + * @param {Boolean} [doNotPreventDefault=false] If true, does not call `preventDefault()` on the event. + */ + root.Mottle.consume = function (e, doNotPreventDefault) { + if (e.stopPropagation) + e.stopPropagation(); + else + e.returnValue = false; + + if (!doNotPreventDefault && e.preventDefault) + e.preventDefault(); + }; + + /** + * Gets the page location corresponding to the given event. For touch events this means get the page location of the first touch. + * @method Mottle.pageLocation + * @param {Event} e Event to get page location for. + * @return {Number[]} [left, top] for the given event. + */ + root.Mottle.pageLocation = _pageLocation; + + /** + * Forces touch events to be turned "on". Useful for testing: even if you don't have a touch device, you can still + * trigger a touch event when this is switched on and it will be captured and acted on. + * @method setForceTouchEvents + * @param {Boolean} value If true, force touch events to be on. + */ + root.Mottle.setForceTouchEvents = function (value) { + isTouchDevice = value; + }; + + /** + * Forces mouse events to be turned "on". Useful for testing: even if you don't have a mouse, you can still + * trigger a mouse event when this is switched on and it will be captured and acted on. + * @method setForceMouseEvents + * @param {Boolean} value If true, force mouse events to be on. + */ + root.Mottle.setForceMouseEvents = function (value) { + isMouseDevice = value; + }; + + root.Mottle.version = "0.8.0"; + + if (typeof exports !== "undefined") { + exports.Mottle = root.Mottle; + } + +}).call(typeof window === "undefined" ? this : window); + +/** + drag/drop functionality for use with jsPlumb but with + no knowledge of jsPlumb. supports multiple scopes (separated by whitespace), dragging + multiple elements, constrain to parent, drop filters, drag start filters, custom + css classes. + + a lot of the functionality of this script is expected to be plugged in: + + addClass + removeClass + + addEvent + removeEvent + + getPosition + setPosition + getSize + + indexOf + intersects + + the name came from here: + + http://mrsharpoblunto.github.io/foswig.js/ + + copyright 2016 jsPlumb + */ + +;(function() { + + "use strict"; + var root = this; + + var _suggest = function(list, item, head) { + if (list.indexOf(item) === -1) { + head ? list.unshift(item) : list.push(item); + return true; + } + return false; + }; + + var _vanquish = function(list, item) { + var idx = list.indexOf(item); + if (idx !== -1) list.splice(idx, 1); + }; + + var _difference = function(l1, l2) { + var d = []; + for (var i = 0; i < l1.length; i++) { + if (l2.indexOf(l1[i]) === -1) + d.push(l1[i]); + } + return d; + }; + + var _isString = function(f) { + return f == null ? false : (typeof f === "string" || f.constructor === String); + }; + + var getOffsetRect = function (elem) { + // (1) + var box = elem.getBoundingClientRect(), + body = document.body, + docElem = document.documentElement, + // (2) + scrollTop = window.pageYOffset || docElem.scrollTop || body.scrollTop, + scrollLeft = window.pageXOffset || docElem.scrollLeft || body.scrollLeft, + // (3) + clientTop = docElem.clientTop || body.clientTop || 0, + clientLeft = docElem.clientLeft || body.clientLeft || 0, + // (4) + top = box.top + scrollTop - clientTop, + left = box.left + scrollLeft - clientLeft; + + return { top: Math.round(top), left: Math.round(left) }; + }; + + var matchesSelector = function(el, selector, ctx) { + ctx = ctx || el.parentNode; + var possibles = ctx.querySelectorAll(selector); + for (var i = 0; i < possibles.length; i++) { + if (possibles[i] === el) + return true; + } + return false; + }; + + var findDelegateElement = function(parentElement, childElement, selector) { + if (matchesSelector(childElement, selector, parentElement)) { + return childElement; + } else { + var currentParent = childElement.parentNode; + while (currentParent != null && currentParent !== parentElement) { + if (matchesSelector(currentParent, selector, parentElement)) { + return currentParent; + } else { + currentParent = currentParent.parentNode; + } + } + } + }; + + /** + * Finds all elements matching the given selector, for the given parent. In order to support "scoped root" selectors, + * ie. things like "> .someClass", that is .someClass elements that are direct children of `parentElement`, we have to + * jump through a small hoop here: when a delegate draggable is registered, we write a `katavorio-draggable` attribute + * on the element on which the draggable is registered. Then when this method runs, we grab the value of that attribute and + * prepend it as part of the selector we're looking for. So "> .someClass" ends up being written as + * "[katavorio-draggable='...' > .someClass]", which works with querySelectorAll. + * + * @param availableSelectors + * @param parentElement + * @param childElement + * @returns {*} + */ + var findMatchingSelector = function(availableSelectors, parentElement, childElement) { + var el = null; + var draggableId = parentElement.getAttribute("katavorio-draggable"), + prefix = draggableId != null ? "[katavorio-draggable='" + draggableId + "'] " : ""; + + for (var i = 0; i < availableSelectors.length; i++) { + el = findDelegateElement(parentElement, childElement, prefix + availableSelectors[i].selector); + if (el != null) { + return [ availableSelectors[i], el ]; + } + } + return null; + }; + + var iev = (function() { + var rv = -1; + if (navigator.appName === 'Microsoft Internet Explorer') { + var ua = navigator.userAgent, + re = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})"); + if (re.exec(ua) != null) + rv = parseFloat(RegExp.$1); + } + return rv; + })(), + DEFAULT_GRID_X = 10, + DEFAULT_GRID_Y = 10, + isIELT9 = iev > -1 && iev < 9, + isIE9 = iev === 9, + _pl = function(e) { + if (isIELT9) { + return [ e.clientX + document.documentElement.scrollLeft, e.clientY + document.documentElement.scrollTop ]; + } + else { + var ts = _touches(e), t = _getTouch(ts, 0); + // for IE9 pageX might be null if the event was synthesized. We try for pageX/pageY first, + // falling back to clientX/clientY if necessary. In every other browser we want to use pageX/pageY. + return isIE9 ? [t.pageX || t.clientX, t.pageY || t.clientY] : [t.pageX, t.pageY]; + } + }, + _getTouch = function(touches, idx) { return touches.item ? touches.item(idx) : touches[idx]; }, + _touches = function(e) { + return e.touches && e.touches.length > 0 ? e.touches : + e.changedTouches && e.changedTouches.length > 0 ? e.changedTouches : + e.targetTouches && e.targetTouches.length > 0 ? e.targetTouches : + [ e ]; + }, + _classes = { + delegatedDraggable:"katavorio-delegated-draggable", // elements that are the delegated drag handler for a bunch of other elements + draggable:"katavorio-draggable", // draggable elements + droppable:"katavorio-droppable", // droppable elements + drag : "katavorio-drag", // elements currently being dragged + selected:"katavorio-drag-selected", // elements in current drag selection + active : "katavorio-drag-active", // droppables that are targets of a currently dragged element + hover : "katavorio-drag-hover", // droppables over which a matching drag element is hovering + noSelect : "katavorio-drag-no-select", // added to the body to provide a hook to suppress text selection + ghostProxy:"katavorio-ghost-proxy", // added to a ghost proxy element in use when a drag has exited the bounds of its parent. + clonedDrag:"katavorio-clone-drag" // added to a node that is a clone of an element created at the start of a drag + }, + _defaultScope = "katavorio-drag-scope", + _events = [ "stop", "start", "drag", "drop", "over", "out", "beforeStart" ], + _devNull = function() {}, + _true = function() { return true; }, + _foreach = function(l, fn, from) { + for (var i = 0; i < l.length; i++) { + if (l[i] != from) + fn(l[i]); + } + }, + _setDroppablesActive = function(dd, val, andHover, drag) { + _foreach(dd, function(e) { + e.setActive(val); + if (val) e.updatePosition(); + if (andHover) e.setHover(drag, val); + }); + }, + _each = function(obj, fn) { + if (obj == null) return; + obj = !_isString(obj) && (obj.tagName == null && obj.length != null) ? obj : [ obj ]; + for (var i = 0; i < obj.length; i++) + fn.apply(obj[i], [ obj[i] ]); + }, + _consume = function(e) { + if (e.stopPropagation) { + e.stopPropagation(); + e.preventDefault(); + } + else { + e.returnValue = false; + } + }, + _defaultInputFilterSelector = "input,textarea,select,button,option", + // + // filters out events on all input elements, like textarea, checkbox, input, select. + _inputFilter = function(e, el, _katavorio) { + var t = e.srcElement || e.target; + return !matchesSelector(t, _katavorio.getInputFilterSelector(), el); + }; + + var Super = function(el, params, css, scope) { + this.params = params || {}; + this.el = el; + this.params.addClass(this.el, this._class); + this.uuid = _uuid(); + var enabled = true; + this.setEnabled = function(e) { enabled = e; }; + this.isEnabled = function() { return enabled; }; + this.toggleEnabled = function() { enabled = !enabled; }; + this.setScope = function(scopes) { + this.scopes = scopes ? scopes.split(/\s+/) : [ scope ]; + }; + this.addScope = function(scopes) { + var m = {}; + _each(this.scopes, function(s) { m[s] = true;}); + _each(scopes ? scopes.split(/\s+/) : [], function(s) { m[s] = true;}); + this.scopes = []; + for (var i in m) this.scopes.push(i); + }; + this.removeScope = function(scopes) { + var m = {}; + _each(this.scopes, function(s) { m[s] = true;}); + _each(scopes ? scopes.split(/\s+/) : [], function(s) { delete m[s];}); + this.scopes = []; + for (var i in m) this.scopes.push(i); + }; + this.toggleScope = function(scopes) { + var m = {}; + _each(this.scopes, function(s) { m[s] = true;}); + _each(scopes ? scopes.split(/\s+/) : [], function(s) { + if (m[s]) delete m[s]; + else m[s] = true; + }); + this.scopes = []; + for (var i in m) this.scopes.push(i); + }; + this.setScope(params.scope); + this.k = params.katavorio; + return params.katavorio; + }; + + var TRUE = function() { return true; }; + var FALSE = function() { return false; }; + + var Drag = function(el, params, css, scope) { + this._class = css.draggable; + var k = Super.apply(this, arguments); + this.rightButtonCanDrag = this.params.rightButtonCanDrag; + var downAt = [0,0], posAtDown = null, pagePosAtDown = null, pageDelta = [0,0], moving = false, initialScroll = [0,0], + consumeStartEvent = this.params.consumeStartEvent !== false, + dragEl = this.el, + clone = this.params.clone, + scroll = this.params.scroll, + _multipleDrop = params.multipleDrop !== false, + isConstrained = false, + useGhostProxy = params.ghostProxy === true ? TRUE : params.ghostProxy && typeof params.ghostProxy === "function" ? params.ghostProxy : FALSE, + ghostProxy = function(el) { return el.cloneNode(true); }, + elementToDrag = null, + availableSelectors = [], + activeSelectorParams = null, // which, if any, selector config is currently active. + ghostProxyParent = params.ghostProxyParent, + currentParentPosition, + ghostParentPosition, + ghostDx, + ghostDy; + + // if an initial selector was provided, push the entire set of params as a selector config. + if (params.selector) { + var draggableId = el.getAttribute("katavorio-draggable"); + if (draggableId == null) { + draggableId = "" + new Date().getTime(); + el.setAttribute("katavorio-draggable", draggableId); + } + + availableSelectors.push(params); + } + + var snapThreshold = params.snapThreshold, + _snap = function(pos, gridX, gridY, thresholdX, thresholdY) { + var _dx = Math.floor(pos[0] / gridX), + _dxl = gridX * _dx, + _dxt = _dxl + gridX, + _x = Math.abs(pos[0] - _dxl) <= thresholdX ? _dxl : Math.abs(_dxt - pos[0]) <= thresholdX ? _dxt : pos[0]; + + var _dy = Math.floor(pos[1] / gridY), + _dyl = gridY * _dy, + _dyt = _dyl + gridY, + _y = Math.abs(pos[1] - _dyl) <= thresholdY ? _dyl : Math.abs(_dyt - pos[1]) <= thresholdY ? _dyt : pos[1]; + + return [ _x, _y]; + }; + + this.posses = []; + this.posseRoles = {}; + + this.toGrid = function(pos) { + if (this.params.grid == null) { + return pos; + } + else { + var tx = this.params.grid ? this.params.grid[0] / 2 : snapThreshold ? snapThreshold : DEFAULT_GRID_X / 2, + ty = this.params.grid ? this.params.grid[1] / 2 : snapThreshold ? snapThreshold : DEFAULT_GRID_Y / 2; + + return _snap(pos, this.params.grid[0], this.params.grid[1], tx, ty); + } + }; + + this.snap = function(x, y) { + if (dragEl == null) return; + x = x || (this.params.grid ? this.params.grid[0] : DEFAULT_GRID_X); + y = y || (this.params.grid ? this.params.grid[1] : DEFAULT_GRID_Y); + var p = this.params.getPosition(dragEl), + tx = this.params.grid ? this.params.grid[0] / 2 : snapThreshold, + ty = this.params.grid ? this.params.grid[1] / 2 : snapThreshold; + + this.params.setPosition(dragEl, _snap(p, x, y, tx, ty)); + }; + + this.setUseGhostProxy = function(val) { + useGhostProxy = val ? TRUE : FALSE; + }; + + var constrain; + var negativeFilter = function(pos) { + return (params.allowNegative === false) ? [ Math.max (0, pos[0]), Math.max(0, pos[1]) ] : pos; + }; + + var _setConstrain = function(value) { + constrain = typeof value === "function" ? value : value ? function(pos, dragEl, _constrainRect, _size) { + return negativeFilter([ + Math.max(0, Math.min(_constrainRect.w - _size[0], pos[0])), + Math.max(0, Math.min(_constrainRect.h - _size[1], pos[1])) + ]); + }.bind(this) : function(pos) { return negativeFilter(pos); }; + }.bind(this); + + _setConstrain(typeof this.params.constrain === "function" ? this.params.constrain : (this.params.constrain || this.params.containment)); + + + /** + * Sets whether or not the Drag is constrained. A value of 'true' means constrain to parent bounds; a function + * will be executed and returns true if the position is allowed. + * @param value + */ + this.setConstrain = function(value) { + _setConstrain(value); + }; + + var revertFunction; + /** + * Sets a function to call on drag stop, which, if it returns true, indicates that the given element should + * revert to its position before the previous drag. + * @param fn + */ + this.setRevert = function(fn) { + revertFunction = fn; + }; + + if (this.params.revert) { + revertFunction = this.params.revert; + } + + var _assignId = function(obj) { + if (typeof obj === "function") { + obj._katavorioId = _uuid(); + return obj._katavorioId; + } else { + return obj; + } + }, + // a map of { spec -> [ fn, exclusion ] } entries. + _filters = {}, + _testFilter = function(e) { + for (var key in _filters) { + var f = _filters[key]; + var rv = f[0](e); + if (f[1]) rv = !rv; + if (!rv) return false; + } + return true; + }, + _setFilter = this.setFilter = function(f, _exclude) { + if (f) { + var key = _assignId(f); + _filters[key] = [ + function(e) { + var t = e.srcElement || e.target, m; + if (_isString(f)) { + m = matchesSelector(t, f, el); + } + else if (typeof f === "function") { + m = f(e, el); + } + return m; + }, + _exclude !== false + ]; + + } + }, + _addFilter = this.addFilter = _setFilter, + _removeFilter = this.removeFilter = function(f) { + var key = typeof f === "function" ? f._katavorioId : f; + delete _filters[key]; + }; + + this.clearAllFilters = function() { + _filters = {}; + }; + + this.canDrag = this.params.canDrag || _true; + + var constrainRect, + matchingDroppables = [], + intersectingDroppables = []; + + this.addSelector = function(params) { + if (params.selector) { + availableSelectors.push(params); + } + }; + + this.downListener = function(e) { + if (e.defaultPrevented) { return; } + var isNotRightClick = this.rightButtonCanDrag || (e.which !== 3 && e.button !== 2); + if (isNotRightClick && this.isEnabled() && this.canDrag()) { + + var _f = _testFilter(e) && _inputFilter(e, this.el, this.k); + if (_f) { + + activeSelectorParams = null; + elementToDrag = null; + + // if (selector) { + // elementToDrag = findDelegateElement(this.el, e.target || e.srcElement, selector); + // if(elementToDrag == null) { + // return; + // } + // } + if (availableSelectors.length > 0) { + var match = findMatchingSelector(availableSelectors, this.el, e.target || e.srcElement); + if (match != null) { + activeSelectorParams = match[0]; + elementToDrag = match[1]; + } + // elementToDrag = findDelegateElement(this.el, e.target || e.srcElement, selector); + if(elementToDrag == null) { + return; + } + } + else { + elementToDrag = this.el; + } + + if (clone) { + dragEl = elementToDrag.cloneNode(true); + this.params.addClass(dragEl, _classes.clonedDrag); + + dragEl.setAttribute("id", null); + dragEl.style.position = "absolute"; + + if (this.params.parent != null) { + var p = this.params.getPosition(this.el); + dragEl.style.left = p[0] + "px"; + dragEl.style.top = p[1] + "px"; + this.params.parent.appendChild(dragEl); + } else { + // the clone node is added to the body; getOffsetRect gives us a value + // relative to the body. + var b = getOffsetRect(elementToDrag); + dragEl.style.left = b.left + "px"; + dragEl.style.top = b.top + "px"; + + document.body.appendChild(dragEl); + } + + } else { + dragEl = elementToDrag; + } + + consumeStartEvent && _consume(e); + downAt = _pl(e); + if (dragEl && dragEl.parentNode) + { + initialScroll = [dragEl.parentNode.scrollLeft, dragEl.parentNode.scrollTop]; + } + // + this.params.bind(document, "mousemove", this.moveListener); + this.params.bind(document, "mouseup", this.upListener); + k.markSelection(this); + k.markPosses(this); + this.params.addClass(document.body, css.noSelect); + _dispatch("beforeStart", {el:this.el, pos:posAtDown, e:e, drag:this}); + } + else if (this.params.consumeFilteredEvents) { + _consume(e); + } + } + }.bind(this); + + this.moveListener = function(e) { + if (downAt) { + if (!moving) { + var _continue = _dispatch("start", {el:this.el, pos:posAtDown, e:e, drag:this}); + if (_continue !== false) { + if (!downAt) { + return; + } + this.mark(true); + moving = true; + } else { + this.abort(); + } + } + + // it is possible that the start event caused the drag to be aborted. So we check + // again that we are currently dragging. + if (downAt) { + intersectingDroppables.length = 0; + var pos = _pl(e), dx = pos[0] - downAt[0], dy = pos[1] - downAt[1], + z = this.params.ignoreZoom ? 1 : k.getZoom(); + if (dragEl && dragEl.parentNode) + { + dx += dragEl.parentNode.scrollLeft - initialScroll[0]; + dy += dragEl.parentNode.scrollTop - initialScroll[1]; + } + dx /= z; + dy /= z; + this.moveBy(dx, dy, e); + k.updateSelection(dx, dy, this); + k.updatePosses(dx, dy, this); + } + } + }.bind(this); + + this.upListener = function(e) { + if (downAt) { + downAt = null; + this.params.unbind(document, "mousemove", this.moveListener); + this.params.unbind(document, "mouseup", this.upListener); + this.params.removeClass(document.body, css.noSelect); + this.unmark(e); + k.unmarkSelection(this, e); + k.unmarkPosses(this, e); + this.stop(e); + + k.notifyPosseDragStop(this, e); + moving = false; + intersectingDroppables.length = 0; + + if (clone) { + dragEl && dragEl.parentNode && dragEl.parentNode.removeChild(dragEl); + dragEl = null; + } else { + if (revertFunction && revertFunction(dragEl, this.params.getPosition(dragEl)) === true) { + this.params.setPosition(dragEl, posAtDown); + _dispatch("revert", dragEl); + } + } + + } + }.bind(this); + + this.getFilters = function() { return _filters; }; + + this.abort = function() { + if (downAt != null) { + this.upListener(); + } + }; + + /** + * Returns the element that was last dragged. This may be some original element from the DOM, or if `clone` is + * set, then its actually a copy of some original DOM element. In some client calls to this method, it is the + * actual element that was dragged that is desired. In others, it is the original DOM element that the user + * wishes to get - in which case, pass true for `retrieveOriginalElement`. + * + * @returns {*} + */ + this.getDragElement = function(retrieveOriginalElement) { + return retrieveOriginalElement ? elementToDrag || this.el : dragEl || this.el; + }; + + var listeners = {"start":[], "drag":[], "stop":[], "over":[], "out":[], "beforeStart":[], "revert":[] }; + if (params.events.start) listeners.start.push(params.events.start); + if (params.events.beforeStart) listeners.beforeStart.push(params.events.beforeStart); + if (params.events.stop) listeners.stop.push(params.events.stop); + if (params.events.drag) listeners.drag.push(params.events.drag); + if (params.events.revert) listeners.revert.push(params.events.revert); + + this.on = function(evt, fn) { + if (listeners[evt]) listeners[evt].push(fn); + }; + + this.off = function(evt, fn) { + if (listeners[evt]) { + var l = []; + for (var i = 0; i < listeners[evt].length; i++) { + if (listeners[evt][i] !== fn) l.push(listeners[evt][i]); + } + listeners[evt] = l; + } + }; + + var _dispatch = function(evt, value) { + var result = null; + if (activeSelectorParams && activeSelectorParams[evt]) { + activeSelectorParams[evt](value); + } else if (listeners[evt]) { + for (var i = 0; i < listeners[evt].length; i++) { + try { + var v = listeners[evt][i](value); + if (v != null) { + result = v; + } + } + catch (e) { } + } + } + return result; + }; + + this.notifyStart = function(e) { + _dispatch("start", {el:this.el, pos:this.params.getPosition(dragEl), e:e, drag:this}); + }; + + this.stop = function(e, force) { + if (force || moving) { + var positions = [], + sel = k.getSelection(), + dPos = this.params.getPosition(dragEl); + + if (sel.length > 0) { + for (var i = 0; i < sel.length; i++) { + var p = this.params.getPosition(sel[i].el); + positions.push([ sel[i].el, { left: p[0], top: p[1] }, sel[i] ]); + } + } + else { + positions.push([ dragEl, {left:dPos[0], top:dPos[1]}, this ]); + } + + _dispatch("stop", { + el: dragEl, + pos: ghostProxyOffsets || dPos, + finalPos:dPos, + e: e, + drag: this, + selection:positions + }); + } + }; + + this.mark = function(andNotify) { + posAtDown = this.params.getPosition(dragEl); + pagePosAtDown = this.params.getPosition(dragEl, true); + pageDelta = [pagePosAtDown[0] - posAtDown[0], pagePosAtDown[1] - posAtDown[1]]; + this.size = this.params.getSize(dragEl); + matchingDroppables = k.getMatchingDroppables(this); + _setDroppablesActive(matchingDroppables, true, false, this); + this.params.addClass(dragEl, this.params.dragClass || css.drag); + + var cs; + if (this.params.getConstrainingRectangle) { + cs = this.params.getConstrainingRectangle(dragEl) + } else { + cs = this.params.getSize(dragEl.parentNode); + } + constrainRect = {w: cs[0], h: cs[1]}; + + ghostDx = 0; + ghostDy = 0; + + if (andNotify) { + k.notifySelectionDragStart(this); + } + }; + var ghostProxyOffsets; + this.unmark = function(e, doNotCheckDroppables) { + _setDroppablesActive(matchingDroppables, false, true, this); + + if (isConstrained && useGhostProxy(elementToDrag)) { + ghostProxyOffsets = [dragEl.offsetLeft - ghostDx, dragEl.offsetTop - ghostDy]; + dragEl.parentNode.removeChild(dragEl); + dragEl = elementToDrag; + } + else { + ghostProxyOffsets = null; + } + + this.params.removeClass(dragEl, this.params.dragClass || css.drag); + matchingDroppables.length = 0; + isConstrained = false; + if (!doNotCheckDroppables) { + if (intersectingDroppables.length > 0 && ghostProxyOffsets) { + params.setPosition(elementToDrag, ghostProxyOffsets); + } + intersectingDroppables.sort(_rankSort); + for (var i = 0; i < intersectingDroppables.length; i++) { + var retVal = intersectingDroppables[i].drop(this, e); + if (retVal === true) break; + } + } + }; + this.moveBy = function(dx, dy, e) { + intersectingDroppables.length = 0; + + var desiredLoc = this.toGrid([posAtDown[0] + dx, posAtDown[1] + dy]), + cPos = constrain(desiredLoc, dragEl, constrainRect, this.size); + + // if we should use a ghost proxy... + if (useGhostProxy(this.el)) { + // and the element has been dragged outside of its parent bounds + if (desiredLoc[0] !== cPos[0] || desiredLoc[1] !== cPos[1]) { + + // ...if ghost proxy not yet created + if (!isConstrained) { + // create it + var gp = ghostProxy(elementToDrag); + params.addClass(gp, _classes.ghostProxy); + + if (ghostProxyParent) { + ghostProxyParent.appendChild(gp); + // find offset between drag el's parent the ghost parent + currentParentPosition = params.getPosition(elementToDrag.parentNode, true); + ghostParentPosition = params.getPosition(params.ghostProxyParent, true); + ghostDx = currentParentPosition[0] - ghostParentPosition[0]; + ghostDy = currentParentPosition[1] - ghostParentPosition[1]; + + } else { + elementToDrag.parentNode.appendChild(gp); + } + + // the ghost proxy is the drag element + dragEl = gp; + // set this flag so we dont recreate the ghost proxy + isConstrained = true; + } + // now the drag position can be the desired position, as the ghost proxy can support it. + cPos = desiredLoc; + } + else { + // if the element is not outside of its parent bounds, and ghost proxy is in place, + if (isConstrained) { + // remove the ghost proxy from the dom + dragEl.parentNode.removeChild(dragEl); + // reset the drag element to the original element + dragEl = elementToDrag; + // clear this flag. + isConstrained = false; + currentParentPosition = null; + ghostParentPosition = null; + ghostDx = 0; + ghostDy = 0; + } + } + } + + var rect = { x:cPos[0], y:cPos[1], w:this.size[0], h:this.size[1]}, + pageRect = { x:rect.x + pageDelta[0], y:rect.y + pageDelta[1], w:rect.w, h:rect.h}, + focusDropElement = null; + + this.params.setPosition(dragEl, [cPos[0] + ghostDx, cPos[1] + ghostDy]); + + for (var i = 0; i < matchingDroppables.length; i++) { + var r2 = { x:matchingDroppables[i].pagePosition[0], y:matchingDroppables[i].pagePosition[1], w:matchingDroppables[i].size[0], h:matchingDroppables[i].size[1]}; + if (this.params.intersects(pageRect, r2) && (_multipleDrop || focusDropElement == null || focusDropElement === matchingDroppables[i].el) && matchingDroppables[i].canDrop(this)) { + if (!focusDropElement) focusDropElement = matchingDroppables[i].el; + intersectingDroppables.push(matchingDroppables[i]); + matchingDroppables[i].setHover(this, true, e); + } + else if (matchingDroppables[i].isHover()) { + matchingDroppables[i].setHover(this, false, e); + } + } + + _dispatch("drag", {el:this.el, pos:cPos, e:e, drag:this}); + + /* test to see if the parent needs to be scrolled (future) + if (scroll) { + var pnsl = dragEl.parentNode.scrollLeft, pnst = dragEl.parentNode.scrollTop; + console.log("scroll!", pnsl, pnst); + }*/ + }; + this.destroy = function() { + this.params.unbind(this.el, "mousedown", this.downListener); + this.params.unbind(document, "mousemove", this.moveListener); + this.params.unbind(document, "mouseup", this.upListener); + this.downListener = null; + this.upListener = null; + this.moveListener = null; + }; + + // init:register mousedown, and perhaps set a filter + this.params.bind(this.el, "mousedown", this.downListener); + + // if handle provided, use that. otherwise, try to set a filter. + // note that a `handle` selector always results in filterExclude being set to false, ie. + // the selector defines the handle element(s). + if (this.params.handle) + _setFilter(this.params.handle, false); + else + _setFilter(this.params.filter, this.params.filterExclude); + }; + + var Drop = function(el, params, css, scope) { + this._class = css.droppable; + this.params = params || {}; + this.rank = params.rank || 0; + this._activeClass = this.params.activeClass || css.active; + this._hoverClass = this.params.hoverClass || css.hover; + Super.apply(this, arguments); + var hover = false; + this.allowLoopback = this.params.allowLoopback !== false; + + this.setActive = function(val) { + this.params[val ? "addClass" : "removeClass"](this.el, this._activeClass); + }; + + this.updatePosition = function() { + this.position = this.params.getPosition(this.el); + this.pagePosition = this.params.getPosition(this.el, true); + this.size = this.params.getSize(this.el); + }; + + this.canDrop = this.params.canDrop || function(drag) { + return true; + }; + + this.isHover = function() { return hover; }; + + this.setHover = function(drag, val, e) { + // if turning off hover but this was not the drag that caused the hover, ignore. + if (val || this.el._katavorioDragHover == null || this.el._katavorioDragHover === drag.el._katavorio) { + this.params[val ? "addClass" : "removeClass"](this.el, this._hoverClass); + this.el._katavorioDragHover = val ? drag.el._katavorio : null; + if (hover !== val) { + this.params.events[val ? "over" : "out"]({el: this.el, e: e, drag: drag, drop: this}); + } + hover = val; + } + }; + + /** + * A drop event. `drag` is the corresponding Drag object, which may be a Drag for some specific element, or it + * may be a Drag on some element acting as a delegate for elements contained within it. + * @param drag + * @param event + * @returns {*} + */ + this.drop = function(drag, event) { + return this.params.events["drop"]({ drag:drag, e:event, drop:this }); + }; + + this.destroy = function() { + this._class = null; + this._activeClass = null; + this._hoverClass = null; + hover = null; + }; + }; + + var _uuid = function() { + return ('xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) { + var r = Math.random()*16|0, v = c === 'x' ? r : (r&0x3|0x8); + return v.toString(16); + })); + }; + + var _rankSort = function(a,b) { + return a.rank < b.rank ? 1 : a.rank > b.rank ? -1 : 0; + }; + + var _gel = function(el) { + if (el == null) return null; + el = (typeof el === "string" || el.constructor === String) ? document.getElementById(el) : el; + if (el == null) return null; + el._katavorio = el._katavorio || _uuid(); + return el; + }; + + root.Katavorio = function(katavorioParams) { + + var _selection = [], + _selectionMap = {}; + + this._dragsByScope = {}; + this._dropsByScope = {}; + var _zoom = 1, + _reg = function(obj, map) { + _each(obj, function(_obj) { + for(var i = 0; i < _obj.scopes.length; i++) { + map[_obj.scopes[i]] = map[_obj.scopes[i]] || []; + map[_obj.scopes[i]].push(_obj); + } + }); + }, + _unreg = function(obj, map) { + var c = 0; + _each(obj, function(_obj) { + for(var i = 0; i < _obj.scopes.length; i++) { + if (map[_obj.scopes[i]]) { + var idx = katavorioParams.indexOf(map[_obj.scopes[i]], _obj); + if (idx !== -1) { + map[_obj.scopes[i]].splice(idx, 1); + c++; + } + } + } + }); + + return c > 0 ; + }, + _getMatchingDroppables = this.getMatchingDroppables = function(drag) { + var dd = [], _m = {}; + for (var i = 0; i < drag.scopes.length; i++) { + var _dd = this._dropsByScope[drag.scopes[i]]; + if (_dd) { + for (var j = 0; j < _dd.length; j++) { + if (_dd[j].canDrop(drag) && !_m[_dd[j].uuid] && (_dd[j].allowLoopback || _dd[j].el !== drag.el)) { + _m[_dd[j].uuid] = true; + dd.push(_dd[j]); + } + } + } + } + dd.sort(_rankSort); + return dd; + }, + _prepareParams = function(p) { + p = p || {}; + var _p = { + events:{} + }, i; + for (i in katavorioParams) _p[i] = katavorioParams[i]; + for (i in p) _p[i] = p[i]; + // events + + for (i = 0; i < _events.length; i++) { + _p.events[_events[i]] = p[_events[i]] || _devNull; + } + _p.katavorio = this; + return _p; + }.bind(this), + _mistletoe = function(existingDrag, params) { + for (var i = 0; i < _events.length; i++) { + if (params[_events[i]]) { + existingDrag.on(_events[i], params[_events[i]]); + } + } + }.bind(this), + _css = {}, + overrideCss = katavorioParams.css || {}, + _scope = katavorioParams.scope || _defaultScope; + + // prepare map of css classes based on defaults frst, then optional overrides + for (var i in _classes) _css[i] = _classes[i]; + for (var i in overrideCss) _css[i] = overrideCss[i]; + + var inputFilterSelector = katavorioParams.inputFilterSelector || _defaultInputFilterSelector; + /** + * Gets the selector identifying which input elements to filter from drag events. + * @method getInputFilterSelector + * @return {String} Current input filter selector. + */ + this.getInputFilterSelector = function() { return inputFilterSelector; }; + + /** + * Sets the selector identifying which input elements to filter from drag events. + * @method setInputFilterSelector + * @param {String} selector Input filter selector to set. + * @return {Katavorio} Current instance; method may be chained. + */ + this.setInputFilterSelector = function(selector) { + inputFilterSelector = selector; + return this; + }; + + /** + * Either makes the given element draggable, or identifies it as an element inside which some identified list + * of elements may be draggable. + * @param el + * @param params + * @returns {Array} + */ + this.draggable = function(el, params) { + var o = []; + _each(el, function (_el) { + _el = _gel(_el); + if (_el != null) { + if (_el._katavorioDrag == null) { + var p = _prepareParams(params); + _el._katavorioDrag = new Drag(_el, p, _css, _scope); + _reg(_el._katavorioDrag, this._dragsByScope); + o.push(_el._katavorioDrag); + katavorioParams.addClass(_el, p.selector ? _css.delegatedDraggable : _css.draggable); + } + else { + _mistletoe(_el._katavorioDrag, params); + } + } + }.bind(this)); + return o; + }; + + this.droppable = function(el, params) { + var o = []; + _each(el, function(_el) { + _el = _gel(_el); + if (_el != null) { + var drop = new Drop(_el, _prepareParams(params), _css, _scope); + _el._katavorioDrop = _el._katavorioDrop || []; + _el._katavorioDrop.push(drop); + _reg(drop, this._dropsByScope); + o.push(drop); + katavorioParams.addClass(_el, _css.droppable); + } + }.bind(this)); + return o; + }; + + /** + * @name Katavorio#select + * @function + * @desc Adds an element to the current selection (for multiple node drag) + * @param {Element|String} DOM element - or id of the element - to add. + */ + this.select = function(el) { + _each(el, function() { + var _el = _gel(this); + if (_el && _el._katavorioDrag) { + if (!_selectionMap[_el._katavorio]) { + _selection.push(_el._katavorioDrag); + _selectionMap[_el._katavorio] = [ _el, _selection.length - 1 ]; + katavorioParams.addClass(_el, _css.selected); + } + } + }); + return this; + }; + + /** + * @name Katavorio#deselect + * @function + * @desc Removes an element from the current selection (for multiple node drag) + * @param {Element|String} DOM element - or id of the element - to remove. + */ + this.deselect = function(el) { + _each(el, function() { + var _el = _gel(this); + if (_el && _el._katavorio) { + var e = _selectionMap[_el._katavorio]; + if (e) { + var _s = []; + for (var i = 0; i < _selection.length; i++) + if (_selection[i].el !== _el) _s.push(_selection[i]); + _selection = _s; + delete _selectionMap[_el._katavorio]; + katavorioParams.removeClass(_el, _css.selected); + } + } + }); + return this; + }; + + this.deselectAll = function() { + for (var i in _selectionMap) { + var d = _selectionMap[i]; + katavorioParams.removeClass(d[0], _css.selected); + } + + _selection.length = 0; + _selectionMap = {}; + }; + + this.markSelection = function(drag) { + _foreach(_selection, function(e) { e.mark(); }, drag); + }; + + this.markPosses = function(drag) { + if (drag.posses) { + _each(drag.posses, function(p) { + if (drag.posseRoles[p] && _posses[p]) { + _foreach(_posses[p].members, function (d) { + d.mark(); + }, drag); + } + }) + } + }; + + this.unmarkSelection = function(drag, event) { + _foreach(_selection, function(e) { e.unmark(event); }, drag); + }; + + this.unmarkPosses = function(drag, event) { + if (drag.posses) { + _each(drag.posses, function(p) { + if (drag.posseRoles[p] && _posses[p]) { + _foreach(_posses[p].members, function (d) { + d.unmark(event, true); + }, drag); + } + }); + } + }; + + this.getSelection = function() { return _selection.slice(0); }; + + this.updateSelection = function(dx, dy, drag) { + _foreach(_selection, function(e) { e.moveBy(dx, dy); }, drag); + }; + + var _posseAction = function(fn, drag) { + if (drag.posses) { + _each(drag.posses, function(p) { + if (drag.posseRoles[p] && _posses[p]) { + _foreach(_posses[p].members, function (e) { + fn(e); + }, drag); + } + }); + } + }; + + this.updatePosses = function(dx, dy, drag) { + _posseAction(function(e) { e.moveBy(dx, dy); }, drag); + }; + + this.notifyPosseDragStop = function(drag, evt) { + _posseAction(function(e) { e.stop(evt, true); }, drag); + }; + + this.notifySelectionDragStop = function(drag, evt) { + _foreach(_selection, function(e) { e.stop(evt, true); }, drag); + }; + + this.notifySelectionDragStart = function(drag, evt) { + _foreach(_selection, function(e) { e.notifyStart(evt);}, drag); + }; + + this.setZoom = function(z) { _zoom = z; }; + this.getZoom = function() { return _zoom; }; + + // does the work of changing scopes + var _scopeManip = function(kObj, scopes, map, fn) { + _each(kObj, function(_kObj) { + _unreg(_kObj, map); // deregister existing scopes + _kObj[fn](scopes); // set scopes + _reg(_kObj, map); // register new ones + }); + }; + + _each([ "set", "add", "remove", "toggle"], function(v) { + this[v + "Scope"] = function(el, scopes) { + _scopeManip(el._katavorioDrag, scopes, this._dragsByScope, v + "Scope"); + _scopeManip(el._katavorioDrop, scopes, this._dropsByScope, v + "Scope"); + }.bind(this); + this[v + "DragScope"] = function(el, scopes) { + _scopeManip(el.constructor === Drag ? el : el._katavorioDrag, scopes, this._dragsByScope, v + "Scope"); + }.bind(this); + this[v + "DropScope"] = function(el, scopes) { + _scopeManip(el.constructor === Drop ? el : el._katavorioDrop, scopes, this._dropsByScope, v + "Scope"); + }.bind(this); + }.bind(this)); + + this.snapToGrid = function(x, y) { + for (var s in this._dragsByScope) { + _foreach(this._dragsByScope[s], function(d) { d.snap(x, y); }); + } + }; + + this.getDragsForScope = function(s) { return this._dragsByScope[s]; }; + this.getDropsForScope = function(s) { return this._dropsByScope[s]; }; + + var _destroy = function(el, type, map) { + el = _gel(el); + if (el[type]) { + + // remove from selection, if present. + var selIdx = _selection.indexOf(el[type]); + if (selIdx >= 0) { + _selection.splice(selIdx, 1); + } + + if (_unreg(el[type], map)) { + _each(el[type], function(kObj) { kObj.destroy() }); + } + + delete el[type]; + } + }; + + var _removeListener = function(el, type, evt, fn) { + el = _gel(el); + if (el[type]) { + el[type].off(evt, fn); + } + }; + + this.elementRemoved = function(el) { + this.destroyDraggable(el); + this.destroyDroppable(el); + }; + + /** + * Either completely remove drag functionality from the given element, or remove a specific event handler. If you + * call this method with a single argument - the element - all drag functionality is removed from it. Otherwise, if + * you provide an event name and listener function, this function is de-registered (if found). + * @param el Element to update + * @param {string} [evt] Optional event name to unsubscribe + * @param {Function} [fn] Optional function to unsubscribe + */ + this.destroyDraggable = function(el, evt, fn) { + if (arguments.length === 1) { + _destroy(el, "_katavorioDrag", this._dragsByScope); + } else { + _removeListener(el, "_katavorioDrag", evt, fn); + } + }; + + /** + * Either completely remove drop functionality from the given element, or remove a specific event handler. If you + * call this method with a single argument - the element - all drop functionality is removed from it. Otherwise, if + * you provide an event name and listener function, this function is de-registered (if found). + * @param el Element to update + * @param {string} [evt] Optional event name to unsubscribe + * @param {Function} [fn] Optional function to unsubscribe + */ + this.destroyDroppable = function(el, evt, fn) { + if (arguments.length === 1) { + _destroy(el, "_katavorioDrop", this._dropsByScope); + } else { + _removeListener(el, "_katavorioDrop", evt, fn); + } + }; + + this.reset = function() { + this._dragsByScope = {}; + this._dropsByScope = {}; + _selection = []; + _selectionMap = {}; + _posses = {}; + }; + + // ----- groups + var _posses = {}; + + var _processOneSpec = function(el, _spec, dontAddExisting) { + var posseId = _isString(_spec) ? _spec : _spec.id; + var active = _isString(_spec) ? true : _spec.active !== false; + var posse = _posses[posseId] || (function() { + var g = {name:posseId, members:[]}; + _posses[posseId] = g; + return g; + })(); + _each(el, function(_el) { + if (_el._katavorioDrag) { + + if (dontAddExisting && _el._katavorioDrag.posseRoles[posse.name] != null) return; + + _suggest(posse.members, _el._katavorioDrag); + _suggest(_el._katavorioDrag.posses, posse.name); + _el._katavorioDrag.posseRoles[posse.name] = active; + } + }); + return posse; + }; + + /** + * Add the given element to the posse with the given id, creating the group if it at first does not exist. + * @method addToPosse + * @param {Element} el Element to add. + * @param {String...|Object...} spec Variable args parameters. Each argument can be a either a String, indicating + * the ID of a Posse to which the element should be added as an active participant, or an Object containing + * `{ id:"posseId", active:false/true}`. In the latter case, if `active` is not provided it is assumed to be + * true. + * @returns {Posse|Posse[]} The Posse(s) to which the element(s) was/were added. + */ + this.addToPosse = function(el, spec) { + + var posses = []; + + for (var i = 1; i < arguments.length; i++) { + posses.push(_processOneSpec(el, arguments[i])); + } + + return posses.length === 1 ? posses[0] : posses; + }; + + /** + * Sets the posse(s) for the element with the given id, creating those that do not yet exist, and removing from + * the element any current Posses that are not specified by this method call. This method will not change the + * active/passive state if it is given a posse in which the element is already a member. + * @method setPosse + * @param {Element} el Element to set posse(s) on. + * @param {String...|Object...} spec Variable args parameters. Each argument can be a either a String, indicating + * the ID of a Posse to which the element should be added as an active participant, or an Object containing + * `{ id:"posseId", active:false/true}`. In the latter case, if `active` is not provided it is assumed to be + * true. + * @returns {Posse|Posse[]} The Posse(s) to which the element(s) now belongs. + */ + this.setPosse = function(el, spec) { + + var posses = []; + + for (var i = 1; i < arguments.length; i++) { + posses.push(_processOneSpec(el, arguments[i], true).name); + } + + _each(el, function(_el) { + if (_el._katavorioDrag) { + var diff = _difference(_el._katavorioDrag.posses, posses); + var p = []; + Array.prototype.push.apply(p, _el._katavorioDrag.posses); + for (var i = 0; i < diff.length; i++) { + this.removeFromPosse(_el, diff[i]); + } + } + }.bind(this)); + + return posses.length === 1 ? posses[0] : posses; + }; + + /** + * Remove the given element from the given posse(s). + * @method removeFromPosse + * @param {Element} el Element to remove. + * @param {String...} posseId Varargs parameter: one value for each posse to remove the element from. + */ + this.removeFromPosse = function(el, posseId) { + if (arguments.length < 2) throw new TypeError("No posse id provided for remove operation"); + for(var i = 1; i < arguments.length; i++) { + posseId = arguments[i]; + _each(el, function (_el) { + if (_el._katavorioDrag && _el._katavorioDrag.posses) { + var d = _el._katavorioDrag; + _each(posseId, function (p) { + _vanquish(_posses[p].members, d); + _vanquish(d.posses, p); + delete d.posseRoles[p]; + }); + } + }); + } + }; + + /** + * Remove the given element from all Posses to which it belongs. + * @method removeFromAllPosses + * @param {Element|Element[]} el Element to remove from Posses. + */ + this.removeFromAllPosses = function(el) { + _each(el, function(_el) { + if (_el._katavorioDrag && _el._katavorioDrag.posses) { + var d = _el._katavorioDrag; + _each(d.posses, function(p) { + _vanquish(_posses[p].members, d); + }); + d.posses.length = 0; + d.posseRoles = {}; + } + }); + }; + + /** + * Changes the participation state for the element in the Posse with the given ID. + * @param {Element|Element[]} el Element(s) to change state for. + * @param {String} posseId ID of the Posse to change element state for. + * @param {Boolean} state True to make active, false to make passive. + */ + this.setPosseState = function(el, posseId, state) { + var posse = _posses[posseId]; + if (posse) { + _each(el, function(_el) { + if (_el._katavorioDrag && _el._katavorioDrag.posses) { + _el._katavorioDrag.posseRoles[posse.name] = state; + } + }); + } + }; + + }; + + root.Katavorio.version = "1.0.0"; + + if (typeof exports !== "undefined") { + exports.Katavorio = root.Katavorio; + } + +}).call(typeof window !== 'undefined' ? window : this); + + +(function() { + + var root = this; + root.jsPlumbUtil = root.jsPlumbUtil || {}; + var jsPlumbUtil = root.jsPlumbUtil; + + if (typeof exports !=='undefined') { exports.jsPlumbUtil = jsPlumbUtil;} + + + function isArray(a) { + return Object.prototype.toString.call(a) === "[object Array]"; + } + jsPlumbUtil.isArray = isArray; + function isNumber(n) { + return Object.prototype.toString.call(n) === "[object Number]"; + } + jsPlumbUtil.isNumber = isNumber; + function isString(s) { + return typeof s === "string"; + } + jsPlumbUtil.isString = isString; + function isBoolean(s) { + return typeof s === "boolean"; + } + jsPlumbUtil.isBoolean = isBoolean; + function isNull(s) { + return s == null; + } + jsPlumbUtil.isNull = isNull; + function isObject(o) { + return o == null ? false : Object.prototype.toString.call(o) === "[object Object]"; + } + jsPlumbUtil.isObject = isObject; + function isDate(o) { + return Object.prototype.toString.call(o) === "[object Date]"; + } + jsPlumbUtil.isDate = isDate; + function isFunction(o) { + return Object.prototype.toString.call(o) === "[object Function]"; + } + jsPlumbUtil.isFunction = isFunction; + function isNamedFunction(o) { + return isFunction(o) && o.name != null && o.name.length > 0; + } + jsPlumbUtil.isNamedFunction = isNamedFunction; + function isEmpty(o) { + for (var i in o) { + if (o.hasOwnProperty(i)) { + return false; + } + } + return true; + } + jsPlumbUtil.isEmpty = isEmpty; + function clone(a) { + if (isString(a)) { + return "" + a; + } + else if (isBoolean(a)) { + return !!a; + } + else if (isDate(a)) { + return new Date(a.getTime()); + } + else if (isFunction(a)) { + return a; + } + else if (isArray(a)) { + var b = []; + for (var i = 0; i < a.length; i++) { + b.push(clone(a[i])); + } + return b; + } + else if (isObject(a)) { + var c = {}; + for (var j in a) { + c[j] = clone(a[j]); + } + return c; + } + else { + return a; + } + } + jsPlumbUtil.clone = clone; + function merge(a, b, collations, overwrites) { + // first change the collations array - if present - into a lookup table, because its faster. + var cMap = {}, ar, i, oMap = {}; + collations = collations || []; + overwrites = overwrites || []; + for (i = 0; i < collations.length; i++) { + cMap[collations[i]] = true; + } + for (i = 0; i < overwrites.length; i++) { + oMap[overwrites[i]] = true; + } + var c = clone(a); + for (i in b) { + if (c[i] == null || oMap[i]) { + c[i] = b[i]; + } + else if (isString(b[i]) || isBoolean(b[i])) { + if (!cMap[i]) { + c[i] = b[i]; // if we dont want to collate, just copy it in. + } + else { + ar = []; + // if c's object is also an array we can keep its values. + ar.push.apply(ar, isArray(c[i]) ? c[i] : [c[i]]); + ar.push.apply(ar, isBoolean(b[i]) ? b[i] : [b[i]]); + c[i] = ar; + } + } + else { + if (isArray(b[i])) { + ar = []; + // if c's object is also an array we can keep its values. + if (isArray(c[i])) { + ar.push.apply(ar, c[i]); + } + ar.push.apply(ar, b[i]); + c[i] = ar; + } + else if (isObject(b[i])) { + // overwrite c's value with an object if it is not already one. + if (!isObject(c[i])) { + c[i] = {}; + } + for (var j in b[i]) { + c[i][j] = b[i][j]; + } + } + } + } + return c; + } + jsPlumbUtil.merge = merge; + function replace(inObj, path, value) { + if (inObj == null) { + return; + } + var q = inObj, t = q; + path.replace(/([^\.])+/g, function (term, lc, pos, str) { + var array = term.match(/([^\[0-9]+){1}(\[)([0-9+])/), last = pos + term.length >= str.length, _getArray = function () { + return t[array[1]] || (function () { + t[array[1]] = []; + return t[array[1]]; + })(); + }; + if (last) { + // set term = value on current t, creating term as array if necessary. + if (array) { + _getArray()[array[3]] = value; + } + else { + t[term] = value; + } + } + else { + // set to current t[term], creating t[term] if necessary. + if (array) { + var a_1 = _getArray(); + t = a_1[array[3]] || (function () { + a_1[array[3]] = {}; + return a_1[array[3]]; + })(); + } + else { + t = t[term] || (function () { + t[term] = {}; + return t[term]; + })(); + } + } + return ""; + }); + return inObj; + } + jsPlumbUtil.replace = replace; + // + // chain a list of functions, supplied by [ object, method name, args ], and return on the first + // one that returns the failValue. if none return the failValue, return the successValue. + // + function functionChain(successValue, failValue, fns) { + for (var i = 0; i < fns.length; i++) { + var o = fns[i][0][fns[i][1]].apply(fns[i][0], fns[i][2]); + if (o === failValue) { + return o; + } + } + return successValue; + } + jsPlumbUtil.functionChain = functionChain; + /** + * + * Take the given model and expand out any parameters. 'functionPrefix' is optional, and if present, helps jsplumb figure out what to do if a value is a Function. + * if you do not provide it (and doNotExpandFunctions is null, or false), jsplumb will run the given values through any functions it finds, and use the function's + * output as the value in the result. if you do provide the prefix, only functions that are named and have this prefix + * will be executed; other functions will be passed as values to the output. + * + * @param model + * @param values + * @param functionPrefix + * @param doNotExpandFunctions + * @returns {any} + */ + function populate(model, values, functionPrefix, doNotExpandFunctions) { + // for a string, see if it has parameter matches, and if so, try to make the substitutions. + var getValue = function (fromString) { + var matches = fromString.match(/(\${.*?})/g); + if (matches != null) { + for (var i = 0; i < matches.length; i++) { + var val = values[matches[i].substring(2, matches[i].length - 1)] || ""; + if (val != null) { + fromString = fromString.replace(matches[i], val); + } + } + } + return fromString; + }; + // process one entry. + var _one = function (d) { + if (d != null) { + if (isString(d)) { + return getValue(d); + } + else if (isFunction(d) && !doNotExpandFunctions && (functionPrefix == null || (d.name || "").indexOf(functionPrefix) === 0)) { + return d(values); + } + else if (isArray(d)) { + var r = []; + for (var i = 0; i < d.length; i++) { + r.push(_one(d[i])); + } + return r; + } + else if (isObject(d)) { + var s = {}; + for (var j in d) { + s[j] = _one(d[j]); + } + return s; + } + else { + return d; + } + } + }; + return _one(model); + } + jsPlumbUtil.populate = populate; + function findWithFunction(a, f) { + if (a) { + for (var i = 0; i < a.length; i++) { + if (f(a[i])) { + return i; + } + } + } + return -1; + } + jsPlumbUtil.findWithFunction = findWithFunction; + function removeWithFunction(a, f) { + var idx = findWithFunction(a, f); + if (idx > -1) { + a.splice(idx, 1); + } + return idx !== -1; + } + jsPlumbUtil.removeWithFunction = removeWithFunction; + function remove(l, v) { + var idx = l.indexOf(v); + if (idx > -1) { + l.splice(idx, 1); + } + return idx !== -1; + } + jsPlumbUtil.remove = remove; + function addWithFunction(list, item, hashFunction) { + if (findWithFunction(list, hashFunction) === -1) { + list.push(item); + } + } + jsPlumbUtil.addWithFunction = addWithFunction; + function addToList(map, key, value, insertAtStart) { + var l = map[key]; + if (l == null) { + l = []; + map[key] = l; + } + l[insertAtStart ? "unshift" : "push"](value); + return l; + } + jsPlumbUtil.addToList = addToList; + function suggest(list, item, insertAtHead) { + if (list.indexOf(item) === -1) { + if (insertAtHead) { + list.unshift(item); + } + else { + list.push(item); + } + return true; + } + return false; + } + jsPlumbUtil.suggest = suggest; + // + // extends the given obj (which can be an array) with the given constructor function, prototype functions, and + // class members, any of which may be null. + // + function extend(child, parent, _protoFn) { + var i; + parent = isArray(parent) ? parent : [parent]; + var _copyProtoChain = function (focus) { + var proto = focus.__proto__; + while (proto != null) { + if (proto.prototype != null) { + for (var j in proto.prototype) { + if (proto.prototype.hasOwnProperty(j) && !child.prototype.hasOwnProperty(j)) { + child.prototype[j] = proto.prototype[j]; + } + } + proto = proto.prototype.__proto__; + } + else { + proto = null; + } + } + }; + for (i = 0; i < parent.length; i++) { + for (var j in parent[i].prototype) { + if (parent[i].prototype.hasOwnProperty(j) && !child.prototype.hasOwnProperty(j)) { + child.prototype[j] = parent[i].prototype[j]; + } + } + _copyProtoChain(parent[i]); + } + var _makeFn = function (name, protoFn) { + return function () { + for (i = 0; i < parent.length; i++) { + if (parent[i].prototype[name]) { + parent[i].prototype[name].apply(this, arguments); + } + } + return protoFn.apply(this, arguments); + }; + }; + var _oneSet = function (fns) { + for (var k in fns) { + child.prototype[k] = _makeFn(k, fns[k]); + } + }; + if (arguments.length > 2) { + for (i = 2; i < arguments.length; i++) { + _oneSet(arguments[i]); + } + } + return child; + } + jsPlumbUtil.extend = extend; + function uuid() { + return ('xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { + var r = Math.random() * 16 | 0, v = c === 'x' ? r : (r & 0x3 | 0x8); + return v.toString(16); + })); + } + jsPlumbUtil.uuid = uuid; + function fastTrim(s) { + if (s == null) { + return null; + } + var str = s.replace(/^\s\s*/, ''), ws = /\s/, i = str.length; + while (ws.test(str.charAt(--i))) { + } + return str.slice(0, i + 1); + } + jsPlumbUtil.fastTrim = fastTrim; + function each(obj, fn) { + obj = obj.length == null || typeof obj === "string" ? [obj] : obj; + for (var i = 0; i < obj.length; i++) { + fn(obj[i]); + } + } + jsPlumbUtil.each = each; + function map(obj, fn) { + var o = []; + for (var i = 0; i < obj.length; i++) { + o.push(fn(obj[i])); + } + return o; + } + jsPlumbUtil.map = map; + function mergeWithParents(type, map, parentAttribute) { + parentAttribute = parentAttribute || "parent"; + var _def = function (id) { + return id ? map[id] : null; + }; + var _parent = function (def) { + return def ? _def(def[parentAttribute]) : null; + }; + var _one = function (parent, def) { + if (parent == null) { + return def; + } + else { + var d_1 = merge(parent, def); + return _one(_parent(parent), d_1); + } + }; + var _getDef = function (t) { + if (t == null) { + return {}; + } + if (typeof t === "string") { + return _def(t); + } + else if (t.length) { + var done = false, i = 0, _dd = void 0; + while (!done && i < t.length) { + _dd = _getDef(t[i]); + if (_dd) { + done = true; + } + else { + i++; + } + } + return _dd; + } + }; + var d = _getDef(type); + if (d) { + return _one(_parent(d), d); + } + else { + return {}; + } + } + jsPlumbUtil.mergeWithParents = mergeWithParents; + jsPlumbUtil.logEnabled = true; + function log() { + var args = []; + for (var _i = 0; _i < arguments.length; _i++) { + args[_i] = arguments[_i]; + } + if (jsPlumbUtil.logEnabled && typeof console !== "undefined") { + try { + var msg = arguments[arguments.length - 1]; + console.log(msg); + } + catch (e) { + } + } + } + jsPlumbUtil.log = log; + /** + * Wraps one function with another, creating a placeholder for the + * wrapped function if it was null. this is used to wrap the various + * drag/drop event functions - to allow jsPlumb to be notified of + * important lifecycle events without imposing itself on the user's + * drag/drop functionality. + * @method jsPlumbUtil.wrap + * @param {Function} wrappedFunction original function to wrap; may be null. + * @param {Function} newFunction function to wrap the original with. + * @param {Object} [returnOnThisValue] Optional. Indicates that the wrappedFunction should + * not be executed if the newFunction returns a value matching 'returnOnThisValue'. + * note that this is a simple comparison and only works for primitives right now. + */ + function wrap(wrappedFunction, newFunction, returnOnThisValue) { + return function () { + var r = null; + try { + if (newFunction != null) { + r = newFunction.apply(this, arguments); + } + } + catch (e) { + log("jsPlumb function failed : " + e); + } + if ((wrappedFunction != null) && (returnOnThisValue == null || (r !== returnOnThisValue))) { + try { + r = wrappedFunction.apply(this, arguments); + } + catch (e) { + log("wrapped function failed : " + e); + } + } + return r; + }; + } + jsPlumbUtil.wrap = wrap; + var EventGenerator = /** @class */ (function () { + function EventGenerator() { + var _this = this; + this._listeners = {}; + this.eventsSuspended = false; + this.tick = false; + // this is a list of events that should re-throw any errors that occur during their dispatch. + this.eventsToDieOn = { "ready": true }; + this.queue = []; + this.bind = function (event, listener, insertAtStart) { + var _one = function (evt) { + addToList(_this._listeners, evt, listener, insertAtStart); + listener.__jsPlumb = listener.__jsPlumb || {}; + listener.__jsPlumb[uuid()] = evt; + }; + if (typeof event === "string") { + _one(event); + } + else if (event.length != null) { + for (var i = 0; i < event.length; i++) { + _one(event[i]); + } + } + return _this; + }; + this.fire = function (event, value, originalEvent) { + if (!this.tick) { + this.tick = true; + if (!this.eventsSuspended && this._listeners[event]) { + var l = this._listeners[event].length, i = 0, _gone = false, ret = null; + if (!this.shouldFireEvent || this.shouldFireEvent(event, value, originalEvent)) { + while (!_gone && i < l && ret !== false) { + // doing it this way rather than catching and then possibly re-throwing means that an error propagated by this + // method will have the whole call stack available in the debugger. + if (this.eventsToDieOn[event]) { + this._listeners[event][i].apply(this, [value, originalEvent]); + } + else { + try { + ret = this._listeners[event][i].apply(this, [value, originalEvent]); + } + catch (e) { + log("jsPlumb: fire failed for event " + event + " : " + e); + } + } + i++; + if (this._listeners == null || this._listeners[event] == null) { + _gone = true; + } + } + } + } + this.tick = false; + this._drain(); + } + else { + this.queue.unshift(arguments); + } + return this; + }; + this._drain = function () { + var n = _this.queue.pop(); + if (n) { + _this.fire.apply(_this, n); + } + }; + this.unbind = function (eventOrListener, listener) { + if (arguments.length === 0) { + this._listeners = {}; + } + else if (arguments.length === 1) { + if (typeof eventOrListener === "string") { + delete this._listeners[eventOrListener]; + } + else if (eventOrListener.__jsPlumb) { + var evt = void 0; + for (var i in eventOrListener.__jsPlumb) { + evt = eventOrListener.__jsPlumb[i]; + remove(this._listeners[evt] || [], eventOrListener); + } + } + } + else if (arguments.length === 2) { + remove(this._listeners[eventOrListener] || [], listener); + } + return this; + }; + this.getListener = function (forEvent) { + return _this._listeners[forEvent]; + }; + this.setSuspendEvents = function (val) { + _this.eventsSuspended = val; + }; + this.isSuspendEvents = function () { + return _this.eventsSuspended; + }; + this.silently = function (fn) { + _this.setSuspendEvents(true); + try { + fn(); + } + catch (e) { + log("Cannot execute silent function " + e); + } + _this.setSuspendEvents(false); + }; + this.cleanupListeners = function () { + for (var i in _this._listeners) { + _this._listeners[i] = null; + } + }; + } + return EventGenerator; + }()); + jsPlumbUtil.EventGenerator = EventGenerator; + +}).call(typeof window !== 'undefined' ? window : this); +/* + * This file contains utility functions that run in browsers only. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ + ;(function() { + + "use strict"; + + var root = this; + + root.jsPlumbUtil.matchesSelector = function(el, selector, ctx) { + ctx = ctx || el.parentNode; + var possibles = ctx.querySelectorAll(selector); + for (var i = 0; i < possibles.length; i++) { + if (possibles[i] === el) { + return true; + } + } + return false; + }; + + root.jsPlumbUtil.consume = function(e, doNotPreventDefault) { + if (e.stopPropagation) { + e.stopPropagation(); + } + else { + e.returnValue = false; + } + + if (!doNotPreventDefault && e.preventDefault){ + e.preventDefault(); + } + }; + + /* + * Function: sizeElement + * Helper to size and position an element. You would typically use + * this when writing your own Connector or Endpoint implementation. + * + * Parameters: + * x - [int] x position for the element origin + * y - [int] y position for the element origin + * w - [int] width of the element + * h - [int] height of the element + * + */ + root.jsPlumbUtil.sizeElement = function(el, x, y, w, h) { + if (el) { + el.style.height = h + "px"; + el.height = h; + el.style.width = w + "px"; + el.width = w; + el.style.left = x + "px"; + el.style.top = y + "px"; + } + }; + + }).call(typeof window !== 'undefined' ? window : this); + +/* + * This file contains the core code. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +;(function () { + + "use strict"; + + var root = this; + + var _ju = root.jsPlumbUtil, + + /** + * creates a timestamp, using milliseconds since 1970, but as a string. + */ + _timestamp = function () { + return "" + (new Date()).getTime(); + }, + + // helper method to update the hover style whenever it, or paintStyle, changes. + // we use paintStyle as the foundation and merge hoverPaintStyle over the + // top. + _updateHoverStyle = function (component) { + if (component._jsPlumb.paintStyle && component._jsPlumb.hoverPaintStyle) { + var mergedHoverStyle = {}; + jsPlumb.extend(mergedHoverStyle, component._jsPlumb.paintStyle); + jsPlumb.extend(mergedHoverStyle, component._jsPlumb.hoverPaintStyle); + delete component._jsPlumb.hoverPaintStyle; + // we want the fill of paintStyle to override a gradient, if possible. + if (mergedHoverStyle.gradient && component._jsPlumb.paintStyle.fill) { + delete mergedHoverStyle.gradient; + } + component._jsPlumb.hoverPaintStyle = mergedHoverStyle; + } + }, + events = ["tap", "dbltap", "click", "dblclick", "mouseover", "mouseout", "mousemove", "mousedown", "mouseup", "contextmenu" ], + eventFilters = { "mouseout": "mouseleave", "mouseexit": "mouseleave" }, + _updateAttachedElements = function (component, state, timestamp, sourceElement) { + var affectedElements = component.getAttachedElements(); + if (affectedElements) { + for (var i = 0, j = affectedElements.length; i < j; i++) { + if (!sourceElement || sourceElement !== affectedElements[i]) { + affectedElements[i].setHover(state, true, timestamp); // tell the attached elements not to inform their own attached elements. + } + } + } + }, + _splitType = function (t) { + return t == null ? null : t.split(" "); + }, + _mapType = function(map, obj, typeId) { + for (var i in obj) { + map[i] = typeId; + } + }, + _each = function(fn, obj) { + obj = _ju.isArray(obj) || (obj.length != null && !_ju.isString(obj)) ? obj : [ obj ]; + for (var i = 0; i < obj.length; i++) { + try { + fn.apply(obj[i], [ obj[i] ]); + } + catch (e) { + _ju.log(".each iteration failed : " + e); + } + } + }, + _applyTypes = function (component, params, doNotRepaint) { + if (component.getDefaultType) { + var td = component.getTypeDescriptor(), map = {}; + var defType = component.getDefaultType(); + var o = _ju.merge({}, defType); + _mapType(map, defType, "__default"); + for (var i = 0, j = component._jsPlumb.types.length; i < j; i++) { + var tid = component._jsPlumb.types[i]; + if (tid !== "__default") { + var _t = component._jsPlumb.instance.getType(tid, td); + if (_t != null) { + o = _ju.merge(o, _t, [ "cssClass" ], [ "connector" ]); + _mapType(map, _t, tid); + } + } + } + + if (params) { + o = _ju.populate(o, params, "_"); + } + + component.applyType(o, doNotRepaint, map); + if (!doNotRepaint) { + component.repaint(); + } + } + }, + +// ------------------------------ BEGIN jsPlumbUIComponent -------------------------------------------- + + jsPlumbUIComponent = root.jsPlumbUIComponent = function (params) { + + _ju.EventGenerator.apply(this, arguments); + + var self = this, + a = arguments, + idPrefix = self.idPrefix, + id = idPrefix + (new Date()).getTime(); + + this._jsPlumb = { + instance: params._jsPlumb, + parameters: params.parameters || {}, + paintStyle: null, + hoverPaintStyle: null, + paintStyleInUse: null, + hover: false, + beforeDetach: params.beforeDetach, + beforeDrop: params.beforeDrop, + overlayPlacements: [], + hoverClass: params.hoverClass || params._jsPlumb.Defaults.HoverClass, + types: [], + typeCache:{} + }; + + this.cacheTypeItem = function(key, item, typeId) { + this._jsPlumb.typeCache[typeId] = this._jsPlumb.typeCache[typeId] || {}; + this._jsPlumb.typeCache[typeId][key] = item; + }; + this.getCachedTypeItem = function(key, typeId) { + return this._jsPlumb.typeCache[typeId] ? this._jsPlumb.typeCache[typeId][key] : null; + }; + + this.getId = function () { + return id; + }; + +// ----------------------------- default type -------------------------------------------- + + + var o = params.overlays || [], oo = {}; + if (this.defaultOverlayKeys) { + for (var i = 0; i < this.defaultOverlayKeys.length; i++) { + Array.prototype.push.apply(o, this._jsPlumb.instance.Defaults[this.defaultOverlayKeys[i]] || []); + } + + for (i = 0; i < o.length; i++) { + // if a string, convert to object representation so that we can store the typeid on it. + // also assign an id. + var fo = jsPlumb.convertToFullOverlaySpec(o[i]); + oo[fo[1].id] = fo; + } + } + + var _defaultType = { + overlays:oo, + parameters: params.parameters || {}, + scope: params.scope || this._jsPlumb.instance.getDefaultScope() + }; + this.getDefaultType = function() { + return _defaultType; + }; + this.appendToDefaultType = function(obj) { + for (var i in obj) { + _defaultType[i] = obj[i]; + } + }; + +// ----------------------------- end default type -------------------------------------------- + + // all components can generate events + + if (params.events) { + for (var evtName in params.events) { + self.bind(evtName, params.events[evtName]); + } + } + + // all components get this clone function. + // TODO issue 116 showed a problem with this - it seems 'a' that is in + // the clone function's scope is shared by all invocations of it, the classic + // JS closure problem. for now, jsPlumb does a version of this inline where + // it used to call clone. but it would be nice to find some time to look + // further at this. + this.clone = function () { + var o = Object.create(this.constructor.prototype); + this.constructor.apply(o, a); + return o; + }.bind(this); + + // user can supply a beforeDetach callback, which will be executed before a detach + // is performed; returning false prevents the detach. + this.isDetachAllowed = function (connection) { + var r = true; + if (this._jsPlumb.beforeDetach) { + try { + r = this._jsPlumb.beforeDetach(connection); + } + catch (e) { + _ju.log("jsPlumb: beforeDetach callback failed", e); + } + } + return r; + }; + + // user can supply a beforeDrop callback, which will be executed before a dropped + // connection is confirmed. user can return false to reject connection. + this.isDropAllowed = function (sourceId, targetId, scope, connection, dropEndpoint, source, target) { + var r = this._jsPlumb.instance.checkCondition("beforeDrop", { + sourceId: sourceId, + targetId: targetId, + scope: scope, + connection: connection, + dropEndpoint: dropEndpoint, + source: source, target: target + }); + if (this._jsPlumb.beforeDrop) { + try { + r = this._jsPlumb.beforeDrop({ + sourceId: sourceId, + targetId: targetId, + scope: scope, + connection: connection, + dropEndpoint: dropEndpoint, + source: source, target: target + }); + } + catch (e) { + _ju.log("jsPlumb: beforeDrop callback failed", e); + } + } + return r; + }; + + var domListeners = []; + + // sets the component associated with listener events. for instance, an overlay delegates + // its events back to a connector. but if the connector is swapped on the underlying connection, + // then this component must be changed. This is called by setConnector in the Connection class. + this.setListenerComponent = function (c) { + for (var i = 0; i < domListeners.length; i++) { + domListeners[i][3] = c; + } + }; + + + }; + + var _removeTypeCssHelper = function (component, typeIndex) { + var typeId = component._jsPlumb.types[typeIndex], + type = component._jsPlumb.instance.getType(typeId, component.getTypeDescriptor()); + + if (type != null && type.cssClass && component.canvas) { + component._jsPlumb.instance.removeClass(component.canvas, type.cssClass); + } + }; + + _ju.extend(root.jsPlumbUIComponent, _ju.EventGenerator, { + + getParameter: function (name) { + return this._jsPlumb.parameters[name]; + }, + + setParameter: function (name, value) { + this._jsPlumb.parameters[name] = value; + }, + + getParameters: function () { + return this._jsPlumb.parameters; + }, + + setParameters: function (p) { + this._jsPlumb.parameters = p; + }, + + getClass:function() { + return jsPlumb.getClass(this.canvas); + }, + + hasClass:function(clazz) { + return jsPlumb.hasClass(this.canvas, clazz); + }, + + addClass: function (clazz) { + jsPlumb.addClass(this.canvas, clazz); + }, + + removeClass: function (clazz) { + jsPlumb.removeClass(this.canvas, clazz); + }, + + updateClasses: function (classesToAdd, classesToRemove) { + jsPlumb.updateClasses(this.canvas, classesToAdd, classesToRemove); + }, + + setType: function (typeId, params, doNotRepaint) { + this.clearTypes(); + this._jsPlumb.types = _splitType(typeId) || []; + _applyTypes(this, params, doNotRepaint); + }, + + getType: function () { + return this._jsPlumb.types; + }, + + reapplyTypes: function (params, doNotRepaint) { + _applyTypes(this, params, doNotRepaint); + }, + + hasType: function (typeId) { + return this._jsPlumb.types.indexOf(typeId) !== -1; + }, + + addType: function (typeId, params, doNotRepaint) { + var t = _splitType(typeId), _cont = false; + if (t != null) { + for (var i = 0, j = t.length; i < j; i++) { + if (!this.hasType(t[i])) { + this._jsPlumb.types.push(t[i]); + _cont = true; + } + } + if (_cont) { + _applyTypes(this, params, doNotRepaint); + } + } + }, + + removeType: function (typeId, params, doNotRepaint) { + var t = _splitType(typeId), _cont = false, _one = function (tt) { + var idx = this._jsPlumb.types.indexOf(tt); + if (idx !== -1) { + // remove css class if necessary + _removeTypeCssHelper(this, idx); + this._jsPlumb.types.splice(idx, 1); + return true; + } + return false; + }.bind(this); + + if (t != null) { + for (var i = 0, j = t.length; i < j; i++) { + _cont = _one(t[i]) || _cont; + } + if (_cont) { + _applyTypes(this, params, doNotRepaint); + } + } + }, + clearTypes: function (params, doNotRepaint) { + var i = this._jsPlumb.types.length; + for (var j = 0; j < i; j++) { + _removeTypeCssHelper(this, 0); + this._jsPlumb.types.splice(0, 1); + } + _applyTypes(this, params, doNotRepaint); + }, + + toggleType: function (typeId, params, doNotRepaint) { + var t = _splitType(typeId); + if (t != null) { + for (var i = 0, j = t.length; i < j; i++) { + var idx = this._jsPlumb.types.indexOf(t[i]); + if (idx !== -1) { + _removeTypeCssHelper(this, idx); + this._jsPlumb.types.splice(idx, 1); + } + else { + this._jsPlumb.types.push(t[i]); + } + } + + _applyTypes(this, params, doNotRepaint); + } + }, + applyType: function (t, doNotRepaint) { + this.setPaintStyle(t.paintStyle, doNotRepaint); + this.setHoverPaintStyle(t.hoverPaintStyle, doNotRepaint); + if (t.parameters) { + for (var i in t.parameters) { + this.setParameter(i, t.parameters[i]); + } + } + this._jsPlumb.paintStyleInUse = this.getPaintStyle(); + }, + setPaintStyle: function (style, doNotRepaint) { + // this._jsPlumb.paintStyle = jsPlumb.extend({}, style); + // TODO figure out if we want components to clone paintStyle so as not to share it. + this._jsPlumb.paintStyle = style; + this._jsPlumb.paintStyleInUse = this._jsPlumb.paintStyle; + _updateHoverStyle(this); + if (!doNotRepaint) { + this.repaint(); + } + }, + getPaintStyle: function () { + return this._jsPlumb.paintStyle; + }, + setHoverPaintStyle: function (style, doNotRepaint) { + //this._jsPlumb.hoverPaintStyle = jsPlumb.extend({}, style); + // TODO figure out if we want components to clone paintStyle so as not to share it. + this._jsPlumb.hoverPaintStyle = style; + _updateHoverStyle(this); + if (!doNotRepaint) { + this.repaint(); + } + }, + getHoverPaintStyle: function () { + return this._jsPlumb.hoverPaintStyle; + }, + destroy: function (force) { + if (force || this.typeId == null) { + this.cleanupListeners(); // this is on EventGenerator + this.clone = null; + this._jsPlumb = null; + } + }, + + isHover: function () { + return this._jsPlumb.hover; + }, + + setHover: function (hover, ignoreAttachedElements, timestamp) { + // while dragging, we ignore these events. this keeps the UI from flashing and + // swishing and whatevering. + if (this._jsPlumb && !this._jsPlumb.instance.currentlyDragging && !this._jsPlumb.instance.isHoverSuspended()) { + + this._jsPlumb.hover = hover; + var method = hover ? "addClass" : "removeClass"; + + if (this.canvas != null) { + if (this._jsPlumb.instance.hoverClass != null) { + this._jsPlumb.instance[method](this.canvas, this._jsPlumb.instance.hoverClass); + } + if (this._jsPlumb.hoverClass != null) { + this._jsPlumb.instance[method](this.canvas, this._jsPlumb.hoverClass); + } + } + if (this._jsPlumb.hoverPaintStyle != null) { + this._jsPlumb.paintStyleInUse = hover ? this._jsPlumb.hoverPaintStyle : this._jsPlumb.paintStyle; + if (!this._jsPlumb.instance.isSuspendDrawing()) { + timestamp = timestamp || _timestamp(); + this.repaint({timestamp: timestamp, recalc: false}); + } + } + // get the list of other affected elements, if supported by this component. + // for a connection, its the endpoints. for an endpoint, its the connections! surprise. + if (this.getAttachedElements && !ignoreAttachedElements) { + _updateAttachedElements(this, hover, _timestamp(), this); + } + } + } + }); + +// ------------------------------ END jsPlumbUIComponent -------------------------------------------- + + var _jsPlumbInstanceIndex = 0, + getInstanceIndex = function () { + var i = _jsPlumbInstanceIndex + 1; + _jsPlumbInstanceIndex++; + return i; + }; + + var jsPlumbInstance = root.jsPlumbInstance = function (_defaults) { + + this.version = "2.9.3"; + + this.Defaults = { + Anchor: "Bottom", + Anchors: [ null, null ], + ConnectionsDetachable: true, + ConnectionOverlays: [ ], + Connector: "Bezier", + Container: null, + DoNotThrowErrors: false, + DragOptions: { }, + DropOptions: { }, + Endpoint: "Dot", + EndpointOverlays: [ ], + Endpoints: [ null, null ], + EndpointStyle: { fill: "#456" }, + EndpointStyles: [ null, null ], + EndpointHoverStyle: null, + EndpointHoverStyles: [ null, null ], + HoverPaintStyle: null, + LabelStyle: { color: "black" }, + LogEnabled: false, + Overlays: [ ], + MaxConnections: 1, + PaintStyle: { "stroke-width": 4, stroke: "#456" }, + ReattachConnections: false, + RenderMode: "svg", + Scope: "jsPlumb_DefaultScope" + }; + + if (_defaults) { + jsPlumb.extend(this.Defaults, _defaults); + } + + this.logEnabled = this.Defaults.LogEnabled; + this._connectionTypes = {}; + this._endpointTypes = {}; + + _ju.EventGenerator.apply(this); + + var _currentInstance = this, + _instanceIndex = getInstanceIndex(), + _bb = _currentInstance.bind, + _initialDefaults = {}, + _zoom = 1, + _info = function (el) { + if (el == null) { + return null; + } + else if (el.nodeType === 3 || el.nodeType === 8) { + return { el:el, text:true }; + } + else { + var _el = _currentInstance.getElement(el); + return { el: _el, id: (_ju.isString(el) && _el == null) ? el : _getId(_el) }; + } + }; + + this.getInstanceIndex = function () { + return _instanceIndex; + }; + + // CONVERTED + this.setZoom = function (z, repaintEverything) { + _zoom = z; + _currentInstance.fire("zoom", _zoom); + if (repaintEverything) { + _currentInstance.repaintEverything(); + } + return true; + }; + // CONVERTED + this.getZoom = function () { + return _zoom; + }; + + for (var i in this.Defaults) { + _initialDefaults[i] = this.Defaults[i]; + } + + var _container, _containerDelegations = []; + this.unbindContainer = function() { + if (_container != null && _containerDelegations.length > 0) { + for (var i = 0; i < _containerDelegations.length; i++) { + _currentInstance.off(_container, _containerDelegations[i][0], _containerDelegations[i][1]); + } + } + }; + this.setContainer = function (c) { + + this.unbindContainer(); + + // get container as dom element. + c = this.getElement(c); + // move existing connections and endpoints, if any. + this.select().each(function (conn) { + conn.moveParent(c); + }); + this.selectEndpoints().each(function (ep) { + ep.moveParent(c); + }); + + // set container. + var previousContainer = _container; + _container = c; + _containerDelegations.length = 0; + var eventAliases = { + "endpointclick":"endpointClick", + "endpointdblclick":"endpointDblClick" + }; + + var _oneDelegateHandler = function (id, e, componentType) { + var t = e.srcElement || e.target, + jp = (t && t.parentNode ? t.parentNode._jsPlumb : null) || (t ? t._jsPlumb : null) || (t && t.parentNode && t.parentNode.parentNode ? t.parentNode.parentNode._jsPlumb : null); + if (jp) { + jp.fire(id, jp, e); + var alias = componentType ? eventAliases[componentType + id] || id : id; + // jsplumb also fires every event coming from components/overlays. That's what the test for `jp.component` is for. + _currentInstance.fire(alias, jp.component || jp, e); + } + }; + + var _addOneDelegate = function(eventId, selector, fn) { + _containerDelegations.push([eventId, fn]); + _currentInstance.on(_container, eventId, selector, fn); + }; + + // delegate one event on the container to jsplumb elements. it might be possible to + // abstract this out: each of endpoint, connection and overlay could register themselves with + // jsplumb as "component types" or whatever, and provide a suitable selector. this would be + // done by the renderer (although admittedly from 2.0 onwards we're not supporting vml anymore) + var _oneDelegate = function (id) { + // connections. + _addOneDelegate(id, ".jtk-connector", function (e) { + _oneDelegateHandler(id, e); + }); + // endpoints. note they can have an enclosing div, or not. + _addOneDelegate(id, ".jtk-endpoint", function (e) { + _oneDelegateHandler(id, e, "endpoint"); + }); + // overlays + _addOneDelegate(id, ".jtk-overlay", function (e) { + _oneDelegateHandler(id, e); + }); + }; + + for (var i = 0; i < events.length; i++) { + _oneDelegate(events[i]); + } + + // managed elements + for (var elId in managedElements) { + var el = managedElements[elId].el; + if (el.parentNode === previousContainer) { + previousContainer.removeChild(el); + _container.appendChild(el); + } + } + + }; + this.getContainer = function () { + return _container; + }; + + this.bind = function (event, fn) { + if ("ready" === event && initialized) { + fn(); + } + else { + _bb.apply(_currentInstance, [event, fn]); + } + }; + + _currentInstance.importDefaults = function (d) { + for (var i in d) { + _currentInstance.Defaults[i] = d[i]; + } + if (d.Container) { + _currentInstance.setContainer(d.Container); + } + + return _currentInstance; + }; + + _currentInstance.restoreDefaults = function () { + _currentInstance.Defaults = jsPlumb.extend({}, _initialDefaults); + return _currentInstance; + }; + + var log = null, + initialized = false, + // TODO remove from window scope + connections = [], + // map of element id -> endpoint lists. an element can have an arbitrary + // number of endpoints on it, and not all of them have to be connected + // to anything. + endpointsByElement = {}, + endpointsByUUID = {}, + managedElements = {}, + offsets = {}, + offsetTimestamps = {}, + draggableStates = {}, + connectionBeingDragged = false, + sizes = [], + _suspendDrawing = false, + _suspendedAt = null, + DEFAULT_SCOPE = this.Defaults.Scope, + _curIdStamp = 1, + _idstamp = function () { + return "" + _curIdStamp++; + }, + + // + // appends an element to some other element, which is calculated as follows: + // + // 1. if Container exists, use that element. + // 2. if the 'parent' parameter exists, use that. + // 3. otherwise just use the root element. + // + // + _appendElement = function (el, parent) { + if (_container) { + _container.appendChild(el); + } + else if (!parent) { + this.appendToRoot(el); + } + else { + this.getElement(parent).appendChild(el); + } + }.bind(this), + + // + // Draws an endpoint and its connections. this is the main entry point into drawing connections as well + // as endpoints, since jsPlumb is endpoint-centric under the hood. + // + // @param element element to draw (of type library specific element object) + // @param ui UI object from current library's event system. optional. + // @param timestamp timestamp for this paint cycle. used to speed things up a little by cutting down the amount of offset calculations we do. + // @param clearEdits defaults to false; indicates that mouse edits for connectors should be cleared + /// + _draw = function (element, ui, timestamp, clearEdits) { + + if (!_suspendDrawing) { + var id = _getId(element), + repaintEls, + dm = _currentInstance.getDragManager(); + + if (dm) { + repaintEls = dm.getElementsForDraggable(id); + } + + if (timestamp == null) { + timestamp = _timestamp(); + } + + // update the offset of everything _before_ we try to draw anything. + var o = _updateOffset({ elId: id, offset: ui, recalc: false, timestamp: timestamp }); + + if (repaintEls && o && o.o) { + for (var i in repaintEls) { + _updateOffset({ + elId: repaintEls[i].id, + offset: { + left: o.o.left + repaintEls[i].offset.left, + top: o.o.top + repaintEls[i].offset.top + }, + recalc: false, + timestamp: timestamp + }); + } + } + + _currentInstance.anchorManager.redraw(id, ui, timestamp, null, clearEdits); + + if (repaintEls) { + for (var j in repaintEls) { + _currentInstance.anchorManager.redraw(repaintEls[j].id, ui, timestamp, repaintEls[j].offset, clearEdits, true); + } + } + } + }, + + // + // gets an Endpoint by uuid. + // + _getEndpoint = function (uuid) { + return endpointsByUUID[uuid]; + }, + + /** + * inits a draggable if it's not already initialised. + * TODO: somehow abstract this to the adapter, because the concept of "draggable" has no + * place on the server. + */ + + + _scopeMatch = function (e1, e2) { + var s1 = e1.scope.split(/\s/), s2 = e2.scope.split(/\s/); + for (var i = 0; i < s1.length; i++) { + for (var j = 0; j < s2.length; j++) { + if (s2[j] === s1[i]) { + return true; + } + } + } + + return false; + }, + + _mergeOverrides = function (def, values) { + var m = jsPlumb.extend({}, def); + for (var i in values) { + if (values[i]) { + m[i] = values[i]; + } + } + return m; + }, + + /* + * prepares a final params object that can be passed to _newConnection, taking into account defaults, events, etc. + */ + _prepareConnectionParams = function (params, referenceParams) { + var _p = jsPlumb.extend({ }, params); + if (referenceParams) { + jsPlumb.extend(_p, referenceParams); + } + + // hotwire endpoints passed as source or target to sourceEndpoint/targetEndpoint, respectively. + if (_p.source) { + if (_p.source.endpoint) { + _p.sourceEndpoint = _p.source; + } + else { + _p.source = _currentInstance.getElement(_p.source); + } + } + if (_p.target) { + if (_p.target.endpoint) { + _p.targetEndpoint = _p.target; + } + else { + _p.target = _currentInstance.getElement(_p.target); + } + } + + // test for endpoint uuids to connect + if (params.uuids) { + _p.sourceEndpoint = _getEndpoint(params.uuids[0]); + _p.targetEndpoint = _getEndpoint(params.uuids[1]); + } + + // now ensure that if we do have Endpoints already, they're not full. + // source: + if (_p.sourceEndpoint && _p.sourceEndpoint.isFull()) { + _ju.log(_currentInstance, "could not add connection; source endpoint is full"); + return; + } + + // target: + if (_p.targetEndpoint && _p.targetEndpoint.isFull()) { + _ju.log(_currentInstance, "could not add connection; target endpoint is full"); + return; + } + + // if source endpoint mandates connection type and nothing specified in our params, use it. + if (!_p.type && _p.sourceEndpoint) { + _p.type = _p.sourceEndpoint.connectionType; + } + + // copy in any connectorOverlays that were specified on the source endpoint. + // it doesnt copy target endpoint overlays. i'm not sure if we want it to or not. + if (_p.sourceEndpoint && _p.sourceEndpoint.connectorOverlays) { + _p.overlays = _p.overlays || []; + for (var i = 0, j = _p.sourceEndpoint.connectorOverlays.length; i < j; i++) { + _p.overlays.push(_p.sourceEndpoint.connectorOverlays[i]); + } + } + + // scope + if (_p.sourceEndpoint && _p.sourceEndpoint.scope) { + _p.scope = _p.sourceEndpoint.scope; + } + + // pointer events + if (!_p["pointer-events"] && _p.sourceEndpoint && _p.sourceEndpoint.connectorPointerEvents) { + _p["pointer-events"] = _p.sourceEndpoint.connectorPointerEvents; + } + + + var _addEndpoint = function (el, def, idx) { + return _currentInstance.addEndpoint(el, _mergeOverrides(def, { + anchor: _p.anchors ? _p.anchors[idx] : _p.anchor, + endpoint: _p.endpoints ? _p.endpoints[idx] : _p.endpoint, + paintStyle: _p.endpointStyles ? _p.endpointStyles[idx] : _p.endpointStyle, + hoverPaintStyle: _p.endpointHoverStyles ? _p.endpointHoverStyles[idx] : _p.endpointHoverStyle + })); + }; + + // check for makeSource/makeTarget specs. + + var _oneElementDef = function (type, idx, defs, matchType) { + if (_p[type] && !_p[type].endpoint && !_p[type + "Endpoint"] && !_p.newConnection) { + var tid = _getId(_p[type]), tep = defs[tid]; + + tep = tep ? tep[matchType] : null; + + if (tep) { + // if not enabled, return. + if (!tep.enabled) { + return false; + } + var newEndpoint = tep.endpoint != null && tep.endpoint._jsPlumb ? tep.endpoint : _addEndpoint(_p[type], tep.def, idx); + if (newEndpoint.isFull()) { + return false; + } + _p[type + "Endpoint"] = newEndpoint; + if (!_p.scope && tep.def.scope) { + _p.scope = tep.def.scope; + } // provide scope if not already provided and endpoint def has one. + if (tep.uniqueEndpoint) { + if (!tep.endpoint) { + tep.endpoint = newEndpoint; + newEndpoint.setDeleteOnEmpty(false); + } + else { + newEndpoint.finalEndpoint = tep.endpoint; + } + } else { + newEndpoint.setDeleteOnEmpty(true); + } + + // + // copy in connector overlays if present on the source definition. + // + if (idx === 0 && tep.def.connectorOverlays) { + _p.overlays = _p.overlays || []; + Array.prototype.push.apply(_p.overlays, tep.def.connectorOverlays); + } + } + } + }; + + if (_oneElementDef("source", 0, this.sourceEndpointDefinitions, _p.type || "default") === false) { + return; + } + if (_oneElementDef("target", 1, this.targetEndpointDefinitions, _p.type || "default") === false) { + return; + } + + // last, ensure scopes match + if (_p.sourceEndpoint && _p.targetEndpoint) { + if (!_scopeMatch(_p.sourceEndpoint, _p.targetEndpoint)) { + _p = null; + } + } + + return _p; + }.bind(_currentInstance), + + _newConnection = function (params) { + var connectionFunc = _currentInstance.Defaults.ConnectionType || _currentInstance.getDefaultConnectionType(); + + params._jsPlumb = _currentInstance; + params.newConnection = _newConnection; + params.newEndpoint = _newEndpoint; + params.endpointsByUUID = endpointsByUUID; + params.endpointsByElement = endpointsByElement; + params.finaliseConnection = _finaliseConnection; + params.id = "con_" + _idstamp(); + var con = new connectionFunc(params); + + // if the connection is draggable, then maybe we need to tell the target endpoint to init the + // dragging code. it won't run again if it already configured to be draggable. + if (con.isDetachable()) { + con.endpoints[0].initDraggable("_jsPlumbSource"); + con.endpoints[1].initDraggable("_jsPlumbTarget"); + } + + return con; + }, + + // + // adds the connection to the backing model, fires an event if necessary and then redraws + // + _finaliseConnection = _currentInstance.finaliseConnection = function (jpc, params, originalEvent, doInformAnchorManager) { + params = params || {}; + // add to list of connections (by scope). + if (!jpc.suspendedEndpoint) { + connections.push(jpc); + } + + jpc.pending = null; + + // turn off isTemporarySource on the source endpoint (only viable on first draw) + jpc.endpoints[0].isTemporarySource = false; + + // always inform the anchor manager + // except that if jpc has a suspended endpoint it's not true to say the + // connection is new; it has just (possibly) moved. the question is whether + // to make that call here or in the anchor manager. i think perhaps here. + if (doInformAnchorManager !== false) { + _currentInstance.anchorManager.newConnection(jpc); + } + + // force a paint + _draw(jpc.source); + + // fire an event + if (!params.doNotFireConnectionEvent && params.fireEvent !== false) { + + var eventArgs = { + connection: jpc, + source: jpc.source, target: jpc.target, + sourceId: jpc.sourceId, targetId: jpc.targetId, + sourceEndpoint: jpc.endpoints[0], targetEndpoint: jpc.endpoints[1] + }; + + _currentInstance.fire("connection", eventArgs, originalEvent); + } + }, + + /* + factory method to prepare a new endpoint. this should always be used instead of creating Endpoints + manually, since this method attaches event listeners and an id. + */ + _newEndpoint = function (params, id) { + var endpointFunc = _currentInstance.Defaults.EndpointType || jsPlumb.Endpoint; + var _p = jsPlumb.extend({}, params); + _p._jsPlumb = _currentInstance; + _p.newConnection = _newConnection; + _p.newEndpoint = _newEndpoint; + _p.endpointsByUUID = endpointsByUUID; + _p.endpointsByElement = endpointsByElement; + _p.fireDetachEvent = fireDetachEvent; + _p.elementId = id || _getId(_p.source); + var ep = new endpointFunc(_p); + ep.id = "ep_" + _idstamp(); + _manage(_p.elementId, _p.source); + + if (!jsPlumb.headless) { + _currentInstance.getDragManager().endpointAdded(_p.source, id); + } + + return ep; + }, + + /* + * performs the given function operation on all the connections found + * for the given element id; this means we find all the endpoints for + * the given element, and then for each endpoint find the connectors + * connected to it. then we pass each connection in to the given + * function. + */ + _operation = function (elId, func, endpointFunc) { + var endpoints = endpointsByElement[elId]; + if (endpoints && endpoints.length) { + for (var i = 0, ii = endpoints.length; i < ii; i++) { + for (var j = 0, jj = endpoints[i].connections.length; j < jj; j++) { + var retVal = func(endpoints[i].connections[j]); + // if the function passed in returns true, we exit. + // most functions return false. + if (retVal) { + return; + } + } + if (endpointFunc) { + endpointFunc(endpoints[i]); + } + } + } + }, + + _setDraggable = function (element, draggable) { + return jsPlumb.each(element, function (el) { + if (_currentInstance.isDragSupported(el)) { + draggableStates[_currentInstance.getAttribute(el, "id")] = draggable; + _currentInstance.setElementDraggable(el, draggable); + } + }); + }, + /* + * private method to do the business of hiding/showing. + * + * @param el + * either Id of the element in question or a library specific + * object for the element. + * @param state + * String specifying a value for the css 'display' property + * ('block' or 'none'). + */ + _setVisible = function (el, state, alsoChangeEndpoints) { + state = state === "block"; + var endpointFunc = null; + if (alsoChangeEndpoints) { + endpointFunc = function (ep) { + ep.setVisible(state, true, true); + }; + } + var info = _info(el); + _operation(info.id, function (jpc) { + if (state && alsoChangeEndpoints) { + // this test is necessary because this functionality is new, and i wanted to maintain backwards compatibility. + // this block will only set a connection to be visible if the other endpoint in the connection is also visible. + var oidx = jpc.sourceId === info.id ? 1 : 0; + if (jpc.endpoints[oidx].isVisible()) { + jpc.setVisible(true); + } + } + else { // the default behaviour for show, and what always happens for hide, is to just set the visibility without getting clever. + jpc.setVisible(state); + } + }, endpointFunc); + }, + /** + * private method to do the business of toggling hiding/showing. + */ + _toggleVisible = function (elId, changeEndpoints) { + var endpointFunc = null; + if (changeEndpoints) { + endpointFunc = function (ep) { + var state = ep.isVisible(); + ep.setVisible(!state); + }; + } + _operation(elId, function (jpc) { + var state = jpc.isVisible(); + jpc.setVisible(!state); + }, endpointFunc); + }, + + // TODO comparison performance + _getCachedData = function (elId) { + var o = offsets[elId]; + if (!o) { + return _updateOffset({elId: elId}); + } + else { + return {o: o, s: sizes[elId]}; + } + }, + + /** + * gets an id for the given element, creating and setting one if + * necessary. the id is of the form + * + * jsPlumb__ + * + * where "index in instance" is a monotonically increasing integer that starts at 0, + * for each instance. this method is used not only to assign ids to elements that do not + * have them but also to connections and endpoints. + */ + _getId = function (element, uuid, doNotCreateIfNotFound) { + if (_ju.isString(element)) { + return element; + } + if (element == null) { + return null; + } + var id = _currentInstance.getAttribute(element, "id"); + if (!id || id === "undefined") { + // check if fixed uuid parameter is given + if (arguments.length === 2 && arguments[1] !== undefined) { + id = uuid; + } + else if (arguments.length === 1 || (arguments.length === 3 && !arguments[2])) { + id = "jsPlumb_" + _instanceIndex + "_" + _idstamp(); + } + + if (!doNotCreateIfNotFound) { + _currentInstance.setAttribute(element, "id", id); + } + } + return id; + }; + + this.setConnectionBeingDragged = function (v) { + connectionBeingDragged = v; + }; + this.isConnectionBeingDragged = function () { + return connectionBeingDragged; + }; + + /** + * Returns a map of all the elements this jsPlumbInstance is currently managing. + * @returns {Object} Map of [id-> {el, endpoint[], connection, position}] information. + */ + this.getManagedElements = function() { + return managedElements; + }; + + this.connectorClass = "jtk-connector"; + this.connectorOutlineClass = "jtk-connector-outline"; + this.connectedClass = "jtk-connected"; + this.hoverClass = "jtk-hover"; + this.endpointClass = "jtk-endpoint"; + this.endpointConnectedClass = "jtk-endpoint-connected"; + this.endpointFullClass = "jtk-endpoint-full"; + this.endpointDropAllowedClass = "jtk-endpoint-drop-allowed"; + this.endpointDropForbiddenClass = "jtk-endpoint-drop-forbidden"; + this.overlayClass = "jtk-overlay"; + this.draggingClass = "jtk-dragging";// CONVERTED + this.elementDraggingClass = "jtk-element-dragging";// CONVERTED + this.sourceElementDraggingClass = "jtk-source-element-dragging"; // CONVERTED + this.targetElementDraggingClass = "jtk-target-element-dragging";// CONVERTED + this.endpointAnchorClassPrefix = "jtk-endpoint-anchor"; + this.hoverSourceClass = "jtk-source-hover"; + this.hoverTargetClass = "jtk-target-hover"; + this.dragSelectClass = "jtk-drag-select"; + + this.Anchors = {}; + this.Connectors = { "svg": {} }; + this.Endpoints = { "svg": {} }; + this.Overlays = { "svg": {} } ; + this.ConnectorRenderers = {}; + this.SVG = "svg"; + +// --------------------------- jsPlumbInstance public API --------------------------------------------------------- + + + this.addEndpoint = function (el, params, referenceParams) { + referenceParams = referenceParams || {}; + var p = jsPlumb.extend({}, referenceParams); + jsPlumb.extend(p, params); + p.endpoint = p.endpoint || _currentInstance.Defaults.Endpoint; + p.paintStyle = p.paintStyle || _currentInstance.Defaults.EndpointStyle; + + var results = [], + inputs = (_ju.isArray(el) || (el.length != null && !_ju.isString(el))) ? el : [ el ]; + + for (var i = 0, j = inputs.length; i < j; i++) { + p.source = _currentInstance.getElement(inputs[i]); + _ensureContainer(p.source); + + var id = _getId(p.source), e = _newEndpoint(p, id); + + // ensure element is managed. + var myOffset = _manage(id, p.source).info.o; + _ju.addToList(endpointsByElement, id, e); + + if (!_suspendDrawing) { + e.paint({ + anchorLoc: e.anchor.compute({ xy: [ myOffset.left, myOffset.top ], wh: sizes[id], element: e, timestamp: _suspendedAt }), + timestamp: _suspendedAt + }); + } + + results.push(e); + } + + return results.length === 1 ? results[0] : results; + }; + + this.addEndpoints = function (el, endpoints, referenceParams) { + var results = []; + for (var i = 0, j = endpoints.length; i < j; i++) { + var e = _currentInstance.addEndpoint(el, endpoints[i], referenceParams); + if (_ju.isArray(e)) { + Array.prototype.push.apply(results, e); + } + else { + results.push(e); + } + } + return results; + }; + + this.animate = function (el, properties, options) { + if (!this.animationSupported) { + return false; + } + + options = options || {}; + var del = _currentInstance.getElement(el), + id = _getId(del), + stepFunction = jsPlumb.animEvents.step, + completeFunction = jsPlumb.animEvents.complete; + + options[stepFunction] = _ju.wrap(options[stepFunction], function () { + _currentInstance.revalidate(id); + }); + + // onComplete repaints, just to make sure everything looks good at the end of the animation. + options[completeFunction] = _ju.wrap(options[completeFunction], function () { + _currentInstance.revalidate(id); + }); + + _currentInstance.doAnimate(del, properties, options); + }; + + /** + * checks for a listener for the given condition, executing it if found, passing in the given value. + * condition listeners would have been attached using "bind" (which is, you could argue, now overloaded, since + * firing click events etc is a bit different to what this does). i thought about adding a "bindCondition" + * or something, but decided against it, for the sake of simplicity. jsPlumb will never fire one of these + * condition events anyway. + */ + this.checkCondition = function (conditionName, args) { + var l = _currentInstance.getListener(conditionName), + r = true; + + if (l && l.length > 0) { + var values = Array.prototype.slice.call(arguments, 1); + try { + for (var i = 0, j = l.length; i < j; i++) { + r = r && l[i].apply(l[i], values); + } + } + catch (e) { + _ju.log(_currentInstance, "cannot check condition [" + conditionName + "]" + e); + } + } + return r; + }; + + this.connect = function (params, referenceParams) { + // prepare a final set of parameters to create connection with + var _p = _prepareConnectionParams(params, referenceParams), jpc; + // TODO probably a nicer return value if the connection was not made. _prepareConnectionParams + // will return null (and log something) if either endpoint was full. what would be nicer is to + // create a dedicated 'error' object. + if (_p) { + if (_p.source == null && _p.sourceEndpoint == null) { + _ju.log("Cannot establish connection - source does not exist"); + return; + } + if (_p.target == null && _p.targetEndpoint == null) { + _ju.log("Cannot establish connection - target does not exist"); + return; + } + _ensureContainer(_p.source); + // create the connection. it is not yet registered + jpc = _newConnection(_p); + // now add it the model, fire an event, and redraw + _finaliseConnection(jpc, _p); + } + return jpc; + }; + + var stTypes = [ + { el: "source", elId: "sourceId", epDefs: "sourceEndpointDefinitions" }, + { el: "target", elId: "targetId", epDefs: "targetEndpointDefinitions" } + ]; + + var _set = function (c, el, idx, doNotRepaint) { + var ep, _st = stTypes[idx], cId = c[_st.elId], cEl = c[_st.el], sid, sep, + oldEndpoint = c.endpoints[idx]; + + var evtParams = { + index: idx, + originalSourceId: idx === 0 ? cId : c.sourceId, + newSourceId: c.sourceId, + originalTargetId: idx === 1 ? cId : c.targetId, + newTargetId: c.targetId, + connection: c + }; + + if (el.constructor === jsPlumb.Endpoint) { + ep = el; + ep.addConnection(c); + el = ep.element; + } + else { + sid = _getId(el); + sep = this[_st.epDefs][sid]; + + if (sid === c[_st.elId]) { + ep = null; // dont change source/target if the element is already the one given. + } + else if (sep) { + for (var t in sep) { + if (!sep[t].enabled) { + return; + } + ep = sep[t].endpoint != null && sep[t].endpoint._jsPlumb ? sep[t].endpoint : this.addEndpoint(el, sep[t].def); + if (sep[t].uniqueEndpoint) { + sep[t].endpoint = ep; + } + ep.addConnection(c); + } + } + else { + ep = c.makeEndpoint(idx === 0, el, sid); + } + } + + if (ep != null) { + oldEndpoint.detachFromConnection(c); + c.endpoints[idx] = ep; + c[_st.el] = ep.element; + c[_st.elId] = ep.elementId; + evtParams[idx === 0 ? "newSourceId" : "newTargetId"] = ep.elementId; + + fireMoveEvent(evtParams); + + if (!doNotRepaint) { + c.repaint(); + } + } + + evtParams.element = el; + return evtParams; + + }.bind(this); + + this.setSource = function (connection, el, doNotRepaint) { + var p = _set(connection, el, 0, doNotRepaint); + this.anchorManager.sourceChanged(p.originalSourceId, p.newSourceId, connection, p.el); + }; + this.setTarget = function (connection, el, doNotRepaint) { + var p = _set(connection, el, 1, doNotRepaint); + this.anchorManager.updateOtherEndpoint(p.originalSourceId, p.originalTargetId, p.newTargetId, connection); + }; + + this.deleteEndpoint = function (object, dontUpdateHover, deleteAttachedObjects) { + var endpoint = (typeof object === "string") ? endpointsByUUID[object] : object; + if (endpoint) { + _currentInstance.deleteObject({ endpoint: endpoint, dontUpdateHover: dontUpdateHover, deleteAttachedObjects:deleteAttachedObjects }); + } + return _currentInstance; + }; + + this.deleteEveryEndpoint = function () { + var _is = _currentInstance.setSuspendDrawing(true); + for (var id in endpointsByElement) { + var endpoints = endpointsByElement[id]; + if (endpoints && endpoints.length) { + for (var i = 0, j = endpoints.length; i < j; i++) { + _currentInstance.deleteEndpoint(endpoints[i], true); + } + } + } + endpointsByElement = {}; + managedElements = {}; + endpointsByUUID = {}; + offsets = {}; + offsetTimestamps = {}; + _currentInstance.anchorManager.reset(); + var dm = _currentInstance.getDragManager(); + if (dm) { + dm.reset(); + } + if (!_is) { + _currentInstance.setSuspendDrawing(false); + } + return _currentInstance; + }; + + var fireDetachEvent = function (jpc, doFireEvent, originalEvent) { + // may have been given a connection, or in special cases, an object + var connType = _currentInstance.Defaults.ConnectionType || _currentInstance.getDefaultConnectionType(), + argIsConnection = jpc.constructor === connType, + params = argIsConnection ? { + connection: jpc, + source: jpc.source, target: jpc.target, + sourceId: jpc.sourceId, targetId: jpc.targetId, + sourceEndpoint: jpc.endpoints[0], targetEndpoint: jpc.endpoints[1] + } : jpc; + + if (doFireEvent) { + _currentInstance.fire("connectionDetached", params, originalEvent); + } + + // always fire this. used by internal jsplumb stuff. + _currentInstance.fire("internal.connectionDetached", params, originalEvent); + + _currentInstance.anchorManager.connectionDetached(params); + }; + + var fireMoveEvent = _currentInstance.fireMoveEvent = function (params, evt) { + _currentInstance.fire("connectionMoved", params, evt); + }; + + this.unregisterEndpoint = function (endpoint) { + if (endpoint._jsPlumb.uuid) { + endpointsByUUID[endpoint._jsPlumb.uuid] = null; + } + _currentInstance.anchorManager.deleteEndpoint(endpoint); + // TODO at least replace this with a removeWithFunction call. + for (var e in endpointsByElement) { + var endpoints = endpointsByElement[e]; + if (endpoints) { + var newEndpoints = []; + for (var i = 0, j = endpoints.length; i < j; i++) { + if (endpoints[i] !== endpoint) { + newEndpoints.push(endpoints[i]); + } + } + + endpointsByElement[e] = newEndpoints; + } + if (endpointsByElement[e].length < 1) { + delete endpointsByElement[e]; + } + } + }; + + var IS_DETACH_ALLOWED = "isDetachAllowed"; + var BEFORE_DETACH = "beforeDetach"; + var CHECK_CONDITION = "checkCondition"; + + /** + * Deletes a Connection. + * @method deleteConnection + * @param connection Connection to delete + * @param {Object} [params] Optional delete parameters + * @param {Boolean} [params.doNotFireEvent=false] If true, a connection detached event will not be fired. Otherwise one will. + * @param {Boolean} [params.force=false] If true, the connection will be deleted even if a beforeDetach interceptor tries to stop the deletion. + * @returns {Boolean} True if the connection was deleted, false otherwise. + */ + this.deleteConnection = function(connection, params) { + + if (connection != null) { + params = params || {}; + + if (params.force || _ju.functionChain(true, false, [ + [ connection.endpoints[0], IS_DETACH_ALLOWED, [ connection ] ], + [ connection.endpoints[1], IS_DETACH_ALLOWED, [ connection ] ], + [ connection, IS_DETACH_ALLOWED, [ connection ] ], + [ _currentInstance, CHECK_CONDITION, [ BEFORE_DETACH, connection ] ] + ])) { + + connection.setHover(false); + fireDetachEvent(connection, !connection.pending && params.fireEvent !== false, params.originalEvent); + + connection.endpoints[0].detachFromConnection(connection); + connection.endpoints[1].detachFromConnection(connection); + _ju.removeWithFunction(connections, function (_c) { + return connection.id === _c.id; + }); + + connection.cleanup(); + connection.destroy(); + return true; + } + } + return false; + }; + + /** + * Remove all Connections from all elements, but leaves Endpoints in place ((unless a connection is set to auto delete its Endpoints). + * @method deleteEveryConnection + * @param {Object} [params] optional params object for the call + * @param {Boolean} [params.fireEvent=true] Whether or not to fire detach events + * @param {Boolean} [params.forceDetach=false] If true, this call will ignore any `beforeDetach` interceptors. + * @returns {Number} The number of connections that were deleted. + */ + this.deleteEveryConnection = function (params) { + params = params || {}; + var count = connections.length, deletedCount = 0; + _currentInstance.batch(function () { + for (var i = 0; i < count; i++) { + deletedCount += _currentInstance.deleteConnection(connections[0], params) ? 1 : 0; + } + }); + return deletedCount; + }; + + /** + * Removes all an element's Connections. + * @method deleteConnectionsForElement + * @param {Object} el Either the id of the element, or a selector for the element. + * @param {Object} [params] Optional parameters. + * @param {Boolean} [params.fireEvent=true] Whether or not to fire the detach event. + * @param {Boolean} [params.forceDetach=false] If true, this call will ignore any `beforeDetach` interceptors. + * @return {jsPlumbInstance} The current jsPlumb instance. + */ + this.deleteConnectionsForElement = function (el, params) { + params = params || {}; + el = _currentInstance.getElement(el); + var id = _getId(el), endpoints = endpointsByElement[id]; + if (endpoints && endpoints.length) { + for (var i = 0, j = endpoints.length; i < j; i++) { + endpoints[i].deleteEveryConnection(params); + } + } + return _currentInstance; + }; + + /// not public. but of course its exposed. how to change this. + this.deleteObject = function (params) { + var result = { + endpoints: {}, + connections: {}, + endpointCount: 0, + connectionCount: 0 + }, + deleteAttachedObjects = params.deleteAttachedObjects !== false; + + var unravelConnection = function (connection) { + if (connection != null && result.connections[connection.id] == null) { + if (!params.dontUpdateHover && connection._jsPlumb != null) { + connection.setHover(false); + } + result.connections[connection.id] = connection; + result.connectionCount++; + } + }; + var unravelEndpoint = function (endpoint) { + if (endpoint != null && result.endpoints[endpoint.id] == null) { + if (!params.dontUpdateHover && endpoint._jsPlumb != null) { + endpoint.setHover(false); + } + result.endpoints[endpoint.id] = endpoint; + result.endpointCount++; + + if (deleteAttachedObjects) { + for (var i = 0; i < endpoint.connections.length; i++) { + var c = endpoint.connections[i]; + unravelConnection(c); + } + } + } + }; + + if (params.connection) { + unravelConnection(params.connection); + } + else { + unravelEndpoint(params.endpoint); + } + + // loop through connections + for (var i in result.connections) { + var c = result.connections[i]; + if (c._jsPlumb) { + _ju.removeWithFunction(connections, function (_c) { + return c.id === _c.id; + }); + + fireDetachEvent(c, params.fireEvent === false ? false : !c.pending, params.originalEvent); + var doNotCleanup = params.deleteAttachedObjects == null ? null : !params.deleteAttachedObjects; + + c.endpoints[0].detachFromConnection(c, null, doNotCleanup); + c.endpoints[1].detachFromConnection(c, null, doNotCleanup); + + c.cleanup(true); + c.destroy(true); + } + } + + // loop through endpoints + for (var j in result.endpoints) { + var e = result.endpoints[j]; + if (e._jsPlumb) { + _currentInstance.unregisterEndpoint(e); + // FIRE some endpoint deleted event? + e.cleanup(true); + e.destroy(true); + } + } + + return result; + }; + + + // helpers for select/selectEndpoints + var _setOperation = function (list, func, args, selector) { + for (var i = 0, j = list.length; i < j; i++) { + list[i][func].apply(list[i], args); + } + return selector(list); + }, + _getOperation = function (list, func, args) { + var out = []; + for (var i = 0, j = list.length; i < j; i++) { + out.push([ list[i][func].apply(list[i], args), list[i] ]); + } + return out; + }, + setter = function (list, func, selector) { + return function () { + return _setOperation(list, func, arguments, selector); + }; + }, + getter = function (list, func) { + return function () { + return _getOperation(list, func, arguments); + }; + }, + prepareList = function (input, doNotGetIds) { + var r = []; + if (input) { + if (typeof input === 'string') { + if (input === "*") { + return input; + } + r.push(input); + } + else { + if (doNotGetIds) { + r = input; + } + else { + if (input.length) { + for (var i = 0, j = input.length; i < j; i++) { + r.push(_info(input[i]).id); + } + } + else { + r.push(_info(input).id); + } + } + } + } + return r; + }, + filterList = function (list, value, missingIsFalse) { + if (list === "*") { + return true; + } + return list.length > 0 ? list.indexOf(value) !== -1 : !missingIsFalse; + }; + + // get some connections, specifying source/target/scope + this.getConnections = function (options, flat) { + if (!options) { + options = {}; + } else if (options.constructor === String) { + options = { "scope": options }; + } + var scope = options.scope || _currentInstance.getDefaultScope(), + scopes = prepareList(scope, true), + sources = prepareList(options.source), + targets = prepareList(options.target), + results = (!flat && scopes.length > 1) ? {} : [], + _addOne = function (scope, obj) { + if (!flat && scopes.length > 1) { + var ss = results[scope]; + if (ss == null) { + ss = results[scope] = []; + } + ss.push(obj); + } else { + results.push(obj); + } + }; + + for (var j = 0, jj = connections.length; j < jj; j++) { + var c = connections[j], + sourceId = c.proxies && c.proxies[0] ? c.proxies[0].originalEp.elementId : c.sourceId, + targetId = c.proxies && c.proxies[1] ? c.proxies[1].originalEp.elementId : c.targetId; + + if (filterList(scopes, c.scope) && filterList(sources, sourceId) && filterList(targets, targetId)) { + _addOne(c.scope, c); + } + } + + return results; + }; + + var _curryEach = function (list, executor) { + return function (f) { + for (var i = 0, ii = list.length; i < ii; i++) { + f(list[i]); + } + return executor(list); + }; + }, + _curryGet = function (list) { + return function (idx) { + return list[idx]; + }; + }; + + var _makeCommonSelectHandler = function (list, executor) { + var out = { + length: list.length, + each: _curryEach(list, executor), + get: _curryGet(list) + }, + setters = ["setHover", "removeAllOverlays", "setLabel", "addClass", "addOverlay", "removeOverlay", + "removeOverlays", "showOverlay", "hideOverlay", "showOverlays", "hideOverlays", "setPaintStyle", + "setHoverPaintStyle", "setSuspendEvents", "setParameter", "setParameters", "setVisible", + "repaint", "addType", "toggleType", "removeType", "removeClass", "setType", "bind", "unbind" ], + + getters = ["getLabel", "getOverlay", "isHover", "getParameter", "getParameters", "getPaintStyle", + "getHoverPaintStyle", "isVisible", "hasType", "getType", "isSuspendEvents" ], + i, ii; + + for (i = 0, ii = setters.length; i < ii; i++) { + out[setters[i]] = setter(list, setters[i], executor); + } + + for (i = 0, ii = getters.length; i < ii; i++) { + out[getters[i]] = getter(list, getters[i]); + } + + return out; + }; + + var _makeConnectionSelectHandler = function (list) { + var common = _makeCommonSelectHandler(list, _makeConnectionSelectHandler); + return jsPlumb.extend(common, { + // setters + setDetachable: setter(list, "setDetachable", _makeConnectionSelectHandler), + setReattach: setter(list, "setReattach", _makeConnectionSelectHandler), + setConnector: setter(list, "setConnector", _makeConnectionSelectHandler), + delete: function () { + for (var i = 0, ii = list.length; i < ii; i++) { + _currentInstance.deleteConnection(list[i]); + } + }, + // getters + isDetachable: getter(list, "isDetachable"), + isReattach: getter(list, "isReattach") + }); + }; + + var _makeEndpointSelectHandler = function (list) { + var common = _makeCommonSelectHandler(list, _makeEndpointSelectHandler); + return jsPlumb.extend(common, { + setEnabled: setter(list, "setEnabled", _makeEndpointSelectHandler), + setAnchor: setter(list, "setAnchor", _makeEndpointSelectHandler), + isEnabled: getter(list, "isEnabled"), + deleteEveryConnection: function () { + for (var i = 0, ii = list.length; i < ii; i++) { + list[i].deleteEveryConnection(); + } + }, + "delete": function () { + for (var i = 0, ii = list.length; i < ii; i++) { + _currentInstance.deleteEndpoint(list[i]); + } + } + }); + }; + + this.select = function (params) { + params = params || {}; + params.scope = params.scope || "*"; + return _makeConnectionSelectHandler(params.connections || _currentInstance.getConnections(params, true)); + }; + + this.selectEndpoints = function (params) { + params = params || {}; + params.scope = params.scope || "*"; + var noElementFilters = !params.element && !params.source && !params.target, + elements = noElementFilters ? "*" : prepareList(params.element), + sources = noElementFilters ? "*" : prepareList(params.source), + targets = noElementFilters ? "*" : prepareList(params.target), + scopes = prepareList(params.scope, true); + + var ep = []; + + for (var el in endpointsByElement) { + var either = filterList(elements, el, true), + source = filterList(sources, el, true), + sourceMatchExact = sources !== "*", + target = filterList(targets, el, true), + targetMatchExact = targets !== "*"; + + // if they requested 'either' then just match scope. otherwise if they requested 'source' (not as a wildcard) then we have to match only endpoints that have isSource set to to true, and the same thing with isTarget. + if (either || source || target) { + inner: + for (var i = 0, ii = endpointsByElement[el].length; i < ii; i++) { + var _ep = endpointsByElement[el][i]; + if (filterList(scopes, _ep.scope, true)) { + + var noMatchSource = (sourceMatchExact && sources.length > 0 && !_ep.isSource), + noMatchTarget = (targetMatchExact && targets.length > 0 && !_ep.isTarget); + + if (noMatchSource || noMatchTarget) { + continue inner; + } + + ep.push(_ep); + } + } + } + } + + return _makeEndpointSelectHandler(ep); + }; + + // get all connections managed by the instance of jsplumb. + this.getAllConnections = function () { + return connections; + }; + this.getDefaultScope = function () { + return DEFAULT_SCOPE; + }; + // get an endpoint by uuid. + this.getEndpoint = _getEndpoint; + /** + * Gets the list of Endpoints for a given element. + * @method getEndpoints + * @param {String|Element|Selector} el The element to get endpoints for. + * @return {Endpoint[]} An array of Endpoints for the specified element. + */ + this.getEndpoints = function (el) { + return endpointsByElement[_info(el).id] || []; + }; + // gets the default endpoint type. used when subclassing. see wiki. + this.getDefaultEndpointType = function () { + return jsPlumb.Endpoint; + }; + // gets the default connection type. used when subclassing. see wiki. + this.getDefaultConnectionType = function () { + return jsPlumb.Connection; + }; + /* + * Gets an element's id, creating one if necessary. really only exposed + * for the lib-specific functionality to access; would be better to pass + * the current instance into the lib-specific code (even though this is + * a static call. i just don't want to expose it to the public API). + */ + this.getId = _getId; + this.draw = _draw; + this.info = _info; + + this.appendElement = _appendElement; + + var _hoverSuspended = false; + this.isHoverSuspended = function () { + return _hoverSuspended; + }; + this.setHoverSuspended = function (s) { + _hoverSuspended = s; + }; + + // set an element's connections to be hidden + this.hide = function (el, changeEndpoints) { + _setVisible(el, "none", changeEndpoints); + return _currentInstance; + }; + + // exposed for other objects to use to get a unique id. + this.idstamp = _idstamp; + + // ensure that, if the current container exists, it is a DOM element and not a selector. + // if it does not exist and `candidate` is supplied, the offset parent of that element will be set as the Container. + // this is used to do a better default behaviour for the case that the user has not set a container: + // addEndpoint, makeSource, makeTarget and connect all call this method with the offsetParent of the + // element in question (for connect it is the source element). So if no container is set, it is inferred + // to be the offsetParent of the first element the user tries to connect. + var _ensureContainer = function (candidate) { + if (!_container && candidate) { + var can = _currentInstance.getElement(candidate); + if (can.offsetParent) { + _currentInstance.setContainer(can.offsetParent); + } + } + }; + + var _getContainerFromDefaults = function () { + if (_currentInstance.Defaults.Container) { + _currentInstance.setContainer(_currentInstance.Defaults.Container); + } + }; + + // check if a given element is managed or not. if not, add to our map. if drawing is not suspended then + // we'll also stash its dimensions; otherwise we'll do this in a lazy way through updateOffset. + var _manage = _currentInstance.manage = function (id, element, _transient) { + if (!managedElements[id]) { + managedElements[id] = { + el: element, + endpoints: [], + connections: [] + }; + + managedElements[id].info = _updateOffset({ elId: id, timestamp: _suspendedAt }); + _currentInstance.addClass(element, "jtk-managed"); + if (!_transient) { + _currentInstance.fire("manageElement", { id:id, info:managedElements[id].info, el:element }); + } + } + + return managedElements[id]; + }; + + var _unmanage = _currentInstance.unmanage = function(id) { + if (managedElements[id]) { + _currentInstance.removeClass(managedElements[id].el, "jtk-managed"); + delete managedElements[id]; + _currentInstance.fire("unmanageElement", id); + } + }; + + /** + * updates the offset and size for a given element, and stores the + * values. if 'offset' is not null we use that (it would have been + * passed in from a drag call) because it's faster; but if it is null, + * or if 'recalc' is true in order to force a recalculation, we get the current values. + * @method updateOffset + */ + var _updateOffset = function (params) { + + var timestamp = params.timestamp, recalc = params.recalc, offset = params.offset, elId = params.elId, s; + if (_suspendDrawing && !timestamp) { + timestamp = _suspendedAt; + } + if (!recalc) { + if (timestamp && timestamp === offsetTimestamps[elId]) { + return {o: params.offset || offsets[elId], s: sizes[elId]}; + } + } + if (recalc || (!offset && offsets[elId] == null)) { // if forced repaint or no offset available, we recalculate. + + // get the current size and offset, and store them + s = managedElements[elId] ? managedElements[elId].el : null; + if (s != null) { + sizes[elId] = _currentInstance.getSize(s); + offsets[elId] = _currentInstance.getOffset(s); + offsetTimestamps[elId] = timestamp; + } + } else { + offsets[elId] = offset || offsets[elId]; + if (sizes[elId] == null) { + s = managedElements[elId].el; + if (s != null) { + sizes[elId] = _currentInstance.getSize(s); + } + } + offsetTimestamps[elId] = timestamp; + } + + if (offsets[elId] && !offsets[elId].right) { + offsets[elId].right = offsets[elId].left + sizes[elId][0]; + offsets[elId].bottom = offsets[elId].top + sizes[elId][1]; + offsets[elId].width = sizes[elId][0]; + offsets[elId].height = sizes[elId][1]; + offsets[elId].centerx = offsets[elId].left + (offsets[elId].width / 2); + offsets[elId].centery = offsets[elId].top + (offsets[elId].height / 2); + } + + return {o: offsets[elId], s: sizes[elId]}; + }; + + this.updateOffset = _updateOffset; + + /** + * callback from the current library to tell us to prepare ourselves (attach + * mouse listeners etc; can't do that until the library has provided a bind method) + */ + this.init = function () { + if (!initialized) { + _getContainerFromDefaults(); + _currentInstance.anchorManager = new root.jsPlumb.AnchorManager({jsPlumbInstance: _currentInstance}); + initialized = true; + _currentInstance.fire("ready", _currentInstance); + } + }.bind(this); + + this.log = log; + this.jsPlumbUIComponent = jsPlumbUIComponent; + + /* + * Creates an anchor with the given params. + * + * + * Returns: The newly created Anchor. + * Throws: an error if a named anchor was not found. + */ + this.makeAnchor = function () { + var pp, _a = function (t, p) { + if (root.jsPlumb.Anchors[t]) { + return new root.jsPlumb.Anchors[t](p); + } + if (!_currentInstance.Defaults.DoNotThrowErrors) { + throw { msg: "jsPlumb: unknown anchor type '" + t + "'" }; + } + }; + if (arguments.length === 0) { + return null; + } + var specimen = arguments[0], elementId = arguments[1], jsPlumbInstance = arguments[2], newAnchor = null; + // if it appears to be an anchor already... + if (specimen.compute && specimen.getOrientation) { + return specimen; + } //TODO hazy here about whether it should be added or is already added somehow. + // is it the name of an anchor type? + else if (typeof specimen === "string") { + newAnchor = _a(arguments[0], {elementId: elementId, jsPlumbInstance: _currentInstance}); + } + // is it an array? it will be one of: + // an array of [spec, params] - this defines a single anchor, which may be dynamic, but has parameters. + // an array of arrays - this defines some dynamic anchors + // an array of numbers - this defines a single anchor. + else if (_ju.isArray(specimen)) { + if (_ju.isArray(specimen[0]) || _ju.isString(specimen[0])) { + // if [spec, params] format + if (specimen.length === 2 && _ju.isObject(specimen[1])) { + // if first arg is a string, its a named anchor with params + if (_ju.isString(specimen[0])) { + pp = root.jsPlumb.extend({elementId: elementId, jsPlumbInstance: _currentInstance}, specimen[1]); + newAnchor = _a(specimen[0], pp); + } + // otherwise first arg is array, second is params. we treat as a dynamic anchor, which is fine + // even if the first arg has only one entry. you could argue all anchors should be implicitly dynamic in fact. + else { + pp = root.jsPlumb.extend({elementId: elementId, jsPlumbInstance: _currentInstance, anchors: specimen[0]}, specimen[1]); + newAnchor = new root.jsPlumb.DynamicAnchor(pp); + } + } + else { + newAnchor = new jsPlumb.DynamicAnchor({anchors: specimen, selector: null, elementId: elementId, jsPlumbInstance: _currentInstance}); + } + + } + else { + var anchorParams = { + x: specimen[0], y: specimen[1], + orientation: (specimen.length >= 4) ? [ specimen[2], specimen[3] ] : [0, 0], + offsets: (specimen.length >= 6) ? [ specimen[4], specimen[5] ] : [ 0, 0 ], + elementId: elementId, + jsPlumbInstance: _currentInstance, + cssClass: specimen.length === 7 ? specimen[6] : null + }; + newAnchor = new root.jsPlumb.Anchor(anchorParams); + newAnchor.clone = function () { + return new root.jsPlumb.Anchor(anchorParams); + }; + } + } + + if (!newAnchor.id) { + newAnchor.id = "anchor_" + _idstamp(); + } + return newAnchor; + }; + + /** + * makes a list of anchors from the given list of types or coords, eg + * ["TopCenter", "RightMiddle", "BottomCenter", [0, 1, -1, -1] ] + */ + this.makeAnchors = function (types, elementId, jsPlumbInstance) { + var r = []; + for (var i = 0, ii = types.length; i < ii; i++) { + if (typeof types[i] === "string") { + r.push(root.jsPlumb.Anchors[types[i]]({elementId: elementId, jsPlumbInstance: jsPlumbInstance})); + } + else if (_ju.isArray(types[i])) { + r.push(_currentInstance.makeAnchor(types[i], elementId, jsPlumbInstance)); + } + } + return r; + }; + + /** + * Makes a dynamic anchor from the given list of anchors (which may be in shorthand notation as strings or dimension arrays, or Anchor + * objects themselves) and the given, optional, anchorSelector function (jsPlumb uses a default if this is not provided; most people will + * not need to provide this - i think). + */ + this.makeDynamicAnchor = function (anchors, anchorSelector) { + return new root.jsPlumb.DynamicAnchor({anchors: anchors, selector: anchorSelector, elementId: null, jsPlumbInstance: _currentInstance}); + }; + +// --------------------- makeSource/makeTarget ---------------------------------------------- + + this.targetEndpointDefinitions = {}; + this.sourceEndpointDefinitions = {}; + + var selectorFilter = function (evt, _el, selector, _instance, negate) { + var t = evt.target || evt.srcElement, ok = false, + sel = _instance.getSelector(_el, selector); + for (var j = 0; j < sel.length; j++) { + if (sel[j] === t) { + ok = true; + break; + } + } + return negate ? !ok : ok; + }; + + var _makeElementDropHandler = function (elInfo, p, dropOptions, isSource, isTarget) { + var proxyComponent = new jsPlumbUIComponent(p); + var _drop = p._jsPlumb.EndpointDropHandler({ + jsPlumb: _currentInstance, + enabled: function () { + return elInfo.def.enabled; + }, + isFull: function () { + var targetCount = _currentInstance.select({target: elInfo.id}).length; + return elInfo.def.maxConnections > 0 && targetCount >= elInfo.def.maxConnections; + }, + element: elInfo.el, + elementId: elInfo.id, + isSource: isSource, + isTarget: isTarget, + addClass: function (clazz) { + _currentInstance.addClass(elInfo.el, clazz); + }, + removeClass: function (clazz) { + _currentInstance.removeClass(elInfo.el, clazz); + }, + onDrop: function (jpc) { + var source = jpc.endpoints[0]; + source.anchor.unlock(); + }, + isDropAllowed: function () { + return proxyComponent.isDropAllowed.apply(proxyComponent, arguments); + }, + isRedrop:function(jpc) { + return (jpc.suspendedElement != null && jpc.suspendedEndpoint != null && jpc.suspendedEndpoint.element === elInfo.el); + }, + getEndpoint: function (jpc) { + + // make a new Endpoint for the target, or get it from the cache if uniqueEndpoint + // is set. if its a redrop the new endpoint will be immediately cleaned up. + + var newEndpoint = elInfo.def.endpoint; + + // if no cached endpoint, or there was one but it has been cleaned up + // (ie. detached), create a new one + if (newEndpoint == null || newEndpoint._jsPlumb == null) { + var eps = _currentInstance.deriveEndpointAndAnchorSpec(jpc.getType().join(" "), true); + var pp = eps.endpoints ? root.jsPlumb.extend(p, { + endpoint:elInfo.def.def.endpoint || eps.endpoints[1] + }) :p; + if (eps.anchors) { + pp = root.jsPlumb.extend(pp, { + anchor:elInfo.def.def.anchor || eps.anchors[1] + }); + } + newEndpoint = _currentInstance.addEndpoint(elInfo.el, pp); + newEndpoint._mtNew = true; + } + + if (p.uniqueEndpoint) { + elInfo.def.endpoint = newEndpoint; + } + + newEndpoint.setDeleteOnEmpty(true); + + // if connection is detachable, init the new endpoint to be draggable, to support that happening. + if (jpc.isDetachable()) { + newEndpoint.initDraggable(); + } + + // if the anchor has a 'positionFinder' set, then delegate to that function to find + // out where to locate the anchor. + if (newEndpoint.anchor.positionFinder != null) { + var dropPosition = _currentInstance.getUIPosition(arguments, _currentInstance.getZoom()), + elPosition = _currentInstance.getOffset(elInfo.el), + elSize = _currentInstance.getSize(elInfo.el), + ap = dropPosition == null ? [0,0] : newEndpoint.anchor.positionFinder(dropPosition, elPosition, elSize, newEndpoint.anchor.constructorParams); + + newEndpoint.anchor.x = ap[0]; + newEndpoint.anchor.y = ap[1]; + // now figure an orientation for it..kind of hard to know what to do actually. probably the best thing i can do is to + // support specifying an orientation in the anchor's spec. if one is not supplied then i will make the orientation + // be what will cause the most natural link to the source: it will be pointing at the source, but it needs to be + // specified in one axis only, and so how to make that choice? i think i will use whichever axis is the one in which + // the target is furthest away from the source. + } + + return newEndpoint; + }, + maybeCleanup: function (ep) { + if (ep._mtNew && ep.connections.length === 0) { + _currentInstance.deleteObject({endpoint: ep}); + } + else { + delete ep._mtNew; + } + } + }); + + // wrap drop events as needed and initialise droppable + var dropEvent = root.jsPlumb.dragEvents.drop; + dropOptions.scope = dropOptions.scope || (p.scope || _currentInstance.Defaults.Scope); + dropOptions[dropEvent] = _ju.wrap(dropOptions[dropEvent], _drop, true); + dropOptions.rank = p.rank || 0; + + // if target, return true from the over event. this will cause katavorio to stop setting drops to hover + // if multipleDrop is set to false. + if (isTarget) { + dropOptions[root.jsPlumb.dragEvents.over] = function () { return true; }; + } + + // vanilla jsplumb only + if (p.allowLoopback === false) { + dropOptions.canDrop = function (_drag) { + var de = _drag.getDragElement()._jsPlumbRelatedElement; + return de !== elInfo.el; + }; + } + _currentInstance.initDroppable(elInfo.el, dropOptions, "internal"); + + return _drop; + + }; + + // see API docs + this.makeTarget = function (el, params, referenceParams) { + + // put jsplumb ref into params without altering the params passed in + var p = root.jsPlumb.extend({_jsPlumb: this}, referenceParams); + root.jsPlumb.extend(p, params); + + var maxConnections = p.maxConnections || -1, + + _doOne = function (el) { + + // get the element's id and store the endpoint definition for it. jsPlumb.connect calls will look for one of these, + // and use the endpoint definition if found. + // decode the info for this element (id and element) + var elInfo = _info(el), + elid = elInfo.id, + dropOptions = root.jsPlumb.extend({}, p.dropOptions || {}), + type = p.connectionType || "default"; + + this.targetEndpointDefinitions[elid] = this.targetEndpointDefinitions[elid] || {}; + + _ensureContainer(elid); + + // if this is a group and the user has not mandated a rank, set to -1 so that Nodes takes + // precedence. + if (elInfo.el._isJsPlumbGroup && dropOptions.rank == null) { + dropOptions.rank = -1; + } + + // store the definition + var _def = { + def: root.jsPlumb.extend({}, p), + uniqueEndpoint: p.uniqueEndpoint, + maxConnections: maxConnections, + enabled: true + }; + + if (p.createEndpoint) { + _def.uniqueEndpoint = true; + _def.endpoint = _currentInstance.addEndpoint(el, _def.def); + _def.endpoint.setDeleteOnEmpty(false); + } + + elInfo.def = _def; + this.targetEndpointDefinitions[elid][type] = _def; + _makeElementDropHandler(elInfo, p, dropOptions, p.isSource === true, true); + // stash the definition on the drop + elInfo.el._katavorioDrop[elInfo.el._katavorioDrop.length - 1].targetDef = _def; + + }.bind(this); + + // make an array if only given one element + var inputs = el.length && el.constructor !== String ? el : [ el ]; + + // register each one in the list. + for (var i = 0, ii = inputs.length; i < ii; i++) { + _doOne(inputs[i]); + } + + return this; + }; + + // see api docs + this.unmakeTarget = function (el, doNotClearArrays) { + var info = _info(el); + _currentInstance.destroyDroppable(info.el, "internal"); + if (!doNotClearArrays) { + delete this.targetEndpointDefinitions[info.id]; + } + + return this; + }; + + // see api docs + this.makeSource = function (el, params, referenceParams) { + var p = root.jsPlumb.extend({_jsPlumb: this}, referenceParams); + root.jsPlumb.extend(p, params); + var type = p.connectionType || "default"; + var aae = _currentInstance.deriveEndpointAndAnchorSpec(type); + p.endpoint = p.endpoint || aae.endpoints[0]; + p.anchor = p.anchor || aae.anchors[0]; + var maxConnections = p.maxConnections || -1, + onMaxConnections = p.onMaxConnections, + _doOne = function (elInfo) { + // get the element's id and store the endpoint definition for it. jsPlumb.connect calls will look for one of these, + // and use the endpoint definition if found. + var elid = elInfo.id, + _del = this.getElement(elInfo.el); + + this.sourceEndpointDefinitions[elid] = this.sourceEndpointDefinitions[elid] || {}; + _ensureContainer(elid); + + var _def = { + def:root.jsPlumb.extend({}, p), + uniqueEndpoint: p.uniqueEndpoint, + maxConnections: maxConnections, + enabled: true + }; + + if (p.createEndpoint) { + _def.uniqueEndpoint = true; + _def.endpoint = _currentInstance.addEndpoint(el, _def.def); + _def.endpoint.setDeleteOnEmpty(false); + } + + this.sourceEndpointDefinitions[elid][type] = _def; + elInfo.def = _def; + + var stopEvent = root.jsPlumb.dragEvents.stop, + dragEvent = root.jsPlumb.dragEvents.drag, + dragOptions = root.jsPlumb.extend({ }, p.dragOptions || {}), + existingDrag = dragOptions.drag, + existingStop = dragOptions.stop, + ep = null, + endpointAddedButNoDragYet = false; + + // set scope if its not set in dragOptions but was passed in in params + dragOptions.scope = dragOptions.scope || p.scope; + + dragOptions[dragEvent] = _ju.wrap(dragOptions[dragEvent], function () { + if (existingDrag) { + existingDrag.apply(this, arguments); + } + endpointAddedButNoDragYet = false; + }); + + dragOptions[stopEvent] = _ju.wrap(dragOptions[stopEvent], function () { + + if (existingStop) { + existingStop.apply(this, arguments); + } + this.currentlyDragging = false; + if (ep._jsPlumb != null) { // if not cleaned up... + + // reset the anchor to the anchor that was initially provided. the one we were using to drag + // the connection was just a placeholder that was located at the place the user pressed the + // mouse button to initiate the drag. + var anchorDef = p.anchor || this.Defaults.Anchor, + oldAnchor = ep.anchor, + oldConnection = ep.connections[0]; + + var newAnchor = this.makeAnchor(anchorDef, elid, this), + _el = ep.element; + + // if the anchor has a 'positionFinder' set, then delegate to that function to find + // out where to locate the anchor. issue 117. + if (newAnchor.positionFinder != null) { + var elPosition = _currentInstance.getOffset(_el), + elSize = this.getSize(_el), + dropPosition = { left: elPosition.left + (oldAnchor.x * elSize[0]), top: elPosition.top + (oldAnchor.y * elSize[1]) }, + ap = newAnchor.positionFinder(dropPosition, elPosition, elSize, newAnchor.constructorParams); + + newAnchor.x = ap[0]; + newAnchor.y = ap[1]; + } + + ep.setAnchor(newAnchor, true); + ep.repaint(); + this.repaint(ep.elementId); + if (oldConnection != null) { + this.repaint(oldConnection.targetId); + } + } + }.bind(this)); + + // when the user presses the mouse, add an Endpoint, if we are enabled. + var mouseDownListener = function (e) { + // on right mouse button, abort. + if (e.which === 3 || e.button === 2) { + return; + } + + // TODO store def on element. + var def = this.sourceEndpointDefinitions[elid][type]; + + // if disabled, return. + if (!def.enabled) { + return; + } + + elid = this.getId(this.getElement(elInfo.el)); // elid might have changed since this method was called to configure the element. + + // if a filter was given, run it, and return if it says no. + if (p.filter) { + var r = _ju.isString(p.filter) ? selectorFilter(e, elInfo.el, p.filter, this, p.filterExclude) : p.filter(e, elInfo.el); + if (r === false) { + return; + } + } + + // if maxConnections reached + var sourceCount = this.select({source: elid}).length; + if (def.maxConnections >= 0 && (sourceCount >= def.maxConnections)) { + if (onMaxConnections) { + onMaxConnections({ + element: elInfo.el, + maxConnections: maxConnections + }, e); + } + return false; + } + + // find the position on the element at which the mouse was pressed; this is where the endpoint + // will be located. + var elxy = root.jsPlumb.getPositionOnElement(e, _del, _zoom); + + // we need to override the anchor in here, and force 'isSource', but we don't want to mess with + // the params passed in, because after a connection is established we're going to reset the endpoint + // to have the anchor we were given. + var tempEndpointParams = {}; + root.jsPlumb.extend(tempEndpointParams, p); + tempEndpointParams.isTemporarySource = true; + tempEndpointParams.anchor = [ elxy[0], elxy[1] , 0, 0]; + tempEndpointParams.dragOptions = dragOptions; + + if (def.def.scope) { + tempEndpointParams.scope = def.def.scope; + } + + ep = this.addEndpoint(elid, tempEndpointParams); + endpointAddedButNoDragYet = true; + ep.setDeleteOnEmpty(true); + + // if unique endpoint and it's already been created, push it onto the endpoint we create. at the end + // of a successful connection we'll switch to that endpoint. + // TODO this is the same code as the programmatic endpoints create on line 1050 ish + if (def.uniqueEndpoint) { + if (!def.endpoint) { + def.endpoint = ep; + ep.setDeleteOnEmpty(false); + } + else { + ep.finalEndpoint = def.endpoint; + } + } + + var _delTempEndpoint = function () { + // this mouseup event is fired only if no dragging occurred, by jquery and yui, but for mootools + // it is fired even if dragging has occurred, in which case we would blow away a perfectly + // legitimate endpoint, were it not for this check. the flag is set after adding an + // endpoint and cleared in a drag listener we set in the dragOptions above. + _currentInstance.off(ep.canvas, "mouseup", _delTempEndpoint); + _currentInstance.off(elInfo.el, "mouseup", _delTempEndpoint); + if (endpointAddedButNoDragYet) { + endpointAddedButNoDragYet = false; + _currentInstance.deleteEndpoint(ep); + } + }; + + _currentInstance.on(ep.canvas, "mouseup", _delTempEndpoint); + _currentInstance.on(elInfo.el, "mouseup", _delTempEndpoint); + + // optionally check for attributes to extract from the source element + var payload = {}; + if (def.def.extract) { + for (var att in def.def.extract) { + var v = (e.srcElement || e.target).getAttribute(att); + if (v) { + payload[def.def.extract[att]] = v; + } + } + } + + // and then trigger its mousedown event, which will kick off a drag, which will start dragging + // a new connection from this endpoint. + _currentInstance.trigger(ep.canvas, "mousedown", e, payload); + + _ju.consume(e); + + }.bind(this); + + this.on(elInfo.el, "mousedown", mouseDownListener); + _def.trigger = mouseDownListener; + + // if a filter was provided, set it as a dragFilter on the element, + // to prevent the element drag function from kicking in when we want to + // drag a new connection + if (p.filter && (_ju.isString(p.filter) || _ju.isFunction(p.filter))) { + _currentInstance.setDragFilter(elInfo.el, p.filter); + } + + var dropOptions = root.jsPlumb.extend({}, p.dropOptions || {}); + + _makeElementDropHandler(elInfo, p, dropOptions, true, p.isTarget === true); + + }.bind(this); + + var inputs = el.length && el.constructor !== String ? el : [ el ]; + for (var i = 0, ii = inputs.length; i < ii; i++) { + _doOne(_info(inputs[i])); + } + + return this; + }; + + // see api docs + this.unmakeSource = function (el, connectionType, doNotClearArrays) { + var info = _info(el); + _currentInstance.destroyDroppable(info.el, "internal"); + var eldefs = this.sourceEndpointDefinitions[info.id]; + if (eldefs) { + for (var def in eldefs) { + if (connectionType == null || connectionType === def) { + var mouseDownListener = eldefs[def].trigger; + if (mouseDownListener) { + _currentInstance.off(info.el, "mousedown", mouseDownListener); + } + if (!doNotClearArrays) { + delete this.sourceEndpointDefinitions[info.id][def]; + } + } + } + } + + return this; + }; + + // see api docs + this.unmakeEverySource = function () { + for (var i in this.sourceEndpointDefinitions) { + _currentInstance.unmakeSource(i, null, true); + } + + this.sourceEndpointDefinitions = {}; + return this; + }; + + var _getScope = function (el, types, connectionType) { + types = _ju.isArray(types) ? types : [ types ]; + var id = _getId(el); + connectionType = connectionType || "default"; + for (var i = 0; i < types.length; i++) { + var eldefs = this[types[i]][id]; + if (eldefs && eldefs[connectionType]) { + return eldefs[connectionType].def.scope || this.Defaults.Scope; + } + } + }.bind(this); + + var _setScope = function (el, scope, types, connectionType) { + types = _ju.isArray(types) ? types : [ types ]; + var id = _getId(el); + connectionType = connectionType || "default"; + for (var i = 0; i < types.length; i++) { + var eldefs = this[types[i]][id]; + if (eldefs && eldefs[connectionType]) { + eldefs[connectionType].def.scope = scope; + } + } + + }.bind(this); + + this.getScope = function (el, scope) { + return _getScope(el, [ "sourceEndpointDefinitions", "targetEndpointDefinitions" ]); + }; + this.getSourceScope = function (el) { + return _getScope(el, "sourceEndpointDefinitions"); + }; + this.getTargetScope = function (el) { + return _getScope(el, "targetEndpointDefinitions"); + }; + this.setScope = function (el, scope, connectionType) { + this.setSourceScope(el, scope, connectionType); + this.setTargetScope(el, scope, connectionType); + }; + this.setSourceScope = function (el, scope, connectionType) { + _setScope(el, scope, "sourceEndpointDefinitions", connectionType); + // we get the source scope during the mousedown event, but we also want to set this. + this.setDragScope(el, scope); + }; + this.setTargetScope = function (el, scope, connectionType) { + _setScope(el, scope, "targetEndpointDefinitions", connectionType); + this.setDropScope(el, scope); + }; + + // see api docs + this.unmakeEveryTarget = function () { + for (var i in this.targetEndpointDefinitions) { + _currentInstance.unmakeTarget(i, true); + } + + this.targetEndpointDefinitions = {}; + return this; + }; + + // does the work of setting a source enabled or disabled. + var _setEnabled = function (type, el, state, toggle, connectionType) { + var a = type === "source" ? this.sourceEndpointDefinitions : this.targetEndpointDefinitions, + originalState, info, newState; + + connectionType = connectionType || "default"; + + // a selector or an array + if (el.length && !_ju.isString(el)) { + originalState = []; + for (var i = 0, ii = el.length; i < ii; i++) { + info = _info(el[i]); + if (a[info.id] && a[info.id][connectionType]) { + originalState[i] = a[info.id][connectionType].enabled; + newState = toggle ? !originalState[i] : state; + a[info.id][connectionType].enabled = newState; + _currentInstance[newState ? "removeClass" : "addClass"](info.el, "jtk-" + type + "-disabled"); + } + } + } + // otherwise a DOM element or a String ID. + else { + info = _info(el); + var id = info.id; + if (a[id] && a[id][connectionType]) { + originalState = a[id][connectionType].enabled; + newState = toggle ? !originalState : state; + a[id][connectionType].enabled = newState; + _currentInstance[newState ? "removeClass" : "addClass"](info.el, "jtk-" + type + "-disabled"); + } + } + return originalState; + }.bind(this); + + var _first = function (el, fn) { + if (_ju.isString(el) || !el.length) { + return fn.apply(this, [ el ]); + } + else if (el.length) { + return fn.apply(this, [ el[0] ]); + } + + }.bind(this); + + this.toggleSourceEnabled = function (el, connectionType) { + _setEnabled("source", el, null, true, connectionType); + return this.isSourceEnabled(el, connectionType); + }; + + this.setSourceEnabled = function (el, state, connectionType) { + return _setEnabled("source", el, state, null, connectionType); + }; + this.isSource = function (el, connectionType) { + connectionType = connectionType || "default"; + return _first(el, function (_el) { + var eldefs = this.sourceEndpointDefinitions[_info(_el).id]; + return eldefs != null && eldefs[connectionType] != null; + }.bind(this)); + }; + this.isSourceEnabled = function (el, connectionType) { + connectionType = connectionType || "default"; + return _first(el, function (_el) { + var sep = this.sourceEndpointDefinitions[_info(_el).id]; + return sep && sep[connectionType] && sep[connectionType].enabled === true; + }.bind(this)); + }; + + this.toggleTargetEnabled = function (el, connectionType) { + _setEnabled("target", el, null, true, connectionType); + return this.isTargetEnabled(el, connectionType); + }; + + this.isTarget = function (el, connectionType) { + connectionType = connectionType || "default"; + return _first(el, function (_el) { + var eldefs = this.targetEndpointDefinitions[_info(_el).id]; + return eldefs != null && eldefs[connectionType] != null; + }.bind(this)); + }; + this.isTargetEnabled = function (el, connectionType) { + connectionType = connectionType || "default"; + return _first(el, function (_el) { + var tep = this.targetEndpointDefinitions[_info(_el).id]; + return tep && tep[connectionType] && tep[connectionType].enabled === true; + }.bind(this)); + }; + this.setTargetEnabled = function (el, state, connectionType) { + return _setEnabled("target", el, state, null, connectionType); + }; + +// --------------------- end makeSource/makeTarget ---------------------------------------------- + + this.ready = function (fn) { + _currentInstance.bind("ready", fn); + }; + + var _elEach = function(el, fn) { + // support both lists... + if (typeof el === 'object' && el.length) { + for (var i = 0, ii = el.length; i < ii; i++) { + fn(el[i]); + } + } + else {// ...and single strings or elements. + fn(el); + } + + return _currentInstance; + }; + + // repaint some element's endpoints and connections + this.repaint = function (el, ui, timestamp) { + return _elEach(el, function(_el) { + _draw(_el, ui, timestamp); + }); + }; + + this.revalidate = function (el, timestamp, isIdAlready) { + return _elEach(el, function(_el) { + var elId = isIdAlready ? _el : _currentInstance.getId(_el); + _currentInstance.updateOffset({ elId: elId, recalc: true, timestamp:timestamp }); + var dm = _currentInstance.getDragManager(); + if (dm) { + dm.updateOffsets(elId); + } + _currentInstance.repaint(_el); + }); + }; + + // repaint every endpoint and connection. + this.repaintEverything = function () { + // TODO this timestamp causes continuous anchors to not repaint properly. + // fix this. do not just take out the timestamp. it runs a lot faster with + // the timestamp included. + var timestamp = _timestamp(), elId; + + for (elId in endpointsByElement) { + _currentInstance.updateOffset({ elId: elId, recalc: true, timestamp: timestamp }); + } + + for (elId in endpointsByElement) { + _draw(elId, null, timestamp); + } + + return this; + }; + + this.removeAllEndpoints = function (el, recurse, affectedElements) { + affectedElements = affectedElements || []; + var _one = function (_el) { + var info = _info(_el), + ebe = endpointsByElement[info.id], + i, ii; + + if (ebe) { + affectedElements.push(info); + for (i = 0, ii = ebe.length; i < ii; i++) { + _currentInstance.deleteEndpoint(ebe[i], false); + } + } + delete endpointsByElement[info.id]; + + if (recurse) { + if (info.el && info.el.nodeType !== 3 && info.el.nodeType !== 8) { + for (i = 0, ii = info.el.childNodes.length; i < ii; i++) { + _one(info.el.childNodes[i]); + } + } + } + + }; + _one(el); + return this; + }; + + var _doRemove = function(info, affectedElements) { + _currentInstance.removeAllEndpoints(info.id, true, affectedElements); + var dm = _currentInstance.getDragManager(); + var _one = function(_info) { + + if (dm) { + dm.elementRemoved(_info.id); + } + _currentInstance.anchorManager.clearFor(_info.id); + _currentInstance.anchorManager.removeFloatingConnection(_info.id); + + if (_currentInstance.isSource(_info.el)) { + _currentInstance.unmakeSource(_info.el); + } + if (_currentInstance.isTarget(_info.el)) { + _currentInstance.unmakeTarget(_info.el); + } + _currentInstance.destroyDraggable(_info.el); + _currentInstance.destroyDroppable(_info.el); + + + delete _currentInstance.floatingConnections[_info.id]; + delete managedElements[_info.id]; + delete offsets[_info.id]; + if (_info.el) { + _currentInstance.removeElement(_info.el); + _info.el._jsPlumb = null; + } + }; + + // remove all affected child elements + for (var ae = 1; ae < affectedElements.length; ae++) { + _one(affectedElements[ae]); + } + // and always remove the requested one from the dom. + _one(info); + }; + + /** + * Remove the given element, including cleaning up all endpoints registered for it. + * This is exposed in the public API but also used internally by jsPlumb when removing the + * element associated with a connection drag. + */ + this.remove = function (el, doNotRepaint) { + var info = _info(el), affectedElements = []; + if (info.text) { + info.el.parentNode.removeChild(info.el); + } + else if (info.id) { + _currentInstance.batch(function () { + _doRemove(info, affectedElements); + }, doNotRepaint === true); + } + return _currentInstance; + }; + + this.empty = function (el, doNotRepaint) { + var affectedElements = []; + var _one = function(el, dontRemoveFocus) { + var info = _info(el); + if (info.text) { + info.el.parentNode.removeChild(info.el); + } + else if (info.el) { + while(info.el.childNodes.length > 0) { + _one(info.el.childNodes[0]); + } + if (!dontRemoveFocus) { + _doRemove(info, affectedElements); + } + } + }; + + _currentInstance.batch(function() { + _one(el, true); + }, doNotRepaint === false); + + return _currentInstance; + }; + + this.reset = function (doNotUnbindInstanceEventListeners) { + _currentInstance.silently(function() { + _hoverSuspended = false; + _currentInstance.removeAllGroups(); + _currentInstance.removeGroupManager(); + _currentInstance.deleteEveryEndpoint(); + if (!doNotUnbindInstanceEventListeners) { + _currentInstance.unbind(); + } + this.targetEndpointDefinitions = {}; + this.sourceEndpointDefinitions = {}; + connections.length = 0; + if (this.doReset) { + this.doReset(); + } + }.bind(this)); + }; + + var _clearObject = function (obj) { + if (obj.canvas && obj.canvas.parentNode) { + obj.canvas.parentNode.removeChild(obj.canvas); + } + obj.cleanup(); + obj.destroy(); + }; + + this.clear = function () { + _currentInstance.select().each(_clearObject); + _currentInstance.selectEndpoints().each(_clearObject); + + endpointsByElement = {}; + endpointsByUUID = {}; + }; + + this.setDefaultScope = function (scope) { + DEFAULT_SCOPE = scope; + return _currentInstance; + }; + + this.deriveEndpointAndAnchorSpec = function(type, dontPrependDefault) { + var bits = ((dontPrependDefault ? "" : "default ") + type).split(/[\s]/), eps = null, ep = null, a = null, as = null; + for (var i = 0; i < bits.length; i++) { + var _t = _currentInstance.getType(bits[i], "connection"); + if (_t) { + if (_t.endpoints) { + eps = _t.endpoints; + } + if (_t.endpoint) { + ep = _t.endpoint; + } + if (_t.anchors) { + as = _t.anchors; + } + if (_t.anchor) { + a = _t.anchor; + } + } + } + return { endpoints: eps ? eps : [ ep, ep ], anchors: as ? as : [a, a ]}; + }; + + // sets the id of some element, changing whatever we need to to keep track. + this.setId = function (el, newId, doNotSetAttribute) { + // + var id; + + if (_ju.isString(el)) { + id = el; + } + else { + el = this.getElement(el); + id = this.getId(el); + } + + var sConns = this.getConnections({source: id, scope: '*'}, true), + tConns = this.getConnections({target: id, scope: '*'}, true); + + newId = "" + newId; + + if (!doNotSetAttribute) { + el = this.getElement(id); + this.setAttribute(el, "id", newId); + } + else { + el = this.getElement(newId); + } + + endpointsByElement[newId] = endpointsByElement[id] || []; + for (var i = 0, ii = endpointsByElement[newId].length; i < ii; i++) { + endpointsByElement[newId][i].setElementId(newId); + endpointsByElement[newId][i].setReferenceElement(el); + } + delete endpointsByElement[id]; + + this.sourceEndpointDefinitions[newId] = this.sourceEndpointDefinitions[id]; + delete this.sourceEndpointDefinitions[id]; + this.targetEndpointDefinitions[newId] = this.targetEndpointDefinitions[id]; + delete this.targetEndpointDefinitions[id]; + + this.anchorManager.changeId(id, newId); + var dm = this.getDragManager(); + if (dm) { + dm.changeId(id, newId); + } + managedElements[newId] = managedElements[id]; + delete managedElements[id]; + + var _conns = function (list, epIdx, type) { + for (var i = 0, ii = list.length; i < ii; i++) { + list[i].endpoints[epIdx].setElementId(newId); + list[i].endpoints[epIdx].setReferenceElement(el); + list[i][type + "Id"] = newId; + list[i][type] = el; + } + }; + _conns(sConns, 0, "source"); + _conns(tConns, 1, "target"); + + this.repaint(newId); + }; + + this.setDebugLog = function (debugLog) { + log = debugLog; + }; + + this.setSuspendDrawing = function (val, repaintAfterwards) { + var curVal = _suspendDrawing; + _suspendDrawing = val; + if (val) { + _suspendedAt = new Date().getTime(); + } else { + _suspendedAt = null; + } + if (repaintAfterwards) { + this.repaintEverything(); + } + return curVal; + }; + + // returns whether or not drawing is currently suspended. + this.isSuspendDrawing = function () { + return _suspendDrawing; + }; + + // return timestamp for when drawing was suspended. + this.getSuspendedAt = function () { + return _suspendedAt; + }; + + this.batch = function (fn, doNotRepaintAfterwards) { + var _wasSuspended = this.isSuspendDrawing(); + if (!_wasSuspended) { + this.setSuspendDrawing(true); + } + try { + fn(); + } + catch (e) { + _ju.log("Function run while suspended failed", e); + } + if (!_wasSuspended) { + this.setSuspendDrawing(false, !doNotRepaintAfterwards); + } + }; + + this.doWhileSuspended = this.batch; + + this.getCachedData = _getCachedData; + this.timestamp = _timestamp; + this.show = function (el, changeEndpoints) { + _setVisible(el, "block", changeEndpoints); + return _currentInstance; + }; + + // TODO: update this method to return the current state. + this.toggleVisible = _toggleVisible; + this.addListener = this.bind; + + var floatingConnections = []; + this.registerFloatingConnection = function(info, conn, ep) { + floatingConnections[info.id] = conn; + // only register for the target endpoint; we will not be dragging the source at any time + // before this connection is either discarded or made into a permanent connection. + _ju.addToList(endpointsByElement, info.id, ep); + }; + this.getFloatingConnectionFor = function(id) { + return floatingConnections[id]; + }; + }; + + _ju.extend(root.jsPlumbInstance, _ju.EventGenerator, { + setAttribute: function (el, a, v) { + this.setAttribute(el, a, v); + }, + getAttribute: function (el, a) { + return this.getAttribute(root.jsPlumb.getElement(el), a); + }, + convertToFullOverlaySpec: function(spec) { + if (_ju.isString(spec)) { + spec = [ spec, { } ]; + } + spec[1].id = spec[1].id || _ju.uuid(); + return spec; + }, + registerConnectionType: function (id, type) { + this._connectionTypes[id] = root.jsPlumb.extend({}, type); + if (type.overlays) { + var to = {}; + for (var i = 0; i < type.overlays.length; i++) { + // if a string, convert to object representation so that we can store the typeid on it. + // also assign an id. + var fo = this.convertToFullOverlaySpec(type.overlays[i]); + to[fo[1].id] = fo; + } + this._connectionTypes[id].overlays = to; + } + }, + registerConnectionTypes: function (types) { + for (var i in types) { + this.registerConnectionType(i, types[i]); + } + }, + registerEndpointType: function (id, type) { + this._endpointTypes[id] = root.jsPlumb.extend({}, type); + if (type.overlays) { + var to = {}; + for (var i = 0; i < type.overlays.length; i++) { + // if a string, convert to object representation so that we can store the typeid on it. + // also assign an id. + var fo = this.convertToFullOverlaySpec(type.overlays[i]); + to[fo[1].id] = fo; + } + this._endpointTypes[id].overlays = to; + } + }, + registerEndpointTypes: function (types) { + for (var i in types) { + this.registerEndpointType(i, types[i]); + } + }, + getType: function (id, typeDescriptor) { + return typeDescriptor === "connection" ? this._connectionTypes[id] : this._endpointTypes[id]; + }, + setIdChanged: function (oldId, newId) { + this.setId(oldId, newId, true); + }, + // set parent: change the parent for some node and update all the registrations we need to. + setParent: function (el, newParent) { + var _dom = this.getElement(el), + _id = this.getId(_dom), + _pdom = this.getElement(newParent), + _pid = this.getId(_pdom), + dm = this.getDragManager(); + + _dom.parentNode.removeChild(_dom); + _pdom.appendChild(_dom); + if (dm) { + dm.setParent(_dom, _id, _pdom, _pid); + } + }, + extend: function (o1, o2, names) { + var i; + if (names) { + for (i = 0; i < names.length; i++) { + o1[names[i]] = o2[names[i]]; + } + } + else { + for (i in o2) { + o1[i] = o2[i]; + } + } + + return o1; + }, + floatingConnections: {}, + getFloatingAnchorIndex: function (jpc) { + return jpc.endpoints[0].isFloating() ? 0 : jpc.endpoints[1].isFloating() ? 1 : -1; + } + }); + +// --------------------- static instance + module registration ------------------------------------------- + +// create static instance and assign to window if window exists. + var jsPlumb = new jsPlumbInstance(); + // register on 'root' (lets us run on server or browser) + root.jsPlumb = jsPlumb; + // add 'getInstance' method to static instance + jsPlumb.getInstance = function (_defaults, overrideFns) { + var j = new jsPlumbInstance(_defaults); + if (overrideFns) { + for (var ovf in overrideFns) { + j[ovf] = overrideFns[ovf]; + } + } + j.init(); + return j; + }; + jsPlumb.each = function (spec, fn) { + if (spec == null) { + return; + } + if (typeof spec === "string") { + fn(jsPlumb.getElement(spec)); + } + else if (spec.length != null) { + for (var i = 0; i < spec.length; i++) { + fn(jsPlumb.getElement(spec[i])); + } + } + else { + fn(spec); + } // assume it's an element. + }; + + // CommonJS + if (typeof exports !== 'undefined') { + exports.jsPlumb = jsPlumb; + } + +// --------------------- end static instance + AMD registration ------------------------------------------- + +}).call(typeof window !== 'undefined' ? window : this); + +/* + * 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +;(function() { + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil; + + // ------------------------------ BEGIN OverlayCapablejsPlumbUIComponent -------------------------------------------- + + var _internalLabelOverlayId = "__label", + // this is a shortcut helper method to let people add a label as + // overlay. + _makeLabelOverlay = function (component, params) { + + var _params = { + cssClass: params.cssClass, + labelStyle: component.labelStyle, + id: _internalLabelOverlayId, + component: component, + _jsPlumb: component._jsPlumb.instance // TODO not necessary, since the instance can be accessed through the component. + }, + mergedParams = _jp.extend(_params, params); + + return new _jp.Overlays[component._jsPlumb.instance.getRenderMode()].Label(mergedParams); + }, + _processOverlay = function (component, o) { + var _newOverlay = null; + if (_ju.isArray(o)) { // this is for the shorthand ["Arrow", { width:50 }] syntax + // there's also a three arg version: + // ["Arrow", { width:50 }, {location:0.7}] + // which merges the 3rd arg into the 2nd. + var type = o[0], + // make a copy of the object so as not to mess up anyone else's reference... + p = _jp.extend({component: component, _jsPlumb: component._jsPlumb.instance}, o[1]); + if (o.length === 3) { + _jp.extend(p, o[2]); + } + _newOverlay = new _jp.Overlays[component._jsPlumb.instance.getRenderMode()][type](p); + } else if (o.constructor === String) { + _newOverlay = new _jp.Overlays[component._jsPlumb.instance.getRenderMode()][o]({component: component, _jsPlumb: component._jsPlumb.instance}); + } else { + _newOverlay = o; + } + + _newOverlay.id = _newOverlay.id || _ju.uuid(); + component.cacheTypeItem("overlay", _newOverlay, _newOverlay.id); + component._jsPlumb.overlays[_newOverlay.id] = _newOverlay; + + return _newOverlay; + }; + + _jp.OverlayCapableJsPlumbUIComponent = function (params) { + + root.jsPlumbUIComponent.apply(this, arguments); + this._jsPlumb.overlays = {}; + this._jsPlumb.overlayPositions = {}; + + if (params.label) { + this.getDefaultType().overlays[_internalLabelOverlayId] = ["Label", { + label: params.label, + location: params.labelLocation || this.defaultLabelLocation || 0.5, + labelStyle: params.labelStyle || this._jsPlumb.instance.Defaults.LabelStyle, + id:_internalLabelOverlayId + }]; + } + + this.setListenerComponent = function (c) { + if (this._jsPlumb) { + for (var i in this._jsPlumb.overlays) { + this._jsPlumb.overlays[i].setListenerComponent(c); + } + } + }; + }; + + _jp.OverlayCapableJsPlumbUIComponent.applyType = function (component, t) { + if (t.overlays) { + // loop through the ones in the type. if already present on the component, + // dont remove or re-add. + var keep = {}, i; + + for (i in t.overlays) { + + var existing = component._jsPlumb.overlays[t.overlays[i][1].id]; + if (existing) { + // maybe update from data, if there were parameterised values for instance. + existing.updateFrom(t.overlays[i][1]); + keep[t.overlays[i][1].id] = true; + } + else { + var c = component.getCachedTypeItem("overlay", t.overlays[i][1].id); + if (c != null) { + c.reattach(component._jsPlumb.instance, component); + c.setVisible(true); + // maybe update from data, if there were parameterised values for instance. + c.updateFrom(t.overlays[i][1]); + component._jsPlumb.overlays[c.id] = c; + } + else { + c = component.addOverlay(t.overlays[i], true); + } + keep[c.id] = true; + } + } + + // now loop through the full overlays and remove those that we dont want to keep + for (i in component._jsPlumb.overlays) { + if (keep[component._jsPlumb.overlays[i].id] == null) { + component.removeOverlay(component._jsPlumb.overlays[i].id, true); // remove overlay but dont clean it up. + // that would remove event listeners etc; overlays are never discarded by the types stuff, they are + // just detached/reattached. + } + } + } + }; + + _ju.extend(_jp.OverlayCapableJsPlumbUIComponent, root.jsPlumbUIComponent, { + + setHover: function (hover, ignoreAttachedElements) { + if (this._jsPlumb && !this._jsPlumb.instance.isConnectionBeingDragged()) { + for (var i in this._jsPlumb.overlays) { + this._jsPlumb.overlays[i][hover ? "addClass" : "removeClass"](this._jsPlumb.instance.hoverClass); + } + } + }, + addOverlay: function (overlay, doNotRepaint) { + var o = _processOverlay(this, overlay); + if (!doNotRepaint) { + this.repaint(); + } + return o; + }, + getOverlay: function (id) { + return this._jsPlumb.overlays[id]; + }, + getOverlays: function () { + return this._jsPlumb.overlays; + }, + hideOverlay: function (id) { + var o = this.getOverlay(id); + if (o) { + o.hide(); + } + }, + hideOverlays: function () { + for (var i in this._jsPlumb.overlays) { + this._jsPlumb.overlays[i].hide(); + } + }, + showOverlay: function (id) { + var o = this.getOverlay(id); + if (o) { + o.show(); + } + }, + showOverlays: function () { + for (var i in this._jsPlumb.overlays) { + this._jsPlumb.overlays[i].show(); + } + }, + removeAllOverlays: function (doNotRepaint) { + for (var i in this._jsPlumb.overlays) { + if (this._jsPlumb.overlays[i].cleanup) { + this._jsPlumb.overlays[i].cleanup(); + } + } + + this._jsPlumb.overlays = {}; + this._jsPlumb.overlayPositions = null; + this._jsPlumb.overlayPlacements= {}; + if (!doNotRepaint) { + this.repaint(); + } + }, + removeOverlay: function (overlayId, dontCleanup) { + var o = this._jsPlumb.overlays[overlayId]; + if (o) { + o.setVisible(false); + if (!dontCleanup && o.cleanup) { + o.cleanup(); + } + delete this._jsPlumb.overlays[overlayId]; + if (this._jsPlumb.overlayPositions) { + delete this._jsPlumb.overlayPositions[overlayId]; + } + + if (this._jsPlumb.overlayPlacements) { + delete this._jsPlumb.overlayPlacements[overlayId]; + } + } + }, + removeOverlays: function () { + for (var i = 0, j = arguments.length; i < j; i++) { + this.removeOverlay(arguments[i]); + } + }, + moveParent: function (newParent) { + if (this.bgCanvas) { + this.bgCanvas.parentNode.removeChild(this.bgCanvas); + newParent.appendChild(this.bgCanvas); + } + + if (this.canvas && this.canvas.parentNode) { + this.canvas.parentNode.removeChild(this.canvas); + newParent.appendChild(this.canvas); + + for (var i in this._jsPlumb.overlays) { + if (this._jsPlumb.overlays[i].isAppendedAtTopLevel) { + var el = this._jsPlumb.overlays[i].getElement(); + el.parentNode.removeChild(el); + newParent.appendChild(el); + } + } + } + }, + getLabel: function () { + var lo = this.getOverlay(_internalLabelOverlayId); + return lo != null ? lo.getLabel() : null; + }, + getLabelOverlay: function () { + return this.getOverlay(_internalLabelOverlayId); + }, + setLabel: function (l) { + var lo = this.getOverlay(_internalLabelOverlayId); + if (!lo) { + var params = l.constructor === String || l.constructor === Function ? { label: l } : l; + lo = _makeLabelOverlay(this, params); + this._jsPlumb.overlays[_internalLabelOverlayId] = lo; + } + else { + if (l.constructor === String || l.constructor === Function) { + lo.setLabel(l); + } + else { + if (l.label) { + lo.setLabel(l.label); + } + if (l.location) { + lo.setLocation(l.location); + } + } + } + + if (!this._jsPlumb.instance.isSuspendDrawing()) { + this.repaint(); + } + }, + cleanup: function (force) { + for (var i in this._jsPlumb.overlays) { + this._jsPlumb.overlays[i].cleanup(force); + this._jsPlumb.overlays[i].destroy(force); + } + if (force) { + this._jsPlumb.overlays = {}; + this._jsPlumb.overlayPositions = null; + } + }, + setVisible: function (v) { + this[v ? "showOverlays" : "hideOverlays"](); + }, + setAbsoluteOverlayPosition: function (overlay, xy) { + this._jsPlumb.overlayPositions[overlay.id] = xy; + }, + getAbsoluteOverlayPosition: function (overlay) { + return this._jsPlumb.overlayPositions ? this._jsPlumb.overlayPositions[overlay.id] : null; + }, + _clazzManip:function(action, clazz, dontUpdateOverlays) { + if (!dontUpdateOverlays) { + for (var i in this._jsPlumb.overlays) { + this._jsPlumb.overlays[i][action + "Class"](clazz); + } + } + }, + addClass:function(clazz, dontUpdateOverlays) { + this._clazzManip("add", clazz, dontUpdateOverlays); + }, + removeClass:function(clazz, dontUpdateOverlays) { + this._clazzManip("remove", clazz, dontUpdateOverlays); + } + }); + +// ------------------------------ END OverlayCapablejsPlumbUIComponent -------------------------------------------- + +}).call(typeof window !== 'undefined' ? window : this); + +/* + * This file contains the code for Endpoints. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +;(function () { + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil; + + // create the drag handler for a connection + var _makeConnectionDragHandler = function (endpoint, placeholder, _jsPlumb) { + var stopped = false; + return { + drag: function () { + if (stopped) { + stopped = false; + return true; + } + + if (placeholder.element) { + var _ui = _jsPlumb.getUIPosition(arguments, _jsPlumb.getZoom()); + if (_ui != null) { + _jsPlumb.setPosition(placeholder.element, _ui); + } + _jsPlumb.repaint(placeholder.element, _ui); + // always repaint the source endpoint, because only continuous/dynamic anchors cause the endpoint + // to be repainted, so static anchors need to be told (or the endpoint gets dragged around) + endpoint.paint({anchorPoint:endpoint.anchor.getCurrentLocation({element:endpoint})}); + } + }, + stopDrag: function () { + stopped = true; + } + }; + }; + + // creates a placeholder div for dragging purposes, adds it, and pre-computes its offset. + var _makeDraggablePlaceholder = function (placeholder, _jsPlumb, ipco, ips) { + var n = _jsPlumb.createElement("div", { position : "absolute" }); + _jsPlumb.appendElement(n); + var id = _jsPlumb.getId(n); + _jsPlumb.setPosition(n, ipco); + n.style.width = ips[0] + "px"; + n.style.height = ips[1] + "px"; + _jsPlumb.manage(id, n, true); // TRANSIENT MANAGE + // create and assign an id, and initialize the offset. + placeholder.id = id; + placeholder.element = n; + }; + + // create a floating endpoint (for drag connections) + var _makeFloatingEndpoint = function (paintStyle, referenceAnchor, endpoint, referenceCanvas, sourceElement, _jsPlumb, _newEndpoint, scope) { + var floatingAnchor = new _jp.FloatingAnchor({ reference: referenceAnchor, referenceCanvas: referenceCanvas, jsPlumbInstance: _jsPlumb }); + //setting the scope here should not be the way to fix that mootools issue. it should be fixed by not + // adding the floating endpoint as a droppable. that makes more sense anyway! + // TRANSIENT MANAGE + return _newEndpoint({ + paintStyle: paintStyle, + endpoint: endpoint, + anchor: floatingAnchor, + source: sourceElement, + scope: scope + }); + }; + + var typeParameters = [ "connectorStyle", "connectorHoverStyle", "connectorOverlays", + "connector", "connectionType", "connectorClass", "connectorHoverClass" ]; + + // a helper function that tries to find a connection to the given element, and returns it if so. if elementWithPrecedence is null, + // or no connection to it is found, we return the first connection in our list. + var findConnectionToUseForDynamicAnchor = function (ep, elementWithPrecedence) { + var idx = 0; + if (elementWithPrecedence != null) { + for (var i = 0; i < ep.connections.length; i++) { + if (ep.connections[i].sourceId === elementWithPrecedence || ep.connections[i].targetId === elementWithPrecedence) { + idx = i; + break; + } + } + } + + return ep.connections[idx]; + }; + + _jp.Endpoint = function (params) { + var _jsPlumb = params._jsPlumb, + _newConnection = params.newConnection, + _newEndpoint = params.newEndpoint; + + this.idPrefix = "_jsplumb_e_"; + this.defaultLabelLocation = [ 0.5, 0.5 ]; + this.defaultOverlayKeys = ["Overlays", "EndpointOverlays"]; + _jp.OverlayCapableJsPlumbUIComponent.apply(this, arguments); + +// TYPE + + this.appendToDefaultType({ + connectionType:params.connectionType, + maxConnections: params.maxConnections == null ? this._jsPlumb.instance.Defaults.MaxConnections : params.maxConnections, // maximum number of connections this endpoint can be the source of., + paintStyle: params.endpointStyle || params.paintStyle || params.style || this._jsPlumb.instance.Defaults.EndpointStyle || _jp.Defaults.EndpointStyle, + hoverPaintStyle: params.endpointHoverStyle || params.hoverPaintStyle || this._jsPlumb.instance.Defaults.EndpointHoverStyle || _jp.Defaults.EndpointHoverStyle, + connectorStyle: params.connectorStyle, + connectorHoverStyle: params.connectorHoverStyle, + connectorClass: params.connectorClass, + connectorHoverClass: params.connectorHoverClass, + connectorOverlays: params.connectorOverlays, + connector: params.connector, + connectorTooltip: params.connectorTooltip + }); + +// END TYPE + + this._jsPlumb.enabled = !(params.enabled === false); + this._jsPlumb.visible = true; + this.element = _jp.getElement(params.source); + this._jsPlumb.uuid = params.uuid; + this._jsPlumb.floatingEndpoint = null; + var inPlaceCopy = null; + if (this._jsPlumb.uuid) { + params.endpointsByUUID[this._jsPlumb.uuid] = this; + } + this.elementId = params.elementId; + this.dragProxy = params.dragProxy; + + this._jsPlumb.connectionCost = params.connectionCost; + this._jsPlumb.connectionsDirected = params.connectionsDirected; + this._jsPlumb.currentAnchorClass = ""; + this._jsPlumb.events = {}; + + var deleteOnEmpty = params.deleteOnEmpty === true; + this.setDeleteOnEmpty = function(d) { + deleteOnEmpty = d; + }; + + var _updateAnchorClass = function () { + // stash old, get new + var oldAnchorClass = _jsPlumb.endpointAnchorClassPrefix + "-" + this._jsPlumb.currentAnchorClass; + this._jsPlumb.currentAnchorClass = this.anchor.getCssClass(); + var anchorClass = _jsPlumb.endpointAnchorClassPrefix + (this._jsPlumb.currentAnchorClass ? "-" + this._jsPlumb.currentAnchorClass : ""); + + this.removeClass(oldAnchorClass); + this.addClass(anchorClass); + // add and remove at the same time to reduce the number of reflows. + _jp.updateClasses(this.element, anchorClass, oldAnchorClass); + }.bind(this); + + this.prepareAnchor = function(anchorParams) { + var a = this._jsPlumb.instance.makeAnchor(anchorParams, this.elementId, _jsPlumb); + a.bind("anchorChanged", function (currentAnchor) { + this.fire("anchorChanged", {endpoint: this, anchor: currentAnchor}); + _updateAnchorClass(); + }.bind(this)); + return a; + }; + + this.setPreparedAnchor = function(anchor, doNotRepaint) { + this._jsPlumb.instance.continuousAnchorFactory.clear(this.elementId); + this.anchor = anchor; + _updateAnchorClass(); + + if (!doNotRepaint) { + this._jsPlumb.instance.repaint(this.elementId); + } + + return this; + }; + + this.setAnchor = function (anchorParams, doNotRepaint) { + var a = this.prepareAnchor(anchorParams); + this.setPreparedAnchor(a, doNotRepaint); + return this; + }; + + var internalHover = function (state) { + if (this.connections.length > 0) { + for (var i = 0; i < this.connections.length; i++) { + this.connections[i].setHover(state, false); + } + } + else { + this.setHover(state); + } + }.bind(this); + + this.bind("mouseover", function () { + internalHover(true); + }); + this.bind("mouseout", function () { + internalHover(false); + }); + + // ANCHOR MANAGER + if (!params._transient) { // in place copies, for example, are transient. they will never need to be retrieved during a paint cycle, because they dont move, and then they are deleted. + this._jsPlumb.instance.anchorManager.add(this, this.elementId); + } + + this.prepareEndpoint = function(ep, typeId) { + var _e = function (t, p) { + var rm = _jsPlumb.getRenderMode(); + if (_jp.Endpoints[rm][t]) { + return new _jp.Endpoints[rm][t](p); + } + if (!_jsPlumb.Defaults.DoNotThrowErrors) { + throw { msg: "jsPlumb: unknown endpoint type '" + t + "'" }; + } + }; + + var endpointArgs = { + _jsPlumb: this._jsPlumb.instance, + cssClass: params.cssClass, + container: params.container, + tooltip: params.tooltip, + connectorTooltip: params.connectorTooltip, + endpoint: this + }; + + var endpoint; + + if (_ju.isString(ep)) { + endpoint = _e(ep, endpointArgs); + } + else if (_ju.isArray(ep)) { + endpointArgs = _ju.merge(ep[1], endpointArgs); + endpoint = _e(ep[0], endpointArgs); + } + else { + endpoint = ep.clone(); + } + + // assign a clone function using a copy of endpointArgs. this is used when a drag starts: the endpoint that was dragged is cloned, + // and the clone is left in its place while the original one goes off on a magical journey. + // the copy is to get around a closure problem, in which endpointArgs ends up getting shared by + // the whole world. + //var argsForClone = jsPlumb.extend({}, endpointArgs); + endpoint.clone = function () { + // TODO this, and the code above, can be refactored to be more dry. + if (_ju.isString(ep)) { + return _e(ep, endpointArgs); + } + else if (_ju.isArray(ep)) { + endpointArgs = _ju.merge(ep[1], endpointArgs); + return _e(ep[0], endpointArgs); + } + }.bind(this); + + endpoint.typeId = typeId; + return endpoint; + }; + + this.setEndpoint = function(ep, doNotRepaint) { + var _ep = this.prepareEndpoint(ep); + this.setPreparedEndpoint(_ep, true); + }; + + this.setPreparedEndpoint = function (ep, doNotRepaint) { + if (this.endpoint != null) { + this.endpoint.cleanup(); + this.endpoint.destroy(); + } + this.endpoint = ep; + this.type = this.endpoint.type; + this.canvas = this.endpoint.canvas; + }; + + _jp.extend(this, params, typeParameters); + + this.isSource = params.isSource || false; + this.isTemporarySource = params.isTemporarySource || false; + this.isTarget = params.isTarget || false; + + this.connections = params.connections || []; + this.connectorPointerEvents = params["connector-pointer-events"]; + + this.scope = params.scope || _jsPlumb.getDefaultScope(); + this.timestamp = null; + this.reattachConnections = params.reattach || _jsPlumb.Defaults.ReattachConnections; + this.connectionsDetachable = _jsPlumb.Defaults.ConnectionsDetachable; + if (params.connectionsDetachable === false || params.detachable === false) { + this.connectionsDetachable = false; + } + this.dragAllowedWhenFull = params.dragAllowedWhenFull !== false; + + if (params.onMaxConnections) { + this.bind("maxConnections", params.onMaxConnections); + } + + // + // add a connection. not part of public API. + // + this.addConnection = function (connection) { + this.connections.push(connection); + this[(this.connections.length > 0 ? "add" : "remove") + "Class"](_jsPlumb.endpointConnectedClass); + this[(this.isFull() ? "add" : "remove") + "Class"](_jsPlumb.endpointFullClass); + }; + + this.detachFromConnection = function (connection, idx, doNotCleanup) { + idx = idx == null ? this.connections.indexOf(connection) : idx; + if (idx >= 0) { + this.connections.splice(idx, 1); + this[(this.connections.length > 0 ? "add" : "remove") + "Class"](_jsPlumb.endpointConnectedClass); + this[(this.isFull() ? "add" : "remove") + "Class"](_jsPlumb.endpointFullClass); + } + + if (!doNotCleanup && deleteOnEmpty && this.connections.length === 0) { + _jsPlumb.deleteObject({ + endpoint: this, + fireEvent: false, + deleteAttachedObjects: doNotCleanup !== true + }); + } + }; + + this.deleteEveryConnection = function(params) { + var c = this.connections.length; + for (var i = 0; i < c; i++) { + _jsPlumb.deleteConnection(this.connections[0], params); + } + }; + + this.detachFrom = function (targetEndpoint, fireEvent, originalEvent) { + var c = []; + for (var i = 0; i < this.connections.length; i++) { + if (this.connections[i].endpoints[1] === targetEndpoint || this.connections[i].endpoints[0] === targetEndpoint) { + c.push(this.connections[i]); + } + } + for (var j = 0, count = c.length; j < count; j++) { + _jsPlumb.deleteConnection(c[0]); + } + return this; + }; + + this.getElement = function () { + return this.element; + }; + + this.setElement = function (el) { + var parentId = this._jsPlumb.instance.getId(el), + curId = this.elementId; + // remove the endpoint from the list for the current endpoint's element + _ju.removeWithFunction(params.endpointsByElement[this.elementId], function (e) { + return e.id === this.id; + }.bind(this)); + this.element = _jp.getElement(el); + this.elementId = _jsPlumb.getId(this.element); + _jsPlumb.anchorManager.rehomeEndpoint(this, curId, this.element); + _jsPlumb.dragManager.endpointAdded(this.element); + _ju.addToList(params.endpointsByElement, parentId, this); + return this; + }; + + /** + * private but must be exposed. + */ + this.makeInPlaceCopy = function () { + var loc = this.anchor.getCurrentLocation({element: this}), + o = this.anchor.getOrientation(this), + acc = this.anchor.getCssClass(), + inPlaceAnchor = { + bind: function () { + }, + compute: function () { + return [ loc[0], loc[1] ]; + }, + getCurrentLocation: function () { + return [ loc[0], loc[1] ]; + }, + getOrientation: function () { + return o; + }, + getCssClass: function () { + return acc; + } + }; + + return _newEndpoint({ + dropOptions: params.dropOptions, + anchor: inPlaceAnchor, + source: this.element, + paintStyle: this.getPaintStyle(), + endpoint: params.hideOnDrag ? "Blank" : this.endpoint, + _transient: true, + scope: this.scope, + reference:this + }); + }; + + /** + * returns a connection from the pool; used when dragging starts. just gets the head of the array if it can. + */ + this.connectorSelector = function () { + return this.connections[0]; + }; + + this.setStyle = this.setPaintStyle; + + this.paint = function (params) { + params = params || {}; + var timestamp = params.timestamp, recalc = !(params.recalc === false); + if (!timestamp || this.timestamp !== timestamp) { + + var info = _jsPlumb.updateOffset({ elId: this.elementId, timestamp: timestamp }); + + var xy = params.offset ? params.offset.o : info.o; + if (xy != null) { + var ap = params.anchorPoint, connectorPaintStyle = params.connectorPaintStyle; + if (ap == null) { + var wh = params.dimensions || info.s, + anchorParams = { xy: [ xy.left, xy.top ], wh: wh, element: this, timestamp: timestamp }; + if (recalc && this.anchor.isDynamic && this.connections.length > 0) { + var c = findConnectionToUseForDynamicAnchor(this, params.elementWithPrecedence), + oIdx = c.endpoints[0] === this ? 1 : 0, + oId = oIdx === 0 ? c.sourceId : c.targetId, + oInfo = _jsPlumb.getCachedData(oId), + oOffset = oInfo.o, oWH = oInfo.s; + + anchorParams.index = oIdx === 0 ? 1 : 0; + anchorParams.connection = c; + anchorParams.txy = [ oOffset.left, oOffset.top ]; + anchorParams.twh = oWH; + anchorParams.tElement = c.endpoints[oIdx]; + } else if (this.connections.length > 0) { + anchorParams.connection = this.connections[0]; + } + ap = this.anchor.compute(anchorParams); + } + + this.endpoint.compute(ap, this.anchor.getOrientation(this), this._jsPlumb.paintStyleInUse, connectorPaintStyle || this.paintStyleInUse); + this.endpoint.paint(this._jsPlumb.paintStyleInUse, this.anchor); + this.timestamp = timestamp; + + // paint overlays + for (var i in this._jsPlumb.overlays) { + if (this._jsPlumb.overlays.hasOwnProperty(i)) { + var o = this._jsPlumb.overlays[i]; + if (o.isVisible()) { + this._jsPlumb.overlayPlacements[i] = o.draw(this.endpoint, this._jsPlumb.paintStyleInUse); + o.paint(this._jsPlumb.overlayPlacements[i]); + } + } + } + } + } + }; + + this.getTypeDescriptor = function () { + return "endpoint"; + }; + this.isVisible = function () { + return this._jsPlumb.visible; + }; + + this.repaint = this.paint; + + var draggingInitialised = false; + this.initDraggable = function () { + + // is this a connection source? we make it draggable and have the + // drag listener maintain a connection with a floating endpoint. + if (!draggingInitialised && _jp.isDragSupported(this.element)) { + var placeholderInfo = { id: null, element: null }, + jpc = null, + existingJpc = false, + existingJpcParams = null, + _dragHandler = _makeConnectionDragHandler(this, placeholderInfo, _jsPlumb), + dragOptions = params.dragOptions || {}, + defaultOpts = {}, + startEvent = _jp.dragEvents.start, + stopEvent = _jp.dragEvents.stop, + dragEvent = _jp.dragEvents.drag, + beforeStartEvent = _jp.dragEvents.beforeStart, + payload; + + // respond to beforeStart from katavorio; this will have, optionally, a payload of attribute values + // that were placed there by the makeSource mousedown listener. + var beforeStart = function(beforeStartParams) { + payload = beforeStartParams.e.payload || {}; + }; + + var start = function (startParams) { + +// ------------- first, get a connection to drag. this may be null, in which case we are dragging a new one. + + jpc = this.connectorSelector(); + +// -------------------------------- now a bunch of tests about whether or not to proceed ------------------------- + + var _continue = true; + // if not enabled, return + if (!this.isEnabled()) { + _continue = false; + } + // if no connection and we're not a source - or temporarily a source, as is the case with makeSource - return. + if (jpc == null && !this.isSource && !this.isTemporarySource) { + _continue = false; + } + // otherwise if we're full and not allowed to drag, also return false. + if (this.isSource && this.isFull() && !(jpc != null && this.dragAllowedWhenFull)) { + _continue = false; + } + // if the connection was setup as not detachable or one of its endpoints + // was setup as connectionsDetachable = false, or Defaults.ConnectionsDetachable + // is set to false... + if (jpc != null && !jpc.isDetachable(this)) { + // .. and the endpoint is full + if (this.isFull()) { + _continue = false; + } else { + // otherwise, if not full, set the connection to null, and we will now proceed + // to drag a new connection. + jpc = null; + } + } + + var beforeDrag = _jsPlumb.checkCondition(jpc == null ? "beforeDrag" : "beforeStartDetach", { + endpoint:this, + source:this.element, + sourceId:this.elementId, + connection:jpc + }); + if (beforeDrag === false) { + _continue = false; + } + // else we might have been given some data. we'll pass it in to a new connection as 'data'. + // here we also merge in the optional payload we were given on mousedown. + else if (typeof beforeDrag === "object") { + _jp.extend(beforeDrag, payload || {}); + } + else { + // or if no beforeDrag data, maybe use the payload on its own. + beforeDrag = payload || {}; + } + + if (_continue === false) { + // this is for mootools and yui. returning false from this causes jquery to stop drag. + // the events are wrapped in both mootools and yui anyway, but i don't think returning + // false from the start callback would stop a drag. + if (_jsPlumb.stopDrag) { + _jsPlumb.stopDrag(this.canvas); + } + _dragHandler.stopDrag(); + return false; + } + +// --------------------------------------------------------------------------------------------------------------------- + + // ok to proceed. + + // clear hover for all connections for this endpoint before continuing. + for (var i = 0; i < this.connections.length; i++) { + this.connections[i].setHover(false); + } + + this.addClass("endpointDrag"); + _jsPlumb.setConnectionBeingDragged(true); + + // if we're not full but there was a connection, make it null. we'll create a new one. + if (jpc && !this.isFull() && this.isSource) { + jpc = null; + } + + _jsPlumb.updateOffset({ elId: this.elementId }); + +// ---------------- make the element we will drag around, and position it ----------------------------- + + var ipco = this._jsPlumb.instance.getOffset(this.canvas), + canvasElement = this.canvas, + ips = this._jsPlumb.instance.getSize(this.canvas); + + _makeDraggablePlaceholder(placeholderInfo, _jsPlumb, ipco, ips); + + // store the id of the dragging div and the source element. the drop function will pick these up. + _jsPlumb.setAttributes(this.canvas, { + "dragId": placeholderInfo.id, + "elId": this.elementId + }); + +// ------------------- create an endpoint that will be our floating endpoint ------------------------------------ + + var endpointToFloat = this.dragProxy || this.endpoint; + if (this.dragProxy == null && this.connectionType != null) { + var aae = this._jsPlumb.instance.deriveEndpointAndAnchorSpec(this.connectionType); + if (aae.endpoints[1]) { + endpointToFloat = aae.endpoints[1]; + } + } + var centerAnchor = this._jsPlumb.instance.makeAnchor("Center"); + centerAnchor.isFloating = true; + this._jsPlumb.floatingEndpoint = _makeFloatingEndpoint(this.getPaintStyle(), centerAnchor, endpointToFloat, this.canvas, placeholderInfo.element, _jsPlumb, _newEndpoint, this.scope); + var _savedAnchor = this._jsPlumb.floatingEndpoint.anchor; + + + if (jpc == null) { + + this.setHover(false, false); + // create a connection. one end is this endpoint, the other is a floating endpoint. + jpc = _newConnection({ + sourceEndpoint: this, + targetEndpoint: this._jsPlumb.floatingEndpoint, + source: this.element, // for makeSource with parent option. ensure source element is represented correctly. + target: placeholderInfo.element, + anchors: [ this.anchor, this._jsPlumb.floatingEndpoint.anchor ], + paintStyle: params.connectorStyle, // this can be null. Connection will use the default. + hoverPaintStyle: params.connectorHoverStyle, + connector: params.connector, // this can also be null. Connection will use the default. + overlays: params.connectorOverlays, + type: this.connectionType, + cssClass: this.connectorClass, + hoverClass: this.connectorHoverClass, + scope:params.scope, + data:beforeDrag + }); + jpc.pending = true; + jpc.addClass(_jsPlumb.draggingClass); + this._jsPlumb.floatingEndpoint.addClass(_jsPlumb.draggingClass); + this._jsPlumb.floatingEndpoint.anchor = _savedAnchor; + // fire an event that informs that a connection is being dragged + _jsPlumb.fire("connectionDrag", jpc); + + // register the new connection on the drag manager. This connection, at this point, is 'pending', + // and has as its target a temporary element (the 'placeholder'). If the connection subsequently + // becomes established, the anchor manager is informed that the target of the connection has + // changed. + + _jsPlumb.anchorManager.newConnection(jpc); + + } else { + existingJpc = true; + jpc.setHover(false); + // new anchor idx + var anchorIdx = jpc.endpoints[0].id === this.id ? 0 : 1; + this.detachFromConnection(jpc, null, true); // detach from the connection while dragging is occurring. but dont cleanup automatically. + + // store the original scope (issue 57) + var dragScope = _jsPlumb.getDragScope(canvasElement); + _jsPlumb.setAttribute(this.canvas, "originalScope", dragScope); + + // fire an event that informs that a connection is being dragged. we do this before + // replacing the original target with the floating element info. + _jsPlumb.fire("connectionDrag", jpc); + + // now we replace ourselves with the temporary div we created above: + if (anchorIdx === 0) { + existingJpcParams = [ jpc.source, jpc.sourceId, canvasElement, dragScope ]; + _jsPlumb.anchorManager.sourceChanged(jpc.endpoints[anchorIdx].elementId, placeholderInfo.id, jpc, placeholderInfo.element); + + } else { + existingJpcParams = [ jpc.target, jpc.targetId, canvasElement, dragScope ]; + jpc.target = placeholderInfo.element; + jpc.targetId = placeholderInfo.id; + + _jsPlumb.anchorManager.updateOtherEndpoint(jpc.sourceId, jpc.endpoints[anchorIdx].elementId, jpc.targetId, jpc); + } + + // store the original endpoint and assign the new floating endpoint for the drag. + jpc.suspendedEndpoint = jpc.endpoints[anchorIdx]; + + // PROVIDE THE SUSPENDED ELEMENT, BE IT A SOURCE OR TARGET (ISSUE 39) + jpc.suspendedElement = jpc.endpoints[anchorIdx].getElement(); + jpc.suspendedElementId = jpc.endpoints[anchorIdx].elementId; + jpc.suspendedElementType = anchorIdx === 0 ? "source" : "target"; + + jpc.suspendedEndpoint.setHover(false); + this._jsPlumb.floatingEndpoint.referenceEndpoint = jpc.suspendedEndpoint; + jpc.endpoints[anchorIdx] = this._jsPlumb.floatingEndpoint; + + jpc.addClass(_jsPlumb.draggingClass); + this._jsPlumb.floatingEndpoint.addClass(_jsPlumb.draggingClass); + } + + _jsPlumb.registerFloatingConnection(placeholderInfo, jpc, this._jsPlumb.floatingEndpoint); + + // // register it and register connection on it. + // _jsPlumb.floatingConnections[placeholderInfo.id] = jpc; + // + // // only register for the target endpoint; we will not be dragging the source at any time + // // before this connection is either discarded or made into a permanent connection. + // _ju.addToList(params.endpointsByElement, placeholderInfo.id, this._jsPlumb.floatingEndpoint); + + + // tell jsplumb about it + _jsPlumb.currentlyDragging = true; + }.bind(this); + + var stop = function () { + _jsPlumb.setConnectionBeingDragged(false); + + if (jpc && jpc.endpoints != null) { + // get the actual drop event (decode from library args to stop function) + var originalEvent = _jsPlumb.getDropEvent(arguments); + // unlock the other endpoint (if it is dynamic, it would have been locked at drag start) + var idx = _jsPlumb.getFloatingAnchorIndex(jpc); + jpc.endpoints[idx === 0 ? 1 : 0].anchor.unlock(); + // TODO: Dont want to know about css classes inside jsplumb, ideally. + jpc.removeClass(_jsPlumb.draggingClass); + + // if we have the floating endpoint then the connection has not been dropped + // on another endpoint. If it is a new connection we throw it away. If it is an + // existing connection we check to see if we should reattach it, throwing it away + // if not. + if (this._jsPlumb && (jpc.deleteConnectionNow || jpc.endpoints[idx] === this._jsPlumb.floatingEndpoint)) { + // 6a. if the connection was an existing one... + if (existingJpc && jpc.suspendedEndpoint) { + // fix for issue35, thanks Sylvain Gizard: when firing the detach event make sure the + // floating endpoint has been replaced. + if (idx === 0) { + jpc.floatingElement = jpc.source; + jpc.floatingId = jpc.sourceId; + jpc.floatingEndpoint = jpc.endpoints[0]; + jpc.floatingIndex = 0; + jpc.source = existingJpcParams[0]; + jpc.sourceId = existingJpcParams[1]; + } else { + // keep a copy of the floating element; the anchor manager will want to clean up. + jpc.floatingElement = jpc.target; + jpc.floatingId = jpc.targetId; + jpc.floatingEndpoint = jpc.endpoints[1]; + jpc.floatingIndex = 1; + jpc.target = existingJpcParams[0]; + jpc.targetId = existingJpcParams[1]; + } + + var fe = this._jsPlumb.floatingEndpoint; // store for later removal. + // restore the original scope (issue 57) + _jsPlumb.setDragScope(existingJpcParams[2], existingJpcParams[3]); + jpc.endpoints[idx] = jpc.suspendedEndpoint; + // if the connection should be reattached, or the other endpoint refuses detach, then + // reset the connection to its original state + if (jpc.isReattach() || jpc._forceReattach || jpc._forceDetach || !_jsPlumb.deleteConnection(jpc, {originalEvent: originalEvent})) { + + jpc.setHover(false); + jpc._forceDetach = null; + jpc._forceReattach = null; + this._jsPlumb.floatingEndpoint.detachFromConnection(jpc); + jpc.suspendedEndpoint.addConnection(jpc); + + // TODO this code is duplicated in lots of places...and there is nothing external + // in the code; it all refers to the connection itself. we could add a + // `checkSanity(connection)` method to anchorManager that did this. + if (idx === 1) { + _jsPlumb.anchorManager.updateOtherEndpoint(jpc.sourceId, jpc.floatingId, jpc.targetId, jpc); + } + else { + _jsPlumb.anchorManager.sourceChanged(jpc.floatingId, jpc.sourceId, jpc, jpc.source); + } + + _jsPlumb.repaint(existingJpcParams[1]); + } + else { + _jsPlumb.deleteObject({endpoint: fe}); + } + } + } + + // makeTargets sets this flag, to tell us we have been replaced and should delete this object. + if (this.deleteAfterDragStop) { + _jsPlumb.deleteObject({endpoint: this}); + } + else { + if (this._jsPlumb) { + this.paint({recalc: false}); + } + } + + // although the connection is no longer valid, there are use cases where this is useful. + _jsPlumb.fire("connectionDragStop", jpc, originalEvent); + // fire this event to give people more fine-grained control (connectionDragStop fires a lot) + if (jpc.pending) { + _jsPlumb.fire("connectionAborted", jpc, originalEvent); + } + // tell jsplumb that dragging is finished. + _jsPlumb.currentlyDragging = false; + jpc.suspendedElement = null; + jpc.suspendedEndpoint = null; + jpc = null; + } + + // if no endpoints, jpc already cleaned up. but still we want to ensure we're reset properly. + // remove the element associated with the floating endpoint + // (and its associated floating endpoint and visual artefacts) + if (placeholderInfo && placeholderInfo.element) { + _jsPlumb.remove(placeholderInfo.element, false, false); + } + // remove the inplace copy + if (inPlaceCopy) { + _jsPlumb.deleteObject({endpoint: inPlaceCopy}); + } + + if (this._jsPlumb) { + // make our canvas visible (TODO: hand off to library; we should not know about DOM) + this.canvas.style.visibility = "visible"; + // unlock our anchor + this.anchor.unlock(); + // clear floating anchor. + this._jsPlumb.floatingEndpoint = null; + } + + }.bind(this); + + dragOptions = _jp.extend(defaultOpts, dragOptions); + dragOptions.scope = this.scope || dragOptions.scope; + dragOptions[beforeStartEvent] = _ju.wrap(dragOptions[beforeStartEvent], beforeStart, false); + dragOptions[startEvent] = _ju.wrap(dragOptions[startEvent], start, false); + // extracted drag handler function so can be used by makeSource + dragOptions[dragEvent] = _ju.wrap(dragOptions[dragEvent], _dragHandler.drag); + dragOptions[stopEvent] = _ju.wrap(dragOptions[stopEvent], stop); + dragOptions.multipleDrop = false; + + dragOptions.canDrag = function () { + return this.isSource || this.isTemporarySource || (this.connections.length > 0 && this.connectionsDetachable !== false); + }.bind(this); + + _jsPlumb.initDraggable(this.canvas, dragOptions, "internal"); + + this.canvas._jsPlumbRelatedElement = this.element; + + draggingInitialised = true; + } + }; + + var ep = params.endpoint || this._jsPlumb.instance.Defaults.Endpoint || _jp.Defaults.Endpoint; + this.setEndpoint(ep, true); + var anchorParamsToUse = params.anchor ? params.anchor : params.anchors ? params.anchors : (_jsPlumb.Defaults.Anchor || "Top"); + this.setAnchor(anchorParamsToUse, true); + + // finally, set type if it was provided + var type = [ "default", (params.type || "")].join(" "); + this.addType(type, params.data, true); + this.canvas = this.endpoint.canvas; + this.canvas._jsPlumb = this; + + this.initDraggable(); + + // pulled this out into a function so we can reuse it for the inPlaceCopy canvas; you can now drop detached connections + // back onto the endpoint you detached it from. + var _initDropTarget = function (canvas, isTransient, endpoint, referenceEndpoint) { + + if (_jp.isDropSupported(this.element)) { + var dropOptions = params.dropOptions || _jsPlumb.Defaults.DropOptions || _jp.Defaults.DropOptions; + dropOptions = _jp.extend({}, dropOptions); + dropOptions.scope = dropOptions.scope || this.scope; + var dropEvent = _jp.dragEvents.drop, + overEvent = _jp.dragEvents.over, + outEvent = _jp.dragEvents.out, + _ep = this, + drop = _jsPlumb.EndpointDropHandler({ + getEndpoint: function () { + return _ep; + }, + jsPlumb: _jsPlumb, + enabled: function () { + return endpoint != null ? endpoint.isEnabled() : true; + }, + isFull: function () { + return endpoint.isFull(); + }, + element: this.element, + elementId: this.elementId, + isSource: this.isSource, + isTarget: this.isTarget, + addClass: function (clazz) { + _ep.addClass(clazz); + }, + removeClass: function (clazz) { + _ep.removeClass(clazz); + }, + isDropAllowed: function () { + return _ep.isDropAllowed.apply(_ep, arguments); + }, + reference:referenceEndpoint, + isRedrop:function(jpc, dhParams) { + return jpc.suspendedEndpoint && dhParams.reference && (jpc.suspendedEndpoint.id === dhParams.reference.id); + } + }); + + dropOptions[dropEvent] = _ju.wrap(dropOptions[dropEvent], drop, true); + dropOptions[overEvent] = _ju.wrap(dropOptions[overEvent], function () { + var draggable = _jp.getDragObject(arguments), + id = _jsPlumb.getAttribute(_jp.getElement(draggable), "dragId"), + _jpc = _jsPlumb.getFloatingConnectionFor(id);//_jsPlumb.floatingConnections[id]; + + if (_jpc != null) { + var idx = _jsPlumb.getFloatingAnchorIndex(_jpc); + // here we should fire the 'over' event if we are a target and this is a new connection, + // or we are the same as the floating endpoint. + var _cont = (this.isTarget && idx !== 0) || (_jpc.suspendedEndpoint && this.referenceEndpoint && this.referenceEndpoint.id === _jpc.suspendedEndpoint.id); + if (_cont) { + var bb = _jsPlumb.checkCondition("checkDropAllowed", { + sourceEndpoint: _jpc.endpoints[idx], + targetEndpoint: this, + connection: _jpc + }); + this[(bb ? "add" : "remove") + "Class"](_jsPlumb.endpointDropAllowedClass); + this[(bb ? "remove" : "add") + "Class"](_jsPlumb.endpointDropForbiddenClass); + _jpc.endpoints[idx].anchor.over(this.anchor, this); + } + } + }.bind(this)); + + dropOptions[outEvent] = _ju.wrap(dropOptions[outEvent], function () { + var draggable = _jp.getDragObject(arguments), + id = draggable == null ? null : _jsPlumb.getAttribute(_jp.getElement(draggable), "dragId"), + _jpc = id ? _jsPlumb.getFloatingConnectionFor(id) : null; + + if (_jpc != null) { + var idx = _jsPlumb.getFloatingAnchorIndex(_jpc); + var _cont = (this.isTarget && idx !== 0) || (_jpc.suspendedEndpoint && this.referenceEndpoint && this.referenceEndpoint.id === _jpc.suspendedEndpoint.id); + if (_cont) { + this.removeClass(_jsPlumb.endpointDropAllowedClass); + this.removeClass(_jsPlumb.endpointDropForbiddenClass); + _jpc.endpoints[idx].anchor.out(); + } + } + }.bind(this)); + + _jsPlumb.initDroppable(canvas, dropOptions, "internal", isTransient); + } + }.bind(this); + + // Initialise the endpoint's canvas as a drop target. The drop handler will take care of the logic of whether + // something can actually be dropped. + if (!this.anchor.isFloating) { + _initDropTarget(this.canvas, !(params._transient || this.anchor.isFloating), this, params.reference); + } + + return this; + }; + + _ju.extend(_jp.Endpoint, _jp.OverlayCapableJsPlumbUIComponent, { + + setVisible: function (v, doNotChangeConnections, doNotNotifyOtherEndpoint) { + this._jsPlumb.visible = v; + if (this.canvas) { + this.canvas.style.display = v ? "block" : "none"; + } + this[v ? "showOverlays" : "hideOverlays"](); + if (!doNotChangeConnections) { + for (var i = 0; i < this.connections.length; i++) { + this.connections[i].setVisible(v); + if (!doNotNotifyOtherEndpoint) { + var oIdx = this === this.connections[i].endpoints[0] ? 1 : 0; + // only change the other endpoint if this is its only connection. + if (this.connections[i].endpoints[oIdx].connections.length === 1) { + this.connections[i].endpoints[oIdx].setVisible(v, true, true); + } + } + } + } + }, + getAttachedElements: function () { + return this.connections; + }, + applyType: function (t, doNotRepaint) { + this.setPaintStyle(t.endpointStyle || t.paintStyle, doNotRepaint); + this.setHoverPaintStyle(t.endpointHoverStyle || t.hoverPaintStyle, doNotRepaint); + if (t.maxConnections != null) { + this._jsPlumb.maxConnections = t.maxConnections; + } + if (t.scope) { + this.scope = t.scope; + } + _jp.extend(this, t, typeParameters); + if (t.cssClass != null && this.canvas) { + this._jsPlumb.instance.addClass(this.canvas, t.cssClass); + } + _jp.OverlayCapableJsPlumbUIComponent.applyType(this, t); + }, + isEnabled: function () { + return this._jsPlumb.enabled; + }, + setEnabled: function (e) { + this._jsPlumb.enabled = e; + }, + cleanup: function () { + var anchorClass = this._jsPlumb.instance.endpointAnchorClassPrefix + (this._jsPlumb.currentAnchorClass ? "-" + this._jsPlumb.currentAnchorClass : ""); + _jp.removeClass(this.element, anchorClass); + this.anchor = null; + this.endpoint.cleanup(true); + this.endpoint.destroy(); + this.endpoint = null; + // drag/drop + this._jsPlumb.instance.destroyDraggable(this.canvas, "internal"); + this._jsPlumb.instance.destroyDroppable(this.canvas, "internal"); + }, + setHover: function (h) { + if (this.endpoint && this._jsPlumb && !this._jsPlumb.instance.isConnectionBeingDragged()) { + this.endpoint.setHover(h); + } + }, + isFull: function () { + return this._jsPlumb.maxConnections === 0 ? true : !(this.isFloating() || this._jsPlumb.maxConnections < 0 || this.connections.length < this._jsPlumb.maxConnections); + }, + /** + * private but needs to be exposed. + */ + isFloating: function () { + return this.anchor != null && this.anchor.isFloating; + }, + isConnectedTo: function (endpoint) { + var found = false; + if (endpoint) { + for (var i = 0; i < this.connections.length; i++) { + if (this.connections[i].endpoints[1] === endpoint || this.connections[i].endpoints[0] === endpoint) { + found = true; + break; + } + } + } + return found; + }, + getConnectionCost: function () { + return this._jsPlumb.connectionCost; + }, + setConnectionCost: function (c) { + this._jsPlumb.connectionCost = c; + }, + areConnectionsDirected: function () { + return this._jsPlumb.connectionsDirected; + }, + setConnectionsDirected: function (b) { + this._jsPlumb.connectionsDirected = b; + }, + setElementId: function (_elId) { + this.elementId = _elId; + this.anchor.elementId = _elId; + }, + setReferenceElement: function (_el) { + this.element = _jp.getElement(_el); + }, + setDragAllowedWhenFull: function (allowed) { + this.dragAllowedWhenFull = allowed; + }, + equals: function (endpoint) { + return this.anchor.equals(endpoint.anchor); + }, + getUuid: function () { + return this._jsPlumb.uuid; + }, + computeAnchor: function (params) { + return this.anchor.compute(params); + } + }); + + root.jsPlumbInstance.prototype.EndpointDropHandler = function (dhParams) { + return function (e) { + + var _jsPlumb = dhParams.jsPlumb; + + // remove the classes that are added dynamically. drop is neither forbidden nor allowed now that + // the drop is finishing. + dhParams.removeClass(_jsPlumb.endpointDropAllowedClass); + dhParams.removeClass(_jsPlumb.endpointDropForbiddenClass); + + var originalEvent = _jsPlumb.getDropEvent(arguments), + draggable = _jsPlumb.getDragObject(arguments), + id = _jsPlumb.getAttribute(draggable, "dragId"), + elId = _jsPlumb.getAttribute(draggable, "elId"), + scope = _jsPlumb.getAttribute(draggable, "originalScope"), + jpc = _jsPlumb.getFloatingConnectionFor(id); + + // if no active connection, bail. + if (jpc == null) { + return; + } + + // calculate if this is an existing connection. + var existingConnection = jpc.suspendedEndpoint != null; + + // if suspended endpoint exists but has been cleaned up, bail. This means it's an existing connection + // that has been detached and will shortly be discarded. + if (existingConnection && jpc.suspendedEndpoint._jsPlumb == null) { + return; + } + + // get the drop endpoint. for a normal connection this is just the one that would replace the currently + // floating endpoint. for a makeTarget this is a new endpoint that is created on drop. But we leave that to + // the handler to figure out. + var _ep = dhParams.getEndpoint(jpc); + + // If we're not given an endpoint to use, bail. + if (_ep == null) { + return; + } + + // if this is a drop back where the connection came from, mark it force reattach and + // return; the stop handler will reattach. without firing an event. + if (dhParams.isRedrop(jpc, dhParams)) { + jpc._forceReattach = true; + jpc.setHover(false); + if (dhParams.maybeCleanup) { + dhParams.maybeCleanup(_ep); + } + return; + } + + // ensure we dont bother trying to drop sources on non-source eps, and same for target. + var idx = _jsPlumb.getFloatingAnchorIndex(jpc); + if ((idx === 0 && !dhParams.isSource)|| (idx === 1 && !dhParams.isTarget)){ + if (dhParams.maybeCleanup) { + dhParams.maybeCleanup(_ep); + } + return; + } + + if (dhParams.onDrop) { + dhParams.onDrop(jpc); + } + + // restore the original scope if necessary (issue 57) + if (scope) { + _jsPlumb.setDragScope(draggable, scope); + } + + // if the target of the drop is full, fire an event (we abort below) + // makeTarget: keep. + var isFull = dhParams.isFull(e); + if (isFull) { + _ep.fire("maxConnections", { + endpoint: this, + connection: jpc, + maxConnections: _ep._jsPlumb.maxConnections + }, originalEvent); + } + // + // if endpoint enabled, not full, and matches the index of the floating endpoint... + if (!isFull && dhParams.enabled()) { + var _doContinue = true; + + // before testing for beforeDrop, reset the connection's source/target to be the actual DOM elements + // involved (that is, stash any temporary stuff used for dragging. but we need to keep it around in + // order that the anchor manager can clean things up properly). + if (idx === 0) { + jpc.floatingElement = jpc.source; + jpc.floatingId = jpc.sourceId; + jpc.floatingEndpoint = jpc.endpoints[0]; + jpc.floatingIndex = 0; + jpc.source = dhParams.element; + jpc.sourceId = dhParams.elementId; + } else { + jpc.floatingElement = jpc.target; + jpc.floatingId = jpc.targetId; + jpc.floatingEndpoint = jpc.endpoints[1]; + jpc.floatingIndex = 1; + jpc.target = dhParams.element; + jpc.targetId = dhParams.elementId; + } + + // if this is an existing connection and detach is not allowed we won't continue. The connection's + // endpoints have been reinstated; everything is back to how it was. + if (existingConnection && jpc.suspendedEndpoint.id !== _ep.id) { + if (!jpc.isDetachAllowed(jpc) || !jpc.endpoints[idx].isDetachAllowed(jpc) || !jpc.suspendedEndpoint.isDetachAllowed(jpc) || !_jsPlumb.checkCondition("beforeDetach", jpc)) { + _doContinue = false; + } + } + +// ------------ wrap the execution path in a function so we can support asynchronous beforeDrop + + var continueFunction = function (optionalData) { + // remove this jpc from the current endpoint, which is a floating endpoint that we will + // subsequently discard. + jpc.endpoints[idx].detachFromConnection(jpc); + + // if there's a suspended endpoint, detach it from the connection. + if (jpc.suspendedEndpoint) { + jpc.suspendedEndpoint.detachFromConnection(jpc); + } + + jpc.endpoints[idx] = _ep; + _ep.addConnection(jpc); + + // copy our parameters in to the connection: + var params = _ep.getParameters(); + for (var aParam in params) { + jpc.setParameter(aParam, params[aParam]); + } + + if (!existingConnection) { + // if not an existing connection and + if (params.draggable) { + _jsPlumb.initDraggable(this.element, dhParams.dragOptions, "internal", _jsPlumb); + } + } + else { + var suspendedElementId = jpc.suspendedEndpoint.elementId; + _jsPlumb.fireMoveEvent({ + index: idx, + originalSourceId: idx === 0 ? suspendedElementId : jpc.sourceId, + newSourceId: idx === 0 ? _ep.elementId : jpc.sourceId, + originalTargetId: idx === 1 ? suspendedElementId : jpc.targetId, + newTargetId: idx === 1 ? _ep.elementId : jpc.targetId, + originalSourceEndpoint: idx === 0 ? jpc.suspendedEndpoint : jpc.endpoints[0], + newSourceEndpoint: idx === 0 ? _ep : jpc.endpoints[0], + originalTargetEndpoint: idx === 1 ? jpc.suspendedEndpoint : jpc.endpoints[1], + newTargetEndpoint: idx === 1 ? _ep : jpc.endpoints[1], + connection: jpc + }, originalEvent); + } + + if (idx === 1) { + _jsPlumb.anchorManager.updateOtherEndpoint(jpc.sourceId, jpc.floatingId, jpc.targetId, jpc); + } + else { + _jsPlumb.anchorManager.sourceChanged(jpc.floatingId, jpc.sourceId, jpc, jpc.source); + } + + // when makeSource has uniqueEndpoint:true, we want to create connections with new endpoints + // that are subsequently deleted. So makeSource sets `finalEndpoint`, which is the Endpoint to + // which the connection should be attached. The `detachFromConnection` call below results in the + // temporary endpoint being cleaned up. + if (jpc.endpoints[0].finalEndpoint) { + var _toDelete = jpc.endpoints[0]; + _toDelete.detachFromConnection(jpc); + jpc.endpoints[0] = jpc.endpoints[0].finalEndpoint; + jpc.endpoints[0].addConnection(jpc); + } + + // if optionalData was given, merge it onto the connection's data. + if (_ju.isObject(optionalData)) { + jpc.mergeData(optionalData); + } + // finalise will inform the anchor manager and also add to + // connectionsByScope if necessary. + _jsPlumb.finaliseConnection(jpc, null, originalEvent, false); + jpc.setHover(false); + + // SP continuous anchor flush + _jsPlumb.revalidate(jpc.endpoints[0].element); + + }.bind(this); + + var dontContinueFunction = function () { + // otherwise just put it back on the endpoint it was on before the drag. + if (jpc.suspendedEndpoint) { + jpc.endpoints[idx] = jpc.suspendedEndpoint; + jpc.setHover(false); + jpc._forceDetach = true; + if (idx === 0) { + jpc.source = jpc.suspendedEndpoint.element; + jpc.sourceId = jpc.suspendedEndpoint.elementId; + } else { + jpc.target = jpc.suspendedEndpoint.element; + jpc.targetId = jpc.suspendedEndpoint.elementId; + } + jpc.suspendedEndpoint.addConnection(jpc); + + // TODO checkSanity + if (idx === 1) { + _jsPlumb.anchorManager.updateOtherEndpoint(jpc.sourceId, jpc.floatingId, jpc.targetId, jpc); + } + else { + _jsPlumb.anchorManager.sourceChanged(jpc.floatingId, jpc.sourceId, jpc, jpc.source); + } + + _jsPlumb.repaint(jpc.sourceId); + jpc._forceDetach = false; + } + }; + +// -------------------------------------- + // now check beforeDrop. this will be available only on Endpoints that are setup to + // have a beforeDrop condition (although, secretly, under the hood all Endpoints and + // the Connection have them, because they are on jsPlumbUIComponent. shhh!), because + // it only makes sense to have it on a target endpoint. + _doContinue = _doContinue && dhParams.isDropAllowed(jpc.sourceId, jpc.targetId, jpc.scope, jpc, _ep);// && jpc.pending; + + if (_doContinue) { + continueFunction(_doContinue); + return true; + } + else { + dontContinueFunction(); + } + } + + if (dhParams.maybeCleanup) { + dhParams.maybeCleanup(_ep); + } + + _jsPlumb.currentlyDragging = false; + }; + }; +}).call(typeof window !== 'undefined' ? window : this); + +/* + * This file contains the code for Connections. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + var root = this, + _jp = root.jsPlumb, + _ju = root.jsPlumbUtil; + + var makeConnector = function (_jsPlumb, renderMode, connectorName, connectorArgs, forComponent) { + // first make sure we have a cache for the specified renderer + _jp.Connectors[renderMode] = _jp.Connectors[renderMode] || {}; + + // now see if the one we want exists; if not we will try to make it + if (_jp.Connectors[renderMode][connectorName] == null) { + + if (_jp.Connectors[connectorName] == null) { + if (!_jsPlumb.Defaults.DoNotThrowErrors) { + throw new TypeError("jsPlumb: unknown connector type '" + connectorName + "'"); + } else { + return null; + } + } + + _jp.Connectors[renderMode][connectorName] = function() { + _jp.Connectors[connectorName].apply(this, arguments); + _jp.ConnectorRenderers[renderMode].apply(this, arguments); + }; + + _ju.extend(_jp.Connectors[renderMode][connectorName], [ _jp.Connectors[connectorName], _jp.ConnectorRenderers[renderMode]]); + + } + + return new _jp.Connectors[renderMode][connectorName](connectorArgs, forComponent); + }, + _makeAnchor = function (anchorParams, elementId, _jsPlumb) { + return (anchorParams) ? _jsPlumb.makeAnchor(anchorParams, elementId, _jsPlumb) : null; + }, + _updateConnectedClass = function (conn, element, _jsPlumb, remove) { + if (element != null) { + element._jsPlumbConnections = element._jsPlumbConnections || {}; + if (remove) { + delete element._jsPlumbConnections[conn.id]; + } + else { + element._jsPlumbConnections[conn.id] = true; + } + + if (_ju.isEmpty(element._jsPlumbConnections)) { + _jsPlumb.removeClass(element, _jsPlumb.connectedClass); + } + else { + _jsPlumb.addClass(element, _jsPlumb.connectedClass); + } + } + }; + + _jp.Connection = function (params) { + var _newEndpoint = params.newEndpoint; + + this.id = params.id; + this.connector = null; + this.idPrefix = "_jsplumb_c_"; + this.defaultLabelLocation = 0.5; + this.defaultOverlayKeys = ["Overlays", "ConnectionOverlays"]; + // if a new connection is the result of moving some existing connection, params.previousConnection + // will have that Connection in it. listeners for the jsPlumbConnection event can look for that + // member and take action if they need to. + this.previousConnection = params.previousConnection; + this.source = _jp.getElement(params.source); + this.target = _jp.getElement(params.target); + + + _jp.OverlayCapableJsPlumbUIComponent.apply(this, arguments); + + // sourceEndpoint and targetEndpoint override source/target, if they are present. but + // source is not overridden if the Endpoint has declared it is not the final target of a connection; + // instead we use the source that the Endpoint declares will be the final source element. + if (params.sourceEndpoint) { + this.source = params.sourceEndpoint.getElement(); + this.sourceId = params.sourceEndpoint.elementId; + } else { + this.sourceId = this._jsPlumb.instance.getId(this.source); + } + + if (params.targetEndpoint) { + this.target = params.targetEndpoint.getElement(); + this.targetId = params.targetEndpoint.elementId; + } else { + this.targetId = this._jsPlumb.instance.getId(this.target); + } + + + this.scope = params.scope; // scope may have been passed in to the connect call. if it wasn't, we will pull it from the source endpoint, after having initialised the endpoints. + this.endpoints = []; + this.endpointStyles = []; + + var _jsPlumb = this._jsPlumb.instance; + + _jsPlumb.manage(this.sourceId, this.source); + _jsPlumb.manage(this.targetId, this.target); + + this._jsPlumb.visible = true; + + this._jsPlumb.params = { + cssClass: params.cssClass, + container: params.container, + "pointer-events": params["pointer-events"], + editorParams: params.editorParams, + overlays: params.overlays + }; + this._jsPlumb.lastPaintedAt = null; + + // listen to mouseover and mouseout events passed from the container delegate. + this.bind("mouseover", function () { + this.setHover(true); + }.bind(this)); + this.bind("mouseout", function () { + this.setHover(false); + }.bind(this)); + + +// INITIALISATION CODE + + this.makeEndpoint = function (isSource, el, elId, ep) { + elId = elId || this._jsPlumb.instance.getId(el); + return this.prepareEndpoint(_jsPlumb, _newEndpoint, this, ep, isSource ? 0 : 1, params, el, elId); + }; + + // if type given, get the endpoint definitions mapping to that type from the jsplumb instance, and use those. + // we apply types at the end of this constructor but endpoints are only honoured in a type definition at + // create time. + if (params.type) { + params.endpoints = params.endpoints || this._jsPlumb.instance.deriveEndpointAndAnchorSpec(params.type).endpoints; + } + + var eS = this.makeEndpoint(true, this.source, this.sourceId, params.sourceEndpoint), + eT = this.makeEndpoint(false, this.target, this.targetId, params.targetEndpoint); + + if (eS) { + _ju.addToList(params.endpointsByElement, this.sourceId, eS); + } + if (eT) { + _ju.addToList(params.endpointsByElement, this.targetId, eT); + } + // if scope not set, set it to be the scope for the source endpoint. + if (!this.scope) { + this.scope = this.endpoints[0].scope; + } + + // if explicitly told to (or not to) delete endpoints when empty, override endpoint's preferences + if (params.deleteEndpointsOnEmpty != null) { + this.endpoints[0].setDeleteOnEmpty(params.deleteEndpointsOnEmpty); + this.endpoints[1].setDeleteOnEmpty(params.deleteEndpointsOnEmpty); + } + +// -------------------------- DEFAULT TYPE --------------------------------------------- + + // DETACHABLE + var _detachable = _jsPlumb.Defaults.ConnectionsDetachable; + if (params.detachable === false) { + _detachable = false; + } + if (this.endpoints[0].connectionsDetachable === false) { + _detachable = false; + } + if (this.endpoints[1].connectionsDetachable === false) { + _detachable = false; + } + // REATTACH + var _reattach = params.reattach || this.endpoints[0].reattachConnections || this.endpoints[1].reattachConnections || _jsPlumb.Defaults.ReattachConnections; + + this.appendToDefaultType({ + detachable: _detachable, + reattach: _reattach, + paintStyle:this.endpoints[0].connectorStyle || this.endpoints[1].connectorStyle || params.paintStyle || _jsPlumb.Defaults.PaintStyle || _jp.Defaults.PaintStyle, + hoverPaintStyle:this.endpoints[0].connectorHoverStyle || this.endpoints[1].connectorHoverStyle || params.hoverPaintStyle || _jsPlumb.Defaults.HoverPaintStyle || _jp.Defaults.HoverPaintStyle + }); + + var _suspendedAt = _jsPlumb.getSuspendedAt(); + if (!_jsPlumb.isSuspendDrawing()) { + // paint the endpoints + var myInfo = _jsPlumb.getCachedData(this.sourceId), + myOffset = myInfo.o, myWH = myInfo.s, + otherInfo = _jsPlumb.getCachedData(this.targetId), + otherOffset = otherInfo.o, + otherWH = otherInfo.s, + initialTimestamp = _suspendedAt || _jsPlumb.timestamp(), + anchorLoc = this.endpoints[0].anchor.compute({ + xy: [ myOffset.left, myOffset.top ], wh: myWH, element: this.endpoints[0], + elementId: this.endpoints[0].elementId, + txy: [ otherOffset.left, otherOffset.top ], twh: otherWH, tElement: this.endpoints[1], + timestamp: initialTimestamp + }); + + this.endpoints[0].paint({ anchorLoc: anchorLoc, timestamp: initialTimestamp }); + + anchorLoc = this.endpoints[1].anchor.compute({ + xy: [ otherOffset.left, otherOffset.top ], wh: otherWH, element: this.endpoints[1], + elementId: this.endpoints[1].elementId, + txy: [ myOffset.left, myOffset.top ], twh: myWH, tElement: this.endpoints[0], + timestamp: initialTimestamp + }); + this.endpoints[1].paint({ anchorLoc: anchorLoc, timestamp: initialTimestamp }); + } + + this.getTypeDescriptor = function () { + return "connection"; + }; + this.getAttachedElements = function () { + return this.endpoints; + }; + + this.isDetachable = function (ep) { + return this._jsPlumb.detachable === false ? false : ep != null ? ep.connectionsDetachable === true : this._jsPlumb.detachable === true; + }; + this.setDetachable = function (detachable) { + this._jsPlumb.detachable = detachable === true; + }; + this.isReattach = function () { + return this._jsPlumb.reattach === true || this.endpoints[0].reattachConnections === true || this.endpoints[1].reattachConnections === true; + }; + this.setReattach = function (reattach) { + this._jsPlumb.reattach = reattach === true; + }; + +// END INITIALISATION CODE + + +// COST + DIRECTIONALITY + // if cost not supplied, try to inherit from source endpoint + this._jsPlumb.cost = params.cost || this.endpoints[0].getConnectionCost(); + this._jsPlumb.directed = params.directed; + // inherit directed flag if set no source endpoint + if (params.directed == null) { + this._jsPlumb.directed = this.endpoints[0].areConnectionsDirected(); + } +// END COST + DIRECTIONALITY + +// PARAMETERS + // merge all the parameters objects into the connection. parameters set + // on the connection take precedence; then source endpoint params, then + // finally target endpoint params. + var _p = _jp.extend({}, this.endpoints[1].getParameters()); + _jp.extend(_p, this.endpoints[0].getParameters()); + _jp.extend(_p, this.getParameters()); + this.setParameters(_p); +// END PARAMETERS + +// PAINTING + + this.setConnector(this.endpoints[0].connector || this.endpoints[1].connector || params.connector || _jsPlumb.Defaults.Connector || _jp.Defaults.Connector, true); + var data = params.data == null || !_ju.isObject(params.data) ? {} : params.data; + this.getData = function() { return data; }; + this.setData = function(d) { data = d || {}; }; + this.mergeData = function(d) { data = _jp.extend(data, d); }; + + // the very last thing we do is apply types, if there are any. + var _types = [ "default", this.endpoints[0].connectionType, this.endpoints[1].connectionType, params.type ].join(" "); + if (/[^\s]/.test(_types)) { + this.addType(_types, params.data, true); + } + + this.updateConnectedClass(); + +// END PAINTING + }; + + _ju.extend(_jp.Connection, _jp.OverlayCapableJsPlumbUIComponent, { + applyType: function (t, doNotRepaint, typeMap) { + + var _connector = null; + if (t.connector != null) { + _connector = this.getCachedTypeItem("connector", typeMap.connector); + if (_connector == null) { + _connector = this.prepareConnector(t.connector, typeMap.connector); + this.cacheTypeItem("connector", _connector, typeMap.connector); + } + this.setPreparedConnector(_connector); + } + + // none of these things result in the creation of objects so can be ignored. + if (t.detachable != null) { + this.setDetachable(t.detachable); + } + if (t.reattach != null) { + this.setReattach(t.reattach); + } + if (t.scope) { + this.scope = t.scope; + } + + if (t.cssClass != null && this.canvas) { + this._jsPlumb.instance.addClass(this.canvas, t.cssClass); + } + + var _anchors = null; + // this also results in the creation of objects. + if (t.anchor) { + // note that even if the param was anchor, we store `anchors`. + _anchors = this.getCachedTypeItem("anchors", typeMap.anchor); + if (_anchors == null) { + _anchors = [ this._jsPlumb.instance.makeAnchor(t.anchor), this._jsPlumb.instance.makeAnchor(t.anchor) ]; + this.cacheTypeItem("anchors", _anchors, typeMap.anchor); + } + } + else if (t.anchors) { + _anchors = this.getCachedTypeItem("anchors", typeMap.anchors); + if (_anchors == null) { + _anchors = [ + this._jsPlumb.instance.makeAnchor(t.anchors[0]), + this._jsPlumb.instance.makeAnchor(t.anchors[1]) + ]; + this.cacheTypeItem("anchors", _anchors, typeMap.anchors); + } + } + if (_anchors != null) { + this.endpoints[0].anchor = _anchors[0]; + this.endpoints[1].anchor = _anchors[1]; + if (this.endpoints[1].anchor.isDynamic) { + this._jsPlumb.instance.repaint(this.endpoints[1].elementId); + } + } + + _jp.OverlayCapableJsPlumbUIComponent.applyType(this, t); + }, + addClass: function (c, informEndpoints) { + if (informEndpoints) { + this.endpoints[0].addClass(c); + this.endpoints[1].addClass(c); + if (this.suspendedEndpoint) { + this.suspendedEndpoint.addClass(c); + } + } + if (this.connector) { + this.connector.addClass(c); + } + }, + removeClass: function (c, informEndpoints) { + if (informEndpoints) { + this.endpoints[0].removeClass(c); + this.endpoints[1].removeClass(c); + if (this.suspendedEndpoint) { + this.suspendedEndpoint.removeClass(c); + } + } + if (this.connector) { + this.connector.removeClass(c); + } + }, + isVisible: function () { + return this._jsPlumb.visible; + }, + setVisible: function (v) { + this._jsPlumb.visible = v; + if (this.connector) { + this.connector.setVisible(v); + } + this.repaint(); + }, + cleanup: function () { + this.updateConnectedClass(true); + this.endpoints = null; + this.source = null; + this.target = null; + if (this.connector != null) { + this.connector.cleanup(true); + this.connector.destroy(true); + } + this.connector = null; + }, + updateConnectedClass:function(remove) { + if (this._jsPlumb) { + _updateConnectedClass(this, this.source, this._jsPlumb.instance, remove); + _updateConnectedClass(this, this.target, this._jsPlumb.instance, remove); + } + }, + setHover: function (state) { + if (this.connector && this._jsPlumb && !this._jsPlumb.instance.isConnectionBeingDragged()) { + this.connector.setHover(state); + root.jsPlumb[state ? "addClass" : "removeClass"](this.source, this._jsPlumb.instance.hoverSourceClass); + root.jsPlumb[state ? "addClass" : "removeClass"](this.target, this._jsPlumb.instance.hoverTargetClass); + } + }, + getUuids:function() { + return [ this.endpoints[0].getUuid(), this.endpoints[1].getUuid() ]; + }, + getCost: function () { + return this._jsPlumb ? this._jsPlumb.cost : -Infinity; + }, + setCost: function (c) { + this._jsPlumb.cost = c; + }, + isDirected: function () { + return this._jsPlumb.directed; + }, + getConnector: function () { + return this.connector; + }, + prepareConnector:function(connectorSpec, typeId) { + var connectorArgs = { + _jsPlumb: this._jsPlumb.instance, + cssClass: this._jsPlumb.params.cssClass, + container: this._jsPlumb.params.container, + "pointer-events": this._jsPlumb.params["pointer-events"] + }, + renderMode = this._jsPlumb.instance.getRenderMode(), + connector; + + if (_ju.isString(connectorSpec)) { + connector = makeConnector(this._jsPlumb.instance, renderMode, connectorSpec, connectorArgs, this); + } // lets you use a string as shorthand. + else if (_ju.isArray(connectorSpec)) { + if (connectorSpec.length === 1) { + connector = makeConnector(this._jsPlumb.instance, renderMode, connectorSpec[0], connectorArgs, this); + } + else { + connector = makeConnector(this._jsPlumb.instance, renderMode, connectorSpec[0], _ju.merge(connectorSpec[1], connectorArgs), this); + } + } + if (typeId != null) { + connector.typeId = typeId; + } + return connector; + }, + setPreparedConnector: function(connector, doNotRepaint, doNotChangeListenerComponent, typeId) { + + if (this.connector !== connector) { + + var previous, previousClasses = ""; + // the connector will not be cleaned up if it was set as part of a type, because `typeId` will be set on it + // and we havent passed in `true` for "force" here. + if (this.connector != null) { + previous = this.connector; + previousClasses = previous.getClass(); + this.connector.cleanup(); + this.connector.destroy(); + } + + this.connector = connector; + if (typeId) { + this.cacheTypeItem("connector", connector, typeId); + } + + this.canvas = this.connector.canvas; + this.bgCanvas = this.connector.bgCanvas; + + // put classes from prior connector onto the canvas + this.addClass(previousClasses); + + // new: instead of binding listeners per connector, we now just have one delegate on the container. + // so for that handler we set the connection as the '_jsPlumb' member of the canvas element, and + // bgCanvas, if it exists, which it does right now in the VML renderer, so it won't from v 2.0.0 onwards. + if (this.canvas) { + this.canvas._jsPlumb = this; + } + if (this.bgCanvas) { + this.bgCanvas._jsPlumb = this; + } + + if (previous != null) { + var o = this.getOverlays(); + for (var i = 0; i < o.length; i++) { + if (o[i].transfer) { + o[i].transfer(this.connector); + } + } + } + + if (!doNotChangeListenerComponent) { + this.setListenerComponent(this.connector); + } + if (!doNotRepaint) { + this.repaint(); + } + } + }, + setConnector: function (connectorSpec, doNotRepaint, doNotChangeListenerComponent, typeId) { + var connector = this.prepareConnector(connectorSpec, typeId); + this.setPreparedConnector(connector, doNotRepaint, doNotChangeListenerComponent, typeId); + }, + paint: function (params) { + + if (!this._jsPlumb.instance.isSuspendDrawing() && this._jsPlumb.visible) { + params = params || {}; + var timestamp = params.timestamp, + // if the moving object is not the source we must transpose the two references. + swap = false, + tId = swap ? this.sourceId : this.targetId, sId = swap ? this.targetId : this.sourceId, + tIdx = swap ? 0 : 1, sIdx = swap ? 1 : 0; + + if (timestamp == null || timestamp !== this._jsPlumb.lastPaintedAt) { + var sourceInfo = this._jsPlumb.instance.updateOffset({elId:sId}).o, + targetInfo = this._jsPlumb.instance.updateOffset({elId:tId}).o, + sE = this.endpoints[sIdx], tE = this.endpoints[tIdx]; + + var sAnchorP = sE.anchor.getCurrentLocation({xy: [sourceInfo.left, sourceInfo.top], wh: [sourceInfo.width, sourceInfo.height], element: sE, timestamp: timestamp}), + tAnchorP = tE.anchor.getCurrentLocation({xy: [targetInfo.left, targetInfo.top], wh: [targetInfo.width, targetInfo.height], element: tE, timestamp: timestamp}); + + this.connector.resetBounds(); + + this.connector.compute({ + sourcePos: sAnchorP, + targetPos: tAnchorP, + sourceOrientation:sE.anchor.getOrientation(sE), + targetOrientation:tE.anchor.getOrientation(tE), + sourceEndpoint: this.endpoints[sIdx], + targetEndpoint: this.endpoints[tIdx], + "stroke-width": this._jsPlumb.paintStyleInUse.strokeWidth, + sourceInfo: sourceInfo, + targetInfo: targetInfo + }); + + var overlayExtents = { minX: Infinity, minY: Infinity, maxX: -Infinity, maxY: -Infinity }; + + // compute overlays. we do this first so we can get their placements, and adjust the + // container if needs be (if an overlay would be clipped) + for (var i in this._jsPlumb.overlays) { + if (this._jsPlumb.overlays.hasOwnProperty(i)) { + var o = this._jsPlumb.overlays[i]; + if (o.isVisible()) { + this._jsPlumb.overlayPlacements[i] = o.draw(this.connector, this._jsPlumb.paintStyleInUse, this.getAbsoluteOverlayPosition(o)); + overlayExtents.minX = Math.min(overlayExtents.minX, this._jsPlumb.overlayPlacements[i].minX); + overlayExtents.maxX = Math.max(overlayExtents.maxX, this._jsPlumb.overlayPlacements[i].maxX); + overlayExtents.minY = Math.min(overlayExtents.minY, this._jsPlumb.overlayPlacements[i].minY); + overlayExtents.maxY = Math.max(overlayExtents.maxY, this._jsPlumb.overlayPlacements[i].maxY); + } + } + } + + var lineWidth = parseFloat(this._jsPlumb.paintStyleInUse.strokeWidth || 1) / 2, + outlineWidth = parseFloat(this._jsPlumb.paintStyleInUse.strokeWidth || 0), + extents = { + xmin: Math.min(this.connector.bounds.minX - (lineWidth + outlineWidth), overlayExtents.minX), + ymin: Math.min(this.connector.bounds.minY - (lineWidth + outlineWidth), overlayExtents.minY), + xmax: Math.max(this.connector.bounds.maxX + (lineWidth + outlineWidth), overlayExtents.maxX), + ymax: Math.max(this.connector.bounds.maxY + (lineWidth + outlineWidth), overlayExtents.maxY) + }; + // paint the connector. + this.connector.paint(this._jsPlumb.paintStyleInUse, null, extents); + // and then the overlays + for (var j in this._jsPlumb.overlays) { + if (this._jsPlumb.overlays.hasOwnProperty(j)) { + var p = this._jsPlumb.overlays[j]; + if (p.isVisible()) { + p.paint(this._jsPlumb.overlayPlacements[j], extents); + } + } + } + } + this._jsPlumb.lastPaintedAt = timestamp; + } + }, + repaint: function (params) { + var p = jsPlumb.extend(params || {}, {}); + p.elId = this.sourceId; + this.paint(p); + }, + prepareEndpoint: function (_jsPlumb, _newEndpoint, conn, existing, index, params, element, elementId) { + var e; + if (existing) { + conn.endpoints[index] = existing; + existing.addConnection(conn); + } else { + if (!params.endpoints) { + params.endpoints = [ null, null ]; + } + var ep = params.endpoints[index] || params.endpoint || _jsPlumb.Defaults.Endpoints[index] || _jp.Defaults.Endpoints[index] || _jsPlumb.Defaults.Endpoint || _jp.Defaults.Endpoint; + if (!params.endpointStyles) { + params.endpointStyles = [ null, null ]; + } + if (!params.endpointHoverStyles) { + params.endpointHoverStyles = [ null, null ]; + } + var es = params.endpointStyles[index] || params.endpointStyle || _jsPlumb.Defaults.EndpointStyles[index] || _jp.Defaults.EndpointStyles[index] || _jsPlumb.Defaults.EndpointStyle || _jp.Defaults.EndpointStyle; + // Endpoints derive their fill from the connector's stroke, if no fill was specified. + if (es.fill == null && params.paintStyle != null) { + es.fill = params.paintStyle.stroke; + } + + if (es.outlineStroke == null && params.paintStyle != null) { + es.outlineStroke = params.paintStyle.outlineStroke; + } + if (es.outlineWidth == null && params.paintStyle != null) { + es.outlineWidth = params.paintStyle.outlineWidth; + } + + var ehs = params.endpointHoverStyles[index] || params.endpointHoverStyle || _jsPlumb.Defaults.EndpointHoverStyles[index] || _jp.Defaults.EndpointHoverStyles[index] || _jsPlumb.Defaults.EndpointHoverStyle || _jp.Defaults.EndpointHoverStyle; + // endpoint hover fill style is derived from connector's hover stroke style + if (params.hoverPaintStyle != null) { + if (ehs == null) { + ehs = {}; + } + if (ehs.fill == null) { + ehs.fill = params.hoverPaintStyle.stroke; + } + } + var a = params.anchors ? params.anchors[index] : + params.anchor ? params.anchor : + _makeAnchor(_jsPlumb.Defaults.Anchors[index], elementId, _jsPlumb) || + _makeAnchor(_jp.Defaults.Anchors[index], elementId, _jsPlumb) || + _makeAnchor(_jsPlumb.Defaults.Anchor, elementId, _jsPlumb) || + _makeAnchor(_jp.Defaults.Anchor, elementId, _jsPlumb), + u = params.uuids ? params.uuids[index] : null; + + e = _newEndpoint({ + paintStyle: es, hoverPaintStyle: ehs, endpoint: ep, connections: [ conn ], + uuid: u, anchor: a, source: element, scope: params.scope, + reattach: params.reattach || _jsPlumb.Defaults.ReattachConnections, + detachable: params.detachable || _jsPlumb.Defaults.ConnectionsDetachable + }); + if (existing == null) { + e.setDeleteOnEmpty(true); + } + conn.endpoints[index] = e; + + if (params.drawEndpoints === false) { + e.setVisible(false, true, true); + } + + } + return e; + } + + }); // END Connection class +}).call(typeof window !== 'undefined' ? window : this); + +/* + * This file contains the code for creating and manipulating anchors. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + + var root = this, + _ju = root.jsPlumbUtil, + _jp = root.jsPlumb; + + // + // manages anchors for all elements. + // + _jp.AnchorManager = function (params) { + var _amEndpoints = {}, + continuousAnchorLocations = {}, + continuousAnchorOrientations = {}, + connectionsByElementId = {}, + self = this, + anchorLists = {}, + jsPlumbInstance = params.jsPlumbInstance, + floatingConnections = {}, + // used by placeAnchors function + placeAnchorsOnLine = function (desc, elementDimensions, elementPosition, connections, horizontal, otherMultiplier, reverse) { + var a = [], step = elementDimensions[horizontal ? 0 : 1] / (connections.length + 1); + + for (var i = 0; i < connections.length; i++) { + var val = (i + 1) * step, other = otherMultiplier * elementDimensions[horizontal ? 1 : 0]; + if (reverse) { + val = elementDimensions[horizontal ? 0 : 1] - val; + } + + var dx = (horizontal ? val : other), x = elementPosition[0] + dx, xp = dx / elementDimensions[0], + dy = (horizontal ? other : val), y = elementPosition[1] + dy, yp = dy / elementDimensions[1]; + + a.push([ x, y, xp, yp, connections[i][1], connections[i][2] ]); + } + + return a; + }, + // used by edgeSortFunctions + currySort = function (reverseAngles) { + return function (a, b) { + var r = true; + if (reverseAngles) { + r = a[0][0] < b[0][0]; + } + else { + r = a[0][0] > b[0][0]; + } + return r === false ? -1 : 1; + }; + }, + // used by edgeSortFunctions + leftSort = function (a, b) { + // first get adjusted values + var p1 = a[0][0] < 0 ? -Math.PI - a[0][0] : Math.PI - a[0][0], + p2 = b[0][0] < 0 ? -Math.PI - b[0][0] : Math.PI - b[0][0]; + if (p1 > p2) { + return 1; + } + else { + return -1; + } + }, + // used by placeAnchors + edgeSortFunctions = { + "top": function (a, b) { + return a[0] > b[0] ? 1 : -1; + }, + "right": currySort(true), + "bottom": currySort(true), + "left": leftSort + }, + // used by placeAnchors + _sortHelper = function (_array, _fn) { + return _array.sort(_fn); + }, + // used by AnchorManager.redraw + placeAnchors = function (elementId, _anchorLists) { + var cd = jsPlumbInstance.getCachedData(elementId), sS = cd.s, sO = cd.o, + placeSomeAnchors = function (desc, elementDimensions, elementPosition, unsortedConnections, isHorizontal, otherMultiplier, orientation) { + if (unsortedConnections.length > 0) { + var sc = _sortHelper(unsortedConnections, edgeSortFunctions[desc]), // puts them in order based on the target element's pos on screen + reverse = desc === "right" || desc === "top", + anchors = placeAnchorsOnLine(desc, elementDimensions, + elementPosition, sc, + isHorizontal, otherMultiplier, reverse); + + // takes a computed anchor position and adjusts it for parent offset and scroll, then stores it. + var _setAnchorLocation = function (endpoint, anchorPos) { + continuousAnchorLocations[endpoint.id] = [ anchorPos[0], anchorPos[1], anchorPos[2], anchorPos[3] ]; + continuousAnchorOrientations[endpoint.id] = orientation; + }; + + for (var i = 0; i < anchors.length; i++) { + var c = anchors[i][4], weAreSource = c.endpoints[0].elementId === elementId, weAreTarget = c.endpoints[1].elementId === elementId; + if (weAreSource) { + _setAnchorLocation(c.endpoints[0], anchors[i]); + } + if (weAreTarget) { + _setAnchorLocation(c.endpoints[1], anchors[i]); + } + } + } + }; + + placeSomeAnchors("bottom", sS, [sO.left, sO.top], _anchorLists.bottom, true, 1, [0, 1]); + placeSomeAnchors("top", sS, [sO.left, sO.top], _anchorLists.top, true, 0, [0, -1]); + placeSomeAnchors("left", sS, [sO.left, sO.top], _anchorLists.left, false, 0, [-1, 0]); + placeSomeAnchors("right", sS, [sO.left, sO.top], _anchorLists.right, false, 1, [1, 0]); + }; + + this.reset = function () { + _amEndpoints = {}; + connectionsByElementId = {}; + anchorLists = {}; + }; + this.addFloatingConnection = function (key, conn) { + floatingConnections[key] = conn; + }; + this.removeFloatingConnection = function (key) { + delete floatingConnections[key]; + }; + this.newConnection = function (conn) { + var sourceId = conn.sourceId, targetId = conn.targetId, + ep = conn.endpoints, + doRegisterTarget = true, + registerConnection = function (otherIndex, otherEndpoint, otherAnchor, elId, c) { + if ((sourceId === targetId) && otherAnchor.isContinuous) { + // remove the target endpoint's canvas. we dont need it. + conn._jsPlumb.instance.removeElement(ep[1].canvas); + doRegisterTarget = false; + } + _ju.addToList(connectionsByElementId, elId, [c, otherEndpoint, otherAnchor.constructor === _jp.DynamicAnchor]); + }; + + registerConnection(0, ep[0], ep[0].anchor, targetId, conn); + if (doRegisterTarget) { + registerConnection(1, ep[1], ep[1].anchor, sourceId, conn); + } + }; + var removeEndpointFromAnchorLists = function (endpoint) { + (function (list, eId) { + if (list) { // transient anchors dont get entries in this list. + var f = function (e) { + return e[4] === eId; + }; + _ju.removeWithFunction(list.top, f); + _ju.removeWithFunction(list.left, f); + _ju.removeWithFunction(list.bottom, f); + _ju.removeWithFunction(list.right, f); + } + })(anchorLists[endpoint.elementId], endpoint.id); + }; + this.connectionDetached = function (connInfo, doNotRedraw) { + var connection = connInfo.connection || connInfo, + sourceId = connInfo.sourceId, + targetId = connInfo.targetId, + ep = connection.endpoints, + removeConnection = function (otherIndex, otherEndpoint, otherAnchor, elId, c) { + _ju.removeWithFunction(connectionsByElementId[elId], function (_c) { + return _c[0].id === c.id; + }); + }; + + removeConnection(1, ep[1], ep[1].anchor, sourceId, connection); + removeConnection(0, ep[0], ep[0].anchor, targetId, connection); + if (connection.floatingId) { + removeConnection(connection.floatingIndex, connection.floatingEndpoint, connection.floatingEndpoint.anchor, connection.floatingId, connection); + removeEndpointFromAnchorLists(connection.floatingEndpoint); + } + + // remove from anchorLists + removeEndpointFromAnchorLists(connection.endpoints[0]); + removeEndpointFromAnchorLists(connection.endpoints[1]); + + if (!doNotRedraw) { + self.redraw(connection.sourceId); + if (connection.targetId !== connection.sourceId) { + self.redraw(connection.targetId); + } + } + }; + this.add = function (endpoint, elementId) { + _ju.addToList(_amEndpoints, elementId, endpoint); + }; + this.changeId = function (oldId, newId) { + connectionsByElementId[newId] = connectionsByElementId[oldId]; + _amEndpoints[newId] = _amEndpoints[oldId]; + delete connectionsByElementId[oldId]; + delete _amEndpoints[oldId]; + }; + this.getConnectionsFor = function (elementId) { + return connectionsByElementId[elementId] || []; + }; + this.getEndpointsFor = function (elementId) { + return _amEndpoints[elementId] || []; + }; + this.deleteEndpoint = function (endpoint) { + _ju.removeWithFunction(_amEndpoints[endpoint.elementId], function (e) { + return e.id === endpoint.id; + }); + removeEndpointFromAnchorLists(endpoint); + }; + this.clearFor = function (elementId) { + delete _amEndpoints[elementId]; + _amEndpoints[elementId] = []; + }; + // updates the given anchor list by either updating an existing anchor's info, or adding it. this function + // also removes the anchor from its previous list, if the edge it is on has changed. + // all connections found along the way (those that are connected to one of the faces this function + // operates on) are added to the connsToPaint list, as are their endpoints. in this way we know to repaint + // them wthout having to calculate anything else about them. + var _updateAnchorList = function (lists, theta, order, conn, aBoolean, otherElId, idx, reverse, edgeId, elId, connsToPaint, endpointsToPaint) { + // first try to find the exact match, but keep track of the first index of a matching element id along the way.s + var exactIdx = -1, + firstMatchingElIdx = -1, + endpoint = conn.endpoints[idx], + endpointId = endpoint.id, + oIdx = [1, 0][idx], + values = [ + [ theta, order ], + conn, + aBoolean, + otherElId, + endpointId + ], + listToAddTo = lists[edgeId], + listToRemoveFrom = endpoint._continuousAnchorEdge ? lists[endpoint._continuousAnchorEdge] : null, + i, + candidate; + + if (listToRemoveFrom) { + var rIdx = _ju.findWithFunction(listToRemoveFrom, function (e) { + return e[4] === endpointId; + }); + if (rIdx !== -1) { + listToRemoveFrom.splice(rIdx, 1); + // get all connections from this list + for (i = 0; i < listToRemoveFrom.length; i++) { + candidate = listToRemoveFrom[i][1]; + _ju.addWithFunction(connsToPaint, candidate, function (c) { + return c.id === candidate.id; + }); + _ju.addWithFunction(endpointsToPaint, listToRemoveFrom[i][1].endpoints[idx], function (e) { + return e.id === candidate.endpoints[idx].id; + }); + _ju.addWithFunction(endpointsToPaint, listToRemoveFrom[i][1].endpoints[oIdx], function (e) { + return e.id === candidate.endpoints[oIdx].id; + }); + } + } + } + + for (i = 0; i < listToAddTo.length; i++) { + candidate = listToAddTo[i][1]; + if (params.idx === 1 && listToAddTo[i][3] === otherElId && firstMatchingElIdx === -1) { + firstMatchingElIdx = i; + } + _ju.addWithFunction(connsToPaint, candidate, function (c) { + return c.id === candidate.id; + }); + _ju.addWithFunction(endpointsToPaint, listToAddTo[i][1].endpoints[idx], function (e) { + return e.id === candidate.endpoints[idx].id; + }); + _ju.addWithFunction(endpointsToPaint, listToAddTo[i][1].endpoints[oIdx], function (e) { + return e.id === candidate.endpoints[oIdx].id; + }); + } + if (exactIdx !== -1) { + listToAddTo[exactIdx] = values; + } + else { + var insertIdx = reverse ? firstMatchingElIdx !== -1 ? firstMatchingElIdx : 0 : listToAddTo.length; // of course we will get this from having looked through the array shortly. + listToAddTo.splice(insertIdx, 0, values); + } + + // store this for next time. + endpoint._continuousAnchorEdge = edgeId; + }; + + // + // find the entry in an endpoint's list for this connection and update its target endpoint + // with the current target in the connection. + // This method and sourceChanged need to be folder into one. + // + this.updateOtherEndpoint = function (sourceElId, oldTargetId, newTargetId, connection) { + var sIndex = _ju.findWithFunction(connectionsByElementId[sourceElId], function (i) { + return i[0].id === connection.id; + }), + tIndex = _ju.findWithFunction(connectionsByElementId[oldTargetId], function (i) { + return i[0].id === connection.id; + }); + + // update or add data for source + if (sIndex !== -1) { + connectionsByElementId[sourceElId][sIndex][0] = connection; + connectionsByElementId[sourceElId][sIndex][1] = connection.endpoints[1]; + connectionsByElementId[sourceElId][sIndex][2] = connection.endpoints[1].anchor.constructor === _jp.DynamicAnchor; + } + + // remove entry for previous target (if there) + if (tIndex > -1) { + connectionsByElementId[oldTargetId].splice(tIndex, 1); + // add entry for new target + _ju.addToList(connectionsByElementId, newTargetId, [connection, connection.endpoints[0], connection.endpoints[0].anchor.constructor === _jp.DynamicAnchor]); + } + + connection.updateConnectedClass(); + }; + + // + // notification that the connection given has changed source from the originalId to the newId. + // This involves: + // 1. removing the connection from the list of connections stored for the originalId + // 2. updating the source information for the target of the connection + // 3. re-registering the connection in connectionsByElementId with the newId + // + this.sourceChanged = function (originalId, newId, connection, newElement) { + if (originalId !== newId) { + + connection.sourceId = newId; + connection.source = newElement; + + // remove the entry that points from the old source to the target + _ju.removeWithFunction(connectionsByElementId[originalId], function (info) { + return info[0].id === connection.id; + }); + // find entry for target and update it + var tIdx = _ju.findWithFunction(connectionsByElementId[connection.targetId], function (i) { + return i[0].id === connection.id; + }); + if (tIdx > -1) { + connectionsByElementId[connection.targetId][tIdx][0] = connection; + connectionsByElementId[connection.targetId][tIdx][1] = connection.endpoints[0]; + connectionsByElementId[connection.targetId][tIdx][2] = connection.endpoints[0].anchor.constructor === _jp.DynamicAnchor; + } + // add entry for new source + _ju.addToList(connectionsByElementId, newId, [connection, connection.endpoints[1], connection.endpoints[1].anchor.constructor === _jp.DynamicAnchor]); + + // TODO SP not final on this yet. when a user drags an existing connection and it turns into a self + // loop, then this code hides the target endpoint (by removing it from the DOM) But I think this should + // occur only if the anchor is Continuous + if (connection.endpoints[1].anchor.isContinuous) { + if (connection.source === connection.target) { + connection._jsPlumb.instance.removeElement(connection.endpoints[1].canvas); + } + else { + if (connection.endpoints[1].canvas.parentNode == null) { + connection._jsPlumb.instance.appendElement(connection.endpoints[1].canvas); + } + } + } + + connection.updateConnectedClass(); + } + }; + + // + // moves the given endpoint from `currentId` to `element`. + // This involves: + // + // 1. changing the key in _amEndpoints under which the endpoint is stored + // 2. changing the source or target values in all of the endpoint's connections + // 3. changing the array in connectionsByElementId in which the endpoint's connections + // are stored (done by either sourceChanged or updateOtherEndpoint) + // + this.rehomeEndpoint = function (ep, currentId, element) { + var eps = _amEndpoints[currentId] || [], + elementId = jsPlumbInstance.getId(element); + + if (elementId !== currentId) { + var idx = eps.indexOf(ep); + if (idx > -1) { + var _ep = eps.splice(idx, 1)[0]; + self.add(_ep, elementId); + } + } + + for (var i = 0; i < ep.connections.length; i++) { + if (ep.connections[i].sourceId === currentId) { + self.sourceChanged(currentId, ep.elementId, ep.connections[i], ep.element); + } + else if (ep.connections[i].targetId === currentId) { + ep.connections[i].targetId = ep.elementId; + ep.connections[i].target = ep.element; + self.updateOtherEndpoint(ep.connections[i].sourceId, currentId, ep.elementId, ep.connections[i]); + } + } + }; + + this.redraw = function (elementId, ui, timestamp, offsetToUI, clearEdits, doNotRecalcEndpoint) { + + if (!jsPlumbInstance.isSuspendDrawing()) { + // get all the endpoints for this element + var ep = _amEndpoints[elementId] || [], + endpointConnections = connectionsByElementId[elementId] || [], + connectionsToPaint = [], + endpointsToPaint = [], + anchorsToUpdate = []; + + timestamp = timestamp || jsPlumbInstance.timestamp(); + // offsetToUI are values that would have been calculated in the dragManager when registering + // an endpoint for an element that had a parent (somewhere in the hierarchy) that had been + // registered as draggable. + offsetToUI = offsetToUI || {left: 0, top: 0}; + if (ui) { + ui = { + left: ui.left + offsetToUI.left, + top: ui.top + offsetToUI.top + }; + } + + // valid for one paint cycle. + var myOffset = jsPlumbInstance.updateOffset({ elId: elementId, offset: ui, recalc: false, timestamp: timestamp }), + orientationCache = {}; + + // actually, first we should compute the orientation of this element to all other elements to which + // this element is connected with a continuous anchor (whether both ends of the connection have + // a continuous anchor or just one) + + for (var i = 0; i < endpointConnections.length; i++) { + var conn = endpointConnections[i][0], + sourceId = conn.sourceId, + targetId = conn.targetId, + sourceContinuous = conn.endpoints[0].anchor.isContinuous, + targetContinuous = conn.endpoints[1].anchor.isContinuous; + + if (sourceContinuous || targetContinuous) { + var oKey = sourceId + "_" + targetId, + o = orientationCache[oKey], + oIdx = conn.sourceId === elementId ? 1 : 0; + + if (sourceContinuous && !anchorLists[sourceId]) { + anchorLists[sourceId] = { top: [], right: [], bottom: [], left: [] }; + } + if (targetContinuous && !anchorLists[targetId]) { + anchorLists[targetId] = { top: [], right: [], bottom: [], left: [] }; + } + + if (elementId !== targetId) { + jsPlumbInstance.updateOffset({ elId: targetId, timestamp: timestamp }); + } + if (elementId !== sourceId) { + jsPlumbInstance.updateOffset({ elId: sourceId, timestamp: timestamp }); + } + + var td = jsPlumbInstance.getCachedData(targetId), + sd = jsPlumbInstance.getCachedData(sourceId); + + if (targetId === sourceId && (sourceContinuous || targetContinuous)) { + // here we may want to improve this by somehow determining the face we'd like + // to put the connector on. ideally, when drawing, the face should be calculated + // by determining which face is closest to the point at which the mouse button + // was released. for now, we're putting it on the top face. + _updateAnchorList( anchorLists[sourceId], -Math.PI / 2, 0, conn, false, targetId, 0, false, "top", sourceId, connectionsToPaint, endpointsToPaint); + _updateAnchorList( anchorLists[targetId], -Math.PI / 2, 0, conn, false, sourceId, 1, false, "top", targetId, connectionsToPaint, endpointsToPaint); + } + else { + if (!o) { + o = this.calculateOrientation(sourceId, targetId, sd.o, td.o, conn.endpoints[0].anchor, conn.endpoints[1].anchor, conn); + orientationCache[oKey] = o; + // this would be a performance enhancement, but the computed angles need to be clamped to + //the (-PI/2 -> PI/2) range in order for the sorting to work properly. + /* orientationCache[oKey2] = { + orientation:o.orientation, + a:[o.a[1], o.a[0]], + theta:o.theta + Math.PI, + theta2:o.theta2 + Math.PI + };*/ + } + if (sourceContinuous) { + _updateAnchorList(anchorLists[sourceId], o.theta, 0, conn, false, targetId, 0, false, o.a[0], sourceId, connectionsToPaint, endpointsToPaint); + } + if (targetContinuous) { + _updateAnchorList(anchorLists[targetId], o.theta2, -1, conn, true, sourceId, 1, true, o.a[1], targetId, connectionsToPaint, endpointsToPaint); + } + } + + if (sourceContinuous) { + _ju.addWithFunction(anchorsToUpdate, sourceId, function (a) { + return a === sourceId; + }); + } + if (targetContinuous) { + _ju.addWithFunction(anchorsToUpdate, targetId, function (a) { + return a === targetId; + }); + } + _ju.addWithFunction(connectionsToPaint, conn, function (c) { + return c.id === conn.id; + }); + if ((sourceContinuous && oIdx === 0) || (targetContinuous && oIdx === 1)) { + _ju.addWithFunction(endpointsToPaint, conn.endpoints[oIdx], function (e) { + return e.id === conn.endpoints[oIdx].id; + }); + } + } + } + + // place Endpoints whose anchors are continuous but have no Connections + for (i = 0; i < ep.length; i++) { + if (ep[i].connections.length === 0 && ep[i].anchor.isContinuous) { + if (!anchorLists[elementId]) { + anchorLists[elementId] = { top: [], right: [], bottom: [], left: [] }; + } + _updateAnchorList(anchorLists[elementId], -Math.PI / 2, 0, {endpoints: [ep[i], ep[i]], paint: function () { + }}, false, elementId, 0, false, ep[i].anchor.getDefaultFace(), elementId, connectionsToPaint, endpointsToPaint); + _ju.addWithFunction(anchorsToUpdate, elementId, function (a) { + return a === elementId; + }); + } + } + + // now place all the continuous anchors we need to; + for (i = 0; i < anchorsToUpdate.length; i++) { + placeAnchors(anchorsToUpdate[i], anchorLists[anchorsToUpdate[i]]); + } + + // now that continuous anchors have been placed, paint all the endpoints for this element + for (i = 0; i < ep.length; i++) { + ep[i].paint({ timestamp: timestamp, offset: myOffset, dimensions: myOffset.s, recalc: doNotRecalcEndpoint !== true }); + } + + // ... and any other endpoints we came across as a result of the continuous anchors. + for (i = 0; i < endpointsToPaint.length; i++) { + var cd = jsPlumbInstance.getCachedData(endpointsToPaint[i].elementId); + //endpointsToPaint[i].paint({ timestamp: timestamp, offset: cd, dimensions: cd.s }); + endpointsToPaint[i].paint({ timestamp: null, offset: cd, dimensions: cd.s }); + } + + // paint all the standard and "dynamic connections", which are connections whose other anchor is + // static and therefore does need to be recomputed; we make sure that happens only one time. + + // TODO we could have compiled a list of these in the first pass through connections; might save some time. + for (i = 0; i < endpointConnections.length; i++) { + var otherEndpoint = endpointConnections[i][1]; + if (otherEndpoint.anchor.constructor === _jp.DynamicAnchor) { + otherEndpoint.paint({ elementWithPrecedence: elementId, timestamp: timestamp }); + _ju.addWithFunction(connectionsToPaint, endpointConnections[i][0], function (c) { + return c.id === endpointConnections[i][0].id; + }); + // all the connections for the other endpoint now need to be repainted + for (var k = 0; k < otherEndpoint.connections.length; k++) { + if (otherEndpoint.connections[k] !== endpointConnections[i][0]) { + _ju.addWithFunction(connectionsToPaint, otherEndpoint.connections[k], function (c) { + return c.id === otherEndpoint.connections[k].id; + }); + } + } + } else { + _ju.addWithFunction(connectionsToPaint, endpointConnections[i][0], function (c) { + return c.id === endpointConnections[i][0].id; + }); + } + } + + // paint current floating connection for this element, if there is one. + var fc = floatingConnections[elementId]; + if (fc) { + fc.paint({timestamp: timestamp, recalc: false, elId: elementId}); + } + + // paint all the connections + for (i = 0; i < connectionsToPaint.length; i++) { + connectionsToPaint[i].paint({elId: elementId, timestamp: null, recalc: false, clearEdits: clearEdits}); + } + } + }; + + var ContinuousAnchor = function (anchorParams) { + _ju.EventGenerator.apply(this); + this.type = "Continuous"; + this.isDynamic = true; + this.isContinuous = true; + var faces = anchorParams.faces || ["top", "right", "bottom", "left"], + clockwise = !(anchorParams.clockwise === false), + availableFaces = { }, + opposites = { "top": "bottom", "right": "left", "left": "right", "bottom": "top" }, + clockwiseOptions = { "top": "right", "right": "bottom", "left": "top", "bottom": "left" }, + antiClockwiseOptions = { "top": "left", "right": "top", "left": "bottom", "bottom": "right" }, + secondBest = clockwise ? clockwiseOptions : antiClockwiseOptions, + lastChoice = clockwise ? antiClockwiseOptions : clockwiseOptions, + cssClass = anchorParams.cssClass || "", + _currentFace = null, _lockedFace = null, X_AXIS_FACES = ["left", "right"], Y_AXIS_FACES = ["top", "bottom"], + _lockedAxis = null; + + for (var i = 0; i < faces.length; i++) { + availableFaces[faces[i]] = true; + } + + this.getDefaultFace = function () { + return faces.length === 0 ? "top" : faces[0]; + }; + + this.isRelocatable = function() { return true; }; + this.isSnapOnRelocate = function() { return true; }; + + // if the given edge is supported, returns it. otherwise looks for a substitute that _is_ + // supported. if none supported we also return the request edge. + this.verifyEdge = function (edge) { + if (availableFaces[edge]) { + return edge; + } + else if (availableFaces[opposites[edge]]) { + return opposites[edge]; + } + else if (availableFaces[secondBest[edge]]) { + return secondBest[edge]; + } + else if (availableFaces[lastChoice[edge]]) { + return lastChoice[edge]; + } + return edge; // we have to give them something. + }; + + this.isEdgeSupported = function (edge) { + return _lockedAxis == null ? + + (_lockedFace == null ? availableFaces[edge] === true : _lockedFace === edge) + + : _lockedAxis.indexOf(edge) !== -1; + }; + + this.setCurrentFace = function(face, overrideLock) { + _currentFace = face; + // if currently locked, and the user wants to override, do that. + if (overrideLock && _lockedFace != null) { + _lockedFace = _currentFace; + } + }; + + this.getCurrentFace = function() { return _currentFace; }; + this.getSupportedFaces = function() { + var af = []; + for (var k in availableFaces) { + if (availableFaces[k]) { + af.push(k); + } + } + return af; + }; + + this.lock = function() { + _lockedFace = _currentFace; + }; + this.unlock = function() { + _lockedFace = null; + }; + this.isLocked = function() { + return _lockedFace != null; + }; + + this.lockCurrentAxis = function() { + if (_currentFace != null) { + _lockedAxis = (_currentFace === "left" || _currentFace === "right") ? X_AXIS_FACES : Y_AXIS_FACES; + } + }; + + this.unlockCurrentAxis = function() { + _lockedAxis = null; + }; + + this.compute = function (params) { + return continuousAnchorLocations[params.element.id] || [0, 0]; + }; + this.getCurrentLocation = function (params) { + return continuousAnchorLocations[params.element.id] || [0, 0]; + }; + this.getOrientation = function (endpoint) { + return continuousAnchorOrientations[endpoint.id] || [0, 0]; + }; + this.getCssClass = function () { + return cssClass; + }; + }; + + // continuous anchors + jsPlumbInstance.continuousAnchorFactory = { + get: function (params) { + return new ContinuousAnchor(params); + }, + clear: function (elementId) { + delete continuousAnchorLocations[elementId]; + } + }; + }; + + _jp.AnchorManager.prototype.calculateOrientation = function (sourceId, targetId, sd, td, sourceAnchor, targetAnchor) { + + var Orientation = { HORIZONTAL: "horizontal", VERTICAL: "vertical", DIAGONAL: "diagonal", IDENTITY: "identity" }, + axes = ["left", "top", "right", "bottom"]; + + if (sourceId === targetId) { + return { + orientation: Orientation.IDENTITY, + a: ["top", "top"] + }; + } + + var theta = Math.atan2((td.centery - sd.centery), (td.centerx - sd.centerx)), + theta2 = Math.atan2((sd.centery - td.centery), (sd.centerx - td.centerx)); + +// -------------------------------------------------------------------------------------- + + // improved face calculation. get midpoints of each face for source and target, then put in an array with all combinations of + // source/target faces. sort this array by distance between midpoints. the entry at index 0 is our preferred option. we can + // go through the array one by one until we find an entry in which each requested face is supported. + var candidates = [], midpoints = { }; + (function (types, dim) { + for (var i = 0; i < types.length; i++) { + midpoints[types[i]] = { + "left": [ dim[i].left, dim[i].centery ], + "right": [ dim[i].right, dim[i].centery ], + "top": [ dim[i].centerx, dim[i].top ], + "bottom": [ dim[i].centerx , dim[i].bottom] + }; + } + })([ "source", "target" ], [ sd, td ]); + + for (var sf = 0; sf < axes.length; sf++) { + for (var tf = 0; tf < axes.length; tf++) { + candidates.push({ + source: axes[sf], + target: axes[tf], + dist: Biltong.lineLength(midpoints.source[axes[sf]], midpoints.target[axes[tf]]) + }); + } + } + + candidates.sort(function (a, b) { + return a.dist < b.dist ? -1 : a.dist > b.dist ? 1 : 0; + }); + + // now go through this list and try to get an entry that satisfies both (there will be one, unless one of the anchors + // declares no available faces) + var sourceEdge = candidates[0].source, targetEdge = candidates[0].target; + for (var i = 0; i < candidates.length; i++) { + + if (!sourceAnchor.isContinuous || sourceAnchor.isEdgeSupported(candidates[i].source)) { + sourceEdge = candidates[i].source; + } + else { + sourceEdge = null; + } + + if (!targetAnchor.isContinuous || targetAnchor.isEdgeSupported(candidates[i].target)) { + targetEdge = candidates[i].target; + } + else { + targetEdge = null; + } + + if (sourceEdge != null && targetEdge != null) { + break; + } + } + + if (sourceAnchor.isContinuous) { + sourceAnchor.setCurrentFace(sourceEdge); + } + + if (targetAnchor.isContinuous) { + targetAnchor.setCurrentFace(targetEdge); + } + +// -------------------------------------------------------------------------------------- + + return { + a: [ sourceEdge, targetEdge ], + theta: theta, + theta2: theta2 + }; + }; + + /** + * Anchors model a position on some element at which an Endpoint may be located. They began as a first class citizen of jsPlumb, ie. a user + * was required to create these themselves, but over time this has been replaced by the concept of referring to them either by name (eg. "TopMiddle"), + * or by an array describing their coordinates (eg. [ 0, 0.5, 0, -1 ], which is the same as "TopMiddle"). jsPlumb now handles all of the + * creation of Anchors without user intervention. + */ + _jp.Anchor = function (params) { + this.x = params.x || 0; + this.y = params.y || 0; + this.elementId = params.elementId; + this.cssClass = params.cssClass || ""; + this.userDefinedLocation = null; + this.orientation = params.orientation || [ 0, 0 ]; + this.lastReturnValue = null; + this.offsets = params.offsets || [ 0, 0 ]; + this.timestamp = null; + + var relocatable = params.relocatable !== false; + this.isRelocatable = function() { return relocatable; }; + this.setRelocatable = function(_relocatable) { relocatable = _relocatable; }; + var snapOnRelocate = params.snapOnRelocate !== false; + this.isSnapOnRelocate = function() { return snapOnRelocate; }; + + var locked = false; + this.lock = function() { locked = true; }; + this.unlock = function() { locked = false; }; + this.isLocked = function() { return locked; }; + + _ju.EventGenerator.apply(this); + + this.compute = function (params) { + + var xy = params.xy, wh = params.wh, timestamp = params.timestamp; + + if (params.clearUserDefinedLocation) { + this.userDefinedLocation = null; + } + + if (timestamp && timestamp === this.timestamp) { + return this.lastReturnValue; + } + + if (this.userDefinedLocation != null) { + this.lastReturnValue = this.userDefinedLocation; + } + else { + this.lastReturnValue = [ xy[0] + (this.x * wh[0]) + this.offsets[0], xy[1] + (this.y * wh[1]) + this.offsets[1], this.x, this.y ]; + } + + this.timestamp = timestamp; + return this.lastReturnValue; + }; + + this.getCurrentLocation = function (params) { + params = params || {}; + return (this.lastReturnValue == null || (params.timestamp != null && this.timestamp !== params.timestamp)) ? this.compute(params) : this.lastReturnValue; + }; + + this.setPosition = function(x, y, ox, oy, overrideLock) { + if (!locked || overrideLock) { + this.x = x; + this.y = y; + this.orientation = [ ox, oy ]; + this.lastReturnValue = null; + } + }; + }; + _ju.extend(_jp.Anchor, _ju.EventGenerator, { + equals: function (anchor) { + if (!anchor) { + return false; + } + var ao = anchor.getOrientation(), + o = this.getOrientation(); + return this.x === anchor.x && this.y === anchor.y && this.offsets[0] === anchor.offsets[0] && this.offsets[1] === anchor.offsets[1] && o[0] === ao[0] && o[1] === ao[1]; + }, + getUserDefinedLocation: function () { + return this.userDefinedLocation; + }, + setUserDefinedLocation: function (l) { + this.userDefinedLocation = l; + }, + clearUserDefinedLocation: function () { + this.userDefinedLocation = null; + }, + getOrientation: function () { + return this.orientation; + }, + getCssClass: function () { + return this.cssClass; + } + }); + + /** + * An Anchor that floats. its orientation is computed dynamically from + * its position relative to the anchor it is floating relative to. It is used when creating + * a connection through drag and drop. + * + * TODO FloatingAnchor could totally be refactored to extend Anchor just slightly. + */ + _jp.FloatingAnchor = function (params) { + + _jp.Anchor.apply(this, arguments); + + // this is the anchor that this floating anchor is referenced to for + // purposes of calculating the orientation. + var ref = params.reference, + // the canvas this refers to. + refCanvas = params.referenceCanvas, + size = _jp.getSize(refCanvas), + // these are used to store the current relative position of our + // anchor wrt the reference anchor. they only indicate + // direction, so have a value of 1 or -1 (or, very rarely, 0). these + // values are written by the compute method, and read + // by the getOrientation method. + xDir = 0, yDir = 0, + // temporary member used to store an orientation when the floating + // anchor is hovering over another anchor. + orientation = null, + _lastResult = null; + + // clear from parent. we want floating anchor orientation to always be computed. + this.orientation = null; + + // set these to 0 each; they are used by certain types of connectors in the loopback case, + // when the connector is trying to clear the element it is on. but for floating anchor it's not + // very important. + this.x = 0; + this.y = 0; + + this.isFloating = true; + + this.compute = function (params) { + var xy = params.xy, + result = [ xy[0] + (size[0] / 2), xy[1] + (size[1] / 2) ]; // return origin of the element. we may wish to improve this so that any object can be the drag proxy. + _lastResult = result; + return result; + }; + + this.getOrientation = function (_endpoint) { + if (orientation) { + return orientation; + } + else { + var o = ref.getOrientation(_endpoint); + // here we take into account the orientation of the other + // anchor: if it declares zero for some direction, we declare zero too. this might not be the most awesome. perhaps we can come + // up with a better way. it's just so that the line we draw looks like it makes sense. maybe this wont make sense. + return [ Math.abs(o[0]) * xDir * -1, + Math.abs(o[1]) * yDir * -1 ]; + } + }; + + /** + * notification the endpoint associated with this anchor is hovering + * over another anchor; we want to assume that anchor's orientation + * for the duration of the hover. + */ + this.over = function (anchor, endpoint) { + orientation = anchor.getOrientation(endpoint); + }; + + /** + * notification the endpoint associated with this anchor is no + * longer hovering over another anchor; we should resume calculating + * orientation as we normally do. + */ + this.out = function () { + orientation = null; + }; + + this.getCurrentLocation = function (params) { + return _lastResult == null ? this.compute(params) : _lastResult; + }; + }; + _ju.extend(_jp.FloatingAnchor, _jp.Anchor); + + var _convertAnchor = function (anchor, jsPlumbInstance, elementId) { + return anchor.constructor === _jp.Anchor ? anchor : jsPlumbInstance.makeAnchor(anchor, elementId, jsPlumbInstance); + }; + + /* + * A DynamicAnchor is an Anchor that contains a list of other Anchors, which it cycles + * through at compute time to find the one that is located closest to + * the center of the target element, and returns that Anchor's compute + * method result. this causes endpoints to follow each other with + * respect to the orientation of their target elements, which is a useful + * feature for some applications. + * + */ + _jp.DynamicAnchor = function (params) { + _jp.Anchor.apply(this, arguments); + + this.isDynamic = true; + this.anchors = []; + this.elementId = params.elementId; + this.jsPlumbInstance = params.jsPlumbInstance; + + for (var i = 0; i < params.anchors.length; i++) { + this.anchors[i] = _convertAnchor(params.anchors[i], this.jsPlumbInstance, this.elementId); + } + + this.getAnchors = function () { + return this.anchors; + }; + + var _curAnchor = this.anchors.length > 0 ? this.anchors[0] : null, + _lastAnchor = _curAnchor, + self = this, + + // helper method to calculate the distance between the centers of the two elements. + _distance = function (anchor, cx, cy, xy, wh) { + var ax = xy[0] + (anchor.x * wh[0]), ay = xy[1] + (anchor.y * wh[1]), + acx = xy[0] + (wh[0] / 2), acy = xy[1] + (wh[1] / 2); + return (Math.sqrt(Math.pow(cx - ax, 2) + Math.pow(cy - ay, 2)) + + Math.sqrt(Math.pow(acx - ax, 2) + Math.pow(acy - ay, 2))); + }, + // default method uses distance between element centers. you can provide your own method in the dynamic anchor + // constructor (and also to jsPlumb.makeDynamicAnchor). the arguments to it are four arrays: + // xy - xy loc of the anchor's element + // wh - anchor's element's dimensions + // txy - xy loc of the element of the other anchor in the connection + // twh - dimensions of the element of the other anchor in the connection. + // anchors - the list of selectable anchors + _anchorSelector = params.selector || function (xy, wh, txy, twh, anchors) { + var cx = txy[0] + (twh[0] / 2), cy = txy[1] + (twh[1] / 2); + var minIdx = -1, minDist = Infinity; + for (var i = 0; i < anchors.length; i++) { + var d = _distance(anchors[i], cx, cy, xy, wh); + if (d < minDist) { + minIdx = i + 0; + minDist = d; + } + } + return anchors[minIdx]; + }; + + this.compute = function (params) { + var xy = params.xy, wh = params.wh, txy = params.txy, twh = params.twh; + + this.timestamp = params.timestamp; + + var udl = self.getUserDefinedLocation(); + if (udl != null) { + return udl; + } + + // if anchor is locked or an opposite element was not given, we + // maintain our state. anchor will be locked + // if it is the source of a drag and drop. + if (this.isLocked() || txy == null || twh == null) { + return _curAnchor.compute(params); + } + else { + params.timestamp = null; // otherwise clear this, i think. we want the anchor to compute. + } + + _curAnchor = _anchorSelector(xy, wh, txy, twh, this.anchors); + this.x = _curAnchor.x; + this.y = _curAnchor.y; + + if (_curAnchor !== _lastAnchor) { + this.fire("anchorChanged", _curAnchor); + } + + _lastAnchor = _curAnchor; + + return _curAnchor.compute(params); + }; + + this.getCurrentLocation = function (params) { + return this.getUserDefinedLocation() || (_curAnchor != null ? _curAnchor.getCurrentLocation(params) : null); + }; + + this.getOrientation = function (_endpoint) { + return _curAnchor != null ? _curAnchor.getOrientation(_endpoint) : [ 0, 0 ]; + }; + this.over = function (anchor, endpoint) { + if (_curAnchor != null) { + _curAnchor.over(anchor, endpoint); + } + }; + this.out = function () { + if (_curAnchor != null) { + _curAnchor.out(); + } + }; + + this.setAnchor = function(a) { + _curAnchor = a; + }; + + this.getCssClass = function () { + return (_curAnchor && _curAnchor.getCssClass()) || ""; + }; + + /** + * Attempt to match an anchor with the given coordinates and then set it. + * @param coords + * @returns true if matching anchor found, false otherwise. + */ + this.setAnchorCoordinates = function(coords) { + var idx = jsPlumbUtil.findWithFunction(this.anchors, function(a) { + return a.x === coords[0] && a.y === coords[1]; + }); + if (idx !== -1) { + this.setAnchor(this.anchors[idx]); + return true; + } else { + return false; + } + }; + }; + _ju.extend(_jp.DynamicAnchor, _jp.Anchor); + +// -------- basic anchors ------------------ + var _curryAnchor = function (x, y, ox, oy, type, fnInit) { + _jp.Anchors[type] = function (params) { + var a = params.jsPlumbInstance.makeAnchor([ x, y, ox, oy, 0, 0 ], params.elementId, params.jsPlumbInstance); + a.type = type; + if (fnInit) { + fnInit(a, params); + } + return a; + }; + }; + + _curryAnchor(0.5, 0, 0, -1, "TopCenter"); + _curryAnchor(0.5, 1, 0, 1, "BottomCenter"); + _curryAnchor(0, 0.5, -1, 0, "LeftMiddle"); + _curryAnchor(1, 0.5, 1, 0, "RightMiddle"); + + _curryAnchor(0.5, 0, 0, -1, "Top"); + _curryAnchor(0.5, 1, 0, 1, "Bottom"); + _curryAnchor(0, 0.5, -1, 0, "Left"); + _curryAnchor(1, 0.5, 1, 0, "Right"); + _curryAnchor(0.5, 0.5, 0, 0, "Center"); + _curryAnchor(1, 0, 0, -1, "TopRight"); + _curryAnchor(1, 1, 0, 1, "BottomRight"); + _curryAnchor(0, 0, 0, -1, "TopLeft"); + _curryAnchor(0, 1, 0, 1, "BottomLeft"); + +// ------- dynamic anchors ------------------- + + // default dynamic anchors chooses from Top, Right, Bottom, Left + _jp.Defaults.DynamicAnchors = function (params) { + return params.jsPlumbInstance.makeAnchors(["TopCenter", "RightMiddle", "BottomCenter", "LeftMiddle"], params.elementId, params.jsPlumbInstance); + }; + + // default dynamic anchors bound to name 'AutoDefault' + _jp.Anchors.AutoDefault = function (params) { + var a = params.jsPlumbInstance.makeDynamicAnchor(_jp.Defaults.DynamicAnchors(params)); + a.type = "AutoDefault"; + return a; + }; + +// ------- continuous anchors ------------------- + + var _curryContinuousAnchor = function (type, faces) { + _jp.Anchors[type] = function (params) { + var a = params.jsPlumbInstance.makeAnchor(["Continuous", { faces: faces }], params.elementId, params.jsPlumbInstance); + a.type = type; + return a; + }; + }; + + _jp.Anchors.Continuous = function (params) { + return params.jsPlumbInstance.continuousAnchorFactory.get(params); + }; + + _curryContinuousAnchor("ContinuousLeft", ["left"]); + _curryContinuousAnchor("ContinuousTop", ["top"]); + _curryContinuousAnchor("ContinuousBottom", ["bottom"]); + _curryContinuousAnchor("ContinuousRight", ["right"]); + +// ------- position assign anchors ------------------- + + // this anchor type lets you assign the position at connection time. + _curryAnchor(0, 0, 0, 0, "Assign", function (anchor, params) { + // find what to use as the "position finder". the user may have supplied a String which represents + // the id of a position finder in jsPlumb.AnchorPositionFinders, or the user may have supplied the + // position finder as a function. we find out what to use and then set it on the anchor. + var pf = params.position || "Fixed"; + anchor.positionFinder = pf.constructor === String ? params.jsPlumbInstance.AnchorPositionFinders[pf] : pf; + // always set the constructor params; the position finder might need them later (the Grid one does, + // for example) + anchor.constructorParams = params; + }); + + // these are the default anchor positions finders, which are used by the makeTarget function. supplying + // a position finder argument to that function allows you to specify where the resulting anchor will + // be located + root.jsPlumbInstance.prototype.AnchorPositionFinders = { + "Fixed": function (dp, ep, es) { + return [ (dp.left - ep.left) / es[0], (dp.top - ep.top) / es[1] ]; + }, + "Grid": function (dp, ep, es, params) { + var dx = dp.left - ep.left, dy = dp.top - ep.top, + gx = es[0] / (params.grid[0]), gy = es[1] / (params.grid[1]), + mx = Math.floor(dx / gx), my = Math.floor(dy / gy); + return [ ((mx * gx) + (gx / 2)) / es[0], ((my * gy) + (gy / 2)) / es[1] ]; + } + }; + +// ------- perimeter anchors ------------------- + + _jp.Anchors.Perimeter = function (params) { + params = params || {}; + var anchorCount = params.anchorCount || 60, + shape = params.shape; + + if (!shape) { + throw new Error("no shape supplied to Perimeter Anchor type"); + } + + var _circle = function () { + var r = 0.5, step = Math.PI * 2 / anchorCount, current = 0, a = []; + for (var i = 0; i < anchorCount; i++) { + var x = r + (r * Math.sin(current)), + y = r + (r * Math.cos(current)); + a.push([ x, y, 0, 0 ]); + current += step; + } + return a; + }, + _path = function (segments) { + var anchorsPerFace = anchorCount / segments.length, a = [], + _computeFace = function (x1, y1, x2, y2, fractionalLength) { + anchorsPerFace = anchorCount * fractionalLength; + var dx = (x2 - x1) / anchorsPerFace, dy = (y2 - y1) / anchorsPerFace; + for (var i = 0; i < anchorsPerFace; i++) { + a.push([ + x1 + (dx * i), + y1 + (dy * i), + 0, + 0 + ]); + } + }; + + for (var i = 0; i < segments.length; i++) { + _computeFace.apply(null, segments[i]); + } + + return a; + }, + _shape = function (faces) { + var s = []; + for (var i = 0; i < faces.length; i++) { + s.push([faces[i][0], faces[i][1], faces[i][2], faces[i][3], 1 / faces.length]); + } + return _path(s); + }, + _rectangle = function () { + return _shape([ + [ 0, 0, 1, 0 ], + [ 1, 0, 1, 1 ], + [ 1, 1, 0, 1 ], + [ 0, 1, 0, 0 ] + ]); + }; + + var _shapes = { + "Circle": _circle, + "Ellipse": _circle, + "Diamond": function () { + return _shape([ + [ 0.5, 0, 1, 0.5 ], + [ 1, 0.5, 0.5, 1 ], + [ 0.5, 1, 0, 0.5 ], + [ 0, 0.5, 0.5, 0 ] + ]); + }, + "Rectangle": _rectangle, + "Square": _rectangle, + "Triangle": function () { + return _shape([ + [ 0.5, 0, 1, 1 ], + [ 1, 1, 0, 1 ], + [ 0, 1, 0.5, 0] + ]); + }, + "Path": function (params) { + var points = params.points, p = [], tl = 0; + for (var i = 0; i < points.length - 1; i++) { + var l = Math.sqrt(Math.pow(points[i][2] - points[i][0]) + Math.pow(points[i][3] - points[i][1])); + tl += l; + p.push([points[i][0], points[i][1], points[i + 1][0], points[i + 1][1], l]); + } + for (var j = 0; j < p.length; j++) { + p[j][4] = p[j][4] / tl; + } + return _path(p); + } + }, + _rotate = function (points, amountInDegrees) { + var o = [], theta = amountInDegrees / 180 * Math.PI; + for (var i = 0; i < points.length; i++) { + var _x = points[i][0] - 0.5, + _y = points[i][1] - 0.5; + + o.push([ + 0.5 + ((_x * Math.cos(theta)) - (_y * Math.sin(theta))), + 0.5 + ((_x * Math.sin(theta)) + (_y * Math.cos(theta))), + points[i][2], + points[i][3] + ]); + } + return o; + }; + + if (!_shapes[shape]) { + throw new Error("Shape [" + shape + "] is unknown by Perimeter Anchor type"); + } + + var da = _shapes[shape](params); + if (params.rotation) { + da = _rotate(da, params.rotation); + } + var a = params.jsPlumbInstance.makeDynamicAnchor(da); + a.type = "Perimeter"; + return a; + }; +}).call(typeof window !== 'undefined' ? window : this); +/* + * This file contains the default Connectors, Endpoint and Overlay definitions. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil, _jg = root.Biltong; + + _jp.Segments = { + + /* + * Class: AbstractSegment + * A Connector is made up of 1..N Segments, each of which has a Type, such as 'Straight', 'Arc', + * 'Bezier'. This is new from 1.4.2, and gives us a lot more flexibility when drawing connections: things such + * as rounded corners for flowchart connectors, for example, or a straight line stub for Bezier connections, are + * much easier to do now. + * + * A Segment is responsible for providing coordinates for painting it, and also must be able to report its length. + * + */ + AbstractSegment: function (params) { + this.params = params; + + /** + * Function: findClosestPointOnPath + * Finds the closest point on this segment to the given [x, y], + * returning both the x and y of the point plus its distance from + * the supplied point, and its location along the length of the + * path inscribed by the segment. This implementation returns + * Infinity for distance and null values for everything else; + * subclasses are expected to override. + */ + this.findClosestPointOnPath = function (x, y) { + return { + d: Infinity, + x: null, + y: null, + l: null + }; + }; + + this.getBounds = function () { + return { + minX: Math.min(params.x1, params.x2), + minY: Math.min(params.y1, params.y2), + maxX: Math.max(params.x1, params.x2), + maxY: Math.max(params.y1, params.y2) + }; + }; + + /** + * Computes the list of points on the segment that intersect the given line. + * @method lineIntersection + * @param {number} x1 + * @param {number} y1 + * @param {number} x2 + * @param {number} y2 + * @returns {Array<[number, number]>} + */ + this.lineIntersection = function(x1, y1, x2, y2) { + return []; + }; + + /** + * Computes the list of points on the segment that intersect the box with the given origin and size. + * @method boxIntersection + * @param {number} x1 + * @param {number} y1 + * @param {number} w + * @param {number} h + * @returns {Array<[number, number]>} + */ + this.boxIntersection = function(x, y, w, h) { + var a = []; + a.push.apply(a, this.lineIntersection(x, y, x + w, y)); + a.push.apply(a, this.lineIntersection(x + w, y, x + w, y + h)); + a.push.apply(a, this.lineIntersection(x + w, y + h, x, y + h)); + a.push.apply(a, this.lineIntersection(x, y + h, x, y)); + return a; + }; + + /** + * Computes the list of points on the segment that intersect the given bounding box, which is an object of the form { x:.., y:.., w:.., h:.. }. + * @method lineIntersection + * @param {BoundingRectangle} box + * @returns {Array<[number, number]>} + */ + this.boundingBoxIntersection = function(box) { + return this.boxIntersection(box.x, box.y, box.w, box.y); + }; + }, + Straight: function (params) { + var _super = _jp.Segments.AbstractSegment.apply(this, arguments), + length, m, m2, x1, x2, y1, y2, + _recalc = function () { + length = Math.sqrt(Math.pow(x2 - x1, 2) + Math.pow(y2 - y1, 2)); + m = _jg.gradient({x: x1, y: y1}, {x: x2, y: y2}); + m2 = -1 / m; + }; + + this.type = "Straight"; + + this.getLength = function () { + return length; + }; + this.getGradient = function () { + return m; + }; + + this.getCoordinates = function () { + return { x1: x1, y1: y1, x2: x2, y2: y2 }; + }; + this.setCoordinates = function (coords) { + x1 = coords.x1; + y1 = coords.y1; + x2 = coords.x2; + y2 = coords.y2; + _recalc(); + }; + this.setCoordinates({x1: params.x1, y1: params.y1, x2: params.x2, y2: params.y2}); + + this.getBounds = function () { + return { + minX: Math.min(x1, x2), + minY: Math.min(y1, y2), + maxX: Math.max(x1, x2), + maxY: Math.max(y1, y2) + }; + }; + + /** + * returns the point on the segment's path that is 'location' along the length of the path, where 'location' is a decimal from + * 0 to 1 inclusive. for the straight line segment this is simple maths. + */ + this.pointOnPath = function (location, absolute) { + if (location === 0 && !absolute) { + return { x: x1, y: y1 }; + } + else if (location === 1 && !absolute) { + return { x: x2, y: y2 }; + } + else { + var l = absolute ? location > 0 ? location : length + location : location * length; + return _jg.pointOnLine({x: x1, y: y1}, {x: x2, y: y2}, l); + } + }; + + /** + * returns the gradient of the segment at the given point - which for us is constant. + */ + this.gradientAtPoint = function (_) { + return m; + }; + + /** + * returns the point on the segment's path that is 'distance' along the length of the path from 'location', where + * 'location' is a decimal from 0 to 1 inclusive, and 'distance' is a number of pixels. + * this hands off to jsPlumbUtil to do the maths, supplying two points and the distance. + */ + this.pointAlongPathFrom = function (location, distance, absolute) { + var p = this.pointOnPath(location, absolute), + farAwayPoint = distance <= 0 ? {x: x1, y: y1} : {x: x2, y: y2 }; + + /* + location == 1 ? { + x:x1 + ((x2 - x1) * 10), + y:y1 + ((y1 - y2) * 10) + } : + */ + + if (distance <= 0 && Math.abs(distance) > 1) { + distance *= -1; + } + + return _jg.pointOnLine(p, farAwayPoint, distance); + }; + + // is c between a and b? + var within = function (a, b, c) { + return c >= Math.min(a, b) && c <= Math.max(a, b); + }; + // find which of a and b is closest to c + var closest = function (a, b, c) { + return Math.abs(c - a) < Math.abs(c - b) ? a : b; + }; + + /** + Function: findClosestPointOnPath + Finds the closest point on this segment to [x,y]. See + notes on this method in AbstractSegment. + */ + this.findClosestPointOnPath = function (x, y) { + var out = { + d: Infinity, + x: null, + y: null, + l: null, + x1: x1, + x2: x2, + y1: y1, + y2: y2 + }; + + if (m === 0) { + out.y = y1; + out.x = within(x1, x2, x) ? x : closest(x1, x2, x); + } + else if (m === Infinity || m === -Infinity) { + out.x = x1; + out.y = within(y1, y2, y) ? y : closest(y1, y2, y); + } + else { + // closest point lies on normal from given point to this line. + var b = y1 - (m * x1), + b2 = y - (m2 * x), + // y1 = m.x1 + b and y1 = m2.x1 + b2 + // so m.x1 + b = m2.x1 + b2 + // x1(m - m2) = b2 - b + // x1 = (b2 - b) / (m - m2) + _x1 = (b2 - b) / (m - m2), + _y1 = (m * _x1) + b; + + out.x = within(x1, x2, _x1) ? _x1 : closest(x1, x2, _x1);//_x1; + out.y = within(y1, y2, _y1) ? _y1 : closest(y1, y2, _y1);//_y1; + } + + var fractionInSegment = _jg.lineLength([ out.x, out.y ], [ x1, y1 ]); + out.d = _jg.lineLength([x, y], [out.x, out.y]); + out.l = fractionInSegment / length; + return out; + }; + + var _pointLiesBetween = function(q, p1, p2) { + return (p2 > p1) ? (p1 <= q && q <= p2) : (p1 >= q && q >= p2); + }, _plb = _pointLiesBetween; + + /** + * Calculates all intersections of the given line with this segment. + * @param _x1 + * @param _y1 + * @param _x2 + * @param _y2 + * @returns {Array} + */ + this.lineIntersection = function(_x1, _y1, _x2, _y2) { + var m2 = Math.abs(_jg.gradient({x: _x1, y: _y1}, {x: _x2, y: _y2})), + m1 = Math.abs(m), + b = m1 === Infinity ? x1 : y1 - (m1 * x1), + out = [], + b2 = m2 === Infinity ? _x1 : _y1 - (m2 * _x1); + + // if lines parallel, no intersection + if (m2 !== m1) { + // perpendicular, segment horizontal + if(m2 === Infinity && m1 === 0) { + if (_plb(_x1, x1, x2) && _plb(y1, _y1, _y2)) { + out = [ _x1, y1 ]; // we return X on the incident line and Y from the segment + } + } else if(m2 === 0 && m1 === Infinity) { + // perpendicular, segment vertical + if(_plb(_y1, y1, y2) && _plb(x1, _x1, _x2)) { + out = [x1, _y1]; // we return X on the segment and Y from the incident line + } + } else { + var X, Y; + if (m2 === Infinity) { + // test line is a vertical line. where does it cross the segment? + X = _x1; + if (_plb(X, x1, x2)) { + Y = (m1 * _x1) + b; + if (_plb(Y, _y1, _y2)) { + out = [ X, Y ]; + } + } + } else if (m2 === 0) { + Y = _y1; + // test line is a horizontal line. where does it cross the segment? + if (_plb(Y, y1, y2)) { + X = (_y1 - b) / m1; + if (_plb(X, _x1, _x2)) { + out = [ X, Y ]; + } + } + } else { + // mX + b = m2X + b2 + // mX - m2X = b2 - b + // X(m - m2) = b2 - b + // X = (b2 - b) / (m - m2) + // Y = mX + b + X = (b2 - b) / (m1 - m2); + Y = (m1 * X) + b; + if(_plb(X, x1, x2) && _plb(Y, y1, y2)) { + out = [ X, Y]; + } + } + } + } + + return out; + }; + + /** + * Calculates all intersections of the given box with this segment. By default this method simply calls `lineIntersection` with each of the four + * faces of the box; subclasses can override this if they think there's a faster way to compute the entire box at once. + * @param x X position of top left corner of box + * @param y Y position of top left corner of box + * @param w width of box + * @param h height of box + * @returns {Array} + */ + this.boxIntersection = function(x, y, w, h) { + var a = []; + a.push.apply(a, this.lineIntersection(x, y, x + w, y)); + a.push.apply(a, this.lineIntersection(x + w, y, x + w, y + h)); + a.push.apply(a, this.lineIntersection(x + w, y + h, x, y + h)); + a.push.apply(a, this.lineIntersection(x, y + h, x, y)); + return a; + }; + + /** + * Calculates all intersections of the given bounding box with this segment. By default this method simply calls `lineIntersection` with each of the four + * faces of the box; subclasses can override this if they think there's a faster way to compute the entire box at once. + * @param box Bounding box, in { x:.., y:..., w:..., h:... } format. + * @returns {Array} + */ + this.boundingBoxIntersection = function(box) { + return this.boxIntersection(box.x, box.y, box.w, box.h); + }; + }, + + /* + Arc Segment. You need to supply: + + r - radius + cx - center x for the arc + cy - center y for the arc + ac - whether the arc is anticlockwise or not. default is clockwise. + + and then either: + + startAngle - startAngle for the arc. + endAngle - endAngle for the arc. + + or: + + x1 - x for start point + y1 - y for start point + x2 - x for end point + y2 - y for end point + + */ + Arc: function (params) { + var _super = _jp.Segments.AbstractSegment.apply(this, arguments), + _calcAngle = function (_x, _y) { + return _jg.theta([params.cx, params.cy], [_x, _y]); + }, + _calcAngleForLocation = function (segment, location) { + if (segment.anticlockwise) { + var sa = segment.startAngle < segment.endAngle ? segment.startAngle + TWO_PI : segment.startAngle, + s = Math.abs(sa - segment.endAngle); + return sa - (s * location); + } + else { + var ea = segment.endAngle < segment.startAngle ? segment.endAngle + TWO_PI : segment.endAngle, + ss = Math.abs(ea - segment.startAngle); + + return segment.startAngle + (ss * location); + } + }, + TWO_PI = 2 * Math.PI; + + this.radius = params.r; + this.anticlockwise = params.ac; + this.type = "Arc"; + + if (params.startAngle && params.endAngle) { + this.startAngle = params.startAngle; + this.endAngle = params.endAngle; + this.x1 = params.cx + (this.radius * Math.cos(params.startAngle)); + this.y1 = params.cy + (this.radius * Math.sin(params.startAngle)); + this.x2 = params.cx + (this.radius * Math.cos(params.endAngle)); + this.y2 = params.cy + (this.radius * Math.sin(params.endAngle)); + } + else { + this.startAngle = _calcAngle(params.x1, params.y1); + this.endAngle = _calcAngle(params.x2, params.y2); + this.x1 = params.x1; + this.y1 = params.y1; + this.x2 = params.x2; + this.y2 = params.y2; + } + + if (this.endAngle < 0) { + this.endAngle += TWO_PI; + } + if (this.startAngle < 0) { + this.startAngle += TWO_PI; + } + + // segment is used by vml + //this.segment = _jg.quadrant([this.x1, this.y1], [this.x2, this.y2]); + + // we now have startAngle and endAngle as positive numbers, meaning the + // absolute difference (|d|) between them is the sweep (s) of this arc, unless the + // arc is 'anticlockwise' in which case 's' is given by 2PI - |d|. + + var ea = this.endAngle < this.startAngle ? this.endAngle + TWO_PI : this.endAngle; + this.sweep = Math.abs(ea - this.startAngle); + if (this.anticlockwise) { + this.sweep = TWO_PI - this.sweep; + } + var circumference = 2 * Math.PI * this.radius, + frac = this.sweep / TWO_PI, + length = circumference * frac; + + this.getLength = function () { + return length; + }; + + this.getBounds = function () { + return { + minX: params.cx - params.r, + maxX: params.cx + params.r, + minY: params.cy - params.r, + maxY: params.cy + params.r + }; + }; + + var VERY_SMALL_VALUE = 0.0000000001, + gentleRound = function (n) { + var f = Math.floor(n), r = Math.ceil(n); + if (n - f < VERY_SMALL_VALUE) { + return f; + } + else if (r - n < VERY_SMALL_VALUE) { + return r; + } + return n; + }; + + /** + * returns the point on the segment's path that is 'location' along the length of the path, where 'location' is a decimal from + * 0 to 1 inclusive. + */ + this.pointOnPath = function (location, absolute) { + + if (location === 0) { + return { x: this.x1, y: this.y1, theta: this.startAngle }; + } + else if (location === 1) { + return { x: this.x2, y: this.y2, theta: this.endAngle }; + } + + if (absolute) { + location = location / length; + } + + var angle = _calcAngleForLocation(this, location), + _x = params.cx + (params.r * Math.cos(angle)), + _y = params.cy + (params.r * Math.sin(angle)); + + return { x: gentleRound(_x), y: gentleRound(_y), theta: angle }; + }; + + /** + * returns the gradient of the segment at the given point. + */ + this.gradientAtPoint = function (location, absolute) { + var p = this.pointOnPath(location, absolute); + var m = _jg.normal([ params.cx, params.cy ], [p.x, p.y ]); + if (!this.anticlockwise && (m === Infinity || m === -Infinity)) { + m *= -1; + } + return m; + }; + + this.pointAlongPathFrom = function (location, distance, absolute) { + var p = this.pointOnPath(location, absolute), + arcSpan = distance / circumference * 2 * Math.PI, + dir = this.anticlockwise ? -1 : 1, + startAngle = p.theta + (dir * arcSpan), + startX = params.cx + (this.radius * Math.cos(startAngle)), + startY = params.cy + (this.radius * Math.sin(startAngle)); + + return {x: startX, y: startY}; + }; + + // TODO: lineIntersection + }, + + Bezier: function (params) { + this.curve = [ + { x: params.x1, y: params.y1}, + { x: params.cp1x, y: params.cp1y }, + { x: params.cp2x, y: params.cp2y }, + { x: params.x2, y: params.y2 } + ]; + + var _super = _jp.Segments.AbstractSegment.apply(this, arguments); + // although this is not a strictly rigorous determination of bounds + // of a bezier curve, it works for the types of curves that this segment + // type produces. + this.bounds = { + minX: Math.min(params.x1, params.x2, params.cp1x, params.cp2x), + minY: Math.min(params.y1, params.y2, params.cp1y, params.cp2y), + maxX: Math.max(params.x1, params.x2, params.cp1x, params.cp2x), + maxY: Math.max(params.y1, params.y2, params.cp1y, params.cp2y) + }; + + this.type = "Bezier"; + + var _translateLocation = function (_curve, location, absolute) { + if (absolute) { + location = root.jsBezier.locationAlongCurveFrom(_curve, location > 0 ? 0 : 1, location); + } + + return location; + }; + + /** + * returns the point on the segment's path that is 'location' along the length of the path, where 'location' is a decimal from + * 0 to 1 inclusive. + */ + this.pointOnPath = function (location, absolute) { + location = _translateLocation(this.curve, location, absolute); + return root.jsBezier.pointOnCurve(this.curve, location); + }; + + /** + * returns the gradient of the segment at the given point. + */ + this.gradientAtPoint = function (location, absolute) { + location = _translateLocation(this.curve, location, absolute); + return root.jsBezier.gradientAtPoint(this.curve, location); + }; + + this.pointAlongPathFrom = function (location, distance, absolute) { + location = _translateLocation(this.curve, location, absolute); + return root.jsBezier.pointAlongCurveFrom(this.curve, location, distance); + }; + + this.getLength = function () { + return root.jsBezier.getLength(this.curve); + }; + + this.getBounds = function () { + return this.bounds; + }; + + this.findClosestPointOnPath = function (x, y) { + var p = root.jsBezier.nearestPointOnCurve({x:x,y:y}, this.curve); + return { + d:Math.sqrt(Math.pow(p.point.x - x, 2) + Math.pow(p.point.y - y, 2)), + x:p.point.x, + y:p.point.y, + l:p.location, + s:this + }; + }; + + this.lineIntersection = function(x1, y1, x2, y2) { + return root.jsBezier.lineIntersection(x1, y1, x2, y2, this.curve); + }; + } + }; + + _jp.SegmentRenderer = { + getPath: function (segment, isFirstSegment) { + return ({ + "Straight": function (isFirstSegment) { + var d = segment.getCoordinates(); + return (isFirstSegment ? "M " + d.x1 + " " + d.y1 + " " : "") + "L " + d.x2 + " " + d.y2; + }, + "Bezier": function (isFirstSegment) { + var d = segment.params; + return (isFirstSegment ? "M " + d.x2 + " " + d.y2 + " " : "") + + "C " + d.cp2x + " " + d.cp2y + " " + d.cp1x + " " + d.cp1y + " " + d.x1 + " " + d.y1; + }, + "Arc": function (isFirstSegment) { + var d = segment.params, + laf = segment.sweep > Math.PI ? 1 : 0, + sf = segment.anticlockwise ? 0 : 1; + + return (isFirstSegment ? "M" + segment.x1 + " " + segment.y1 + " " : "") + "A " + segment.radius + " " + d.r + " 0 " + laf + "," + sf + " " + segment.x2 + " " + segment.y2; + } + })[segment.type](isFirstSegment); + } + }; + + /* + Class: UIComponent + Superclass for Connector and AbstractEndpoint. + */ + var AbstractComponent = function () { + this.resetBounds = function () { + this.bounds = { minX: Infinity, minY: Infinity, maxX: -Infinity, maxY: -Infinity }; + }; + this.resetBounds(); + }; + + /* + * Class: Connector + * Superclass for all Connectors; here is where Segments are managed. This is exposed on jsPlumb just so it + * can be accessed from other files. You should not try to instantiate one of these directly. + * + * When this class is asked for a pointOnPath, or gradient etc, it must first figure out which segment to dispatch + * that request to. This is done by keeping track of the total connector length as segments are added, and also + * their cumulative ratios to the total length. Then when the right segment is found it is a simple case of dispatching + * the request to it (and adjusting 'location' so that it is relative to the beginning of that segment.) + */ + _jp.Connectors.AbstractConnector = function (params) { + + AbstractComponent.apply(this, arguments); + + var segments = [], + totalLength = 0, + segmentProportions = [], + segmentProportionalLengths = [], + stub = params.stub || 0, + sourceStub = _ju.isArray(stub) ? stub[0] : stub, + targetStub = _ju.isArray(stub) ? stub[1] : stub, + gap = params.gap || 0, + sourceGap = _ju.isArray(gap) ? gap[0] : gap, + targetGap = _ju.isArray(gap) ? gap[1] : gap, + userProvidedSegments = null, + paintInfo = null; + + this.getPathData = function() { + var p = ""; + for (var i = 0; i < segments.length; i++) { + p += _jp.SegmentRenderer.getPath(segments[i], i === 0); + p += " "; + } + return p; + }; + + /** + * Function: findSegmentForPoint + * Returns the segment that is closest to the given [x,y], + * null if nothing found. This function returns a JS + * object with: + * + * d - distance from segment + * l - proportional location in segment + * x - x point on the segment + * y - y point on the segment + * s - the segment itself. + */ + this.findSegmentForPoint = function (x, y) { + var out = { d: Infinity, s: null, x: null, y: null, l: null }; + for (var i = 0; i < segments.length; i++) { + var _s = segments[i].findClosestPointOnPath(x, y); + if (_s.d < out.d) { + out.d = _s.d; + out.l = _s.l; + out.x = _s.x; + out.y = _s.y; + out.s = segments[i]; + out.x1 = _s.x1; + out.x2 = _s.x2; + out.y1 = _s.y1; + out.y2 = _s.y2; + out.index = i; + } + } + + return out; + }; + + this.lineIntersection = function(x1, y1, x2, y2) { + var out = []; + for (var i = 0; i < segments.length; i++) { + out.push.apply(out, segments[i].lineIntersection(x1, y1, x2, y2)); + } + return out; + }; + + this.boxIntersection = function(x, y, w, h) { + var out = []; + for (var i = 0; i < segments.length; i++) { + out.push.apply(out, segments[i].boxIntersection(x, y, w, h)); + } + return out; + }; + + this.boundingBoxIntersection = function(box) { + var out = []; + for (var i = 0; i < segments.length; i++) { + out.push.apply(out, segments[i].boundingBoxIntersection(box)); + } + return out; + }; + + var _updateSegmentProportions = function () { + var curLoc = 0; + for (var i = 0; i < segments.length; i++) { + var sl = segments[i].getLength(); + segmentProportionalLengths[i] = sl / totalLength; + segmentProportions[i] = [curLoc, (curLoc += (sl / totalLength)) ]; + } + }, + + /** + * returns [segment, proportion of travel in segment, segment index] for the segment + * that contains the point which is 'location' distance along the entire path, where + * 'location' is a decimal between 0 and 1 inclusive. in this connector type, paths + * are made up of a list of segments, each of which contributes some fraction to + * the total length. + * From 1.3.10 this also supports the 'absolute' property, which lets us specify a location + * as the absolute distance in pixels, rather than a proportion of the total path. + */ + _findSegmentForLocation = function (location, absolute) { + if (absolute) { + location = location > 0 ? location / totalLength : (totalLength + location) / totalLength; + } + var idx = segmentProportions.length - 1, inSegmentProportion = 1; + for (var i = 0; i < segmentProportions.length; i++) { + if (segmentProportions[i][1] >= location) { + idx = i; + // todo is this correct for all connector path types? + inSegmentProportion = location === 1 ? 1 : location === 0 ? 0 : (location - segmentProportions[i][0]) / segmentProportionalLengths[i]; + break; + } + } + return { segment: segments[idx], proportion: inSegmentProportion, index: idx }; + }, + _addSegment = function (conn, type, params) { + if (params.x1 === params.x2 && params.y1 === params.y2) { + return; + } + var s = new _jp.Segments[type](params); + segments.push(s); + totalLength += s.getLength(); + conn.updateBounds(s); + }, + _clearSegments = function () { + totalLength = segments.length = segmentProportions.length = segmentProportionalLengths.length = 0; + }; + + this.setSegments = function (_segs) { + userProvidedSegments = []; + totalLength = 0; + for (var i = 0; i < _segs.length; i++) { + userProvidedSegments.push(_segs[i]); + totalLength += _segs[i].getLength(); + } + }; + + this.getLength = function() { + return totalLength; + }; + + var _prepareCompute = function (params) { + this.strokeWidth = params.strokeWidth; + var segment = _jg.quadrant(params.sourcePos, params.targetPos), + swapX = params.targetPos[0] < params.sourcePos[0], + swapY = params.targetPos[1] < params.sourcePos[1], + lw = params.strokeWidth || 1, + so = params.sourceEndpoint.anchor.getOrientation(params.sourceEndpoint), + to = params.targetEndpoint.anchor.getOrientation(params.targetEndpoint), + x = swapX ? params.targetPos[0] : params.sourcePos[0], + y = swapY ? params.targetPos[1] : params.sourcePos[1], + w = Math.abs(params.targetPos[0] - params.sourcePos[0]), + h = Math.abs(params.targetPos[1] - params.sourcePos[1]); + + // if either anchor does not have an orientation set, we derive one from their relative + // positions. we fix the axis to be the one in which the two elements are further apart, and + // point each anchor at the other element. this is also used when dragging a new connection. + if (so[0] === 0 && so[1] === 0 || to[0] === 0 && to[1] === 0) { + var index = w > h ? 0 : 1, oIndex = [1, 0][index]; + so = []; + to = []; + so[index] = params.sourcePos[index] > params.targetPos[index] ? -1 : 1; + to[index] = params.sourcePos[index] > params.targetPos[index] ? 1 : -1; + so[oIndex] = 0; + to[oIndex] = 0; + } + + var sx = swapX ? w + (sourceGap * so[0]) : sourceGap * so[0], + sy = swapY ? h + (sourceGap * so[1]) : sourceGap * so[1], + tx = swapX ? targetGap * to[0] : w + (targetGap * to[0]), + ty = swapY ? targetGap * to[1] : h + (targetGap * to[1]), + oProduct = ((so[0] * to[0]) + (so[1] * to[1])); + + var result = { + sx: sx, sy: sy, tx: tx, ty: ty, lw: lw, + xSpan: Math.abs(tx - sx), + ySpan: Math.abs(ty - sy), + mx: (sx + tx) / 2, + my: (sy + ty) / 2, + so: so, to: to, x: x, y: y, w: w, h: h, + segment: segment, + startStubX: sx + (so[0] * sourceStub), + startStubY: sy + (so[1] * sourceStub), + endStubX: tx + (to[0] * targetStub), + endStubY: ty + (to[1] * targetStub), + isXGreaterThanStubTimes2: Math.abs(sx - tx) > (sourceStub + targetStub), + isYGreaterThanStubTimes2: Math.abs(sy - ty) > (sourceStub + targetStub), + opposite: oProduct === -1, + perpendicular: oProduct === 0, + orthogonal: oProduct === 1, + sourceAxis: so[0] === 0 ? "y" : "x", + points: [x, y, w, h, sx, sy, tx, ty ], + stubs:[sourceStub, targetStub] + }; + result.anchorOrientation = result.opposite ? "opposite" : result.orthogonal ? "orthogonal" : "perpendicular"; + return result; + }; + + this.getSegments = function () { + return segments; + }; + + this.updateBounds = function (segment) { + var segBounds = segment.getBounds(); + this.bounds.minX = Math.min(this.bounds.minX, segBounds.minX); + this.bounds.maxX = Math.max(this.bounds.maxX, segBounds.maxX); + this.bounds.minY = Math.min(this.bounds.minY, segBounds.minY); + this.bounds.maxY = Math.max(this.bounds.maxY, segBounds.maxY); + }; + + var dumpSegmentsToConsole = function () { + console.log("SEGMENTS:"); + for (var i = 0; i < segments.length; i++) { + console.log(segments[i].type, segments[i].getLength(), segmentProportions[i]); + } + }; + + this.pointOnPath = function (location, absolute) { + var seg = _findSegmentForLocation(location, absolute); + return seg.segment && seg.segment.pointOnPath(seg.proportion, false) || [0, 0]; + }; + + this.gradientAtPoint = function (location, absolute) { + var seg = _findSegmentForLocation(location, absolute); + return seg.segment && seg.segment.gradientAtPoint(seg.proportion, false) || 0; + }; + + this.pointAlongPathFrom = function (location, distance, absolute) { + var seg = _findSegmentForLocation(location, absolute); + // TODO what happens if this crosses to the next segment? + return seg.segment && seg.segment.pointAlongPathFrom(seg.proportion, distance, false) || [0, 0]; + }; + + this.compute = function (params) { + paintInfo = _prepareCompute.call(this, params); + + _clearSegments(); + this._compute(paintInfo, params); + this.x = paintInfo.points[0]; + this.y = paintInfo.points[1]; + this.w = paintInfo.points[2]; + this.h = paintInfo.points[3]; + this.segment = paintInfo.segment; + _updateSegmentProportions(); + }; + + return { + addSegment: _addSegment, + prepareCompute: _prepareCompute, + sourceStub: sourceStub, + targetStub: targetStub, + maxStub: Math.max(sourceStub, targetStub), + sourceGap: sourceGap, + targetGap: targetGap, + maxGap: Math.max(sourceGap, targetGap) + }; + }; + _ju.extend(_jp.Connectors.AbstractConnector, AbstractComponent); + + + // ********************************* END OF CONNECTOR TYPES ******************************************************************* + + // ********************************* ENDPOINT TYPES ******************************************************************* + + _jp.Endpoints.AbstractEndpoint = function (params) { + AbstractComponent.apply(this, arguments); + var compute = this.compute = function (anchorPoint, orientation, endpointStyle, connectorPaintStyle) { + var out = this._compute.apply(this, arguments); + this.x = out[0]; + this.y = out[1]; + this.w = out[2]; + this.h = out[3]; + this.bounds.minX = this.x; + this.bounds.minY = this.y; + this.bounds.maxX = this.x + this.w; + this.bounds.maxY = this.y + this.h; + return out; + }; + return { + compute: compute, + cssClass: params.cssClass + }; + }; + _ju.extend(_jp.Endpoints.AbstractEndpoint, AbstractComponent); + + /** + * Class: Endpoints.Dot + * A round endpoint, with default radius 10 pixels. + */ + + /** + * Function: Constructor + * + * Parameters: + * + * radius - radius of the endpoint. defaults to 10 pixels. + */ + _jp.Endpoints.Dot = function (params) { + this.type = "Dot"; + var _super = _jp.Endpoints.AbstractEndpoint.apply(this, arguments); + params = params || {}; + this.radius = params.radius || 10; + this.defaultOffset = 0.5 * this.radius; + this.defaultInnerRadius = this.radius / 3; + + this._compute = function (anchorPoint, orientation, endpointStyle, connectorPaintStyle) { + this.radius = endpointStyle.radius || this.radius; + var x = anchorPoint[0] - this.radius, + y = anchorPoint[1] - this.radius, + w = this.radius * 2, + h = this.radius * 2; + + if (endpointStyle.stroke) { + var lw = endpointStyle.strokeWidth || 1; + x -= lw; + y -= lw; + w += (lw * 2); + h += (lw * 2); + } + return [ x, y, w, h, this.radius ]; + }; + }; + _ju.extend(_jp.Endpoints.Dot, _jp.Endpoints.AbstractEndpoint); + + _jp.Endpoints.Rectangle = function (params) { + this.type = "Rectangle"; + var _super = _jp.Endpoints.AbstractEndpoint.apply(this, arguments); + params = params || {}; + this.width = params.width || 20; + this.height = params.height || 20; + + this._compute = function (anchorPoint, orientation, endpointStyle, connectorPaintStyle) { + var width = endpointStyle.width || this.width, + height = endpointStyle.height || this.height, + x = anchorPoint[0] - (width / 2), + y = anchorPoint[1] - (height / 2); + + return [ x, y, width, height]; + }; + }; + _ju.extend(_jp.Endpoints.Rectangle, _jp.Endpoints.AbstractEndpoint); + + var DOMElementEndpoint = function (params) { + _jp.jsPlumbUIComponent.apply(this, arguments); + this._jsPlumb.displayElements = []; + }; + _ju.extend(DOMElementEndpoint, _jp.jsPlumbUIComponent, { + getDisplayElements: function () { + return this._jsPlumb.displayElements; + }, + appendDisplayElement: function (el) { + this._jsPlumb.displayElements.push(el); + } + }); + + /** + * Class: Endpoints.Image + * Draws an image as the Endpoint. + */ + /** + * Function: Constructor + * + * Parameters: + * + * src - location of the image to use. + + TODO: multiple references to self. not sure quite how to get rid of them entirely. perhaps self = null in the cleanup + function will suffice + + TODO this class still might leak memory. + + */ + _jp.Endpoints.Image = function (params) { + + this.type = "Image"; + DOMElementEndpoint.apply(this, arguments); + _jp.Endpoints.AbstractEndpoint.apply(this, arguments); + + var _onload = params.onload, + src = params.src || params.url, + clazz = params.cssClass ? " " + params.cssClass : ""; + + this._jsPlumb.img = new Image(); + this._jsPlumb.ready = false; + this._jsPlumb.initialized = false; + this._jsPlumb.deleted = false; + this._jsPlumb.widthToUse = params.width; + this._jsPlumb.heightToUse = params.height; + this._jsPlumb.endpoint = params.endpoint; + + this._jsPlumb.img.onload = function () { + if (this._jsPlumb != null) { + this._jsPlumb.ready = true; + this._jsPlumb.widthToUse = this._jsPlumb.widthToUse || this._jsPlumb.img.width; + this._jsPlumb.heightToUse = this._jsPlumb.heightToUse || this._jsPlumb.img.height; + if (_onload) { + _onload(this); + } + } + }.bind(this); + + /* + Function: setImage + Sets the Image to use in this Endpoint. + + Parameters: + img - may be a URL or an Image object + onload - optional; a callback to execute once the image has loaded. + */ + this._jsPlumb.endpoint.setImage = function (_img, onload) { + var s = _img.constructor === String ? _img : _img.src; + _onload = onload; + this._jsPlumb.img.src = s; + + if (this.canvas != null) { + this.canvas.setAttribute("src", this._jsPlumb.img.src); + } + }.bind(this); + + this._jsPlumb.endpoint.setImage(src, _onload); + this._compute = function (anchorPoint, orientation, endpointStyle, connectorPaintStyle) { + this.anchorPoint = anchorPoint; + if (this._jsPlumb.ready) { + return [anchorPoint[0] - this._jsPlumb.widthToUse / 2, anchorPoint[1] - this._jsPlumb.heightToUse / 2, + this._jsPlumb.widthToUse, this._jsPlumb.heightToUse]; + } + else { + return [0, 0, 0, 0]; + } + }; + + this.canvas = _jp.createElement("img", { + position:"absolute", + margin:0, + padding:0, + outline:0 + }, this._jsPlumb.instance.endpointClass + clazz); + + if (this._jsPlumb.widthToUse) { + this.canvas.setAttribute("width", this._jsPlumb.widthToUse); + } + if (this._jsPlumb.heightToUse) { + this.canvas.setAttribute("height", this._jsPlumb.heightToUse); + } + this._jsPlumb.instance.appendElement(this.canvas); + + this.actuallyPaint = function (d, style, anchor) { + if (!this._jsPlumb.deleted) { + if (!this._jsPlumb.initialized) { + this.canvas.setAttribute("src", this._jsPlumb.img.src); + this.appendDisplayElement(this.canvas); + this._jsPlumb.initialized = true; + } + var x = this.anchorPoint[0] - (this._jsPlumb.widthToUse / 2), + y = this.anchorPoint[1] - (this._jsPlumb.heightToUse / 2); + _ju.sizeElement(this.canvas, x, y, this._jsPlumb.widthToUse, this._jsPlumb.heightToUse); + } + }; + + this.paint = function (style, anchor) { + if (this._jsPlumb != null) { // may have been deleted + if (this._jsPlumb.ready) { + this.actuallyPaint(style, anchor); + } + else { + root.setTimeout(function () { + this.paint(style, anchor); + }.bind(this), 200); + } + } + }; + }; + _ju.extend(_jp.Endpoints.Image, [ DOMElementEndpoint, _jp.Endpoints.AbstractEndpoint ], { + cleanup: function (force) { + if (force) { + this._jsPlumb.deleted = true; + if (this.canvas) { + this.canvas.parentNode.removeChild(this.canvas); + } + this.canvas = null; + } + } + }); + + /* + * Class: Endpoints.Blank + * An Endpoint that paints nothing (visible) on the screen. Supports cssClass and hoverClass parameters like all Endpoints. + */ + _jp.Endpoints.Blank = function (params) { + var _super = _jp.Endpoints.AbstractEndpoint.apply(this, arguments); + this.type = "Blank"; + DOMElementEndpoint.apply(this, arguments); + this._compute = function (anchorPoint, orientation, endpointStyle, connectorPaintStyle) { + return [anchorPoint[0], anchorPoint[1], 10, 0]; + }; + + var clazz = params.cssClass ? " " + params.cssClass : ""; + + this.canvas = _jp.createElement("div", { + display: "block", + width: "1px", + height: "1px", + background: "transparent", + position: "absolute" + }, this._jsPlumb.instance.endpointClass + clazz); + + this._jsPlumb.instance.appendElement(this.canvas); + + this.paint = function (style, anchor) { + _ju.sizeElement(this.canvas, this.x, this.y, this.w, this.h); + }; + }; + _ju.extend(_jp.Endpoints.Blank, [_jp.Endpoints.AbstractEndpoint, DOMElementEndpoint], { + cleanup: function () { + if (this.canvas && this.canvas.parentNode) { + this.canvas.parentNode.removeChild(this.canvas); + } + } + }); + + /* + * Class: Endpoints.Triangle + * A triangular Endpoint. + */ + /* + * Function: Constructor + * + * Parameters: + * + * width width of the triangle's base. defaults to 55 pixels. + * height height of the triangle from base to apex. defaults to 55 pixels. + */ + _jp.Endpoints.Triangle = function (params) { + this.type = "Triangle"; + _jp.Endpoints.AbstractEndpoint.apply(this, arguments); + var self = this; + params = params || { }; + params.width = params.width || 55; + params.height = params.height || 55; + this.width = params.width; + this.height = params.height; + this._compute = function (anchorPoint, orientation, endpointStyle, connectorPaintStyle) { + var width = endpointStyle.width || self.width, + height = endpointStyle.height || self.height, + x = anchorPoint[0] - (width / 2), + y = anchorPoint[1] - (height / 2); + return [ x, y, width, height ]; + }; + }; +// ********************************* END OF ENDPOINT TYPES ******************************************************************* + + +// ********************************* OVERLAY DEFINITIONS *********************************************************************** + + var AbstractOverlay = _jp.Overlays.AbstractOverlay = function (params) { + this.visible = true; + this.isAppendedAtTopLevel = true; + this.component = params.component; + this.loc = params.location == null ? 0.5 : params.location; + this.endpointLoc = params.endpointLocation == null ? [ 0.5, 0.5] : params.endpointLocation; + this.visible = params.visible !== false; + }; + AbstractOverlay.prototype = { + cleanup: function (force) { + if (force) { + this.component = null; + this.canvas = null; + this.endpointLoc = null; + } + }, + reattach:function(instance, component) { }, + setVisible: function (val) { + this.visible = val; + this.component.repaint(); + }, + isVisible: function () { + return this.visible; + }, + hide: function () { + this.setVisible(false); + }, + show: function () { + this.setVisible(true); + }, + incrementLocation: function (amount) { + this.loc += amount; + this.component.repaint(); + }, + setLocation: function (l) { + this.loc = l; + this.component.repaint(); + }, + getLocation: function () { + return this.loc; + }, + updateFrom:function() { } + }; + + + /* + * Class: Overlays.Arrow + * + * An arrow overlay, defined by four points: the head, the two sides of the tail, and a 'foldback' point at some distance along the length + * of the arrow that lines from each tail point converge into. The foldback point is defined using a decimal that indicates some fraction + * of the length of the arrow and has a default value of 0.623. A foldback point value of 1 would mean that the arrow had a straight line + * across the tail. + */ + /* + * @constructor + * + * @param {Object} params Constructor params. + * @param {Number} [params.length] Distance in pixels from head to tail baseline. default 20. + * @param {Number} [params.width] Width in pixels of the tail baseline. default 20. + * @param {String} [params.fill] Style to use when filling the arrow. defaults to "black". + * @param {String} [params.stroke] Style to use when stroking the arrow. defaults to null, which means the arrow is not stroked. + * @param {Number} [params.stroke-width] Line width to use when stroking the arrow. defaults to 1, but only used if stroke is not null. + * @param {Number} [params.foldback] Distance (as a decimal from 0 to 1 inclusive) along the length of the arrow marking the point the tail points should fold back to. defaults to 0.623. + * @param {Number} [params.location] Distance (as a decimal from 0 to 1 inclusive) marking where the arrow should sit on the connector. defaults to 0.5. + * @param {NUmber} [params.direction] Indicates the direction the arrow points in. valid values are -1 and 1; 1 is default. + */ + _jp.Overlays.Arrow = function (params) { + this.type = "Arrow"; + AbstractOverlay.apply(this, arguments); + this.isAppendedAtTopLevel = false; + params = params || {}; + var self = this; + + this.length = params.length || 20; + this.width = params.width || 20; + this.id = params.id; + var direction = (params.direction || 1) < 0 ? -1 : 1, + paintStyle = params.paintStyle || { "stroke-width": 1 }, + // how far along the arrow the lines folding back in come to. default is 62.3%. + foldback = params.foldback || 0.623; + + this.computeMaxSize = function () { + return self.width * 1.5; + }; + + this.elementCreated = function(p, component) { + this.path = p; + if (params.events) { + for (var i in params.events) { + _jp.on(p, i, params.events[i]); + } + } + }; + + this.draw = function (component, currentConnectionPaintStyle) { + + var hxy, mid, txy, tail, cxy; + if (component.pointAlongPathFrom) { + + if (_ju.isString(this.loc) || this.loc > 1 || this.loc < 0) { + var l = parseInt(this.loc, 10), + fromLoc = this.loc < 0 ? 1 : 0; + hxy = component.pointAlongPathFrom(fromLoc, l, false); + mid = component.pointAlongPathFrom(fromLoc, l - (direction * this.length / 2), false); + txy = _jg.pointOnLine(hxy, mid, this.length); + } + else if (this.loc === 1) { + hxy = component.pointOnPath(this.loc); + mid = component.pointAlongPathFrom(this.loc, -(this.length)); + txy = _jg.pointOnLine(hxy, mid, this.length); + + if (direction === -1) { + var _ = txy; + txy = hxy; + hxy = _; + } + } + else if (this.loc === 0) { + txy = component.pointOnPath(this.loc); + mid = component.pointAlongPathFrom(this.loc, this.length); + hxy = _jg.pointOnLine(txy, mid, this.length); + if (direction === -1) { + var __ = txy; + txy = hxy; + hxy = __; + } + } + else { + hxy = component.pointAlongPathFrom(this.loc, direction * this.length / 2); + mid = component.pointOnPath(this.loc); + txy = _jg.pointOnLine(hxy, mid, this.length); + } + + tail = _jg.perpendicularLineTo(hxy, txy, this.width); + cxy = _jg.pointOnLine(hxy, txy, foldback * this.length); + + var d = { hxy: hxy, tail: tail, cxy: cxy }, + stroke = paintStyle.stroke || currentConnectionPaintStyle.stroke, + fill = paintStyle.fill || currentConnectionPaintStyle.stroke, + lineWidth = paintStyle.strokeWidth || currentConnectionPaintStyle.strokeWidth; + + return { + component: component, + d: d, + "stroke-width": lineWidth, + stroke: stroke, + fill: fill, + minX: Math.min(hxy.x, tail[0].x, tail[1].x), + maxX: Math.max(hxy.x, tail[0].x, tail[1].x), + minY: Math.min(hxy.y, tail[0].y, tail[1].y), + maxY: Math.max(hxy.y, tail[0].y, tail[1].y) + }; + } + else { + return {component: component, minX: 0, maxX: 0, minY: 0, maxY: 0}; + } + }; + }; + _ju.extend(_jp.Overlays.Arrow, AbstractOverlay, { + updateFrom:function(d) { + this.length = d.length || this.length; + this.width = d.width|| this.width; + this.direction = d.direction != null ? d.direction : this.direction; + this.foldback = d.foldback|| this.foldback; + }, + cleanup:function() { + if (this.path && this.canvas) { + this.canvas.removeChild(this.path); + } + } + }); + + /* + * Class: Overlays.PlainArrow + * + * A basic arrow. This is in fact just one instance of the more generic case in which the tail folds back on itself to some + * point along the length of the arrow: in this case, that foldback point is the full length of the arrow. so it just does + * a 'call' to Arrow with foldback set appropriately. + */ + /* + * Function: Constructor + * See for allowed parameters for this overlay. + */ + _jp.Overlays.PlainArrow = function (params) { + params = params || {}; + var p = _jp.extend(params, {foldback: 1}); + _jp.Overlays.Arrow.call(this, p); + this.type = "PlainArrow"; + }; + _ju.extend(_jp.Overlays.PlainArrow, _jp.Overlays.Arrow); + + /* + * Class: Overlays.Diamond + * + * A diamond. Like PlainArrow, this is a concrete case of the more generic case of the tail points converging on some point...it just + * happens that in this case, that point is greater than the length of the the arrow. + * + * this could probably do with some help with positioning...due to the way it reuses the Arrow paint code, what Arrow thinks is the + * center is actually 1/4 of the way along for this guy. but we don't have any knowledge of pixels at this point, so we're kind of + * stuck when it comes to helping out the Arrow class. possibly we could pass in a 'transpose' parameter or something. the value + * would be -l/4 in this case - move along one quarter of the total length. + */ + /* + * Function: Constructor + * See for allowed parameters for this overlay. + */ + _jp.Overlays.Diamond = function (params) { + params = params || {}; + var l = params.length || 40, + p = _jp.extend(params, {length: l / 2, foldback: 2}); + _jp.Overlays.Arrow.call(this, p); + this.type = "Diamond"; + }; + _ju.extend(_jp.Overlays.Diamond, _jp.Overlays.Arrow); + + var _getDimensions = function (component, forceRefresh) { + if (component._jsPlumb.cachedDimensions == null || forceRefresh) { + component._jsPlumb.cachedDimensions = component.getDimensions(); + } + return component._jsPlumb.cachedDimensions; + }; + + // abstract superclass for overlays that add an element to the DOM. + var AbstractDOMOverlay = function (params) { + _jp.jsPlumbUIComponent.apply(this, arguments); + AbstractOverlay.apply(this, arguments); + + // hand off fired events to associated component. + var _f = this.fire; + this.fire = function () { + _f.apply(this, arguments); + if (this.component) { + this.component.fire.apply(this.component, arguments); + } + }; + + this.detached=false; + this.id = params.id; + this._jsPlumb.div = null; + this._jsPlumb.initialised = false; + this._jsPlumb.component = params.component; + this._jsPlumb.cachedDimensions = null; + this._jsPlumb.create = params.create; + this._jsPlumb.initiallyInvisible = params.visible === false; + + this.getElement = function () { + if (this._jsPlumb.div == null) { + var div = this._jsPlumb.div = _jp.getElement(this._jsPlumb.create(this._jsPlumb.component)); + div.style.position = "absolute"; + jsPlumb.addClass(div, this._jsPlumb.instance.overlayClass + " " + + (this.cssClass ? this.cssClass : + params.cssClass ? params.cssClass : "")); + this._jsPlumb.instance.appendElement(div); + this._jsPlumb.instance.getId(div); + this.canvas = div; + + // in IE the top left corner is what it placed at the desired location. This will not + // be fixed. IE8 is not going to be supported for much longer. + var ts = "translate(-50%, -50%)"; + div.style.webkitTransform = ts; + div.style.mozTransform = ts; + div.style.msTransform = ts; + div.style.oTransform = ts; + div.style.transform = ts; + + // write the related component into the created element + div._jsPlumb = this; + + if (params.visible === false) { + div.style.display = "none"; + } + } + return this._jsPlumb.div; + }; + + this.draw = function (component, currentConnectionPaintStyle, absolutePosition) { + var td = _getDimensions(this); + if (td != null && td.length === 2) { + var cxy = { x: 0, y: 0 }; + + // absolutePosition would have been set by a call to connection.setAbsoluteOverlayPosition. + if (absolutePosition) { + cxy = { x: absolutePosition[0], y: absolutePosition[1] }; + } + else if (component.pointOnPath) { + var loc = this.loc, absolute = false; + if (_ju.isString(this.loc) || this.loc < 0 || this.loc > 1) { + loc = parseInt(this.loc, 10); + absolute = true; + } + cxy = component.pointOnPath(loc, absolute); // a connection + } + else { + var locToUse = this.loc.constructor === Array ? this.loc : this.endpointLoc; + cxy = { x: locToUse[0] * component.w, + y: locToUse[1] * component.h }; + } + + var minx = cxy.x - (td[0] / 2), + miny = cxy.y - (td[1] / 2); + + return { + component: component, + d: { minx: minx, miny: miny, td: td, cxy: cxy }, + minX: minx, + maxX: minx + td[0], + minY: miny, + maxY: miny + td[1] + }; + } + else { + return {minX: 0, maxX: 0, minY: 0, maxY: 0}; + } + }; + }; + _ju.extend(AbstractDOMOverlay, [_jp.jsPlumbUIComponent, AbstractOverlay], { + getDimensions: function () { + return [1,1]; + }, + setVisible: function (state) { + if (this._jsPlumb.div) { + this._jsPlumb.div.style.display = state ? "block" : "none"; + // if initially invisible, dimensions are 0,0 and never get updated + if (state && this._jsPlumb.initiallyInvisible) { + _getDimensions(this, true); + this.component.repaint(); + this._jsPlumb.initiallyInvisible = false; + } + } + }, + /* + * Function: clearCachedDimensions + * Clears the cached dimensions for the label. As a performance enhancement, label dimensions are + * cached from 1.3.12 onwards. The cache is cleared when you change the label text, of course, but + * there are other reasons why the text dimensions might change - if you make a change through CSS, for + * example, you might change the font size. in that case you should explicitly call this method. + */ + clearCachedDimensions: function () { + this._jsPlumb.cachedDimensions = null; + }, + cleanup: function (force) { + if (force) { + if (this._jsPlumb.div != null) { + this._jsPlumb.div._jsPlumb = null; + this._jsPlumb.instance.removeElement(this._jsPlumb.div); + } + } + else { + // if not a forced cleanup, just detach child from parent for now. + if (this._jsPlumb && this._jsPlumb.div && this._jsPlumb.div.parentNode) { + this._jsPlumb.div.parentNode.removeChild(this._jsPlumb.div); + } + this.detached = true; + } + + }, + reattach:function(instance, component) { + if (this._jsPlumb.div != null) { + instance.getContainer().appendChild(this._jsPlumb.div); + } + this.detached = false; + }, + computeMaxSize: function () { + var td = _getDimensions(this); + return Math.max(td[0], td[1]); + }, + paint: function (p, containerExtents) { + if (!this._jsPlumb.initialised) { + this.getElement(); + p.component.appendDisplayElement(this._jsPlumb.div); + this._jsPlumb.initialised = true; + if (this.detached) { + this._jsPlumb.div.parentNode.removeChild(this._jsPlumb.div); + } + } + this._jsPlumb.div.style.left = (p.component.x + p.d.minx) + "px"; + this._jsPlumb.div.style.top = (p.component.y + p.d.miny) + "px"; + } + }); + + /* + * Class: Overlays.Custom + * A Custom overlay. You supply a 'create' function which returns some DOM element, and jsPlumb positions it. + * The 'create' function is passed a Connection or Endpoint. + */ + /* + * Function: Constructor + * + * Parameters: + * create - function for jsPlumb to call that returns a DOM element. + * location - distance (as a decimal from 0 to 1 inclusive) marking where the label should sit on the connector. defaults to 0.5. + * id - optional id to use for later retrieval of this overlay. + * + */ + _jp.Overlays.Custom = function (params) { + this.type = "Custom"; + AbstractDOMOverlay.apply(this, arguments); + }; + _ju.extend(_jp.Overlays.Custom, AbstractDOMOverlay); + + _jp.Overlays.GuideLines = function () { + var self = this; + self.length = 50; + self.strokeWidth = 5; + this.type = "GuideLines"; + AbstractOverlay.apply(this, arguments); + _jp.jsPlumbUIComponent.apply(this, arguments); + this.draw = function (connector, currentConnectionPaintStyle) { + + var head = connector.pointAlongPathFrom(self.loc, self.length / 2), + mid = connector.pointOnPath(self.loc), + tail = _jg.pointOnLine(head, mid, self.length), + tailLine = _jg.perpendicularLineTo(head, tail, 40), + headLine = _jg.perpendicularLineTo(tail, head, 20); + + return { + connector: connector, + head: head, + tail: tail, + headLine: headLine, + tailLine: tailLine, + minX: Math.min(head.x, tail.x, headLine[0].x, headLine[1].x), + minY: Math.min(head.y, tail.y, headLine[0].y, headLine[1].y), + maxX: Math.max(head.x, tail.x, headLine[0].x, headLine[1].x), + maxY: Math.max(head.y, tail.y, headLine[0].y, headLine[1].y) + }; + }; + + // this.cleanup = function() { }; // nothing to clean up for GuideLines + }; + + /* + * Class: Overlays.Label + + */ + /* + * Function: Constructor + * + * Parameters: + * cssClass - optional css class string to append to css class. This string is appended "as-is", so you can of course have multiple classes + * defined. This parameter is preferred to using labelStyle, borderWidth and borderStyle. + * label - the label to paint. May be a string or a function that returns a string. Nothing will be painted if your label is null or your + * label function returns null. empty strings _will_ be painted. + * location - distance (as a decimal from 0 to 1 inclusive) marking where the label should sit on the connector. defaults to 0.5. + * id - optional id to use for later retrieval of this overlay. + * + * + */ + _jp.Overlays.Label = function (params) { + this.labelStyle = params.labelStyle; + + var labelWidth = null, labelHeight = null, labelText = null, labelPadding = null; + this.cssClass = this.labelStyle != null ? this.labelStyle.cssClass : null; + var p = _jp.extend({ + create: function () { + return _jp.createElement("div"); + }}, params); + _jp.Overlays.Custom.call(this, p); + this.type = "Label"; + this.label = params.label || ""; + this.labelText = null; + if (this.labelStyle) { + var el = this.getElement(); + this.labelStyle.font = this.labelStyle.font || "12px sans-serif"; + el.style.font = this.labelStyle.font; + el.style.color = this.labelStyle.color || "black"; + if (this.labelStyle.fill) { + el.style.background = this.labelStyle.fill; + } + if (this.labelStyle.borderWidth > 0) { + var dStyle = this.labelStyle.borderStyle ? this.labelStyle.borderStyle : "black"; + el.style.border = this.labelStyle.borderWidth + "px solid " + dStyle; + } + if (this.labelStyle.padding) { + el.style.padding = this.labelStyle.padding; + } + } + + }; + _ju.extend(_jp.Overlays.Label, _jp.Overlays.Custom, { + cleanup: function (force) { + if (force) { + this.div = null; + this.label = null; + this.labelText = null; + this.cssClass = null; + this.labelStyle = null; + } + }, + getLabel: function () { + return this.label; + }, + /* + * Function: setLabel + * sets the label's, um, label. you would think i'd call this function + * 'setText', but you can pass either a Function or a String to this, so + * it makes more sense as 'setLabel'. This uses innerHTML on the label div, so keep + * that in mind if you need escaped HTML. + */ + setLabel: function (l) { + this.label = l; + this.labelText = null; + this.clearCachedDimensions(); + this.update(); + this.component.repaint(); + }, + getDimensions: function () { + this.update(); + return AbstractDOMOverlay.prototype.getDimensions.apply(this, arguments); + }, + update: function () { + if (typeof this.label === "function") { + var lt = this.label(this); + this.getElement().innerHTML = lt.replace(/\r\n/g, "
    "); + } + else { + if (this.labelText == null) { + this.labelText = this.label; + this.getElement().innerHTML = this.labelText.replace(/\r\n/g, "
    "); + } + } + }, + updateFrom:function(d) { + if(d.label != null){ + this.setLabel(d.label); + } + } + }); + + // ********************************* END OF OVERLAY DEFINITIONS *********************************************************************** + +}).call(typeof window !== 'undefined' ? window : this); + +/* + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +;(function() { + "use strict"; + + var root = this, + _ju = root.jsPlumbUtil, + _jpi = root.jsPlumbInstance; + + var GROUP_COLLAPSED_CLASS = "jtk-group-collapsed"; + var GROUP_EXPANDED_CLASS = "jtk-group-expanded"; + var GROUP_CONTAINER_SELECTOR = "[jtk-group-content]"; + var ELEMENT_DRAGGABLE_EVENT = "elementDraggable"; + var STOP = "stop"; + var REVERT = "revert"; + var GROUP_MANAGER = "_groupManager"; + var GROUP = "_jsPlumbGroup"; + var GROUP_DRAG_SCOPE = "_jsPlumbGroupDrag"; + var EVT_CHILD_ADDED = "group:addMember"; + var EVT_CHILD_REMOVED = "group:removeMember"; + var EVT_GROUP_ADDED = "group:add"; + var EVT_GROUP_REMOVED = "group:remove"; + var EVT_EXPAND = "group:expand"; + var EVT_COLLAPSE = "group:collapse"; + var EVT_GROUP_DRAG_STOP = "groupDragStop"; + var EVT_CONNECTION_MOVED = "connectionMoved"; + var EVT_INTERNAL_CONNECTION_DETACHED = "internal.connectionDetached"; + + var CMD_REMOVE_ALL = "removeAll"; + var CMD_ORPHAN_ALL = "orphanAll"; + var CMD_SHOW = "show"; + var CMD_HIDE = "hide"; + + var GroupManager = function(_jsPlumb) { + var _managedGroups = {}, _connectionSourceMap = {}, _connectionTargetMap = {}, self = this; + + _jsPlumb.bind("connection", function(p) { + if (p.source[GROUP] != null && p.target[GROUP] != null && p.source[GROUP] === p.target[GROUP]) { + _connectionSourceMap[p.connection.id] = p.source[GROUP]; + _connectionTargetMap[p.connection.id] = p.source[GROUP]; + } + else { + if (p.source[GROUP] != null) { + _ju.suggest(p.source[GROUP].connections.source, p.connection); + _connectionSourceMap[p.connection.id] = p.source[GROUP]; + } + if (p.target[GROUP] != null) { + _ju.suggest(p.target[GROUP].connections.target, p.connection); + _connectionTargetMap[p.connection.id] = p.target[GROUP]; + } + } + }); + + function _cleanupDetachedConnection(conn) { + delete conn.proxies; + var group = _connectionSourceMap[conn.id], f; + if (group != null) { + f = function(c) { return c.id === conn.id; }; + _ju.removeWithFunction(group.connections.source, f); + _ju.removeWithFunction(group.connections.target, f); + delete _connectionSourceMap[conn.id]; + } + + group = _connectionTargetMap[conn.id]; + if (group != null) { + f = function(c) { return c.id === conn.id; }; + _ju.removeWithFunction(group.connections.source, f); + _ju.removeWithFunction(group.connections.target, f); + delete _connectionTargetMap[conn.id]; + } + } + + _jsPlumb.bind(EVT_INTERNAL_CONNECTION_DETACHED, function(p) { + _cleanupDetachedConnection(p.connection); + }); + + _jsPlumb.bind(EVT_CONNECTION_MOVED, function(p) { + var connMap = p.index === 0 ? _connectionSourceMap : _connectionTargetMap; + var group = connMap[p.connection.id]; + if (group) { + var list = group.connections[p.index === 0 ? "source" : "target"]; + var idx = list.indexOf(p.connection); + if (idx !== -1) { + list.splice(idx, 1); + } + } + }); + + this.addGroup = function(group) { + _jsPlumb.addClass(group.getEl(), GROUP_EXPANDED_CLASS); + _managedGroups[group.id] = group; + group.manager = this; + _updateConnectionsForGroup(group); + _jsPlumb.fire(EVT_GROUP_ADDED, { group:group }); + }; + + this.addToGroup = function(group, el, doNotFireEvent) { + group = this.getGroup(group); + if (group) { + var groupEl = group.getEl(); + + if (el._isJsPlumbGroup) { + return; + } + var currentGroup = el._jsPlumbGroup; + // if already a member of this group, do nothing + if (currentGroup !== group) { + var elpos = _jsPlumb.getOffset(el, true); + var cpos = group.collapsed ? _jsPlumb.getOffset(groupEl, true) : _jsPlumb.getOffset(group.getDragArea(), true); + + // otherwise, transfer to this group. + if (currentGroup != null) { + currentGroup.remove(el, false, doNotFireEvent, false, group); + self.updateConnectionsForGroup(currentGroup); + } + group.add(el, doNotFireEvent/*, currentGroup*/); + + var handleDroppedConnections = function (list, index) { + var oidx = index === 0 ? 1 : 0; + list.each(function (c) { + c.setVisible(false); + if (c.endpoints[oidx].element._jsPlumbGroup === group) { + c.endpoints[oidx].setVisible(false); + self.expandConnection(c, oidx, group); + } + else { + c.endpoints[index].setVisible(false); + self.collapseConnection(c, index, group); + } + }); + }; + + if (group.collapsed) { + handleDroppedConnections(_jsPlumb.select({source: el}), 0); + handleDroppedConnections(_jsPlumb.select({target: el}), 1); + } + + var elId = _jsPlumb.getId(el); + _jsPlumb.dragManager.setParent(el, elId, groupEl, _jsPlumb.getId(groupEl), elpos); + + var newPosition = { left: elpos.left - cpos.left, top: elpos.top - cpos.top }; + + _jsPlumb.setPosition(el, newPosition); + + _jsPlumb.dragManager.revalidateParent(el, elId, elpos); + + self.updateConnectionsForGroup(group); + + _jsPlumb.revalidate(elId); + + if (!doNotFireEvent) { + var p = {group: group, el: el, pos:newPosition}; + if (currentGroup) { + p.sourceGroup = currentGroup; + } + _jsPlumb.fire(EVT_CHILD_ADDED, p); + } + } + } + }; + + this.removeFromGroup = function(group, el, doNotFireEvent) { + group = this.getGroup(group); + if (group) { + group.remove(el, null, doNotFireEvent); + } + }; + + this.getGroup = function(groupId) { + var group = groupId; + if (_ju.isString(groupId)) { + group = _managedGroups[groupId]; + if (group == null) { + throw new TypeError("No such group [" + groupId + "]"); + } + } + return group; + }; + + this.getGroups = function() { + var o = []; + for (var g in _managedGroups) { + o.push(_managedGroups[g]); + } + return o; + }; + + this.removeGroup = function(group, deleteMembers, manipulateDOM, doNotFireEvent) { + group = this.getGroup(group); + this.expandGroup(group, true); // this reinstates any original connections and removes all proxies, but does not fire an event. + var newPositions = group[deleteMembers ? CMD_REMOVE_ALL : CMD_ORPHAN_ALL](manipulateDOM, doNotFireEvent); + _jsPlumb.remove(group.getEl()); + delete _managedGroups[group.id]; + delete _jsPlumb._groups[group.id]; + _jsPlumb.fire(EVT_GROUP_REMOVED, { group:group }); + return newPositions; // this will be null in the case or remove, but be a map of {id->[x,y]} in the case of orphan + }; + + this.removeAllGroups = function(deleteMembers, manipulateDOM, doNotFireEvent) { + for (var g in _managedGroups) { + this.removeGroup(_managedGroups[g], deleteMembers, manipulateDOM, doNotFireEvent); + } + }; + + function _setVisible(group, state) { + var m = group.getMembers(); + for (var i = 0; i < m.length; i++) { + _jsPlumb[state ? CMD_SHOW : CMD_HIDE](m[i], true); + } + } + + var _collapseConnection = this.collapseConnection = function(c, index, group) { + + var proxyEp, groupEl = group.getEl(), groupElId = _jsPlumb.getId(groupEl), + originalElementId = c.endpoints[index].elementId; + + var otherEl = c.endpoints[index === 0 ? 1 : 0].element; + if (otherEl[GROUP] && (!otherEl[GROUP].shouldProxy() && otherEl[GROUP].collapsed)) { + return; + } + + c.proxies = c.proxies || []; + if(c.proxies[index]) { + proxyEp = c.proxies[index].ep; + }else { + proxyEp = _jsPlumb.addEndpoint(groupEl, { + endpoint:group.getEndpoint(c, index), + anchor:group.getAnchor(c, index), + parameters:{ + isProxyEndpoint:true + } + }); + } + proxyEp.setDeleteOnEmpty(true); + + // for this index, stash proxy info: the new EP, the original EP. + c.proxies[index] = { ep:proxyEp, originalEp: c.endpoints[index] }; + + // and advise the anchor manager + if (index === 0) { + // TODO why are there two differently named methods? Why is there not one method that says "some end of this + // connection changed (you give the index), and here's the new element and element id." + _jsPlumb.anchorManager.sourceChanged(originalElementId, groupElId, c, groupEl); + } + else { + _jsPlumb.anchorManager.updateOtherEndpoint(c.endpoints[0].elementId, originalElementId, groupElId, c); + c.target = groupEl; + c.targetId = groupElId; + } + + + // detach the original EP from the connection. + c.proxies[index].originalEp.detachFromConnection(c, null, true); + + // set the proxy as the new ep + proxyEp.connections = [ c ]; + c.endpoints[index] = proxyEp; + + c.setVisible(true); + }; + + this.collapseGroup = function(group) { + group = this.getGroup(group); + if (group == null || group.collapsed) { + return; + } + var groupEl = group.getEl(); + + // todo remove old proxy endpoints first, just in case? + //group.proxies.length = 0; + + // hide all connections + _setVisible(group, false); + + if (group.shouldProxy()) { + // collapses all connections in a group. + var _collapseSet = function (conns, index) { + for (var i = 0; i < conns.length; i++) { + var c = conns[i]; + _collapseConnection(c, index, group); + } + }; + + // setup proxies for sources and targets + _collapseSet(group.connections.source, 0); + _collapseSet(group.connections.target, 1); + } + + group.collapsed = true; + _jsPlumb.removeClass(groupEl, GROUP_EXPANDED_CLASS); + _jsPlumb.addClass(groupEl, GROUP_COLLAPSED_CLASS); + _jsPlumb.revalidate(groupEl); + _jsPlumb.fire(EVT_COLLAPSE, { group:group }); + }; + + var _expandConnection = this.expandConnection = function(c, index, group) { + + // if no proxies or none for this end of the connection, abort. + if (c.proxies == null || c.proxies[index] == null) { + return; + } + + var groupElId = _jsPlumb.getId(group.getEl()), + originalElement = c.proxies[index].originalEp.element, + originalElementId = c.proxies[index].originalEp.elementId; + + c.endpoints[index] = c.proxies[index].originalEp; + // and advise the anchor manager + if (index === 0) { + // TODO why are there two differently named methods? Why is there not one method that says "some end of this + // connection changed (you give the index), and here's the new element and element id." + _jsPlumb.anchorManager.sourceChanged(groupElId, originalElementId, c, originalElement); + } + else { + _jsPlumb.anchorManager.updateOtherEndpoint(c.endpoints[0].elementId, groupElId, originalElementId, c); + c.target = originalElement; + c.targetId = originalElementId; + } + + // detach the proxy EP from the connection (which will cause it to be removed as we no longer need it) + c.proxies[index].ep.detachFromConnection(c, null); + + c.proxies[index].originalEp.addConnection(c); + + // cleanup + delete c.proxies[index]; + }; + + this.expandGroup = function(group, doNotFireEvent) { + + group = this.getGroup(group); + + if (group == null || !group.collapsed) { + return; + } + var groupEl = group.getEl(); + + _setVisible(group, true); + + if (group.shouldProxy()) { + // collapses all connections in a group. + var _expandSet = function (conns, index) { + for (var i = 0; i < conns.length; i++) { + var c = conns[i]; + _expandConnection(c, index, group); + } + }; + + // setup proxies for sources and targets + _expandSet(group.connections.source, 0); + _expandSet(group.connections.target, 1); + } + + group.collapsed = false; + _jsPlumb.addClass(groupEl, GROUP_EXPANDED_CLASS); + _jsPlumb.removeClass(groupEl, GROUP_COLLAPSED_CLASS); + _jsPlumb.revalidate(groupEl); + this.repaintGroup(group); + if (!doNotFireEvent) { + _jsPlumb.fire(EVT_EXPAND, { group: group}); + } + }; + + this.repaintGroup = function(group) { + group = this.getGroup(group); + var m = group.getMembers(); + for (var i = 0; i < m.length; i++) { + _jsPlumb.revalidate(m[i]); + } + }; + + // TODO refactor this with the code that responds to `connection` events. + function _updateConnectionsForGroup(group) { + var members = group.getMembers(); + var c1 = _jsPlumb.getConnections({source:members, scope:"*"}, true); + var c2 = _jsPlumb.getConnections({target:members, scope:"*"}, true); + var processed = {}; + group.connections.source.length = 0; + group.connections.target.length = 0; + var oneSet = function(c) { + for (var i = 0; i < c.length; i++) { + if (processed[c[i].id]) { + continue; + } + processed[c[i].id] = true; + if (c[i].source._jsPlumbGroup === group) { + if (c[i].target._jsPlumbGroup !== group) { + group.connections.source.push(c[i]); + } + _connectionSourceMap[c[i].id] = group; + } + else if (c[i].target._jsPlumbGroup === group) { + group.connections.target.push(c[i]); + _connectionTargetMap[c[i].id] = group; + } + } + }; + oneSet(c1); oneSet(c2); + } + + this.updateConnectionsForGroup = _updateConnectionsForGroup; + this.refreshAllGroups = function() { + for (var g in _managedGroups) { + _updateConnectionsForGroup(_managedGroups[g]); + _jsPlumb.dragManager.updateOffsets(_jsPlumb.getId(_managedGroups[g].getEl())); + } + }; + }; + + /** + * + * @param {jsPlumbInstance} _jsPlumb Associated jsPlumb instance. + * @param {Object} params + * @param {Element} params.el The DOM element representing the Group. + * @param {String} [params.id] Optional ID for the Group. A UUID will be assigned as the Group's ID if you do not provide one. + * @param {Boolean} [params.constrain=false] If true, child elements will not be able to be dragged outside of the Group container. + * @param {Boolean} [params.revert=true] By default, child elements revert to the container if dragged outside. You can change this by setting `revert:false`. This behaviour is also overridden if you set `orphan` or `prune`. + * @param {Boolean} [params.orphan=false] If true, child elements dropped outside of the Group container will be removed from the Group (but not from the DOM). + * @param {Boolean} [params.prune=false] If true, child elements dropped outside of the Group container will be removed from the Group and also from the DOM. + * @param {Boolean} [params.dropOverride=false] If true, a child element that has been dropped onto some other Group will not be subject to the controls imposed by `prune`, `revert` or `orphan`. + * @constructor + */ + var Group = function(_jsPlumb, params) { + var self = this; + var el = params.el; + this.getEl = function() { return el; }; + this.id = params.id || _ju.uuid(); + el._isJsPlumbGroup = true; + + var getDragArea = this.getDragArea = function() { + var da = _jsPlumb.getSelector(el, GROUP_CONTAINER_SELECTOR); + return da && da.length > 0 ? da[0] : el; + }; + + var ghost = params.ghost === true; + var constrain = ghost || (params.constrain === true); + var revert = params.revert !== false; + var orphan = params.orphan === true; + var prune = params.prune === true; + var dropOverride = params.dropOverride === true; + var proxied = params.proxied !== false; + var elements = []; + this.connections = { source:[], target:[], internal:[] }; + + // this function, and getEndpoint below, are stubs for a future setup in which we can choose endpoint + // and anchor based upon the connection and the index (source/target) of the endpoint to be proxied. + this.getAnchor = function(conn, endpointIndex) { + return params.anchor || "Continuous"; + }; + + this.getEndpoint = function(conn, endpointIndex) { + return params.endpoint || [ "Dot", { radius:10 }]; + }; + + this.collapsed = false; + if (params.draggable !== false) { + var opts = { + stop:function(params) { + _jsPlumb.fire(EVT_GROUP_DRAG_STOP, jsPlumb.extend(params, {group:self})); + }, + scope:GROUP_DRAG_SCOPE + }; + if (params.dragOptions) { + root.jsPlumb.extend(opts, params.dragOptions); + } + _jsPlumb.draggable(params.el, opts); + } + if (params.droppable !== false) { + _jsPlumb.droppable(params.el, { + drop:function(p) { + var el = p.drag.el; + if (el._isJsPlumbGroup) { + return; + } + var currentGroup = el._jsPlumbGroup; + if (currentGroup !== self) { + if (currentGroup != null) { + if (currentGroup.overrideDrop(el, self)) { + return; + } + } + _jsPlumb.getGroupManager().addToGroup(self, el, false); + } + + } + }); + } + var _each = function(_el, fn) { + var els = _el.nodeType == null ? _el : [ _el ]; + for (var i = 0; i < els.length; i++) { + fn(els[i]); + } + }; + + this.overrideDrop = function(_el, targetGroup) { + return dropOverride && (revert || prune || orphan); + }; + + this.add = function(_el, doNotFireEvent/*, sourceGroup*/) { + var dragArea = getDragArea(); + _each(_el, function(__el) { + + if (__el._jsPlumbGroup != null) { + if (__el._jsPlumbGroup === self) { + return; + } else { + __el._jsPlumbGroup.remove(__el, true, doNotFireEvent, false); + } + } + + __el._jsPlumbGroup = self; + elements.push(__el); + // test if draggable and add handlers if so. + if (_jsPlumb.isAlreadyDraggable(__el)) { + _bindDragHandlers(__el); + } + + if (__el.parentNode !== dragArea) { + dragArea.appendChild(__el); + } + + // if (!doNotFireEvent) { + // var p = {group: self, el: __el}; + // if (sourceGroup) { + // p.sourceGroup = sourceGroup; + // } + // //_jsPlumb.fire(EVT_CHILD_ADDED, p); + // } + }); + + _jsPlumb.getGroupManager().updateConnectionsForGroup(self); + }; + + this.remove = function(el, manipulateDOM, doNotFireEvent, doNotUpdateConnections, targetGroup) { + + _each(el, function(__el) { + delete __el._jsPlumbGroup; + _ju.removeWithFunction(elements, function(e) { + return e === __el; + }); + + if (manipulateDOM) { + try { self.getDragArea().removeChild(__el); } + catch (e) { + jsPlumbUtil.log("Could not remove element from Group " + e); + } + } + _unbindDragHandlers(__el); + if (!doNotFireEvent) { + var p = {group: self, el: __el}; + if (targetGroup) { + p.targetGroup = targetGroup; + } + _jsPlumb.fire(EVT_CHILD_REMOVED, p); + } + }); + if (!doNotUpdateConnections) { + _jsPlumb.getGroupManager().updateConnectionsForGroup(self); + } + }; + this.removeAll = function(manipulateDOM, doNotFireEvent) { + for (var i = 0, l = elements.length; i < l; i++) { + var el = elements[0]; + self.remove(el, manipulateDOM, doNotFireEvent, true); + _jsPlumb.remove(el, true); + } + elements.length = 0; + _jsPlumb.getGroupManager().updateConnectionsForGroup(self); + }; + this.orphanAll = function() { + var orphanedPositions = {}; + for (var i = 0; i < elements.length; i++) { + var newPosition = _orphan(elements[i]); + orphanedPositions[newPosition[0]] = newPosition[1]; + } + elements.length = 0; + + return orphanedPositions; + }; + this.getMembers = function() { return elements; }; + + el[GROUP] = this; + + _jsPlumb.bind(ELEMENT_DRAGGABLE_EVENT, function(dragParams) { + // if its for the current group, + if (dragParams.el._jsPlumbGroup === this) { + _bindDragHandlers(dragParams.el); + } + }.bind(this)); + + function _findParent(_el) { + return _el.offsetParent; + } + + function _isInsideParent(_el, pos) { + var p = _findParent(_el), + s = _jsPlumb.getSize(p), + ss = _jsPlumb.getSize(_el), + leftEdge = pos[0], + rightEdge = leftEdge + ss[0], + topEdge = pos[1], + bottomEdge = topEdge + ss[1]; + + return rightEdge > 0 && leftEdge < s[0] && bottomEdge > 0 && topEdge < s[1]; + } + + // + // orphaning an element means taking it out of the group and adding it to the main jsplumb container. + // we return the new calculated position from this method and the element's id. + // + function _orphan(_el) { + var id = _jsPlumb.getId(_el); + var pos = _jsPlumb.getOffset(_el); + _el.parentNode.removeChild(_el); + _jsPlumb.getContainer().appendChild(_el); + _jsPlumb.setPosition(_el, pos); + delete _el._jsPlumbGroup; + _unbindDragHandlers(_el); + _jsPlumb.dragManager.clearParent(_el, id); + return [id, pos]; + } + + // + // remove an element from the group, then either prune it from the jsplumb instance, or just orphan it. + // + function _pruneOrOrphan(p) { + var orphanedPosition = null; + if (!_isInsideParent(p.el, p.pos)) { + var group = p.el._jsPlumbGroup; + if (prune) { + _jsPlumb.remove(p.el); + } else { + orphanedPosition = _orphan(p.el); + } + + group.remove(p.el); + } + + return orphanedPosition; + } + + // + // redraws the element + // + function _revalidate(_el) { + var id = _jsPlumb.getId(_el); + _jsPlumb.revalidate(_el); + _jsPlumb.dragManager.revalidateParent(_el, id); + } + + // + // unbind the group specific drag/revert handlers. + // + function _unbindDragHandlers(_el) { + if (!_el._katavorioDrag) { + return; + } + if (prune || orphan) { + _el._katavorioDrag.off(STOP, _pruneOrOrphan); + } + if (!prune && !orphan && revert) { + _el._katavorioDrag.off(REVERT, _revalidate); + _el._katavorioDrag.setRevert(null); + } + } + + function _bindDragHandlers(_el) { + if (!_el._katavorioDrag) { + return; + } + if (prune || orphan) { + _el._katavorioDrag.on(STOP, _pruneOrOrphan); + } + + if (constrain) { + _el._katavorioDrag.setConstrain(true); + } + + if (ghost) { + _el._katavorioDrag.setUseGhostProxy(true); + } + + if (!prune && !orphan && revert) { + _el._katavorioDrag.on(REVERT, _revalidate); + _el._katavorioDrag.setRevert(function(__el, pos) { + return !_isInsideParent(__el, pos); + }); + } + } + + this.shouldProxy = function() { + return proxied; + }; + + _jsPlumb.getGroupManager().addGroup(this); + }; + + /** + * Adds a group to the jsPlumb instance. + * @method addGroup + * @param {Object} params + * @return {Group} The newly created Group. + */ + _jpi.prototype.addGroup = function(params) { + var j = this; + j._groups = j._groups || {}; + if (j._groups[params.id] != null) { + throw new TypeError("cannot create Group [" + params.id + "]; a Group with that ID exists"); + } + if (params.el[GROUP] != null) { + throw new TypeError("cannot create Group [" + params.id + "]; the given element is already a Group"); + } + var group = new Group(j, params); + j._groups[group.id] = group; + if (params.collapsed) { + this.collapseGroup(group); + } + return group; + }; + + /** + * Add an element to a group. + * @method addToGroup + * @param {String} group Group, or ID of the group, to add the element to. + * @param {Element} el Element to add to the group. + */ + _jpi.prototype.addToGroup = function(group, el, doNotFireEvent) { + + var _one = function(_el) { + var id = this.getId(_el); + this.manage(id, _el); + this.getGroupManager().addToGroup(group, _el, doNotFireEvent); + }.bind(this); + + if (Array.isArray(el)) { + for (var i = 0; i < el.length; i++) { + _one(el[i]); + } + } else { + _one(el); + } + }; + + /** + * Remove an element from a group. + * @method removeFromGroup + * @param {String} group Group, or ID of the group, to remove the element from. + * @param {Element} el Element to add to the group. + */ + _jpi.prototype.removeFromGroup = function(group, el, doNotFireEvent) { + this.getGroupManager().removeFromGroup(group, el, doNotFireEvent); + }; + + /** + * Remove a group, and optionally remove its members from the jsPlumb instance. + * @method removeGroup + * @param {String|Group} group Group to delete, or ID of Group to delete. + * @param {Boolean} [deleteMembers=false] If true, group members will be removed along with the group. Otherwise they will + * just be 'orphaned' (returned to the main container). + * @returns {Map[String, Position}} When deleteMembers is false, this method returns a map of {id->position} + */ + _jpi.prototype.removeGroup = function(group, deleteMembers, manipulateDOM, doNotFireEvent) { + return this.getGroupManager().removeGroup(group, deleteMembers, manipulateDOM, doNotFireEvent); + }; + + /** + * Remove all groups, and optionally remove their members from the jsPlumb instance. + * @method removeAllGroup + * @param {Boolean} [deleteMembers=false] If true, group members will be removed along with the groups. Otherwise they will + * just be 'orphaned' (returned to the main container). + */ + _jpi.prototype.removeAllGroups = function(deleteMembers, manipulateDOM, doNotFireEvent) { + this.getGroupManager().removeAllGroups(deleteMembers, manipulateDOM, doNotFireEvent); + }; + + /** + * Get a Group + * @method getGroup + * @param {String} groupId ID of the group to get + * @return {Group} Group with the given ID, null if not found. + */ + _jpi.prototype.getGroup = function(groupId) { + return this.getGroupManager().getGroup(groupId); + }; + + /** + * Gets all the Groups managed by the jsPlumb instance. + * @returns {Group[]} List of Groups. Empty if none. + */ + _jpi.prototype.getGroups = function() { + return this.getGroupManager().getGroups(); + }; + + /** + * Expands a group element. jsPlumb doesn't do "everything" for you here, because what it means to expand a Group + * will vary from application to application. jsPlumb does these things: + * + * - Hides any connections that are internal to the group (connections between members, and connections from member of + * the group to the group itself) + * - Proxies all connections for which the source or target is a member of the group. + * - Hides the proxied connections. + * - Adds the jtk-group-expanded class to the group's element + * - Removes the jtk-group-collapsed class from the group's element. + * + * @method expandGroup + * @param {String|Group} group Group to expand, or ID of Group to expand. + */ + _jpi.prototype.expandGroup = function(group) { + this.getGroupManager().expandGroup(group); + }; + + /** + * Collapses a group element. jsPlumb doesn't do "everything" for you here, because what it means to collapse a Group + * will vary from application to application. jsPlumb does these things: + * + * - Shows any connections that are internal to the group (connections between members, and connections from member of + * the group to the group itself) + * - Removes proxies for all connections for which the source or target is a member of the group. + * - Shows the previously proxied connections. + * - Adds the jtk-group-collapsed class to the group's element + * - Removes the jtk-group-expanded class from the group's element. + * + * @method expandGroup + * @param {String|Group} group Group to expand, or ID of Group to expand. + */ + _jpi.prototype.collapseGroup = function(groupId) { + this.getGroupManager().collapseGroup(groupId); + }; + + + _jpi.prototype.repaintGroup = function(group) { + this.getGroupManager().repaintGroup(group); + }; + + /** + * Collapses or expands a group element depending on its current state. See notes in the collapseGroup and expandGroup method. + * + * @method toggleGroup + * @param {String|Group} group Group to expand/collapse, or ID of Group to expand/collapse. + */ + _jpi.prototype.toggleGroup = function(group) { + group = this.getGroupManager().getGroup(group); + if (group != null) { + this.getGroupManager()[group.collapsed ? "expandGroup" : "collapseGroup"](group); + } + }; + + // + // lazy init a group manager for the given jsplumb instance. + // + _jpi.prototype.getGroupManager = function() { + var mgr = this[GROUP_MANAGER]; + if (mgr == null) { + mgr = this[GROUP_MANAGER] = new GroupManager(this); + } + return mgr; + }; + + _jpi.prototype.removeGroupManager = function() { + delete this[GROUP_MANAGER]; + }; + + /** + * Gets the Group that the given element belongs to, null if none. + * @method getGroupFor + * @param {String|Element} el Element, or element ID. + * @returns {Group} A Group, if found, or null. + */ + _jpi.prototype.getGroupFor = function(el) { + el = this.getElement(el); + if (el) { + return el[GROUP]; + } + }; + +}).call(typeof window !== 'undefined' ? window : this); + + +/* + * This file contains the 'flowchart' connectors, consisting of vertical and horizontal line segments. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil; + var STRAIGHT = "Straight"; + var ARC = "Arc"; + + var Flowchart = function (params) { + this.type = "Flowchart"; + params = params || {}; + params.stub = params.stub == null ? 30 : params.stub; + var segments, + _super = _jp.Connectors.AbstractConnector.apply(this, arguments), + midpoint = params.midpoint == null ? 0.5 : params.midpoint, + alwaysRespectStubs = params.alwaysRespectStubs === true, + lastx = null, lasty = null, lastOrientation, + cornerRadius = params.cornerRadius != null ? params.cornerRadius : 0, + + // TODO now common between this and AbstractBezierEditor; refactor into superclass? + loopbackRadius = params.loopbackRadius || 25, + isLoopbackCurrently = false, + + sgn = function (n) { + return n < 0 ? -1 : n === 0 ? 0 : 1; + }, + segmentDirections = function(segment) { + return [ + sgn( segment[2] - segment[0] ), + sgn( segment[3] - segment[1] ) + ]; + }, + /** + * helper method to add a segment. + */ + addSegment = function (segments, x, y, paintInfo) { + if (lastx === x && lasty === y) { + return; + } + var lx = lastx == null ? paintInfo.sx : lastx, + ly = lasty == null ? paintInfo.sy : lasty, + o = lx === x ? "v" : "h"; + + lastx = x; + lasty = y; + segments.push([ lx, ly, x, y, o ]); + }, + segLength = function (s) { + return Math.sqrt(Math.pow(s[0] - s[2], 2) + Math.pow(s[1] - s[3], 2)); + }, + _cloneArray = function (a) { + var _a = []; + _a.push.apply(_a, a); + return _a; + }, + writeSegments = function (conn, segments, paintInfo) { + var current = null, next, currentDirection, nextDirection; + for (var i = 0; i < segments.length - 1; i++) { + + current = current || _cloneArray(segments[i]); + next = _cloneArray(segments[i + 1]); + + currentDirection = segmentDirections(current); + nextDirection = segmentDirections(next); + + if (cornerRadius > 0 && current[4] !== next[4]) { + + var minSegLength = Math.min(segLength(current), segLength(next)); + var radiusToUse = Math.min(cornerRadius, minSegLength / 2); + + current[2] -= currentDirection[0] * radiusToUse; + current[3] -= currentDirection[1] * radiusToUse; + next[0] += nextDirection[0] * radiusToUse; + next[1] += nextDirection[1] * radiusToUse; + + var ac = (currentDirection[1] === nextDirection[0] && nextDirection[0] === 1) || + ((currentDirection[1] === nextDirection[0] && nextDirection[0] === 0) && currentDirection[0] !== nextDirection[1]) || + (currentDirection[1] === nextDirection[0] && nextDirection[0] === -1), + sgny = next[1] > current[3] ? 1 : -1, + sgnx = next[0] > current[2] ? 1 : -1, + sgnEqual = sgny === sgnx, + cx = (sgnEqual && ac || (!sgnEqual && !ac)) ? next[0] : current[2], + cy = (sgnEqual && ac || (!sgnEqual && !ac)) ? current[3] : next[1]; + + _super.addSegment(conn, STRAIGHT, { + x1: current[0], y1: current[1], x2: current[2], y2: current[3] + }); + + _super.addSegment(conn, ARC, { + r: radiusToUse, + x1: current[2], + y1: current[3], + x2: next[0], + y2: next[1], + cx: cx, + cy: cy, + ac: ac + }); + } + else { + // dx + dy are used to adjust for line width. + var dx = (current[2] === current[0]) ? 0 : (current[2] > current[0]) ? (paintInfo.lw / 2) : -(paintInfo.lw / 2), + dy = (current[3] === current[1]) ? 0 : (current[3] > current[1]) ? (paintInfo.lw / 2) : -(paintInfo.lw / 2); + + _super.addSegment(conn, STRAIGHT, { + x1: current[0] - dx, y1: current[1] - dy, x2: current[2] + dx, y2: current[3] + dy + }); + } + current = next; + } + if (next != null) { + // last segment + _super.addSegment(conn, STRAIGHT, { + x1: next[0], y1: next[1], x2: next[2], y2: next[3] + }); + } + }; + + this._compute = function (paintInfo, params) { + + segments = []; + lastx = null; + lasty = null; + lastOrientation = null; + + var commonStubCalculator = function () { + return [paintInfo.startStubX, paintInfo.startStubY, paintInfo.endStubX, paintInfo.endStubY]; + }, + stubCalculators = { + perpendicular: commonStubCalculator, + orthogonal: commonStubCalculator, + opposite: function (axis) { + var pi = paintInfo, + idx = axis === "x" ? 0 : 1, + areInProximity = { + "x": function () { + return ( (pi.so[idx] === 1 && ( + ( (pi.startStubX > pi.endStubX) && (pi.tx > pi.startStubX) ) || + ( (pi.sx > pi.endStubX) && (pi.tx > pi.sx))))) || + + ( (pi.so[idx] === -1 && ( + ( (pi.startStubX < pi.endStubX) && (pi.tx < pi.startStubX) ) || + ( (pi.sx < pi.endStubX) && (pi.tx < pi.sx))))); + }, + "y": function () { + return ( (pi.so[idx] === 1 && ( + ( (pi.startStubY > pi.endStubY) && (pi.ty > pi.startStubY) ) || + ( (pi.sy > pi.endStubY) && (pi.ty > pi.sy))))) || + + ( (pi.so[idx] === -1 && ( + ( (pi.startStubY < pi.endStubY) && (pi.ty < pi.startStubY) ) || + ( (pi.sy < pi.endStubY) && (pi.ty < pi.sy))))); + } + }; + + if (!alwaysRespectStubs && areInProximity[axis]()) { + return { + "x": [(paintInfo.sx + paintInfo.tx) / 2, paintInfo.startStubY, (paintInfo.sx + paintInfo.tx) / 2, paintInfo.endStubY], + "y": [paintInfo.startStubX, (paintInfo.sy + paintInfo.ty) / 2, paintInfo.endStubX, (paintInfo.sy + paintInfo.ty) / 2] + }[axis]; + } + else { + return [paintInfo.startStubX, paintInfo.startStubY, paintInfo.endStubX, paintInfo.endStubY]; + } + } + }; + + // calculate Stubs. + var stubs = stubCalculators[paintInfo.anchorOrientation](paintInfo.sourceAxis), + idx = paintInfo.sourceAxis === "x" ? 0 : 1, + oidx = paintInfo.sourceAxis === "x" ? 1 : 0, + ss = stubs[idx], + oss = stubs[oidx], + es = stubs[idx + 2], + oes = stubs[oidx + 2]; + + // add the start stub segment. use stubs for loopback as it will look better, with the loop spaced + // away from the element. + addSegment(segments, stubs[0], stubs[1], paintInfo); + + // if its a loopback and we should treat it differently. + // if (false && params.sourcePos[0] === params.targetPos[0] && params.sourcePos[1] === params.targetPos[1]) { + // + // // we use loopbackRadius here, as statemachine connectors do. + // // so we go radius to the left from stubs[0], then upwards by 2*radius, to the right by 2*radius, + // // down by 2*radius, left by radius. + // addSegment(segments, stubs[0] - loopbackRadius, stubs[1], paintInfo); + // addSegment(segments, stubs[0] - loopbackRadius, stubs[1] - (2 * loopbackRadius), paintInfo); + // addSegment(segments, stubs[0] + loopbackRadius, stubs[1] - (2 * loopbackRadius), paintInfo); + // addSegment(segments, stubs[0] + loopbackRadius, stubs[1], paintInfo); + // addSegment(segments, stubs[0], stubs[1], paintInfo); + // + // } + // else { + + + var midx = paintInfo.startStubX + ((paintInfo.endStubX - paintInfo.startStubX) * midpoint), + midy = paintInfo.startStubY + ((paintInfo.endStubY - paintInfo.startStubY) * midpoint); + + var orientations = {x: [0, 1], y: [1, 0]}, + lineCalculators = { + perpendicular: function (axis) { + var pi = paintInfo, + sis = { + x: [ + [[1, 2, 3, 4], null, [2, 1, 4, 3]], + null, + [[4, 3, 2, 1], null, [3, 4, 1, 2]] + ], + y: [ + [[3, 2, 1, 4], null, [2, 3, 4, 1]], + null, + [[4, 1, 2, 3], null, [1, 4, 3, 2]] + ] + }, + stubs = { + x: [[pi.startStubX, pi.endStubX], null, [pi.endStubX, pi.startStubX]], + y: [[pi.startStubY, pi.endStubY], null, [pi.endStubY, pi.startStubY]] + }, + midLines = { + x: [[midx, pi.startStubY], [midx, pi.endStubY]], + y: [[pi.startStubX, midy], [pi.endStubX, midy]] + }, + linesToEnd = { + x: [[pi.endStubX, pi.startStubY]], + y: [[pi.startStubX, pi.endStubY]] + }, + startToEnd = { + x: [[pi.startStubX, pi.endStubY], [pi.endStubX, pi.endStubY]], + y: [[pi.endStubX, pi.startStubY], [pi.endStubX, pi.endStubY]] + }, + startToMidToEnd = { + x: [[pi.startStubX, midy], [pi.endStubX, midy], [pi.endStubX, pi.endStubY]], + y: [[midx, pi.startStubY], [midx, pi.endStubY], [pi.endStubX, pi.endStubY]] + }, + otherStubs = { + x: [pi.startStubY, pi.endStubY], + y: [pi.startStubX, pi.endStubX] + }, + soIdx = orientations[axis][0], toIdx = orientations[axis][1], + _so = pi.so[soIdx] + 1, + _to = pi.to[toIdx] + 1, + otherFlipped = (pi.to[toIdx] === -1 && (otherStubs[axis][1] < otherStubs[axis][0])) || (pi.to[toIdx] === 1 && (otherStubs[axis][1] > otherStubs[axis][0])), + stub1 = stubs[axis][_so][0], + stub2 = stubs[axis][_so][1], + segmentIndexes = sis[axis][_so][_to]; + + if (pi.segment === segmentIndexes[3] || (pi.segment === segmentIndexes[2] && otherFlipped)) { + return midLines[axis]; + } + else if (pi.segment === segmentIndexes[2] && stub2 < stub1) { + return linesToEnd[axis]; + } + else if ((pi.segment === segmentIndexes[2] && stub2 >= stub1) || (pi.segment === segmentIndexes[1] && !otherFlipped)) { + return startToMidToEnd[axis]; + } + else if (pi.segment === segmentIndexes[0] || (pi.segment === segmentIndexes[1] && otherFlipped)) { + return startToEnd[axis]; + } + }, + orthogonal: function (axis, startStub, otherStartStub, endStub, otherEndStub) { + var pi = paintInfo, + extent = { + "x": pi.so[0] === -1 ? Math.min(startStub, endStub) : Math.max(startStub, endStub), + "y": pi.so[1] === -1 ? Math.min(startStub, endStub) : Math.max(startStub, endStub) + }[axis]; + + return { + "x": [ + [extent, otherStartStub], + [extent, otherEndStub], + [endStub, otherEndStub] + ], + "y": [ + [otherStartStub, extent], + [otherEndStub, extent], + [otherEndStub, endStub] + ] + }[axis]; + }, + opposite: function (axis, ss, oss, es) { + var pi = paintInfo, + otherAxis = {"x": "y", "y": "x"}[axis], + dim = {"x": "height", "y": "width"}[axis], + comparator = pi["is" + axis.toUpperCase() + "GreaterThanStubTimes2"]; + + if (params.sourceEndpoint.elementId === params.targetEndpoint.elementId) { + var _val = oss + ((1 - params.sourceEndpoint.anchor[otherAxis]) * params.sourceInfo[dim]) + _super.maxStub; + return { + "x": [ + [ss, _val], + [es, _val] + ], + "y": [ + [_val, ss], + [_val, es] + ] + }[axis]; + + } + else if (!comparator || (pi.so[idx] === 1 && ss > es) || (pi.so[idx] === -1 && ss < es)) { + return { + "x": [ + [ss, midy], + [es, midy] + ], + "y": [ + [midx, ss], + [midx, es] + ] + }[axis]; + } + else if ((pi.so[idx] === 1 && ss < es) || (pi.so[idx] === -1 && ss > es)) { + return { + "x": [ + [midx, pi.sy], + [midx, pi.ty] + ], + "y": [ + [pi.sx, midy], + [pi.tx, midy] + ] + }[axis]; + } + } + }; + + // compute the rest of the line + var p = lineCalculators[paintInfo.anchorOrientation](paintInfo.sourceAxis, ss, oss, es, oes); + if (p) { + for (var i = 0; i < p.length; i++) { + addSegment(segments, p[i][0], p[i][1], paintInfo); + } + } + + // line to end stub + addSegment(segments, stubs[2], stubs[3], paintInfo); + + //} + + // end stub to end (common) + addSegment(segments, paintInfo.tx, paintInfo.ty, paintInfo); + + + + // write out the segments. + writeSegments(this, segments, paintInfo); + + }; + }; + + _jp.Connectors.Flowchart = Flowchart; + _ju.extend(_jp.Connectors.Flowchart, _jp.Connectors.AbstractConnector); + +}).call(typeof window !== 'undefined' ? window : this); +/* + * This file contains the code for the Bezier connector type. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil; + + _jp.Connectors.AbstractBezierConnector = function(params) { + params = params || {}; + var showLoopback = params.showLoopback !== false, + curviness = params.curviness || 10, + margin = params.margin || 5, + proximityLimit = params.proximityLimit || 80, + clockwise = params.orientation && params.orientation === "clockwise", + loopbackRadius = params.loopbackRadius || 25, + isLoopbackCurrently = false, + _super; + + this._compute = function (paintInfo, p) { + + var sp = p.sourcePos, + tp = p.targetPos, + _w = Math.abs(sp[0] - tp[0]), + _h = Math.abs(sp[1] - tp[1]); + + if (!showLoopback || (p.sourceEndpoint.elementId !== p.targetEndpoint.elementId)) { + isLoopbackCurrently = false; + this._computeBezier(paintInfo, p, sp, tp, _w, _h); + } else { + isLoopbackCurrently = true; + // a loopback connector. draw an arc from one anchor to the other. + var x1 = p.sourcePos[0], y1 = p.sourcePos[1] - margin, + cx = x1, cy = y1 - loopbackRadius, + // canvas sizing stuff, to ensure the whole painted area is visible. + _x = cx - loopbackRadius, + _y = cy - loopbackRadius; + + _w = 2 * loopbackRadius; + _h = 2 * loopbackRadius; + + paintInfo.points[0] = _x; + paintInfo.points[1] = _y; + paintInfo.points[2] = _w; + paintInfo.points[3] = _h; + + // ADD AN ARC SEGMENT. + _super.addSegment(this, "Arc", { + loopback: true, + x1: (x1 - _x) + 4, + y1: y1 - _y, + startAngle: 0, + endAngle: 2 * Math.PI, + r: loopbackRadius, + ac: !clockwise, + x2: (x1 - _x) - 4, + y2: y1 - _y, + cx: cx - _x, + cy: cy - _y + }); + } + }; + + _super = _jp.Connectors.AbstractConnector.apply(this, arguments); + return _super; + }; + _ju.extend(_jp.Connectors.AbstractBezierConnector, _jp.Connectors.AbstractConnector); + + var Bezier = function (params) { + params = params || {}; + this.type = "Bezier"; + + var _super = _jp.Connectors.AbstractBezierConnector.apply(this, arguments), + majorAnchor = params.curviness || 150, + minorAnchor = 10; + + this.getCurviness = function () { + return majorAnchor; + }; + + this._findControlPoint = function (point, sourceAnchorPosition, targetAnchorPosition, sourceEndpoint, targetEndpoint, soo, too) { + // determine if the two anchors are perpendicular to each other in their orientation. we swap the control + // points around if so (code could be tightened up) + var perpendicular = soo[0] !== too[0] || soo[1] === too[1], + p = []; + + if (!perpendicular) { + if (soo[0] === 0) { + p.push(sourceAnchorPosition[0] < targetAnchorPosition[0] ? point[0] + minorAnchor : point[0] - minorAnchor); + } + else { + p.push(point[0] - (majorAnchor * soo[0])); + } + + if (soo[1] === 0) { + p.push(sourceAnchorPosition[1] < targetAnchorPosition[1] ? point[1] + minorAnchor : point[1] - minorAnchor); + } + else { + p.push(point[1] + (majorAnchor * too[1])); + } + } + else { + if (too[0] === 0) { + p.push(targetAnchorPosition[0] < sourceAnchorPosition[0] ? point[0] + minorAnchor : point[0] - minorAnchor); + } + else { + p.push(point[0] + (majorAnchor * too[0])); + } + + if (too[1] === 0) { + p.push(targetAnchorPosition[1] < sourceAnchorPosition[1] ? point[1] + minorAnchor : point[1] - minorAnchor); + } + else { + p.push(point[1] + (majorAnchor * soo[1])); + } + } + + return p; + }; + + this._computeBezier = function (paintInfo, p, sp, tp, _w, _h) { + + var _CP, _CP2, + _sx = sp[0] < tp[0] ? _w : 0, + _sy = sp[1] < tp[1] ? _h : 0, + _tx = sp[0] < tp[0] ? 0 : _w, + _ty = sp[1] < tp[1] ? 0 : _h; + + _CP = this._findControlPoint([_sx, _sy], sp, tp, p.sourceEndpoint, p.targetEndpoint, paintInfo.so, paintInfo.to); + _CP2 = this._findControlPoint([_tx, _ty], tp, sp, p.targetEndpoint, p.sourceEndpoint, paintInfo.to, paintInfo.so); + + + _super.addSegment(this, "Bezier", { + x1: _sx, y1: _sy, x2: _tx, y2: _ty, + cp1x: _CP[0], cp1y: _CP[1], cp2x: _CP2[0], cp2y: _CP2[1] + }); + }; + + + }; + + _jp.Connectors.Bezier = Bezier; + _ju.extend(Bezier, _jp.Connectors.AbstractBezierConnector); + +}).call(typeof window !== 'undefined' ? window : this); +/* + * This file contains the state machine connectors, which extend AbstractBezierConnector. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil; + + var _segment = function (x1, y1, x2, y2) { + if (x1 <= x2 && y2 <= y1) { + return 1; + } + else if (x1 <= x2 && y1 <= y2) { + return 2; + } + else if (x2 <= x1 && y2 >= y1) { + return 3; + } + return 4; + }, + + // the control point we will use depends on the faces to which each end of the connection is assigned, specifically whether or not the + // two faces are parallel or perpendicular. if they are parallel then the control point lies on the midpoint of the axis in which they + // are parellel and varies only in the other axis; this variation is proportional to the distance that the anchor points lie from the + // center of that face. if the two faces are perpendicular then the control point is at some distance from both the midpoints; the amount and + // direction are dependent on the orientation of the two elements. 'seg', passed in to this method, tells you which segment the target element + // lies in with respect to the source: 1 is top right, 2 is bottom right, 3 is bottom left, 4 is top left. + // + // sourcePos and targetPos are arrays of info about where on the source and target each anchor is located. their contents are: + // + // 0 - absolute x + // 1 - absolute y + // 2 - proportional x in element (0 is left edge, 1 is right edge) + // 3 - proportional y in element (0 is top edge, 1 is bottom edge) + // + _findControlPoint = function (midx, midy, segment, sourceEdge, targetEdge, dx, dy, distance, proximityLimit) { + // TODO (maybe) + // - if anchor pos is 0.5, make the control point take into account the relative position of the elements. + if (distance <= proximityLimit) { + return [midx, midy]; + } + + if (segment === 1) { + if (sourceEdge[3] <= 0 && targetEdge[3] >= 1) { + return [ midx + (sourceEdge[2] < 0.5 ? -1 * dx : dx), midy ]; + } + else if (sourceEdge[2] >= 1 && targetEdge[2] <= 0) { + return [ midx, midy + (sourceEdge[3] < 0.5 ? -1 * dy : dy) ]; + } + else { + return [ midx + (-1 * dx) , midy + (-1 * dy) ]; + } + } + else if (segment === 2) { + if (sourceEdge[3] >= 1 && targetEdge[3] <= 0) { + return [ midx + (sourceEdge[2] < 0.5 ? -1 * dx : dx), midy ]; + } + else if (sourceEdge[2] >= 1 && targetEdge[2] <= 0) { + return [ midx, midy + (sourceEdge[3] < 0.5 ? -1 * dy : dy) ]; + } + else { + return [ midx + dx, midy + (-1 * dy) ]; + } + } + else if (segment === 3) { + if (sourceEdge[3] >= 1 && targetEdge[3] <= 0) { + return [ midx + (sourceEdge[2] < 0.5 ? -1 * dx : dx), midy ]; + } + else if (sourceEdge[2] <= 0 && targetEdge[2] >= 1) { + return [ midx, midy + (sourceEdge[3] < 0.5 ? -1 * dy : dy) ]; + } + else { + return [ midx + (-1 * dx) , midy + (-1 * dy) ]; + } + } + else if (segment === 4) { + if (sourceEdge[3] <= 0 && targetEdge[3] >= 1) { + return [ midx + (sourceEdge[2] < 0.5 ? -1 * dx : dx), midy ]; + } + else if (sourceEdge[2] <= 0 && targetEdge[2] >= 1) { + return [ midx, midy + (sourceEdge[3] < 0.5 ? -1 * dy : dy) ]; + } + else { + return [ midx + dx , midy + (-1 * dy) ]; + } + } + + }; + + var StateMachine = function (params) { + params = params || {}; + this.type = "StateMachine"; + + var _super = _jp.Connectors.AbstractBezierConnector.apply(this, arguments), + curviness = params.curviness || 10, + margin = params.margin || 5, + proximityLimit = params.proximityLimit || 80, + clockwise = params.orientation && params.orientation === "clockwise", + _controlPoint; + + this._computeBezier = function(paintInfo, params, sp, tp, w, h) { + var _sx = params.sourcePos[0] < params.targetPos[0] ? 0 : w, + _sy = params.sourcePos[1] < params.targetPos[1] ? 0 : h, + _tx = params.sourcePos[0] < params.targetPos[0] ? w : 0, + _ty = params.sourcePos[1] < params.targetPos[1] ? h : 0; + + // now adjust for the margin + if (params.sourcePos[2] === 0) { + _sx -= margin; + } + if (params.sourcePos[2] === 1) { + _sx += margin; + } + if (params.sourcePos[3] === 0) { + _sy -= margin; + } + if (params.sourcePos[3] === 1) { + _sy += margin; + } + if (params.targetPos[2] === 0) { + _tx -= margin; + } + if (params.targetPos[2] === 1) { + _tx += margin; + } + if (params.targetPos[3] === 0) { + _ty -= margin; + } + if (params.targetPos[3] === 1) { + _ty += margin; + } + + // + // these connectors are quadratic bezier curves, having a single control point. if both anchors + // are located at 0.5 on their respective faces, the control point is set to the midpoint and you + // get a straight line. this is also the case if the two anchors are within 'proximityLimit', since + // it seems to make good aesthetic sense to do that. outside of that, the control point is positioned + // at 'curviness' pixels away along the normal to the straight line connecting the two anchors. + // + // there may be two improvements to this. firstly, we might actually support the notion of avoiding nodes + // in the UI, or at least making a good effort at doing so. if a connection would pass underneath some node, + // for example, we might increase the distance the control point is away from the midpoint in a bid to + // steer it around that node. this will work within limits, but i think those limits would also be the likely + // limits for, once again, aesthetic good sense in the layout of a chart using these connectors. + // + // the second possible change is actually two possible changes: firstly, it is possible we should gradually + // decrease the 'curviness' as the distance between the anchors decreases; start tailing it off to 0 at some + // point (which should be configurable). secondly, we might slightly increase the 'curviness' for connectors + // with respect to how far their anchor is from the center of its respective face. this could either look cool, + // or stupid, and may indeed work only in a way that is so subtle as to have been a waste of time. + // + + var _midx = (_sx + _tx) / 2, + _midy = (_sy + _ty) / 2, + segment = _segment(_sx, _sy, _tx, _ty), + distance = Math.sqrt(Math.pow(_tx - _sx, 2) + Math.pow(_ty - _sy, 2)), + cp1x, cp2x, cp1y, cp2y; + + + // calculate the control point. this code will be where we'll put in a rudimentary element avoidance scheme; it + // will work by extending the control point to force the curve to be, um, curvier. + _controlPoint = _findControlPoint(_midx, + _midy, + segment, + params.sourcePos, + params.targetPos, + curviness, curviness, + distance, + proximityLimit); + + cp1x = _controlPoint[0]; + cp2x = _controlPoint[0]; + cp1y = _controlPoint[1]; + cp2y = _controlPoint[1]; + + _super.addSegment(this, "Bezier", { + x1: _tx, y1: _ty, x2: _sx, y2: _sy, + cp1x: cp1x, cp1y: cp1y, + cp2x: cp2x, cp2y: cp2y + }); + }; + }; + + _jp.Connectors.StateMachine = StateMachine; + _ju.extend(StateMachine, _jp.Connectors.AbstractBezierConnector); + +}).call(typeof window !== 'undefined' ? window : this); +/* + * This file contains the 'flowchart' connectors, consisting of vertical and horizontal line segments. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil; + var STRAIGHT = "Straight"; + + var Straight = function (params) { + this.type = STRAIGHT; + var _super = _jp.Connectors.AbstractConnector.apply(this, arguments); + + this._compute = function (paintInfo, _) { + _super.addSegment(this, STRAIGHT, {x1: paintInfo.sx, y1: paintInfo.sy, x2: paintInfo.startStubX, y2: paintInfo.startStubY}); + _super.addSegment(this, STRAIGHT, {x1: paintInfo.startStubX, y1: paintInfo.startStubY, x2: paintInfo.endStubX, y2: paintInfo.endStubY}); + _super.addSegment(this, STRAIGHT, {x1: paintInfo.endStubX, y1: paintInfo.endStubY, x2: paintInfo.tx, y2: paintInfo.ty}); + }; + }; + + _jp.Connectors.Straight = Straight; + _ju.extend(Straight, _jp.Connectors.AbstractConnector); + +}).call(typeof window !== 'undefined' ? window : this); +/* + * This file contains the SVG renderers. + * + * Copyright (c) 2010 - 2018 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + +// ************************** SVG utility methods ******************************************** + + "use strict"; + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil; + + var svgAttributeMap = { + "stroke-linejoin": "stroke-linejoin", + "stroke-dashoffset": "stroke-dashoffset", + "stroke-linecap": "stroke-linecap" + }, + STROKE_DASHARRAY = "stroke-dasharray", + DASHSTYLE = "dashstyle", + LINEAR_GRADIENT = "linearGradient", + RADIAL_GRADIENT = "radialGradient", + DEFS = "defs", + FILL = "fill", + STOP = "stop", + STROKE = "stroke", + STROKE_WIDTH = "stroke-width", + STYLE = "style", + NONE = "none", + JSPLUMB_GRADIENT = "jsplumb_gradient_", + LINE_WIDTH = "strokeWidth", + ns = { + svg: "http://www.w3.org/2000/svg" + }, + _attr = function (node, attributes) { + for (var i in attributes) { + node.setAttribute(i, "" + attributes[i]); + } + }, + _node = function (name, attributes) { + attributes = attributes || {}; + attributes.version = "1.1"; + attributes.xmlns = ns.svg; + return _jp.createElementNS(ns.svg, name, null, null, attributes); + }, + _pos = function (d) { + return "position:absolute;left:" + d[0] + "px;top:" + d[1] + "px"; + }, + _clearGradient = function (parent) { + var els = parent.querySelectorAll(" defs,linearGradient,radialGradient"); + for (var i = 0; i < els.length; i++) { + els[i].parentNode.removeChild(els[i]); + } + }, + _updateGradient = function (parent, node, style, dimensions, uiComponent) { + var id = JSPLUMB_GRADIENT + uiComponent._jsPlumb.instance.idstamp(); + // first clear out any existing gradient + _clearGradient(parent); + // this checks for an 'offset' property in the gradient, and in the absence of it, assumes + // we want a linear gradient. if it's there, we create a radial gradient. + // it is possible that a more explicit means of defining the gradient type would be + // better. relying on 'offset' means that we can never have a radial gradient that uses + // some default offset, for instance. + // issue 244 suggested the 'gradientUnits' attribute; without this, straight/flowchart connectors with gradients would + // not show gradients when the line was perfectly horizontal or vertical. + var g; + if (!style.gradient.offset) { + g = _node(LINEAR_GRADIENT, {id: id, gradientUnits: "userSpaceOnUse"}); + } + else { + g = _node(RADIAL_GRADIENT, { id: id }); + } + + var defs = _node(DEFS); + parent.appendChild(defs); + defs.appendChild(g); + + // the svg radial gradient seems to treat stops in the reverse + // order to how canvas does it. so we want to keep all the maths the same, but + // iterate the actual style declarations in reverse order, if the x indexes are not in order. + for (var i = 0; i < style.gradient.stops.length; i++) { + var styleToUse = uiComponent.segment === 1 || uiComponent.segment === 2 ? i : style.gradient.stops.length - 1 - i, + stopColor = style.gradient.stops[styleToUse][1], + s = _node(STOP, {"offset": Math.floor(style.gradient.stops[i][0] * 100) + "%", "stop-color": stopColor}); + + g.appendChild(s); + } + var applyGradientTo = style.stroke ? STROKE : FILL; + node.setAttribute(applyGradientTo, "url(#" + id + ")"); + }, + _applyStyles = function (parent, node, style, dimensions, uiComponent) { + + node.setAttribute(FILL, style.fill ? style.fill : NONE); + node.setAttribute(STROKE, style.stroke ? style.stroke : NONE); + + if (style.gradient) { + _updateGradient(parent, node, style, dimensions, uiComponent); + } + else { + // make sure we clear any existing gradient + _clearGradient(parent); + node.setAttribute(STYLE, ""); + } + + if (style.strokeWidth) { + node.setAttribute(STROKE_WIDTH, style.strokeWidth); + } + + // in SVG there is a stroke-dasharray attribute we can set, and its syntax looks like + // the syntax in VML but is actually kind of nasty: values are given in the pixel + // coordinate space, whereas in VML they are multiples of the width of the stroked + // line, which makes a lot more sense. for that reason, jsPlumb is supporting both + // the native svg 'stroke-dasharray' attribute, and also the 'dashstyle' concept from + // VML, which will be the preferred method. the code below this converts a dashstyle + // attribute given in terms of stroke width into a pixel representation, by using the + // stroke's lineWidth. + if (style[DASHSTYLE] && style[LINE_WIDTH] && !style[STROKE_DASHARRAY]) { + var sep = style[DASHSTYLE].indexOf(",") === -1 ? " " : ",", + parts = style[DASHSTYLE].split(sep), + styleToUse = ""; + parts.forEach(function (p) { + styleToUse += (Math.floor(p * style.strokeWidth) + sep); + }); + node.setAttribute(STROKE_DASHARRAY, styleToUse); + } + else if (style[STROKE_DASHARRAY]) { + node.setAttribute(STROKE_DASHARRAY, style[STROKE_DASHARRAY]); + } + + // extra attributes such as join type, dash offset. + for (var i in svgAttributeMap) { + if (style[i]) { + node.setAttribute(svgAttributeMap[i], style[i]); + } + } + }, + _appendAtIndex = function (svg, path, idx) { + if (svg.childNodes.length > idx) { + svg.insertBefore(path, svg.childNodes[idx]); + } + else { + svg.appendChild(path); + } + }; + + /** + utility methods for other objects to use. + */ + _ju.svg = { + node: _node, + attr: _attr, + pos: _pos + }; + + // ************************** / SVG utility methods ******************************************** + + /* + * Base class for SVG components. + */ + var SvgComponent = function (params) { + var pointerEventsSpec = params.pointerEventsSpec || "all", renderer = {}; + + _jp.jsPlumbUIComponent.apply(this, params.originalArgs); + this.canvas = null; + this.path = null; + this.svg = null; + this.bgCanvas = null; + + var clazz = params.cssClass + " " + (params.originalArgs[0].cssClass || ""), + svgParams = { + "style": "", + "width": 0, + "height": 0, + "pointer-events": pointerEventsSpec, + "position": "absolute" + }; + + this.svg = _node("svg", svgParams); + + if (params.useDivWrapper) { + this.canvas = _jp.createElement("div", { position : "absolute" }); + _ju.sizeElement(this.canvas, 0, 0, 1, 1); + this.canvas.className = clazz; + } + else { + _attr(this.svg, { "class": clazz }); + this.canvas = this.svg; + } + + params._jsPlumb.appendElement(this.canvas, params.originalArgs[0].parent); + if (params.useDivWrapper) { + this.canvas.appendChild(this.svg); + } + + var displayElements = [ this.canvas ]; + this.getDisplayElements = function () { + return displayElements; + }; + + this.appendDisplayElement = function (el) { + displayElements.push(el); + }; + + this.paint = function (style, anchor, extents) { + if (style != null) { + + var xy = [ this.x, this.y ], wh = [ this.w, this.h ], p; + if (extents != null) { + if (extents.xmin < 0) { + xy[0] += extents.xmin; + } + if (extents.ymin < 0) { + xy[1] += extents.ymin; + } + wh[0] = extents.xmax + ((extents.xmin < 0) ? -extents.xmin : 0); + wh[1] = extents.ymax + ((extents.ymin < 0) ? -extents.ymin : 0); + } + + if (params.useDivWrapper) { + _ju.sizeElement(this.canvas, xy[0], xy[1], wh[0], wh[1]); + xy[0] = 0; + xy[1] = 0; + p = _pos([ 0, 0 ]); + } + else { + p = _pos([ xy[0], xy[1] ]); + } + + renderer.paint.apply(this, arguments); + + _attr(this.svg, { + "style": p, + "width": wh[0] || 0, + "height": wh[1] || 0 + }); + } + }; + + return { + renderer: renderer + }; + }; + + _ju.extend(SvgComponent, _jp.jsPlumbUIComponent, { + cleanup: function (force) { + if (force || this.typeId == null) { + if (this.canvas) { + this.canvas._jsPlumb = null; + } + if (this.svg) { + this.svg._jsPlumb = null; + } + if (this.bgCanvas) { + this.bgCanvas._jsPlumb = null; + } + + if (this.canvas && this.canvas.parentNode) { + this.canvas.parentNode.removeChild(this.canvas); + } + if (this.bgCanvas && this.bgCanvas.parentNode) { + this.canvas.parentNode.removeChild(this.canvas); + } + + this.svg = null; + this.canvas = null; + this.path = null; + this.group = null; + } + else { + // if not a forced cleanup, just detach from DOM for now. + if (this.canvas && this.canvas.parentNode) { + this.canvas.parentNode.removeChild(this.canvas); + } + if (this.bgCanvas && this.bgCanvas.parentNode) { + this.bgCanvas.parentNode.removeChild(this.bgCanvas); + } + } + }, + reattach:function(instance) { + var c = instance.getContainer(); + if (this.canvas && this.canvas.parentNode == null) { + c.appendChild(this.canvas); + } + if (this.bgCanvas && this.bgCanvas.parentNode == null) { + c.appendChild(this.bgCanvas); + } + }, + setVisible: function (v) { + if (this.canvas) { + this.canvas.style.display = v ? "block" : "none"; + } + } + }); + + /* + * Base class for SVG connectors. + */ + _jp.ConnectorRenderers.svg = function (params) { + var self = this, + _super = SvgComponent.apply(this, [ + { + cssClass: params._jsPlumb.connectorClass, + originalArgs: arguments, + pointerEventsSpec: "none", + _jsPlumb: params._jsPlumb + } + ]); + + _super.renderer.paint = function (style, anchor, extents) { + + var segments = self.getSegments(), p = "", offset = [0, 0]; + if (extents.xmin < 0) { + offset[0] = -extents.xmin; + } + if (extents.ymin < 0) { + offset[1] = -extents.ymin; + } + + if (segments.length > 0) { + + p = self.getPathData(); + + var a = { + d: p, + transform: "translate(" + offset[0] + "," + offset[1] + ")", + "pointer-events": params["pointer-events"] || "visibleStroke" + }, + outlineStyle = null, + d = [self.x, self.y, self.w, self.h]; + + // outline style. actually means drawing an svg object underneath the main one. + if (style.outlineStroke) { + var outlineWidth = style.outlineWidth || 1, + outlineStrokeWidth = style.strokeWidth + (2 * outlineWidth); + outlineStyle = _jp.extend({}, style); + delete outlineStyle.gradient; + outlineStyle.stroke = style.outlineStroke; + outlineStyle.strokeWidth = outlineStrokeWidth; + + if (self.bgPath == null) { + self.bgPath = _node("path", a); + _jp.addClass(self.bgPath, _jp.connectorOutlineClass); + _appendAtIndex(self.svg, self.bgPath, 0); + } + else { + _attr(self.bgPath, a); + } + + _applyStyles(self.svg, self.bgPath, outlineStyle, d, self); + } + + if (self.path == null) { + self.path = _node("path", a); + _appendAtIndex(self.svg, self.path, style.outlineStroke ? 1 : 0); + } + else { + _attr(self.path, a); + } + + _applyStyles(self.svg, self.path, style, d, self); + } + }; + }; + _ju.extend(_jp.ConnectorRenderers.svg, SvgComponent); + +// ******************************* svg segment renderer ***************************************************** + + +// ******************************* /svg segments ***************************************************** + + /* + * Base class for SVG endpoints. + */ + var SvgEndpoint = _jp.SvgEndpoint = function (params) { + var _super = SvgComponent.apply(this, [ + { + cssClass: params._jsPlumb.endpointClass, + originalArgs: arguments, + pointerEventsSpec: "all", + useDivWrapper: true, + _jsPlumb: params._jsPlumb + } + ]); + + _super.renderer.paint = function (style) { + var s = _jp.extend({}, style); + if (s.outlineStroke) { + s.stroke = s.outlineStroke; + } + + if (this.node == null) { + this.node = this.makeNode(s); + this.svg.appendChild(this.node); + } + else if (this.updateNode != null) { + this.updateNode(this.node); + } + _applyStyles(this.svg, this.node, s, [ this.x, this.y, this.w, this.h ], this); + _pos(this.node, [ this.x, this.y ]); + }.bind(this); + + }; + _ju.extend(SvgEndpoint, SvgComponent); + + /* + * SVG Dot Endpoint + */ + _jp.Endpoints.svg.Dot = function () { + _jp.Endpoints.Dot.apply(this, arguments); + SvgEndpoint.apply(this, arguments); + this.makeNode = function (style) { + return _node("circle", { + "cx": this.w / 2, + "cy": this.h / 2, + "r": this.radius + }); + }; + this.updateNode = function (node) { + _attr(node, { + "cx": this.w / 2, + "cy": this.h / 2, + "r": this.radius + }); + }; + }; + _ju.extend(_jp.Endpoints.svg.Dot, [_jp.Endpoints.Dot, SvgEndpoint]); + + /* + * SVG Rectangle Endpoint + */ + _jp.Endpoints.svg.Rectangle = function () { + _jp.Endpoints.Rectangle.apply(this, arguments); + SvgEndpoint.apply(this, arguments); + this.makeNode = function (style) { + return _node("rect", { + "width": this.w, + "height": this.h + }); + }; + this.updateNode = function (node) { + _attr(node, { + "width": this.w, + "height": this.h + }); + }; + }; + _ju.extend(_jp.Endpoints.svg.Rectangle, [_jp.Endpoints.Rectangle, SvgEndpoint]); + + /* + * SVG Image Endpoint is the default image endpoint. + */ + _jp.Endpoints.svg.Image = _jp.Endpoints.Image; + /* + * Blank endpoint in svg renderer is the default Blank endpoint. + */ + _jp.Endpoints.svg.Blank = _jp.Endpoints.Blank; + /* + * Label overlay in svg renderer is the default Label overlay. + */ + _jp.Overlays.svg.Label = _jp.Overlays.Label; + /* + * Custom overlay in svg renderer is the default Custom overlay. + */ + _jp.Overlays.svg.Custom = _jp.Overlays.Custom; + + var AbstractSvgArrowOverlay = function (superclass, originalArgs) { + superclass.apply(this, originalArgs); + _jp.jsPlumbUIComponent.apply(this, originalArgs); + this.isAppendedAtTopLevel = false; + var self = this; + this.path = null; + this.paint = function (params, containerExtents) { + // only draws on connections, not endpoints. + if (params.component.svg && containerExtents) { + if (this.path == null) { + this.path = _node("path", { + "pointer-events": "all" + }); + params.component.svg.appendChild(this.path); + if (this.elementCreated) { + this.elementCreated(this.path, params.component); + } + + this.canvas = params.component.svg; // for the sake of completeness; this behaves the same as other overlays + } + var clazz = originalArgs && (originalArgs.length === 1) ? (originalArgs[0].cssClass || "") : "", + offset = [0, 0]; + + if (containerExtents.xmin < 0) { + offset[0] = -containerExtents.xmin; + } + if (containerExtents.ymin < 0) { + offset[1] = -containerExtents.ymin; + } + + _attr(this.path, { + "d": makePath(params.d), + "class": clazz, + stroke: params.stroke ? params.stroke : null, + fill: params.fill ? params.fill : null, + transform: "translate(" + offset[0] + "," + offset[1] + ")" + }); + } + }; + var makePath = function (d) { + return (isNaN(d.cxy.x) || isNaN(d.cxy.y)) ? "" : "M" + d.hxy.x + "," + d.hxy.y + + " L" + d.tail[0].x + "," + d.tail[0].y + + " L" + d.cxy.x + "," + d.cxy.y + + " L" + d.tail[1].x + "," + d.tail[1].y + + " L" + d.hxy.x + "," + d.hxy.y; + }; + this.transfer = function(target) { + if (target.canvas && this.path && this.path.parentNode) { + this.path.parentNode.removeChild(this.path); + target.canvas.appendChild(this.path); + } + }; + }; + _ju.extend(AbstractSvgArrowOverlay, [_jp.jsPlumbUIComponent, _jp.Overlays.AbstractOverlay], { + cleanup: function (force) { + if (this.path != null) { + if (force) { + this._jsPlumb.instance.removeElement(this.path); + } + else { + if (this.path.parentNode) { + this.path.parentNode.removeChild(this.path); + } + } + } + }, + reattach:function(instance, component) { + if (this.path && component.canvas) { + component.canvas.appendChild(this.path); + } + }, + setVisible: function (v) { + if (this.path != null) { + (this.path.style.display = (v ? "block" : "none")); + } + } + }); + + _jp.Overlays.svg.Arrow = function () { + AbstractSvgArrowOverlay.apply(this, [_jp.Overlays.Arrow, arguments]); + }; + _ju.extend(_jp.Overlays.svg.Arrow, [ _jp.Overlays.Arrow, AbstractSvgArrowOverlay ]); + + _jp.Overlays.svg.PlainArrow = function () { + AbstractSvgArrowOverlay.apply(this, [_jp.Overlays.PlainArrow, arguments]); + }; + _ju.extend(_jp.Overlays.svg.PlainArrow, [ _jp.Overlays.PlainArrow, AbstractSvgArrowOverlay ]); + + _jp.Overlays.svg.Diamond = function () { + AbstractSvgArrowOverlay.apply(this, [_jp.Overlays.Diamond, arguments]); + }; + _ju.extend(_jp.Overlays.svg.Diamond, [ _jp.Overlays.Diamond, AbstractSvgArrowOverlay ]); + + // a test + _jp.Overlays.svg.GuideLines = function () { + var path = null, self = this, p1_1, p1_2; + _jp.Overlays.GuideLines.apply(this, arguments); + this.paint = function (params, containerExtents) { + if (path == null) { + path = _node("path"); + params.connector.svg.appendChild(path); + self.attachListeners(path, params.connector); + self.attachListeners(path, self); + + p1_1 = _node("path"); + params.connector.svg.appendChild(p1_1); + self.attachListeners(p1_1, params.connector); + self.attachListeners(p1_1, self); + + p1_2 = _node("path"); + params.connector.svg.appendChild(p1_2); + self.attachListeners(p1_2, params.connector); + self.attachListeners(p1_2, self); + } + + var offset = [0, 0]; + if (containerExtents.xmin < 0) { + offset[0] = -containerExtents.xmin; + } + if (containerExtents.ymin < 0) { + offset[1] = -containerExtents.ymin; + } + + _attr(path, { + "d": makePath(params.head, params.tail), + stroke: "red", + fill: null, + transform: "translate(" + offset[0] + "," + offset[1] + ")" + }); + + _attr(p1_1, { + "d": makePath(params.tailLine[0], params.tailLine[1]), + stroke: "blue", + fill: null, + transform: "translate(" + offset[0] + "," + offset[1] + ")" + }); + + _attr(p1_2, { + "d": makePath(params.headLine[0], params.headLine[1]), + stroke: "green", + fill: null, + transform: "translate(" + offset[0] + "," + offset[1] + ")" + }); + }; + + var makePath = function (d1, d2) { + return "M " + d1.x + "," + d1.y + + " L" + d2.x + "," + d2.y; + }; + }; + _ju.extend(_jp.Overlays.svg.GuideLines, _jp.Overlays.GuideLines); +}).call(typeof window !== 'undefined' ? window : this); + +/* + * This file contains code used when jsPlumb is being rendered in a DOM. + * + * Copyright (c) 2010 - 2019 jsPlumb (hello@jsplumbtoolkit.com) + * + * https://jsplumbtoolkit.com + * https://github.com/jsplumb/jsplumb + * + * Dual licensed under the MIT and GPL2 licenses. + */ +; +(function () { + + "use strict"; + + var root = this, _jp = root.jsPlumb, _ju = root.jsPlumbUtil, + _jk = root.Katavorio, _jg = root.Biltong; + + var _getEventManager = function(instance) { + var e = instance._mottle; + if (!e) { + e = instance._mottle = new root.Mottle(); + } + return e; + }; + + var _getDragManager = function (instance, category) { + + category = category || "main"; + var key = "_katavorio_" + category; + var k = instance[key], + e = instance.getEventManager(); + + if (!k) { + k = new _jk({ + bind: e.on, + unbind: e.off, + getSize: _jp.getSize, + getConstrainingRectangle:function(el) { + return [ el.parentNode.scrollWidth, el.parentNode.scrollHeight ]; + }, + getPosition: function (el, relativeToRoot) { + // if this is a nested draggable then compute the offset against its own offsetParent, otherwise + // compute against the Container's origin. see also the getUIPosition method below. + var o = instance.getOffset(el, relativeToRoot, el._katavorioDrag ? el.offsetParent : null); + return [o.left, o.top]; + }, + setPosition: function (el, xy) { + el.style.left = xy[0] + "px"; + el.style.top = xy[1] + "px"; + }, + addClass: _jp.addClass, + removeClass: _jp.removeClass, + intersects: _jg.intersects, + indexOf: function(l, i) { return l.indexOf(i); }, + scope:instance.getDefaultScope(), + css: { + noSelect: instance.dragSelectClass, + droppable: "jtk-droppable", + draggable: "jtk-draggable", + drag: "jtk-drag", + selected: "jtk-drag-selected", + active: "jtk-drag-active", + hover: "jtk-drag-hover", + ghostProxy:"jtk-ghost-proxy" + } + }); + k.setZoom(instance.getZoom()); + instance[key] = k; + instance.bind("zoom", k.setZoom); + } + return k; + }; + + var _dragStart=function(params) { + var options = params.el._jsPlumbDragOptions; + var cont = true; + if (options.canDrag) { + cont = options.canDrag(); + } + if (cont) { + this.setHoverSuspended(true); + this.select({source: params.el}).addClass(this.elementDraggingClass + " " + this.sourceElementDraggingClass, true); + this.select({target: params.el}).addClass(this.elementDraggingClass + " " + this.targetElementDraggingClass, true); + this.setConnectionBeingDragged(true); + } + return cont; + }; + var _dragMove=function(params) { + var ui = this.getUIPosition(arguments, this.getZoom()); + if (ui != null) { + var o = params.el._jsPlumbDragOptions; + this.draw(params.el, ui, null, true); + if (o._dragging) { + this.addClass(params.el, "jtk-dragged"); + } + o._dragging = true; + } + }; + var _dragStop=function(params) { + var elements = params.selection, uip; + + var _one = function (_e) { + if (_e[1] != null) { + // run the reported offset through the code that takes parent containers + // into account, to adjust if necessary (issue 554) + uip = this.getUIPosition([{ + el:_e[2].el, + pos:[_e[1].left, _e[1].top] + }]); + this.draw(_e[2].el, uip); + } + + delete _e[0]._jsPlumbDragOptions._dragging; + + this.removeClass(_e[0], "jtk-dragged"); + this.select({source: _e[2].el}).removeClass(this.elementDraggingClass + " " + this.sourceElementDraggingClass, true); + this.select({target: _e[2].el}).removeClass(this.elementDraggingClass + " " + this.targetElementDraggingClass, true); + this.getDragManager().dragEnded(_e[2].el); + }.bind(this); + + for (var i = 0; i < elements.length; i++) { + _one(elements[i]); + } + + this.setHoverSuspended(false); + this.setConnectionBeingDragged(false); + }; + + var _animProps = function (o, p) { + var _one = function (pName) { + if (p[pName] != null) { + if (_ju.isString(p[pName])) { + var m = p[pName].match(/-=/) ? -1 : 1, + v = p[pName].substring(2); + return o[pName] + (m * v); + } + else { + return p[pName]; + } + } + else { + return o[pName]; + } + }; + return [ _one("left"), _one("top") ]; + }; + + var _genLoc = function (prefix, e) { + if (e == null) { + return [ 0, 0 ]; + } + var ts = _touches(e), t = _getTouch(ts, 0); + return [t[prefix + "X"], t[prefix + "Y"]]; + }, + _pageLocation = _genLoc.bind(this, "page"), + _screenLocation = _genLoc.bind(this, "screen"), + _clientLocation = _genLoc.bind(this, "client"), + _getTouch = function (touches, idx) { + return touches.item ? touches.item(idx) : touches[idx]; + }, + _touches = function (e) { + return e.touches && e.touches.length > 0 ? e.touches : + e.changedTouches && e.changedTouches.length > 0 ? e.changedTouches : + e.targetTouches && e.targetTouches.length > 0 ? e.targetTouches : + [ e ]; + }; + + /** + Manages dragging for some instance of jsPlumb. + + TODO instead of this being accessed directly, it should subscribe to events on the jsPlumb instance: every method + in here is called directly by jsPlumb. But what should happen is that we have unpublished events that this listens + to. The only trick is getting one of these instantiated with every jsPlumb instance: it needs to have a hook somehow. + Basically the general idea is to pull ALL the drag code out (prototype method registrations plus this) into a + dedicated drag script), that does not necessarily need to be included. + + + */ + var DragManager = function (_currentInstance) { + var _draggables = {}, _dlist = [], _delements = {}, _elementsWithEndpoints = {}, + // elementids mapped to the draggable to which they belong. + _draggablesForElements = {}; + + /** + register some element as draggable. right now the drag init stuff is done elsewhere, and it is + possible that will continue to be the case. + */ + this.register = function (el) { + var id = _currentInstance.getId(el), + parentOffset; + + if (!_draggables[id]) { + _draggables[id] = el; + _dlist.push(el); + _delements[id] = {}; + } + + // look for child elements that have endpoints and register them against this draggable. + var _oneLevel = function (p) { + if (p) { + for (var i = 0; i < p.childNodes.length; i++) { + if (p.childNodes[i].nodeType !== 3 && p.childNodes[i].nodeType !== 8) { + var cEl = jsPlumb.getElement(p.childNodes[i]), + cid = _currentInstance.getId(p.childNodes[i], null, true); + if (cid && _elementsWithEndpoints[cid] && _elementsWithEndpoints[cid] > 0) { + if (!parentOffset) { + parentOffset = _currentInstance.getOffset(el); + } + var cOff = _currentInstance.getOffset(cEl); + _delements[id][cid] = { + id: cid, + offset: { + left: cOff.left - parentOffset.left, + top: cOff.top - parentOffset.top + } + }; + _draggablesForElements[cid] = id; + } + _oneLevel(p.childNodes[i]); + } + } + } + }; + + _oneLevel(el); + }; + + // refresh the offsets for child elements of this element. + this.updateOffsets = function (elId, childOffsetOverrides) { + if (elId != null) { + childOffsetOverrides = childOffsetOverrides || {}; + var domEl = jsPlumb.getElement(elId), + id = _currentInstance.getId(domEl), + children = _delements[id], + parentOffset; + + if (children) { + for (var i in children) { + if (children.hasOwnProperty(i)) { + var cel = jsPlumb.getElement(i), + cOff = childOffsetOverrides[i] || _currentInstance.getOffset(cel); + + // do not update if we have a value already and we'd just be writing 0,0 + if (cel.offsetParent == null && _delements[id][i] != null) { + continue; + } + + if (!parentOffset) { + parentOffset = _currentInstance.getOffset(domEl); + } + + _delements[id][i] = { + id: i, + offset: { + left: cOff.left - parentOffset.left, + top: cOff.top - parentOffset.top + } + }; + _draggablesForElements[i] = id; + } + } + } + } + }; + + /** + notification that an endpoint was added to the given el. we go up from that el's parent + node, looking for a parent that has been registered as a draggable. if we find one, we add this + el to that parent's list of elements to update on drag (if it is not there already) + */ + this.endpointAdded = function (el, id) { + + id = id || _currentInstance.getId(el); + + var b = document.body, + p = el.parentNode; + + _elementsWithEndpoints[id] = _elementsWithEndpoints[id] ? _elementsWithEndpoints[id] + 1 : 1; + + while (p != null && p !== b) { + var pid = _currentInstance.getId(p, null, true); + if (pid && _draggables[pid]) { + var pLoc = _currentInstance.getOffset(p); + + if (_delements[pid][id] == null) { + var cLoc = _currentInstance.getOffset(el); + _delements[pid][id] = { + id: id, + offset: { + left: cLoc.left - pLoc.left, + top: cLoc.top - pLoc.top + } + }; + _draggablesForElements[id] = pid; + } + break; + } + p = p.parentNode; + } + }; + + this.endpointDeleted = function (endpoint) { + if (_elementsWithEndpoints[endpoint.elementId]) { + _elementsWithEndpoints[endpoint.elementId]--; + if (_elementsWithEndpoints[endpoint.elementId] <= 0) { + for (var i in _delements) { + if (_delements.hasOwnProperty(i) && _delements[i]) { + delete _delements[i][endpoint.elementId]; + delete _draggablesForElements[endpoint.elementId]; + } + } + } + } + }; + + this.changeId = function (oldId, newId) { + _delements[newId] = _delements[oldId]; + _delements[oldId] = {}; + _draggablesForElements[newId] = _draggablesForElements[oldId]; + _draggablesForElements[oldId] = null; + }; + + this.getElementsForDraggable = function (id) { + return _delements[id]; + }; + + this.elementRemoved = function (elementId) { + var elId = _draggablesForElements[elementId]; + if (elId) { + delete _delements[elId][elementId]; + delete _draggablesForElements[elementId]; + } + }; + + this.reset = function () { + _draggables = {}; + _dlist = []; + _delements = {}; + _elementsWithEndpoints = {}; + }; + + // + // notification drag ended. We check automatically if need to update some + // ancestor's offsets. + // + this.dragEnded = function (el) { + if (el.offsetParent != null) { + var id = _currentInstance.getId(el), + ancestor = _draggablesForElements[id]; + + if (ancestor) { + this.updateOffsets(ancestor); + } + } + }; + + this.setParent = function (el, elId, p, pId, currentChildLocation) { + var current = _draggablesForElements[elId]; + if (!_delements[pId]) { + _delements[pId] = {}; + } + var pLoc = _currentInstance.getOffset(p), + cLoc = currentChildLocation || _currentInstance.getOffset(el); + + if (current && _delements[current]) { + delete _delements[current][elId]; + } + + _delements[pId][elId] = { + id:elId, + offset : { + left: cLoc.left - pLoc.left, + top: cLoc.top - pLoc.top + } + }; + _draggablesForElements[elId] = pId; + }; + + this.clearParent = function(el, elId) { + var current = _draggablesForElements[elId]; + if (current) { + delete _delements[current][elId]; + delete _draggablesForElements[elId]; + } + }; + + this.revalidateParent = function(el, elId, childOffset) { + var current = _draggablesForElements[elId]; + if (current) { + var co = {}; + co[elId] = childOffset; + this.updateOffsets(current, co); + _currentInstance.revalidate(current); + } + }; + + this.getDragAncestor = function (el) { + var de = jsPlumb.getElement(el), + id = _currentInstance.getId(de), + aid = _draggablesForElements[id]; + + if (aid) { + return jsPlumb.getElement(aid); + } + else { + return null; + } + }; + + }; + + var _setClassName = function (el, cn, classList) { + cn = _ju.fastTrim(cn); + if (typeof el.className.baseVal !== "undefined") { + el.className.baseVal = cn; + } + else { + el.className = cn; + } + + // recent (i currently have 61.0.3163.100) version of chrome do not update classList when you set the base val + // of an svg element's className. in the long run we'd like to move to just using classList anyway + try { + var cl = el.classList; + if (cl != null) { + while (cl.length > 0) { + cl.remove(cl.item(0)); + } + for (var i = 0; i < classList.length; i++) { + if (classList[i]) { + cl.add(classList[i]); + } + } + } + } + catch(e) { + // not fatal + _ju.log("JSPLUMB: cannot set class list", e); + } + }, + _getClassName = function (el) { + return (typeof el.className.baseVal === "undefined") ? el.className : el.className.baseVal; + }, + _classManip = function (el, classesToAdd, classesToRemove) { + classesToAdd = classesToAdd == null ? [] : _ju.isArray(classesToAdd) ? classesToAdd : classesToAdd.split(/\s+/); + classesToRemove = classesToRemove == null ? [] : _ju.isArray(classesToRemove) ? classesToRemove : classesToRemove.split(/\s+/); + + var className = _getClassName(el), + curClasses = className.split(/\s+/); + + var _oneSet = function (add, classes) { + for (var i = 0; i < classes.length; i++) { + if (add) { + if (curClasses.indexOf(classes[i]) === -1) { + curClasses.push(classes[i]); + } + } + else { + var idx = curClasses.indexOf(classes[i]); + if (idx !== -1) { + curClasses.splice(idx, 1); + } + } + } + }; + + _oneSet(true, classesToAdd); + _oneSet(false, classesToRemove); + + _setClassName(el, curClasses.join(" "), curClasses); + }; + + root.jsPlumb.extend(root.jsPlumbInstance.prototype, { + + headless: false, + + pageLocation: _pageLocation, + screenLocation: _screenLocation, + clientLocation: _clientLocation, + + getDragManager:function() { + if (this.dragManager == null) { + this.dragManager = new DragManager(this); + } + + return this.dragManager; + }, + + recalculateOffsets:function(elId) { + this.getDragManager().updateOffsets(elId); + }, + + createElement:function(tag, style, clazz, atts) { + return this.createElementNS(null, tag, style, clazz, atts); + }, + + createElementNS:function(ns, tag, style, clazz, atts) { + var e = ns == null ? document.createElement(tag) : document.createElementNS(ns, tag); + var i; + style = style || {}; + for (i in style) { + e.style[i] = style[i]; + } + + if (clazz) { + e.className = clazz; + } + + atts = atts || {}; + for (i in atts) { + e.setAttribute(i, "" + atts[i]); + } + + return e; + }, + + getAttribute: function (el, attName) { + return el.getAttribute != null ? el.getAttribute(attName) : null; + }, + + setAttribute: function (el, a, v) { + if (el.setAttribute != null) { + el.setAttribute(a, v); + } + }, + + setAttributes: function (el, atts) { + for (var i in atts) { + if (atts.hasOwnProperty(i)) { + el.setAttribute(i, atts[i]); + } + } + }, + appendToRoot: function (node) { + document.body.appendChild(node); + }, + getRenderModes: function () { + return [ "svg" ]; + }, + getClass:_getClassName, + addClass: function (el, clazz) { + jsPlumb.each(el, function (e) { + _classManip(e, clazz); + }); + }, + hasClass: function (el, clazz) { + el = jsPlumb.getElement(el); + if (el.classList) { + return el.classList.contains(clazz); + } + else { + return _getClassName(el).indexOf(clazz) !== -1; + } + }, + removeClass: function (el, clazz) { + jsPlumb.each(el, function (e) { + _classManip(e, null, clazz); + }); + }, + toggleClass:function(el, clazz) { + if (jsPlumb.hasClass(el, clazz)) { + jsPlumb.removeClass(el, clazz); + } else { + jsPlumb.addClass(el, clazz); + } + }, + updateClasses: function (el, toAdd, toRemove) { + jsPlumb.each(el, function (e) { + _classManip(e, toAdd, toRemove); + }); + }, + setClass: function (el, clazz) { + if (clazz != null) { + jsPlumb.each(el, function (e) { + _setClassName(e, clazz, clazz.split(/\s+/)); + }); + } + }, + setPosition: function (el, p) { + el.style.left = p.left + "px"; + el.style.top = p.top + "px"; + }, + getPosition: function (el) { + var _one = function (prop) { + var v = el.style[prop]; + return v ? v.substring(0, v.length - 2) : 0; + }; + return { + left: _one("left"), + top: _one("top") + }; + }, + getStyle:function(el, prop) { + if (typeof window.getComputedStyle !== 'undefined') { + return getComputedStyle(el, null).getPropertyValue(prop); + } else { + return el.currentStyle[prop]; + } + }, + getSelector: function (ctx, spec) { + var sel = null; + if (arguments.length === 1) { + sel = ctx.nodeType != null ? ctx : document.querySelectorAll(ctx); + } + else { + sel = ctx.querySelectorAll(spec); + } + + return sel; + }, + getOffset:function(el, relativeToRoot, container) { + el = jsPlumb.getElement(el); + container = container || this.getContainer(); + var out = { + left: el.offsetLeft, + top: el.offsetTop + }, + op = (relativeToRoot || (container != null && (el !== container && el.offsetParent !== container))) ? el.offsetParent : null, + _maybeAdjustScroll = function(offsetParent) { + if (offsetParent != null && offsetParent !== document.body && (offsetParent.scrollTop > 0 || offsetParent.scrollLeft > 0)) { + out.left -= offsetParent.scrollLeft; + out.top -= offsetParent.scrollTop; + } + }.bind(this); + + while (op != null) { + out.left += op.offsetLeft; + out.top += op.offsetTop; + _maybeAdjustScroll(op); + op = relativeToRoot ? op.offsetParent : + op.offsetParent === container ? null : op.offsetParent; + } + + // if container is scrolled and the element (or its offset parent) is not absolute or fixed, adjust accordingly. + if (container != null && !relativeToRoot && (container.scrollTop > 0 || container.scrollLeft > 0)) { + var pp = el.offsetParent != null ? this.getStyle(el.offsetParent, "position") : "static", + p = this.getStyle(el, "position"); + if (p !== "absolute" && p !== "fixed" && pp !== "absolute" && pp !== "fixed") { + out.left -= container.scrollLeft; + out.top -= container.scrollTop; + } + } + return out; + }, + // + // return x+y proportion of the given element's size corresponding to the location of the given event. + // + getPositionOnElement: function (evt, el, zoom) { + var box = typeof el.getBoundingClientRect !== "undefined" ? el.getBoundingClientRect() : { left: 0, top: 0, width: 0, height: 0 }, + body = document.body, + docElem = document.documentElement, + scrollTop = window.pageYOffset || docElem.scrollTop || body.scrollTop, + scrollLeft = window.pageXOffset || docElem.scrollLeft || body.scrollLeft, + clientTop = docElem.clientTop || body.clientTop || 0, + clientLeft = docElem.clientLeft || body.clientLeft || 0, + pst = 0, + psl = 0, + top = box.top + scrollTop - clientTop + (pst * zoom), + left = box.left + scrollLeft - clientLeft + (psl * zoom), + cl = jsPlumb.pageLocation(evt), + w = box.width || (el.offsetWidth * zoom), + h = box.height || (el.offsetHeight * zoom), + x = (cl[0] - left) / w, + y = (cl[1] - top) / h; + + return [ x, y ]; + }, + + /** + * Gets the absolute position of some element as read from the left/top properties in its style. + * @method getAbsolutePosition + * @param {Element} el The element to retrieve the absolute coordinates from. **Note** this is a DOM element, not a selector from the underlying library. + * @return {Number[]} [left, top] pixel values. + */ + getAbsolutePosition: function (el) { + var _one = function (s) { + var ss = el.style[s]; + if (ss) { + return parseFloat(ss.substring(0, ss.length - 2)); + } + }; + return [ _one("left"), _one("top") ]; + }, + + /** + * Sets the absolute position of some element by setting the left/top properties in its style. + * @method setAbsolutePosition + * @param {Element} el The element to set the absolute coordinates on. **Note** this is a DOM element, not a selector from the underlying library. + * @param {Number[]} xy x and y coordinates + * @param {Number[]} [animateFrom] Optional previous xy to animate from. + * @param {Object} [animateOptions] Options for the animation. + */ + setAbsolutePosition: function (el, xy, animateFrom, animateOptions) { + if (animateFrom) { + this.animate(el, { + left: "+=" + (xy[0] - animateFrom[0]), + top: "+=" + (xy[1] - animateFrom[1]) + }, animateOptions); + } + else { + el.style.left = xy[0] + "px"; + el.style.top = xy[1] + "px"; + } + }, + /** + * gets the size for the element, in an array : [ width, height ]. + */ + getSize: function (el) { + return [ el.offsetWidth, el.offsetHeight ]; + }, + getWidth: function (el) { + return el.offsetWidth; + }, + getHeight: function (el) { + return el.offsetHeight; + }, + getRenderMode : function() { return "svg"; }, + draggable : function (el, options) { + var info; + el = _ju.isArray(el) || (el.length != null && !_ju.isString(el)) ? el: [ el ]; + Array.prototype.slice.call(el).forEach(function(_el) { + info = this.info(_el); + if (info.el) { + this._initDraggableIfNecessary(info.el, true, options, info.id, true); + } + }.bind(this)); + return this; + }, + initDraggable: function (el, options, category) { + _getDragManager(this, category).draggable(el, options); + el._jsPlumbDragOptions = options; + }, + destroyDraggable: function (el, category) { + _getDragManager(this, category).destroyDraggable(el); + delete el._jsPlumbDragOptions; + }, + unbindDraggable: function (el, evt, fn, category) { + _getDragManager(this, category).destroyDraggable(el, evt, fn); + }, + setDraggable : function (element, draggable) { + return jsPlumb.each(element, function (el) { + if (this.isDragSupported(el)) { + this._draggableStates[this.getAttribute(el, "id")] = draggable; + this.setElementDraggable(el, draggable); + } + }.bind(this)); + }, + _draggableStates : {}, + /* + * toggles the draggable state of the given element(s). + * el is either an id, or an element object, or a list of ids/element objects. + */ + toggleDraggable : function (el) { + var state; + jsPlumb.each(el, function (el) { + var elId = this.getAttribute(el, "id"); + state = this._draggableStates[elId] == null ? false : this._draggableStates[elId]; + state = !state; + this._draggableStates[elId] = state; + this.setDraggable(el, state); + return state; + }.bind(this)); + return state; + }, + _initDraggableIfNecessary : function (element, isDraggable, dragOptions, id, fireEvent) { + // TODO FIRST: move to DragManager. including as much of the decision to init dragging as possible. + if (!jsPlumb.headless) { + var _draggable = isDraggable == null ? false : isDraggable; + if (_draggable) { + if (jsPlumb.isDragSupported(element, this)) { + var options = dragOptions || this.Defaults.DragOptions; + options = jsPlumb.extend({}, options); // make a copy. + if (!jsPlumb.isAlreadyDraggable(element, this)) { + var dragEvent = jsPlumb.dragEvents.drag, + stopEvent = jsPlumb.dragEvents.stop, + startEvent = jsPlumb.dragEvents.start; + + this.manage(id, element); + + options[startEvent] = _ju.wrap(options[startEvent], _dragStart.bind(this)); + + options[dragEvent] = _ju.wrap(options[dragEvent], _dragMove.bind(this)); + + options[stopEvent] = _ju.wrap(options[stopEvent], _dragStop.bind(this)); + + var elId = this.getId(element); // need ID + + this._draggableStates[elId] = true; + var draggable = this._draggableStates[elId]; + + options.disabled = draggable == null ? false : !draggable; + this.initDraggable(element, options); + this.getDragManager().register(element); + if (fireEvent) { + this.fire("elementDraggable", {el:element, options:options}); + } + } + else { + // already draggable. attach any start, drag or stop listeners to the current Drag. + if (dragOptions.force) { + this.initDraggable(element, options); + } + } + } + } + } + }, + animationSupported:true, + getElement: function (el) { + if (el == null) { + return null; + } + // here we pluck the first entry if el was a list of entries. + // this is not my favourite thing to do, but previous versions of + // jsplumb supported jquery selectors, and it is possible a selector + // will be passed in here. + el = typeof el === "string" ? el : el.length != null && el.enctype == null ? el[0] : el; + return typeof el === "string" ? document.getElementById(el) : el; + }, + removeElement: function (element) { + _getDragManager(this).elementRemoved(element); + this.getEventManager().remove(element); + }, + // + // this adapter supports a rudimentary animation function. no easing is supported. only + // left/top properties are supported. property delta args are expected to be in the form + // + // +=x.xxxx + // + // or + // + // -=x.xxxx + // + doAnimate: function (el, properties, options) { + options = options || {}; + var o = this.getOffset(el), + ap = _animProps(o, properties), + ldist = ap[0] - o.left, + tdist = ap[1] - o.top, + d = options.duration || 250, + step = 15, steps = d / step, + linc = (step / d) * ldist, + tinc = (step / d) * tdist, + idx = 0, + _int = setInterval(function () { + _jp.setPosition(el, { + left: o.left + (linc * (idx + 1)), + top: o.top + (tinc * (idx + 1)) + }); + if (options.step != null) { + options.step(idx, Math.ceil(steps)); + } + idx++; + if (idx >= steps) { + window.clearInterval(_int); + if (options.complete != null) { + options.complete(); + } + } + }, step); + }, + // DRAG/DROP + + + destroyDroppable: function (el, category) { + _getDragManager(this, category).destroyDroppable(el); + }, + unbindDroppable: function (el, evt, fn, category) { + _getDragManager(this, category).destroyDroppable(el, evt, fn); + }, + + droppable :function(el, options) { + el = _ju.isArray(el) || (el.length != null && !_ju.isString(el)) ? el: [ el ]; + var info; + options = options || {}; + options.allowLoopback = false; + Array.prototype.slice.call(el).forEach(function(_el) { + info = this.info(_el); + if (info.el) { + this.initDroppable(info.el, options); + } + }.bind(this)); + return this; + }, + + initDroppable: function (el, options, category) { + _getDragManager(this, category).droppable(el, options); + }, + isAlreadyDraggable: function (el) { + return el._katavorioDrag != null; + }, + isDragSupported: function (el, options) { + return true; + }, + isDropSupported: function (el, options) { + return true; + }, + isElementDraggable: function (el) { + el = _jp.getElement(el); + return el._katavorioDrag && el._katavorioDrag.isEnabled(); + }, + getDragObject: function (eventArgs) { + return eventArgs[0].drag.getDragElement(); + }, + getDragScope: function (el) { + return el._katavorioDrag && el._katavorioDrag.scopes.join(" ") || ""; + }, + getDropEvent: function (args) { + return args[0].e; + }, + getUIPosition: function (eventArgs, zoom) { + // here the position reported to us by Katavorio is relative to the element's offsetParent. For top + // level nodes that is fine, but if we have a nested draggable then its offsetParent is actually + // not going to be the jsplumb container; it's going to be some child of that element. In that case + // we want to adjust the UI position to account for the offsetParent's position relative to the Container + // origin. + var el = eventArgs[0].el; + if (el.offsetParent == null) { + return null; + } + var finalPos = eventArgs[0].finalPos || eventArgs[0].pos; + var p = { left:finalPos[0], top:finalPos[1] }; + if (el._katavorioDrag && el.offsetParent !== this.getContainer()) { + var oc = this.getOffset(el.offsetParent); + p.left += oc.left; + p.top += oc.top; + } + return p; + }, + setDragFilter: function (el, filter, _exclude) { + if (el._katavorioDrag) { + el._katavorioDrag.setFilter(filter, _exclude); + } + }, + setElementDraggable: function (el, draggable) { + el = _jp.getElement(el); + if (el._katavorioDrag) { + el._katavorioDrag.setEnabled(draggable); + } + }, + setDragScope: function (el, scope) { + if (el._katavorioDrag) { + el._katavorioDrag.k.setDragScope(el, scope); + } + }, + setDropScope:function(el, scope) { + if (el._katavorioDrop && el._katavorioDrop.length > 0) { + el._katavorioDrop[0].k.setDropScope(el, scope); + } + }, + addToPosse:function(el, spec) { + var specs = Array.prototype.slice.call(arguments, 1); + var dm = _getDragManager(this); + _jp.each(el, function(_el) { + _el = [ _jp.getElement(_el) ]; + _el.push.apply(_el, specs ); + dm.addToPosse.apply(dm, _el); + }); + }, + setPosse:function(el, spec) { + var specs = Array.prototype.slice.call(arguments, 1); + var dm = _getDragManager(this); + _jp.each(el, function(_el) { + _el = [ _jp.getElement(_el) ]; + _el.push.apply(_el, specs ); + dm.setPosse.apply(dm, _el); + }); + }, + removeFromPosse:function(el, posseId) { + var specs = Array.prototype.slice.call(arguments, 1); + var dm = _getDragManager(this); + _jp.each(el, function(_el) { + _el = [ _jp.getElement(_el) ]; + _el.push.apply(_el, specs ); + dm.removeFromPosse.apply(dm, _el); + }); + }, + removeFromAllPosses:function(el) { + var dm = _getDragManager(this); + _jp.each(el, function(_el) { dm.removeFromAllPosses(_jp.getElement(_el)); }); + }, + setPosseState:function(el, posseId, state) { + var dm = _getDragManager(this); + _jp.each(el, function(_el) { dm.setPosseState(_jp.getElement(_el), posseId, state); }); + }, + dragEvents: { + 'start': 'start', 'stop': 'stop', 'drag': 'drag', 'step': 'step', + 'over': 'over', 'out': 'out', 'drop': 'drop', 'complete': 'complete', + 'beforeStart':'beforeStart' + }, + animEvents: { + 'step': "step", 'complete': 'complete' + }, + stopDrag: function (el) { + if (el._katavorioDrag) { + el._katavorioDrag.abort(); + } + }, + addToDragSelection: function (spec) { + _getDragManager(this).select(spec); + }, + removeFromDragSelection: function (spec) { + _getDragManager(this).deselect(spec); + }, + clearDragSelection: function () { + _getDragManager(this).deselectAll(); + }, + trigger: function (el, event, originalEvent, payload) { + this.getEventManager().trigger(el, event, originalEvent, payload); + }, + doReset:function() { + // look for katavorio instances and reset each one if found. + for (var key in this) { + if (key.indexOf("_katavorio_") === 0) { + this[key].reset(); + } + } + }, + getEventManager:function() { + return _getEventManager(this); + }, + on : function(el, event, callback) { + // TODO: here we would like to map the tap event if we know its + // an internal bind to a click. we have to know its internal because only + // then can we be sure that the UP event wont be consumed (tap is a synthesized + // event from a mousedown followed by a mouseup). + //event = { "click":"tap", "dblclick":"dbltap"}[event] || event; + this.getEventManager().on.apply(this, arguments); + return this; + }, + off : function(el, event, callback) { + this.getEventManager().off.apply(this, arguments); + return this; + } + + }); + + var ready = function (f) { + var _do = function () { + if (/complete|loaded|interactive/.test(document.readyState) && typeof(document.body) !== "undefined" && document.body != null) { + f(); + } + else { + setTimeout(_do, 9); + } + }; + + _do(); + }; + ready(_jp.init); + +}).call(typeof window !== 'undefined' ? window : this); diff --git a/experiment/simulation/js/lib/MathJax.js b/experiment/simulation/js/lib/MathJax.js new file mode 100644 index 0000000..5024133 --- /dev/null +++ b/experiment/simulation/js/lib/MathJax.js @@ -0,0 +1,19 @@ +/* + * /MathJax.js + * + * Copyright (c) 2009-2017 The MathJax Consortium + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +if(document.getElementById&&document.childNodes&&document.createElement){if(!(window.MathJax&&MathJax.Hub)){if(window.MathJax){window.MathJax={AuthorConfig:window.MathJax}}else{window.MathJax={}}MathJax.isPacked=true;MathJax.version="2.7.1";MathJax.fileversion="2.7.1";MathJax.cdnVersion="2.7.1";MathJax.cdnFileVersions={};(function(d){var b=window[d];if(!b){b=window[d]={}}var e=[];var c=function(f){var g=f.constructor;if(!g){g=function(){}}for(var h in f){if(h!=="constructor"&&f.hasOwnProperty(h)){g[h]=f[h]}}return g};var a=function(){return function(){return arguments.callee.Init.call(this,arguments)}};b.Object=c({constructor:a(),Subclass:function(f,h){var g=a();g.SUPER=this;g.Init=this.Init;g.Subclass=this.Subclass;g.Augment=this.Augment;g.protoFunction=this.protoFunction;g.can=this.can;g.has=this.has;g.isa=this.isa;g.prototype=new this(e);g.prototype.constructor=g;g.Augment(f,h);return g},Init:function(f){var g=this;if(f.length===1&&f[0]===e){return g}if(!(g instanceof f.callee)){g=new f.callee(e)}return g.Init.apply(g,f)||g},Augment:function(f,g){var h;if(f!=null){for(h in f){if(f.hasOwnProperty(h)){this.protoFunction(h,f[h])}}if(f.toString!==this.prototype.toString&&f.toString!=={}.toString){this.protoFunction("toString",f.toString)}}if(g!=null){for(h in g){if(g.hasOwnProperty(h)){this[h]=g[h]}}}return this},protoFunction:function(g,f){this.prototype[g]=f;if(typeof f==="function"){f.SUPER=this.SUPER.prototype}},prototype:{Init:function(){},SUPER:function(f){return f.callee.SUPER},can:function(f){return typeof(this[f])==="function"},has:function(f){return typeof(this[f])!=="undefined"},isa:function(f){return(f instanceof Object)&&(this instanceof f)}},can:function(f){return this.prototype.can.call(this,f)},has:function(f){return this.prototype.has.call(this,f)},isa:function(g){var f=this;while(f){if(f===g){return true}else{f=f.SUPER}}return false},SimpleSUPER:c({constructor:function(f){return this.SimpleSUPER.define(f)},define:function(f){var h={};if(f!=null){for(var g in f){if(f.hasOwnProperty(g)){h[g]=this.wrap(g,f[g])}}if(f.toString!==this.prototype.toString&&f.toString!=={}.toString){h.toString=this.wrap("toString",f.toString)}}return h},wrap:function(i,h){if(typeof(h)!=="function"||!h.toString().match(/\.\s*SUPER\s*\(/)){return h}var g=function(){this.SUPER=g.SUPER[i];try{var f=h.apply(this,arguments)}catch(j){delete this.SUPER;throw j}delete this.SUPER;return f};g.toString=function(){return h.toString.apply(h,arguments)};return g}})});b.Object.isArray=Array.isArray||function(f){return Object.prototype.toString.call(f)==="[object Array]"};b.Object.Array=Array})("MathJax");(function(BASENAME){var BASE=window[BASENAME];if(!BASE){BASE=window[BASENAME]={}}var isArray=BASE.Object.isArray;var CALLBACK=function(data){var cb=function(){return arguments.callee.execute.apply(arguments.callee,arguments)};for(var id in CALLBACK.prototype){if(CALLBACK.prototype.hasOwnProperty(id)){if(typeof(data[id])!=="undefined"){cb[id]=data[id]}else{cb[id]=CALLBACK.prototype[id]}}}cb.toString=CALLBACK.prototype.toString;return cb};CALLBACK.prototype={isCallback:true,hook:function(){},data:[],object:window,execute:function(){if(!this.called||this.autoReset){this.called=!this.autoReset;return this.hook.apply(this.object,this.data.concat([].slice.call(arguments,0)))}},reset:function(){delete this.called},toString:function(){return this.hook.toString.apply(this.hook,arguments)}};var ISCALLBACK=function(f){return(typeof(f)==="function"&&f.isCallback)};var EVAL=function(code){return eval.call(window,code)};var TESTEVAL=function(){EVAL("var __TeSt_VaR__ = 1");if(window.__TeSt_VaR__){try{delete window.__TeSt_VaR__}catch(error){window.__TeSt_VaR__=null}}else{if(window.execScript){EVAL=function(code){BASE.__code=code;code="try {"+BASENAME+".__result = eval("+BASENAME+".__code)} catch(err) {"+BASENAME+".__result = err}";window.execScript(code);var result=BASE.__result;delete BASE.__result;delete BASE.__code;if(result instanceof Error){throw result}return result}}else{EVAL=function(code){BASE.__code=code;code="try {"+BASENAME+".__result = eval("+BASENAME+".__code)} catch(err) {"+BASENAME+".__result = err}";var head=(document.getElementsByTagName("head"))[0];if(!head){head=document.body}var script=document.createElement("script");script.appendChild(document.createTextNode(code));head.appendChild(script);head.removeChild(script);var result=BASE.__result;delete BASE.__result;delete BASE.__code;if(result instanceof Error){throw result}return result}}}TESTEVAL=null};var USING=function(args,i){if(arguments.length>1){if(arguments.length===2&&!(typeof arguments[0]==="function")&&arguments[0] instanceof Object&&typeof arguments[1]==="number"){args=[].slice.call(args,i)}else{args=[].slice.call(arguments,0)}}if(isArray(args)&&args.length===1){args=args[0]}if(typeof args==="function"){if(args.execute===CALLBACK.prototype.execute){return args}return CALLBACK({hook:args})}else{if(isArray(args)){if(typeof(args[0])==="string"&&args[1] instanceof Object&&typeof args[1][args[0]]==="function"){return CALLBACK({hook:args[1][args[0]],object:args[1],data:args.slice(2)})}else{if(typeof args[0]==="function"){return CALLBACK({hook:args[0],data:args.slice(1)})}else{if(typeof args[1]==="function"){return CALLBACK({hook:args[1],object:args[0],data:args.slice(2)})}}}}else{if(typeof(args)==="string"){if(TESTEVAL){TESTEVAL()}return CALLBACK({hook:EVAL,data:[args]})}else{if(args instanceof Object){return CALLBACK(args)}else{if(typeof(args)==="undefined"){return CALLBACK({})}}}}}throw Error("Can't make callback from given data")};var DELAY=function(time,callback){callback=USING(callback);callback.timeout=setTimeout(callback,time);return callback};var WAITFOR=function(callback,signal){callback=USING(callback);if(!callback.called){WAITSIGNAL(callback,signal);signal.pending++}};var WAITEXECUTE=function(){var signals=this.signal;delete this.signal;this.execute=this.oldExecute;delete this.oldExecute;var result=this.execute.apply(this,arguments);if(ISCALLBACK(result)&&!result.called){WAITSIGNAL(result,signals)}else{for(var i=0,m=signals.length;i0&&priority=0;i--){this.hooks.splice(i,1)}this.remove=[]}});var EXECUTEHOOKS=function(hooks,data,reset){if(!hooks){return null}if(!isArray(hooks)){hooks=[hooks]}if(!isArray(data)){data=(data==null?[]:[data])}var handler=HOOKS(reset);for(var i=0,m=hooks.length;ig){g=document.styleSheets.length}if(!i){i=document.head||((document.getElementsByTagName("head"))[0]);if(!i){i=document.body}}return i};var f=[];var c=function(){for(var k=0,j=f.length;k=this.timeout){i(this.STATUS.ERROR);return 1}return 0},file:function(j,i){if(i<0){a.Ajax.loadTimeout(j)}else{a.Ajax.loadComplete(j)}},execute:function(){this.hook.call(this.object,this,this.data[0],this.data[1])},checkSafari2:function(i,j,k){if(i.time(k)){return}if(document.styleSheets.length>j&&document.styleSheets[j].cssRules&&document.styleSheets[j].cssRules.length){k(i.STATUS.OK)}else{setTimeout(i,i.delay)}},checkLength:function(i,l,n){if(i.time(n)){return}var m=0;var j=(l.sheet||l.styleSheet);try{if((j.cssRules||j.rules||[]).length>0){m=1}}catch(k){if(k.message.match(/protected variable|restricted URI/)){m=1}else{if(k.message.match(/Security error/)){m=1}}}if(m){setTimeout(a.Callback([n,i.STATUS.OK]),0)}else{setTimeout(i,i.delay)}}},loadComplete:function(i){i=this.fileURL(i);var j=this.loading[i];if(j&&!j.preloaded){a.Message.Clear(j.message);clearTimeout(j.timeout);if(j.script){if(f.length===0){setTimeout(c,0)}f.push(j.script)}this.loaded[i]=j.status;delete this.loading[i];this.addHook(i,j.callback)}else{if(j){delete this.loading[i]}this.loaded[i]=this.STATUS.OK;j={status:this.STATUS.OK}}if(!this.loadHooks[i]){return null}return this.loadHooks[i].Execute(j.status)},loadTimeout:function(i){if(this.loading[i].timeout){clearTimeout(this.loading[i].timeout)}this.loading[i].status=this.STATUS.ERROR;this.loadError(i);this.loadComplete(i)},loadError:function(i){a.Message.Set(["LoadFailed","File failed to load: %1",i],null,2000);a.Hub.signal.Post(["file load error",i])},Styles:function(k,l){var i=this.StyleString(k);if(i===""){l=a.Callback(l);l()}else{var j=document.createElement("style");j.type="text/css";this.head=h(this.head);this.head.appendChild(j);if(j.styleSheet&&typeof(j.styleSheet.cssText)!=="undefined"){j.styleSheet.cssText=i}else{j.appendChild(document.createTextNode(i))}l=this.timer.create.call(this,l,j)}return l},StyleString:function(n){if(typeof(n)==="string"){return n}var k="",o,m;for(o in n){if(n.hasOwnProperty(o)){if(typeof n[o]==="string"){k+=o+" {"+n[o]+"}\n"}else{if(a.Object.isArray(n[o])){for(var l=0;l="0"&&q<="9"){f[j]=p[f[j]-1];if(typeof f[j]==="number"){f[j]=this.number(f[j])}}else{if(q==="{"){q=f[j].substr(1);if(q>="0"&&q<="9"){f[j]=p[f[j].substr(1,f[j].length-2)-1];if(typeof f[j]==="number"){f[j]=this.number(f[j])}}else{var k=f[j].match(/^\{([a-z]+):%(\d+)\|(.*)\}$/);if(k){if(k[1]==="plural"){var d=p[k[2]-1];if(typeof d==="undefined"){f[j]="???"}else{d=this.plural(d)-1;var h=k[3].replace(/(^|[^%])(%%)*%\|/g,"$1$2%\uEFEF").split(/\|/);if(d>=0&&d=3){c.push([f[0],f[1],this.processSnippet(g,f[2])])}else{c.push(e[d])}}}}else{c.push(e[d])}}return c},markdownPattern:/(%.)|(\*{1,3})((?:%.|.)+?)\2|(`+)((?:%.|.)+?)\4|\[((?:%.|.)+?)\]\(([^\s\)]+)\)/,processMarkdown:function(b,h,d){var j=[],e;var c=b.split(this.markdownPattern);var g=c[0];for(var f=1,a=c.length;f1?d[1]:""));f=null}if(e&&(!b.preJax||d)){c.nodeValue=c.nodeValue.replace(b.postJax,(e.length>1?e[1]:""))}if(f&&!f.nodeValue.match(/\S/)){f=f.previousSibling}}if(b.preRemoveClass&&f&&f.className===b.preRemoveClass){a.MathJax.preview=f}a.MathJax.checked=1},processInput:function(a){var b,i=MathJax.ElementJax.STATE;var h,e,d=a.scripts.length;try{while(a.ithis.processUpdateTime&&a.i1){d.jax[a.outputJax].push(b)}b.MathJax.state=c.OUTPUT},prepareOutput:function(c,f){while(c.jthis.processUpdateTime&&h.i=0;q--){if((b[q].src||"").match(f)){s.script=b[q].innerHTML;if(RegExp.$2){var t=RegExp.$2.substr(1).split(/\&/);for(var p=0,l=t.length;p=parseInt(y[z])}}return true},Select:function(j){var i=j[d.Browser];if(i){return i(d.Browser)}return null}};var e=k.replace(/^Mozilla\/(\d+\.)+\d+ /,"").replace(/[a-z][-a-z0-9._: ]+\/\d+[^ ]*-[^ ]*\.([a-z][a-z])?\d+ /i,"").replace(/Gentoo |Ubuntu\/(\d+\.)*\d+ (\([^)]*\) )?/,"");d.Browser=d.Insert(d.Insert(new String("Unknown"),{version:"0.0"}),a);for(var v in a){if(a.hasOwnProperty(v)){if(a[v]&&v.substr(0,2)==="is"){v=v.slice(2);if(v==="Mac"||v==="PC"){continue}d.Browser=d.Insert(new String(v),a);var r=new RegExp(".*(Version/| Trident/.*; rv:)((?:\\d+\\.)+\\d+)|.*("+v+")"+(v=="MSIE"?" ":"/")+"((?:\\d+\\.)*\\d+)|(?:^|\\(| )([a-z][-a-z0-9._: ]+|(?:Apple)?WebKit)/((?:\\d+\\.)+\\d+)");var u=r.exec(e)||["","","","unknown","0.0"];d.Browser.name=(u[1]!=""?v:(u[3]||u[5]));d.Browser.version=u[2]||u[4]||u[6];break}}}try{d.Browser.Select({Safari:function(j){var i=parseInt((String(j.version).split("."))[0]);if(i>85){j.webkit=j.version}if(i>=538){j.version="8.0"}else{if(i>=537){j.version="7.0"}else{if(i>=536){j.version="6.0"}else{if(i>=534){j.version="5.1"}else{if(i>=533){j.version="5.0"}else{if(i>=526){j.version="4.0"}else{if(i>=525){j.version="3.1"}else{if(i>500){j.version="3.0"}else{if(i>400){j.version="2.0"}else{if(i>85){j.version="1.0"}}}}}}}}}}j.webkit=(navigator.appVersion.match(/WebKit\/(\d+)\./))[1];j.isMobile=(navigator.appVersion.match(/Mobile/i)!=null);j.noContextMenu=j.isMobile},Firefox:function(j){if((j.version==="0.0"||k.match(/Firefox/)==null)&&navigator.product==="Gecko"){var m=k.match(/[\/ ]rv:(\d+\.\d.*?)[\) ]/);if(m){j.version=m[1]}else{var i=(navigator.buildID||navigator.productSub||"0").substr(0,8);if(i>="20111220"){j.version="9.0"}else{if(i>="20111120"){j.version="8.0"}else{if(i>="20110927"){j.version="7.0"}else{if(i>="20110816"){j.version="6.0"}else{if(i>="20110621"){j.version="5.0"}else{if(i>="20110320"){j.version="4.0"}else{if(i>="20100121"){j.version="3.6"}else{if(i>="20090630"){j.version="3.5"}else{if(i>="20080617"){j.version="3.0"}else{if(i>="20061024"){j.version="2.0"}}}}}}}}}}}}j.isMobile=(navigator.appVersion.match(/Android/i)!=null||k.match(/ Fennec\//)!=null||k.match(/Mobile/)!=null)},Chrome:function(i){i.noContextMenu=i.isMobile=!!navigator.userAgent.match(/ Mobile[ \/]/)},Opera:function(i){i.version=opera.version()},Edge:function(i){i.isMobile=!!navigator.userAgent.match(/ Phone/)},MSIE:function(j){j.isMobile=!!navigator.userAgent.match(/ Phone/);j.isIE9=!!(document.documentMode&&(window.performance||window.msPerformance));MathJax.HTML.setScriptBug=!j.isIE9||document.documentMode<9;MathJax.Hub.msieHTMLCollectionBug=(document.documentMode<9);if(document.documentMode<10&&!s.params.NoMathPlayer){try{new ActiveXObject("MathPlayer.Factory.1");j.hasMathPlayer=true}catch(m){}try{if(j.hasMathPlayer){var i=document.createElement("object");i.id="mathplayer";i.classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987";g.appendChild(i);document.namespaces.add("m","http://www.w3.org/1998/Math/MathML");j.mpNamespace=true;if(document.readyState&&(document.readyState==="loading"||document.readyState==="interactive")){document.write('');j.mpImported=true}}else{document.namespaces.add("mjx_IE_fix","http://www.w3.org/1999/xlink")}}catch(m){}}}})}catch(c){console.error(c.message)}d.Browser.Select(MathJax.Message.browsers);if(h.AuthorConfig&&typeof h.AuthorConfig.AuthorInit==="function"){h.AuthorConfig.AuthorInit()}d.queue=h.Callback.Queue();d.queue.Push(["Post",s.signal,"Begin"],["Config",s],["Cookie",s],["Styles",s],["Message",s],function(){var i=h.Callback.Queue(s.Jax(),s.Extensions());return i.Push({})},["Menu",s],s.onLoad(),function(){MathJax.isReady=true},["Typeset",s],["Hash",s],["MenuZoom",s],["Post",s.signal,"End"])})("MathJax")}}; \ No newline at end of file diff --git a/experiment/simulation/js/lib/d3.v5.min.js b/experiment/simulation/js/lib/d3.v5.min.js new file mode 100644 index 0000000..2cb0703 --- /dev/null +++ b/experiment/simulation/js/lib/d3.v5.min.js @@ -0,0 +1,2 @@ +// https://d3js.org v5.16.0 Copyright 2020 Mike Bostock +!function(t,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((t=t||self).d3=t.d3||{})}(this,function(t){"use strict";function n(t,n){return tn?1:t>=n?0:NaN}function e(t){var e;return 1===t.length&&(e=t,t=function(t,r){return n(e(t),r)}),{left:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)<0?r=o+1:i=o}return r},right:function(n,e,r,i){for(null==r&&(r=0),null==i&&(i=n.length);r>>1;t(n[o],e)>0?i=o:r=o+1}return r}}}var r=e(n),i=r.right,o=r.left;function a(t,n){return[t,n]}function u(t){return null===t?NaN:+t}function c(t,n){var e,r,i=t.length,o=0,a=-1,c=0,f=0;if(null==n)for(;++a1)return f/(o-1)}function f(t,n){var e=c(t,n);return e?Math.sqrt(e):e}function s(t,n){var e,r,i,o=t.length,a=-1;if(null==n){for(;++a=e)for(r=i=e;++ae&&(r=e),i=e)for(r=i=e;++ae&&(r=e),i0)return[t];if((r=n0)for(t=Math.ceil(t/a),n=Math.floor(n/a),o=new Array(i=Math.ceil(n-t+1));++u=0?(o>=y?10:o>=_?5:o>=b?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(o>=y?10:o>=_?5:o>=b?2:1)}function w(t,n,e){var r=Math.abs(n-t)/Math.max(0,e),i=Math.pow(10,Math.floor(Math.log(r)/Math.LN10)),o=r/i;return o>=y?i*=10:o>=_?i*=5:o>=b&&(i*=2),n=1)return+e(t[r-1],r-1,t);var r,i=(r-1)*n,o=Math.floor(i),a=+e(t[o],o,t);return a+(+e(t[o+1],o+1,t)-a)*(i-o)}}function T(t,n){var e,r,i=t.length,o=-1;if(null==n){for(;++o=e)for(r=e;++or&&(r=e)}else for(;++o=e)for(r=e;++or&&(r=e);return r}function A(t){for(var n,e,r,i=t.length,o=-1,a=0;++o=0;)for(n=(r=t[i]).length;--n>=0;)e[--a]=r[n];return e}function S(t,n){var e,r,i=t.length,o=-1;if(null==n){for(;++o=e)for(r=e;++oe&&(r=e)}else for(;++o=e)for(r=e;++oe&&(r=e);return r}function k(t){if(!(i=t.length))return[];for(var n=-1,e=S(t,E),r=new Array(e);++n=0&&(e=t.slice(r+1),t=t.slice(0,r)),t&&!n.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:e}})}function X(t,n){for(var e,r=0,i=t.length;r0)for(var e,r,i=new Array(e),o=0;o=0&&"xmlns"!==(n=t.slice(0,e))&&(t=t.slice(e+1)),$.hasOwnProperty(n)?{space:$[n],local:t}:t}function Z(t){var n=W(t);return(n.local?function(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}:function(t){return function(){var n=this.ownerDocument,e=this.namespaceURI;return e===G&&n.documentElement.namespaceURI===G?n.createElement(t):n.createElementNS(e,t)}})(n)}function Q(){}function K(t){return null==t?Q:function(){return this.querySelector(t)}}function J(){return[]}function tt(t){return null==t?J:function(){return this.querySelectorAll(t)}}function nt(t){return function(){return this.matches(t)}}function et(t){return new Array(t.length)}function rt(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=n}rt.prototype={constructor:rt,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,n){return this._parent.insertBefore(t,n)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};var it="$";function ot(t,n,e,r,i,o){for(var a,u=0,c=n.length,f=o.length;un?1:t>=n?0:NaN}function ct(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView}function ft(t,n){return t.style.getPropertyValue(n)||ct(t).getComputedStyle(t,null).getPropertyValue(n)}function st(t){return t.trim().split(/^|\s+/)}function lt(t){return t.classList||new ht(t)}function ht(t){this._node=t,this._names=st(t.getAttribute("class")||"")}function dt(t,n){for(var e=lt(t),r=-1,i=n.length;++r=0&&(this._names.splice(n,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};var Mt={};(t.event=null,"undefined"!=typeof document)&&("onmouseenter"in document.documentElement||(Mt={mouseenter:"mouseover",mouseleave:"mouseout"}));function Nt(t,n,e){return t=Tt(t,n,e),function(n){var e=n.relatedTarget;e&&(e===this||8&e.compareDocumentPosition(this))||t.call(this,n)}}function Tt(n,e,r){return function(i){var o=t.event;t.event=i;try{n.call(this,this.__data__,e,r)}finally{t.event=o}}}function At(t){return function(){var n=this.__on;if(n){for(var e,r=0,i=-1,o=n.length;r=m&&(m=b+1);!(_=g[m])&&++m=0;)(r=i[o])&&(a&&4^r.compareDocumentPosition(a)&&a.parentNode.insertBefore(r,a),a=r);return this},sort:function(t){function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}t||(t=ut);for(var e=this._groups,r=e.length,i=new Array(r),o=0;o1?this.each((null==n?function(t){return function(){this.style.removeProperty(t)}}:"function"==typeof n?function(t,n,e){return function(){var r=n.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,e)}}:function(t,n,e){return function(){this.style.setProperty(t,n,e)}})(t,n,null==e?"":e)):ft(this.node(),t)},property:function(t,n){return arguments.length>1?this.each((null==n?function(t){return function(){delete this[t]}}:"function"==typeof n?function(t,n){return function(){var e=n.apply(this,arguments);null==e?delete this[t]:this[t]=e}}:function(t,n){return function(){this[t]=n}})(t,n)):this.node()[t]},classed:function(t,n){var e=st(t+"");if(arguments.length<2){for(var r=lt(this.node()),i=-1,o=e.length;++i=0&&(n=t.slice(e+1),t=t.slice(0,e)),{type:t,name:n}})}(t+""),a=o.length;if(!(arguments.length<2)){for(u=n?St:At,null==e&&(e=!1),r=0;r>8&15|n>>4&240,n>>4&15|240&n,(15&n)<<4|15&n,1):8===e?gn(n>>24&255,n>>16&255,n>>8&255,(255&n)/255):4===e?gn(n>>12&15|n>>8&240,n>>8&15|n>>4&240,n>>4&15|240&n,((15&n)<<4|15&n)/255):null):(n=on.exec(t))?new bn(n[1],n[2],n[3],1):(n=an.exec(t))?new bn(255*n[1]/100,255*n[2]/100,255*n[3]/100,1):(n=un.exec(t))?gn(n[1],n[2],n[3],n[4]):(n=cn.exec(t))?gn(255*n[1]/100,255*n[2]/100,255*n[3]/100,n[4]):(n=fn.exec(t))?Mn(n[1],n[2]/100,n[3]/100,1):(n=sn.exec(t))?Mn(n[1],n[2]/100,n[3]/100,n[4]):ln.hasOwnProperty(t)?vn(ln[t]):"transparent"===t?new bn(NaN,NaN,NaN,0):null}function vn(t){return new bn(t>>16&255,t>>8&255,255&t,1)}function gn(t,n,e,r){return r<=0&&(t=n=e=NaN),new bn(t,n,e,r)}function yn(t){return t instanceof Jt||(t=pn(t)),t?new bn((t=t.rgb()).r,t.g,t.b,t.opacity):new bn}function _n(t,n,e,r){return 1===arguments.length?yn(t):new bn(t,n,e,null==r?1:r)}function bn(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}function mn(){return"#"+wn(this.r)+wn(this.g)+wn(this.b)}function xn(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Math.min(1,t)))?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(1===t?")":", "+t+")")}function wn(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?"0":"")+t.toString(16)}function Mn(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=NaN),new An(t,n,e,r)}function Nn(t){if(t instanceof An)return new An(t.h,t.s,t.l,t.opacity);if(t instanceof Jt||(t=pn(t)),!t)return new An;if(t instanceof An)return t;var n=(t=t.rgb()).r/255,e=t.g/255,r=t.b/255,i=Math.min(n,e,r),o=Math.max(n,e,r),a=NaN,u=o-i,c=(o+i)/2;return u?(a=n===o?(e-r)/u+6*(e0&&c<1?0:a,new An(a,u,c,t.opacity)}function Tn(t,n,e,r){return 1===arguments.length?Nn(t):new An(t,n,e,null==r?1:r)}function An(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}function Sn(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(240-t)/60:n)}Qt(Jt,pn,{copy:function(t){return Object.assign(new this.constructor,this,t)},displayable:function(){return this.rgb().displayable()},hex:hn,formatHex:hn,formatHsl:function(){return Nn(this).formatHsl()},formatRgb:dn,toString:dn}),Qt(bn,_n,Kt(Jt,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new bn(this.r*t,this.g*t,this.b*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new bn(this.r*t,this.g*t,this.b*t,this.opacity)},rgb:function(){return this},displayable:function(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:mn,formatHex:mn,formatRgb:xn,toString:xn})),Qt(An,Tn,Kt(Jt,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new An(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new An(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=this.h%360+360*(this.h<0),n=isNaN(t)||isNaN(this.s)?0:this.s,e=this.l,r=e+(e<.5?e:1-e)*n,i=2*e-r;return new bn(Sn(t>=240?t-240:t+120,i,r),Sn(t,i,r),Sn(t<120?t+240:t-120,i,r),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl:function(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Math.min(1,t)))?"hsl(":"hsla(")+(this.h||0)+", "+100*(this.s||0)+"%, "+100*(this.l||0)+"%"+(1===t?")":", "+t+")")}}));var kn=Math.PI/180,En=180/Math.PI,Cn=.96422,Pn=1,zn=.82521,Rn=4/29,Dn=6/29,qn=3*Dn*Dn,Ln=Dn*Dn*Dn;function Un(t){if(t instanceof Bn)return new Bn(t.l,t.a,t.b,t.opacity);if(t instanceof Vn)return Gn(t);t instanceof bn||(t=yn(t));var n,e,r=Hn(t.r),i=Hn(t.g),o=Hn(t.b),a=Fn((.2225045*r+.7168786*i+.0606169*o)/Pn);return r===i&&i===o?n=e=a:(n=Fn((.4360747*r+.3850649*i+.1430804*o)/Cn),e=Fn((.0139322*r+.0971045*i+.7141733*o)/zn)),new Bn(116*a-16,500*(n-a),200*(a-e),t.opacity)}function On(t,n,e,r){return 1===arguments.length?Un(t):new Bn(t,n,e,null==r?1:r)}function Bn(t,n,e,r){this.l=+t,this.a=+n,this.b=+e,this.opacity=+r}function Fn(t){return t>Ln?Math.pow(t,1/3):t/qn+Rn}function Yn(t){return t>Dn?t*t*t:qn*(t-Rn)}function In(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function Hn(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function jn(t){if(t instanceof Vn)return new Vn(t.h,t.c,t.l,t.opacity);if(t instanceof Bn||(t=Un(t)),0===t.a&&0===t.b)return new Vn(NaN,0=1?(e=1,n-1):Math.floor(e*n),i=t[r],o=t[r+1],a=r>0?t[r-1]:2*i-o,u=r180||e<-180?e-360*Math.round(e/360):e):ue(isNaN(t)?n:t)}function se(t){return 1==(t=+t)?le:function(n,e){return e-n?function(t,n,e){return t=Math.pow(t,e),n=Math.pow(n,e)-t,e=1/e,function(r){return Math.pow(t+r*n,e)}}(n,e,t):ue(isNaN(n)?e:n)}}function le(t,n){var e=n-t;return e?ce(t,e):ue(isNaN(t)?n:t)}Qt(re,ee,Kt(Jt,{brighter:function(t){return t=null==t?1/.7:Math.pow(1/.7,t),new re(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?.7:Math.pow(.7,t),new re(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=isNaN(this.h)?0:(this.h+120)*kn,n=+this.l,e=isNaN(this.s)?0:this.s*n*(1-n),r=Math.cos(t),i=Math.sin(t);return new bn(255*(n+e*($n*r+Wn*i)),255*(n+e*(Zn*r+Qn*i)),255*(n+e*(Kn*r)),this.opacity)}}));var he=function t(n){var e=se(n);function r(t,n){var r=e((t=_n(t)).r,(n=_n(n)).r),i=e(t.g,n.g),o=e(t.b,n.b),a=le(t.opacity,n.opacity);return function(n){return t.r=r(n),t.g=i(n),t.b=o(n),t.opacity=a(n),t+""}}return r.gamma=t,r}(1);function de(t){return function(n){var e,r,i=n.length,o=new Array(i),a=new Array(i),u=new Array(i);for(e=0;eo&&(i=n.slice(o,i),u[a]?u[a]+=i:u[++a]=i),(e=e[0])===(r=r[0])?u[a]?u[a]+=r:u[++a]=r:(u[++a]=null,c.push({i:a,x:me(e,r)})),o=Me.lastIndex;return o180?n+=360:n-t>180&&(t+=360),o.push({i:e.push(i(e)+"rotate(",null,r)-2,x:me(t,n)})):n&&e.push(i(e)+"rotate("+n+r)}(o.rotate,a.rotate,u,c),function(t,n,e,o){t!==n?o.push({i:e.push(i(e)+"skewX(",null,r)-2,x:me(t,n)}):n&&e.push(i(e)+"skewX("+n+r)}(o.skewX,a.skewX,u,c),function(t,n,e,r,o,a){if(t!==e||n!==r){var u=o.push(i(o)+"scale(",null,",",null,")");a.push({i:u-4,x:me(t,e)},{i:u-2,x:me(n,r)})}else 1===e&&1===r||o.push(i(o)+"scale("+e+","+r+")")}(o.scaleX,o.scaleY,a.scaleX,a.scaleY,u,c),o=a=null,function(t){for(var n,e=-1,r=c.length;++e=0&&n._call.call(null,t),n=n._next;--tr}function pr(){or=(ir=ur.now())+ar,tr=nr=0;try{dr()}finally{tr=0,function(){var t,n,e=Ke,r=1/0;for(;e;)e._call?(r>e._time&&(r=e._time),t=e,e=e._next):(n=e._next,e._next=null,e=t?t._next=n:Ke=n);Je=t,gr(r)}(),or=0}}function vr(){var t=ur.now(),n=t-ir;n>rr&&(ar-=n,ir=t)}function gr(t){tr||(nr&&(nr=clearTimeout(nr)),t-or>24?(t<1/0&&(nr=setTimeout(pr,t-ur.now()-ar)),er&&(er=clearInterval(er))):(er||(ir=ur.now(),er=setInterval(vr,rr)),tr=1,cr(pr)))}function yr(t,n,e){var r=new lr;return n=null==n?0:+n,r.restart(function(e){r.stop(),t(e+n)},n,e),r}lr.prototype=hr.prototype={constructor:lr,restart:function(t,n,e){if("function"!=typeof t)throw new TypeError("callback is not a function");e=(null==e?fr():+e)+(null==n?0:+n),this._next||Je===this||(Je?Je._next=this:Ke=this,Je=this),this._call=t,this._time=e,gr()},stop:function(){this._call&&(this._call=null,this._time=1/0,gr())}};var _r=I("start","end","cancel","interrupt"),br=[],mr=0,xr=1,wr=2,Mr=3,Nr=4,Tr=5,Ar=6;function Sr(t,n,e,r,i,o){var a=t.__transition;if(a){if(e in a)return}else t.__transition={};!function(t,n,e){var r,i=t.__transition;function o(c){var f,s,l,h;if(e.state!==xr)return u();for(f in i)if((h=i[f]).name===e.name){if(h.state===Mr)return yr(o);h.state===Nr?(h.state=Ar,h.timer.stop(),h.on.call("interrupt",t,t.__data__,h.index,h.group),delete i[f]):+fmr)throw new Error("too late; already scheduled");return e}function Er(t,n){var e=Cr(t,n);if(e.state>Mr)throw new Error("too late; already running");return e}function Cr(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("transition not found");return e}function Pr(t,n){var e,r,i,o=t.__transition,a=!0;if(o){for(i in n=null==n?null:n+"",o)(e=o[i]).name===n?(r=e.state>wr&&e.state=0&&(t=t.slice(0,n)),!t||"start"===t})}(n)?kr:Er;return function(){var a=o(this,t),u=a.on;u!==r&&(i=(r=u).copy()).on(n,e),a.on=i}}(e,t,n))},attr:function(t,n){var e=W(t),r="transform"===e?Le:Rr;return this.attrTween(t,"function"==typeof n?(e.local?function(t,n,e){var r,i,o;return function(){var a,u,c=e(this);if(null!=c)return(a=this.getAttributeNS(t.space,t.local))===(u=c+"")?null:a===r&&u===i?o:(i=u,o=n(r=a,c));this.removeAttributeNS(t.space,t.local)}}:function(t,n,e){var r,i,o;return function(){var a,u,c=e(this);if(null!=c)return(a=this.getAttribute(t))===(u=c+"")?null:a===r&&u===i?o:(i=u,o=n(r=a,c));this.removeAttribute(t)}})(e,r,zr(this,"attr."+t,n)):null==n?(e.local?function(t){return function(){this.removeAttributeNS(t.space,t.local)}}:function(t){return function(){this.removeAttribute(t)}})(e):(e.local?function(t,n,e){var r,i,o=e+"";return function(){var a=this.getAttributeNS(t.space,t.local);return a===o?null:a===r?i:i=n(r=a,e)}}:function(t,n,e){var r,i,o=e+"";return function(){var a=this.getAttribute(t);return a===o?null:a===r?i:i=n(r=a,e)}})(e,r,n))},attrTween:function(t,n){var e="attr."+t;if(arguments.length<2)return(e=this.tween(e))&&e._value;if(null==n)return this.tween(e,null);if("function"!=typeof n)throw new Error;var r=W(t);return this.tween(e,(r.local?function(t,n){var e,r;function i(){var i=n.apply(this,arguments);return i!==r&&(e=(r=i)&&function(t,n){return function(e){this.setAttributeNS(t.space,t.local,n.call(this,e))}}(t,i)),e}return i._value=n,i}:function(t,n){var e,r;function i(){var i=n.apply(this,arguments);return i!==r&&(e=(r=i)&&function(t,n){return function(e){this.setAttribute(t,n.call(this,e))}}(t,i)),e}return i._value=n,i})(r,n))},style:function(t,n,e){var r="transform"==(t+="")?qe:Rr;return null==n?this.styleTween(t,function(t,n){var e,r,i;return function(){var o=ft(this,t),a=(this.style.removeProperty(t),ft(this,t));return o===a?null:o===e&&a===r?i:i=n(e=o,r=a)}}(t,r)).on("end.style."+t,qr(t)):"function"==typeof n?this.styleTween(t,function(t,n,e){var r,i,o;return function(){var a=ft(this,t),u=e(this),c=u+"";return null==u&&(this.style.removeProperty(t),c=u=ft(this,t)),a===c?null:a===r&&c===i?o:(i=c,o=n(r=a,u))}}(t,r,zr(this,"style."+t,n))).each(function(t,n){var e,r,i,o,a="style."+n,u="end."+a;return function(){var c=Er(this,t),f=c.on,s=null==c.value[a]?o||(o=qr(n)):void 0;f===e&&i===s||(r=(e=f).copy()).on(u,i=s),c.on=r}}(this._id,t)):this.styleTween(t,function(t,n,e){var r,i,o=e+"";return function(){var a=ft(this,t);return a===o?null:a===r?i:i=n(r=a,e)}}(t,r,n),e).on("end.style."+t,null)},styleTween:function(t,n,e){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==n)return this.tween(r,null);if("function"!=typeof n)throw new Error;return this.tween(r,function(t,n,e){var r,i;function o(){var o=n.apply(this,arguments);return o!==i&&(r=(i=o)&&function(t,n,e){return function(r){this.style.setProperty(t,n.call(this,r),e)}}(t,o,e)),r}return o._value=n,o}(t,n,null==e?"":e))},text:function(t){return this.tween("text","function"==typeof t?function(t){return function(){var n=t(this);this.textContent=null==n?"":n}}(zr(this,"text",t)):function(t){return function(){this.textContent=t}}(null==t?"":t+""))},textTween:function(t){var n="text";if(arguments.length<1)return(n=this.tween(n))&&n._value;if(null==t)return this.tween(n,null);if("function"!=typeof t)throw new Error;return this.tween(n,function(t){var n,e;function r(){var r=t.apply(this,arguments);return r!==e&&(n=(e=r)&&function(t){return function(n){this.textContent=t.call(this,n)}}(r)),n}return r._value=t,r}(t))},remove:function(){return this.on("end.remove",function(t){return function(){var n=this.parentNode;for(var e in this.__transition)if(+e!==t)return;n&&n.removeChild(this)}}(this._id))},tween:function(t,n){var e=this._id;if(t+="",arguments.length<2){for(var r,i=Cr(this.node(),e).tween,o=0,a=i.length;o0&&(r=o-P),M<0?d=p-z:M>0&&(u=c-z),x=Mi,B.attr("cursor",Pi.selection),I());break;default:return}xi()},!0).on("keyup.brush",function(){switch(t.event.keyCode){case 16:R&&(g=y=R=!1,I());break;case 18:x===Ti&&(w<0?f=h:w>0&&(r=o),M<0?d=p:M>0&&(u=c),x=Ni,I());break;case 32:x===Mi&&(t.event.altKey?(w&&(f=h-P*w,r=o+P*w),M&&(d=p-z*M,u=c+z*M),x=Ti):(w<0?f=h:w>0&&(r=o),M<0?d=p:M>0&&(u=c),x=Ni),B.attr("cursor",Pi[m]),I());break;default:return}xi()},!0),Ht(t.event.view)}mi(),Pr(b),s.call(b),U.start()}function Y(){var t=D(b);!R||g||y||(Math.abs(t[0]-L[0])>Math.abs(t[1]-L[1])?y=!0:g=!0),L=t,v=!0,xi(),I()}function I(){var t;switch(P=L[0]-q[0],z=L[1]-q[1],x){case Mi:case wi:w&&(P=Math.max(S-r,Math.min(E-f,P)),o=r+P,h=f+P),M&&(z=Math.max(k-u,Math.min(C-d,z)),c=u+z,p=d+z);break;case Ni:w<0?(P=Math.max(S-r,Math.min(E-r,P)),o=r+P,h=f):w>0&&(P=Math.max(S-f,Math.min(E-f,P)),o=r,h=f+P),M<0?(z=Math.max(k-u,Math.min(C-u,z)),c=u+z,p=d):M>0&&(z=Math.max(k-d,Math.min(C-d,z)),c=u,p=d+z);break;case Ti:w&&(o=Math.max(S,Math.min(E,r-P*w)),h=Math.max(S,Math.min(E,f+P*w))),M&&(c=Math.max(k,Math.min(C,u-z*M)),p=Math.max(k,Math.min(C,d+z*M)))}h1e-6)if(Math.abs(s*u-c*f)>1e-6&&i){var h=e-o,d=r-a,p=u*u+c*c,v=h*h+d*d,g=Math.sqrt(p),y=Math.sqrt(l),_=i*Math.tan((Qi-Math.acos((p+l-v)/(2*g*y)))/2),b=_/y,m=_/g;Math.abs(b-1)>1e-6&&(this._+="L"+(t+b*f)+","+(n+b*s)),this._+="A"+i+","+i+",0,0,"+ +(s*h>f*d)+","+(this._x1=t+m*u)+","+(this._y1=n+m*c)}else this._+="L"+(this._x1=t)+","+(this._y1=n);else;},arc:function(t,n,e,r,i,o){t=+t,n=+n,o=!!o;var a=(e=+e)*Math.cos(r),u=e*Math.sin(r),c=t+a,f=n+u,s=1^o,l=o?r-i:i-r;if(e<0)throw new Error("negative radius: "+e);null===this._x1?this._+="M"+c+","+f:(Math.abs(this._x1-c)>1e-6||Math.abs(this._y1-f)>1e-6)&&(this._+="L"+c+","+f),e&&(l<0&&(l=l%Ki+Ki),l>Ji?this._+="A"+e+","+e+",0,1,"+s+","+(t-a)+","+(n-u)+"A"+e+","+e+",0,1,"+s+","+(this._x1=c)+","+(this._y1=f):l>1e-6&&(this._+="A"+e+","+e+",0,"+ +(l>=Qi)+","+s+","+(this._x1=t+e*Math.cos(i))+","+(this._y1=n+e*Math.sin(i))))},rect:function(t,n,e,r){this._+="M"+(this._x0=this._x1=+t)+","+(this._y0=this._y1=+n)+"h"+ +e+"v"+ +r+"h"+-e+"Z"},toString:function(){return this._}};function uo(){}function co(t,n){var e=new uo;if(t instanceof uo)t.each(function(t,n){e.set(n,t)});else if(Array.isArray(t)){var r,i=-1,o=t.length;if(null==n)for(;++ir!=d>r&&e<(h-f)*(r-s)/(d-s)+f&&(i=-i)}return i}function wo(t,n,e){var r,i,o,a;return function(t,n,e){return(n[0]-t[0])*(e[1]-t[1])==(e[0]-t[0])*(n[1]-t[1])}(t,n,e)&&(i=t[r=+(t[0]===n[0])],o=e[r],a=n[r],i<=o&&o<=a||a<=o&&o<=i)}function Mo(){}var No=[[],[[[1,1.5],[.5,1]]],[[[1.5,1],[1,1.5]]],[[[1.5,1],[.5,1]]],[[[1,.5],[1.5,1]]],[[[1,1.5],[.5,1]],[[1,.5],[1.5,1]]],[[[1,.5],[1,1.5]]],[[[1,.5],[.5,1]]],[[[.5,1],[1,.5]]],[[[1,1.5],[1,.5]]],[[[.5,1],[1,.5]],[[1.5,1],[1,1.5]]],[[[1.5,1],[1,.5]]],[[[.5,1],[1.5,1]]],[[[1,1.5],[1.5,1]]],[[[.5,1],[1,1.5]]],[]];function To(){var t=1,n=1,e=M,r=u;function i(t){var n=e(t);if(Array.isArray(n))n=n.slice().sort(_o);else{var r=s(t),i=r[0],a=r[1];n=w(i,a,n),n=g(Math.floor(i/n)*n,Math.floor(a/n)*n,n)}return n.map(function(n){return o(t,n)})}function o(e,i){var o=[],u=[];return function(e,r,i){var o,u,c,f,s,l,h=new Array,d=new Array;o=u=-1,f=e[0]>=r,No[f<<1].forEach(p);for(;++o=r,No[c|f<<1].forEach(p);No[f<<0].forEach(p);for(;++u=r,s=e[u*t]>=r,No[f<<1|s<<2].forEach(p);++o=r,l=s,s=e[u*t+o+1]>=r,No[c|f<<1|s<<2|l<<3].forEach(p);No[f|s<<3].forEach(p)}o=-1,s=e[u*t]>=r,No[s<<2].forEach(p);for(;++o=r,No[s<<2|l<<3].forEach(p);function p(t){var n,e,r=[t[0][0]+o,t[0][1]+u],c=[t[1][0]+o,t[1][1]+u],f=a(r),s=a(c);(n=d[f])?(e=h[s])?(delete d[n.end],delete h[e.start],n===e?(n.ring.push(c),i(n.ring)):h[n.start]=d[e.end]={start:n.start,end:e.end,ring:n.ring.concat(e.ring)}):(delete d[n.end],n.ring.push(c),d[n.end=s]=n):(n=h[s])?(e=d[f])?(delete h[n.start],delete d[e.end],n===e?(n.ring.push(c),i(n.ring)):h[e.start]=d[n.end]={start:e.start,end:n.end,ring:e.ring.concat(n.ring)}):(delete h[n.start],n.ring.unshift(r),h[n.start=f]=n):h[f]=d[s]={start:f,end:s,ring:[r,c]}}No[s<<3].forEach(p)}(e,i,function(t){r(t,e,i),function(t){for(var n=0,e=t.length,r=t[e-1][1]*t[0][0]-t[e-1][0]*t[0][1];++n0?o.push([t]):u.push(t)}),u.forEach(function(t){for(var n,e=0,r=o.length;e0&&a0&&u0&&o>0))throw new Error("invalid size");return t=r,n=o,i},i.thresholds=function(t){return arguments.length?(e="function"==typeof t?t:Array.isArray(t)?bo(yo.call(t)):bo(t),i):e},i.smooth=function(t){return arguments.length?(r=t?u:Mo,i):r===u},i}function Ao(t,n,e){for(var r=t.width,i=t.height,o=1+(e<<1),a=0;a=e&&(u>=o&&(c-=t.data[u-o+a*r]),n.data[u-e+a*r]=c/Math.min(u+1,r-1+o-u,o))}function So(t,n,e){for(var r=t.width,i=t.height,o=1+(e<<1),a=0;a=e&&(u>=o&&(c-=t.data[a+(u-o)*r]),n.data[a+(u-e)*r]=c/Math.min(u+1,i-1+o-u,o))}function ko(t){return t[0]}function Eo(t){return t[1]}function Co(){return 1}var Po={},zo={},Ro=34,Do=10,qo=13;function Lo(t){return new Function("d","return {"+t.map(function(t,n){return JSON.stringify(t)+": d["+n+'] || ""'}).join(",")+"}")}function Uo(t){var n=Object.create(null),e=[];return t.forEach(function(t){for(var r in t)r in n||e.push(n[r]=r)}),e}function Oo(t,n){var e=t+"",r=e.length;return r9999?"+"+Oo(t,6):Oo(t,4)}(t.getUTCFullYear())+"-"+Oo(t.getUTCMonth()+1,2)+"-"+Oo(t.getUTCDate(),2)+(i?"T"+Oo(n,2)+":"+Oo(e,2)+":"+Oo(r,2)+"."+Oo(i,3)+"Z":r?"T"+Oo(n,2)+":"+Oo(e,2)+":"+Oo(r,2)+"Z":e||n?"T"+Oo(n,2)+":"+Oo(e,2)+"Z":"")}function Fo(t){var n=new RegExp('["'+t+"\n\r]"),e=t.charCodeAt(0);function r(t,n){var r,i=[],o=t.length,a=0,u=0,c=o<=0,f=!1;function s(){if(c)return zo;if(f)return f=!1,Po;var n,r,i=a;if(t.charCodeAt(i)===Ro){for(;a++=o?c=!0:(r=t.charCodeAt(a++))===Do?f=!0:r===qo&&(f=!0,t.charCodeAt(a)===Do&&++a),t.slice(i+1,n-1).replace(/""/g,'"')}for(;a=(o=(v+y)/2))?v=o:y=o,(s=e>=(a=(g+_)/2))?g=a:_=a,i=d,!(d=d[l=s<<1|f]))return i[l]=p,t;if(u=+t._x.call(null,d.data),c=+t._y.call(null,d.data),n===u&&e===c)return p.next=d,i?i[l]=p:t._root=p,t;do{i=i?i[l]=new Array(4):t._root=new Array(4),(f=n>=(o=(v+y)/2))?v=o:y=o,(s=e>=(a=(g+_)/2))?g=a:_=a}while((l=s<<1|f)==(h=(c>=a)<<1|u>=o));return i[h]=d,i[l]=p,t}function ba(t,n,e,r,i){this.node=t,this.x0=n,this.y0=e,this.x1=r,this.y1=i}function ma(t){return t[0]}function xa(t){return t[1]}function wa(t,n,e){var r=new Ma(null==n?ma:n,null==e?xa:e,NaN,NaN,NaN,NaN);return null==t?r:r.addAll(t)}function Ma(t,n,e,r,i,o){this._x=t,this._y=n,this._x0=e,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function Na(t){for(var n={data:t.data},e=n;t=t.next;)e=e.next={data:t.data};return n}var Ta=wa.prototype=Ma.prototype;function Aa(t){return t.x+t.vx}function Sa(t){return t.y+t.vy}function ka(t){return t.index}function Ea(t,n){var e=t.get(n);if(!e)throw new Error("missing: "+n);return e}function Ca(t){return t.x}function Pa(t){return t.y}Ta.copy=function(){var t,n,e=new Ma(this._x,this._y,this._x0,this._y0,this._x1,this._y1),r=this._root;if(!r)return e;if(!r.length)return e._root=Na(r),e;for(t=[{source:r,target:e._root=new Array(4)}];r=t.pop();)for(var i=0;i<4;++i)(n=r.source[i])&&(n.length?t.push({source:n,target:r.target[i]=new Array(4)}):r.target[i]=Na(n));return e},Ta.add=function(t){var n=+this._x.call(null,t),e=+this._y.call(null,t);return _a(this.cover(n,e),n,e,t)},Ta.addAll=function(t){var n,e,r,i,o=t.length,a=new Array(o),u=new Array(o),c=1/0,f=1/0,s=-1/0,l=-1/0;for(e=0;es&&(s=r),il&&(l=i));if(c>s||f>l)return this;for(this.cover(c,f).cover(s,l),e=0;et||t>=i||r>n||n>=o;)switch(u=(nh||(o=c.y0)>d||(a=c.x1)=y)<<1|t>=g)&&(c=p[p.length-1],p[p.length-1]=p[p.length-1-f],p[p.length-1-f]=c)}else{var _=t-+this._x.call(null,v.data),b=n-+this._y.call(null,v.data),m=_*_+b*b;if(m=(u=(p+g)/2))?p=u:g=u,(s=a>=(c=(v+y)/2))?v=c:y=c,n=d,!(d=d[l=s<<1|f]))return this;if(!d.length)break;(n[l+1&3]||n[l+2&3]||n[l+3&3])&&(e=n,h=l)}for(;d.data!==t;)if(r=d,!(d=d.next))return this;return(i=d.next)&&delete d.next,r?(i?r.next=i:delete r.next,this):n?(i?n[l]=i:delete n[l],(d=n[0]||n[1]||n[2]||n[3])&&d===(n[3]||n[2]||n[1]||n[0])&&!d.length&&(e?e[h]=d:this._root=d),this):(this._root=i,this)},Ta.removeAll=function(t){for(var n=0,e=t.length;n1?r[0]+r.slice(2):r,+t.slice(e+1)]}function qa(t){return(t=Da(Math.abs(t)))?t[1]:NaN}var La,Ua=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function Oa(t){if(!(n=Ua.exec(t)))throw new Error("invalid format: "+t);var n;return new Ba({fill:n[1],align:n[2],sign:n[3],symbol:n[4],zero:n[5],width:n[6],comma:n[7],precision:n[8]&&n[8].slice(1),trim:n[9],type:n[10]})}function Ba(t){this.fill=void 0===t.fill?" ":t.fill+"",this.align=void 0===t.align?">":t.align+"",this.sign=void 0===t.sign?"-":t.sign+"",this.symbol=void 0===t.symbol?"":t.symbol+"",this.zero=!!t.zero,this.width=void 0===t.width?void 0:+t.width,this.comma=!!t.comma,this.precision=void 0===t.precision?void 0:+t.precision,this.trim=!!t.trim,this.type=void 0===t.type?"":t.type+""}function Fa(t,n){var e=Da(t,n);if(!e)return t+"";var r=e[0],i=e[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")}Oa.prototype=Ba.prototype,Ba.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var Ya={"%":function(t,n){return(100*t).toFixed(n)},b:function(t){return Math.round(t).toString(2)},c:function(t){return t+""},d:function(t){return Math.round(t).toString(10)},e:function(t,n){return t.toExponential(n)},f:function(t,n){return t.toFixed(n)},g:function(t,n){return t.toPrecision(n)},o:function(t){return Math.round(t).toString(8)},p:function(t,n){return Fa(100*t,n)},r:Fa,s:function(t,n){var e=Da(t,n);if(!e)return t+"";var r=e[0],i=e[1],o=i-(La=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+Da(t,Math.max(0,n+o-1))[0]},X:function(t){return Math.round(t).toString(16).toUpperCase()},x:function(t){return Math.round(t).toString(16)}};function Ia(t){return t}var Ha,ja=Array.prototype.map,Xa=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function Va(t){var n,e,r=void 0===t.grouping||void 0===t.thousands?Ia:(n=ja.call(t.grouping,Number),e=t.thousands+"",function(t,r){for(var i=t.length,o=[],a=0,u=n[0],c=0;i>0&&u>0&&(c+u+1>r&&(u=Math.max(1,r-c)),o.push(t.substring(i-=u,i+u)),!((c+=u+1)>r));)u=n[a=(a+1)%n.length];return o.reverse().join(e)}),i=void 0===t.currency?"":t.currency[0]+"",o=void 0===t.currency?"":t.currency[1]+"",a=void 0===t.decimal?".":t.decimal+"",u=void 0===t.numerals?Ia:function(t){return function(n){return n.replace(/[0-9]/g,function(n){return t[+n]})}}(ja.call(t.numerals,String)),c=void 0===t.percent?"%":t.percent+"",f=void 0===t.minus?"-":t.minus+"",s=void 0===t.nan?"NaN":t.nan+"";function l(t){var n=(t=Oa(t)).fill,e=t.align,l=t.sign,h=t.symbol,d=t.zero,p=t.width,v=t.comma,g=t.precision,y=t.trim,_=t.type;"n"===_?(v=!0,_="g"):Ya[_]||(void 0===g&&(g=12),y=!0,_="g"),(d||"0"===n&&"="===e)&&(d=!0,n="0",e="=");var b="$"===h?i:"#"===h&&/[boxX]/.test(_)?"0"+_.toLowerCase():"",m="$"===h?o:/[%p]/.test(_)?c:"",x=Ya[_],w=/[defgprs%]/.test(_);function M(t){var i,o,c,h=b,M=m;if("c"===_)M=x(t)+M,t="";else{var N=(t=+t)<0||1/t<0;if(t=isNaN(t)?s:x(Math.abs(t),g),y&&(t=function(t){t:for(var n,e=t.length,r=1,i=-1;r0&&(i=0)}return i>0?t.slice(0,i)+t.slice(n+1):t}(t)),N&&0==+t&&"+"!==l&&(N=!1),h=(N?"("===l?l:f:"-"===l||"("===l?"":l)+h,M=("s"===_?Xa[8+La/3]:"")+M+(N&&"("===l?")":""),w)for(i=-1,o=t.length;++i(c=t.charCodeAt(i))||c>57){M=(46===c?a+t.slice(i+1):t.slice(i))+M,t=t.slice(0,i);break}}v&&!d&&(t=r(t,1/0));var T=h.length+t.length+M.length,A=T>1)+h+t+M+A.slice(T);break;default:t=A+h+t+M}return u(t)}return g=void 0===g?6:/[gprs]/.test(_)?Math.max(1,Math.min(21,g)):Math.max(0,Math.min(20,g)),M.toString=function(){return t+""},M}return{format:l,formatPrefix:function(t,n){var e=l(((t=Oa(t)).type="f",t)),r=3*Math.max(-8,Math.min(8,Math.floor(qa(n)/3))),i=Math.pow(10,-r),o=Xa[8+r/3];return function(t){return e(i*t)+o}}}}function Ga(n){return Ha=Va(n),t.format=Ha.format,t.formatPrefix=Ha.formatPrefix,Ha}function $a(t){return Math.max(0,-qa(Math.abs(t)))}function Wa(t,n){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(qa(n)/3)))-qa(Math.abs(t)))}function Za(t,n){return t=Math.abs(t),n=Math.abs(n)-t,Math.max(0,qa(n)-qa(t))+1}function Qa(){return new Ka}function Ka(){this.reset()}Ga({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"}),Ka.prototype={constructor:Ka,reset:function(){this.s=this.t=0},add:function(t){tu(Ja,t,this.t),tu(this,Ja.s,this.s),this.s?this.t+=Ja.t:this.s=Ja.t},valueOf:function(){return this.s}};var Ja=new Ka;function tu(t,n,e){var r=t.s=n+e,i=r-n,o=r-i;t.t=n-o+(e-i)}var nu=1e-6,eu=1e-12,ru=Math.PI,iu=ru/2,ou=ru/4,au=2*ru,uu=180/ru,cu=ru/180,fu=Math.abs,su=Math.atan,lu=Math.atan2,hu=Math.cos,du=Math.ceil,pu=Math.exp,vu=Math.log,gu=Math.pow,yu=Math.sin,_u=Math.sign||function(t){return t>0?1:t<0?-1:0},bu=Math.sqrt,mu=Math.tan;function xu(t){return t>1?0:t<-1?ru:Math.acos(t)}function wu(t){return t>1?iu:t<-1?-iu:Math.asin(t)}function Mu(t){return(t=yu(t/2))*t}function Nu(){}function Tu(t,n){t&&Su.hasOwnProperty(t.type)&&Su[t.type](t,n)}var Au={Feature:function(t,n){Tu(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++r=0?1:-1,i=r*e,o=hu(n=(n*=cu)/2+ou),a=yu(n),u=qu*a,c=Du*o+u*hu(i),f=u*r*yu(i);Lu.add(lu(f,c)),Ru=t,Du=o,qu=a}function Hu(t){return[lu(t[1],t[0]),wu(t[2])]}function ju(t){var n=t[0],e=t[1],r=hu(e);return[r*hu(n),r*yu(n),yu(e)]}function Xu(t,n){return t[0]*n[0]+t[1]*n[1]+t[2]*n[2]}function Vu(t,n){return[t[1]*n[2]-t[2]*n[1],t[2]*n[0]-t[0]*n[2],t[0]*n[1]-t[1]*n[0]]}function Gu(t,n){t[0]+=n[0],t[1]+=n[1],t[2]+=n[2]}function $u(t,n){return[t[0]*n,t[1]*n,t[2]*n]}function Wu(t){var n=bu(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=n,t[1]/=n,t[2]/=n}var Zu,Qu,Ku,Ju,tc,nc,ec,rc,ic,oc,ac,uc,cc,fc,sc,lc,hc,dc,pc,vc,gc,yc,_c,bc,mc,xc,wc=Qa(),Mc={point:Nc,lineStart:Ac,lineEnd:Sc,polygonStart:function(){Mc.point=kc,Mc.lineStart=Ec,Mc.lineEnd=Cc,wc.reset(),Ou.polygonStart()},polygonEnd:function(){Ou.polygonEnd(),Mc.point=Nc,Mc.lineStart=Ac,Mc.lineEnd=Sc,Lu<0?(Zu=-(Ku=180),Qu=-(Ju=90)):wc>nu?Ju=90:wc<-nu&&(Qu=-90),oc[0]=Zu,oc[1]=Ku},sphere:function(){Zu=-(Ku=180),Qu=-(Ju=90)}};function Nc(t,n){ic.push(oc=[Zu=t,Ku=t]),nJu&&(Ju=n)}function Tc(t,n){var e=ju([t*cu,n*cu]);if(rc){var r=Vu(rc,e),i=Vu([r[1],-r[0],0],r);Wu(i),i=Hu(i);var o,a=t-tc,u=a>0?1:-1,c=i[0]*uu*u,f=fu(a)>180;f^(u*tcJu&&(Ju=o):f^(u*tc<(c=(c+360)%360-180)&&cJu&&(Ju=n)),f?tPc(Zu,Ku)&&(Ku=t):Pc(t,Ku)>Pc(Zu,Ku)&&(Zu=t):Ku>=Zu?(tKu&&(Ku=t)):t>tc?Pc(Zu,t)>Pc(Zu,Ku)&&(Ku=t):Pc(t,Ku)>Pc(Zu,Ku)&&(Zu=t)}else ic.push(oc=[Zu=t,Ku=t]);nJu&&(Ju=n),rc=e,tc=t}function Ac(){Mc.point=Tc}function Sc(){oc[0]=Zu,oc[1]=Ku,Mc.point=Nc,rc=null}function kc(t,n){if(rc){var e=t-tc;wc.add(fu(e)>180?e+(e>0?360:-360):e)}else nc=t,ec=n;Ou.point(t,n),Tc(t,n)}function Ec(){Ou.lineStart()}function Cc(){kc(nc,ec),Ou.lineEnd(),fu(wc)>nu&&(Zu=-(Ku=180)),oc[0]=Zu,oc[1]=Ku,rc=null}function Pc(t,n){return(n-=t)<0?n+360:n}function zc(t,n){return t[0]-n[0]}function Rc(t,n){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:nru?t+Math.round(-t/au)*au:t,n]}function $c(t,n,e){return(t%=au)?n||e?Vc(Zc(t),Qc(n,e)):Zc(t):n||e?Qc(n,e):Gc}function Wc(t){return function(n,e){return[(n+=t)>ru?n-au:n<-ru?n+au:n,e]}}function Zc(t){var n=Wc(t);return n.invert=Wc(-t),n}function Qc(t,n){var e=hu(t),r=yu(t),i=hu(n),o=yu(n);function a(t,n){var a=hu(n),u=hu(t)*a,c=yu(t)*a,f=yu(n),s=f*e+u*r;return[lu(c*i-s*o,u*e-f*r),wu(s*i+c*o)]}return a.invert=function(t,n){var a=hu(n),u=hu(t)*a,c=yu(t)*a,f=yu(n),s=f*i-c*o;return[lu(c*i+f*o,u*e+s*r),wu(s*e-u*r)]},a}function Kc(t){function n(n){return(n=t(n[0]*cu,n[1]*cu))[0]*=uu,n[1]*=uu,n}return t=$c(t[0]*cu,t[1]*cu,t.length>2?t[2]*cu:0),n.invert=function(n){return(n=t.invert(n[0]*cu,n[1]*cu))[0]*=uu,n[1]*=uu,n},n}function Jc(t,n,e,r,i,o){if(e){var a=hu(n),u=yu(n),c=r*e;null==i?(i=n+r*au,o=n-c/2):(i=tf(a,i),o=tf(a,o),(r>0?io)&&(i+=r*au));for(var f,s=i;r>0?s>o:s1&&n.push(n.pop().concat(n.shift()))},result:function(){var e=n;return n=[],t=null,e}}}function ef(t,n){return fu(t[0]-n[0])=0;--o)i.point((s=f[o])[0],s[1]);else r(h.x,h.p.x,-1,i);h=h.p}f=(h=h.o).z,d=!d}while(!h.v);i.lineEnd()}}}function af(t){if(n=t.length){for(var n,e,r=0,i=t[0];++r=0?1:-1,T=N*M,A=T>ru,S=v*x;if(uf.add(lu(S*N*yu(T),g*w+S*hu(T))),a+=A?M+N*au:M,A^d>=e^b>=e){var k=Vu(ju(h),ju(_));Wu(k);var E=Vu(o,k);Wu(E);var C=(A^M>=0?-1:1)*wu(E[2]);(r>C||r===C&&(k[0]||k[1]))&&(u+=A^M>=0?1:-1)}}return(a<-nu||a0){for(l||(i.polygonStart(),l=!0),i.lineStart(),t=0;t1&&2&c&&h.push(h.pop().concat(h.shift())),a.push(h.filter(lf))}return h}}function lf(t){return t.length>1}function hf(t,n){return((t=t.x)[0]<0?t[1]-iu-nu:iu-t[1])-((n=n.x)[0]<0?n[1]-iu-nu:iu-n[1])}var df=sf(function(){return!0},function(t){var n,e=NaN,r=NaN,i=NaN;return{lineStart:function(){t.lineStart(),n=1},point:function(o,a){var u=o>0?ru:-ru,c=fu(o-e);fu(c-ru)0?iu:-iu),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(u,r),t.point(o,r),n=0):i!==u&&c>=ru&&(fu(e-i)nu?su((yu(n)*(o=hu(r))*yu(e)-yu(r)*(i=hu(n))*yu(t))/(i*o*a)):(n+r)/2}(e,r,o,a),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(u,r),n=0),t.point(e=o,r=a),i=u},lineEnd:function(){t.lineEnd(),e=r=NaN},clean:function(){return 2-n}}},function(t,n,e,r){var i;if(null==t)i=e*iu,r.point(-ru,i),r.point(0,i),r.point(ru,i),r.point(ru,0),r.point(ru,-i),r.point(0,-i),r.point(-ru,-i),r.point(-ru,0),r.point(-ru,i);else if(fu(t[0]-n[0])>nu){var o=t[0]0,i=fu(n)>nu;function o(t,e){return hu(t)*hu(e)>n}function a(t,e,r){var i=[1,0,0],o=Vu(ju(t),ju(e)),a=Xu(o,o),u=o[0],c=a-u*u;if(!c)return!r&&t;var f=n*a/c,s=-n*u/c,l=Vu(i,o),h=$u(i,f);Gu(h,$u(o,s));var d=l,p=Xu(h,d),v=Xu(d,d),g=p*p-v*(Xu(h,h)-1);if(!(g<0)){var y=bu(g),_=$u(d,(-p-y)/v);if(Gu(_,h),_=Hu(_),!r)return _;var b,m=t[0],x=e[0],w=t[1],M=e[1];x0^_[1]<(fu(_[0]-m)ru^(m<=_[0]&&_[0]<=x)){var A=$u(d,(-p+y)/v);return Gu(A,h),[_,Hu(A)]}}}function u(n,e){var i=r?t:ru-t,o=0;return n<-i?o|=1:n>i&&(o|=2),e<-i?o|=4:e>i&&(o|=8),o}return sf(o,function(t){var n,e,c,f,s;return{lineStart:function(){f=c=!1,s=1},point:function(l,h){var d,p=[l,h],v=o(l,h),g=r?v?0:u(l,h):v?u(l+(l<0?ru:-ru),h):0;if(!n&&(f=c=v)&&t.lineStart(),v!==c&&(!(d=a(n,p))||ef(n,d)||ef(p,d))&&(p[0]+=nu,p[1]+=nu,v=o(p[0],p[1])),v!==c)s=0,v?(t.lineStart(),d=a(p,n),t.point(d[0],d[1])):(d=a(n,p),t.point(d[0],d[1]),t.lineEnd()),n=d;else if(i&&n&&r^v){var y;g&e||!(y=a(p,n,!0))||(s=0,r?(t.lineStart(),t.point(y[0][0],y[0][1]),t.point(y[1][0],y[1][1]),t.lineEnd()):(t.point(y[1][0],y[1][1]),t.lineEnd(),t.lineStart(),t.point(y[0][0],y[0][1])))}!v||n&&ef(n,p)||t.point(p[0],p[1]),n=p,c=v,e=g},lineEnd:function(){c&&t.lineEnd(),n=null},clean:function(){return s|(f&&c)<<1}}},function(n,r,i,o){Jc(o,t,e,i,n,r)},r?[0,-t]:[-ru,t-ru])}var vf=1e9,gf=-vf;function yf(t,n,e,r){function i(i,o){return t<=i&&i<=e&&n<=o&&o<=r}function o(i,o,u,f){var s=0,l=0;if(null==i||(s=a(i,u))!==(l=a(o,u))||c(i,o)<0^u>0)do{f.point(0===s||3===s?t:e,s>1?r:n)}while((s=(s+u+4)%4)!==l);else f.point(o[0],o[1])}function a(r,i){return fu(r[0]-t)0?0:3:fu(r[0]-e)0?2:1:fu(r[1]-n)0?1:0:i>0?3:2}function u(t,n){return c(t.x,n.x)}function c(t,n){var e=a(t,1),r=a(n,1);return e!==r?e-r:0===e?n[1]-t[1]:1===e?t[0]-n[0]:2===e?t[1]-n[1]:n[0]-t[0]}return function(a){var c,f,s,l,h,d,p,v,g,y,_,b=a,m=nf(),x={point:w,lineStart:function(){x.point=M,f&&f.push(s=[]);y=!0,g=!1,p=v=NaN},lineEnd:function(){c&&(M(l,h),d&&g&&m.rejoin(),c.push(m.result()));x.point=w,g&&b.lineEnd()},polygonStart:function(){b=m,c=[],f=[],_=!0},polygonEnd:function(){var n=function(){for(var n=0,e=0,i=f.length;er&&(h-o)*(r-a)>(d-a)*(t-o)&&++n:d<=r&&(h-o)*(r-a)<(d-a)*(t-o)&&--n;return n}(),e=_&&n,i=(c=A(c)).length;(e||i)&&(a.polygonStart(),e&&(a.lineStart(),o(null,null,1,a),a.lineEnd()),i&&of(c,u,n,o,a),a.polygonEnd());b=a,c=f=s=null}};function w(t,n){i(t,n)&&b.point(t,n)}function M(o,a){var u=i(o,a);if(f&&s.push([o,a]),y)l=o,h=a,d=u,y=!1,u&&(b.lineStart(),b.point(o,a));else if(u&&g)b.point(o,a);else{var c=[p=Math.max(gf,Math.min(vf,p)),v=Math.max(gf,Math.min(vf,v))],m=[o=Math.max(gf,Math.min(vf,o)),a=Math.max(gf,Math.min(vf,a))];!function(t,n,e,r,i,o){var a,u=t[0],c=t[1],f=0,s=1,l=n[0]-u,h=n[1]-c;if(a=e-u,l||!(a>0)){if(a/=l,l<0){if(a0){if(a>s)return;a>f&&(f=a)}if(a=i-u,l||!(a<0)){if(a/=l,l<0){if(a>s)return;a>f&&(f=a)}else if(l>0){if(a0)){if(a/=h,h<0){if(a0){if(a>s)return;a>f&&(f=a)}if(a=o-c,h||!(a<0)){if(a/=h,h<0){if(a>s)return;a>f&&(f=a)}else if(h>0){if(a0&&(t[0]=u+f*l,t[1]=c+f*h),s<1&&(n[0]=u+s*l,n[1]=c+s*h),!0}}}}}(c,m,t,n,e,r)?u&&(b.lineStart(),b.point(o,a),_=!1):(g||(b.lineStart(),b.point(c[0],c[1])),b.point(m[0],m[1]),u||b.lineEnd(),_=!1)}p=o,v=a,g=u}return x}}var _f,bf,mf,xf=Qa(),wf={sphere:Nu,point:Nu,lineStart:function(){wf.point=Nf,wf.lineEnd=Mf},lineEnd:Nu,polygonStart:Nu,polygonEnd:Nu};function Mf(){wf.point=wf.lineEnd=Nu}function Nf(t,n){_f=t*=cu,bf=yu(n*=cu),mf=hu(n),wf.point=Tf}function Tf(t,n){t*=cu;var e=yu(n*=cu),r=hu(n),i=fu(t-_f),o=hu(i),a=r*yu(i),u=mf*e-bf*r*o,c=bf*e+mf*r*o;xf.add(lu(bu(a*a+u*u),c)),_f=t,bf=e,mf=r}function Af(t){return xf.reset(),Cu(t,wf),+xf}var Sf=[null,null],kf={type:"LineString",coordinates:Sf};function Ef(t,n){return Sf[0]=t,Sf[1]=n,Af(kf)}var Cf={Feature:function(t,n){return zf(t.geometry,n)},FeatureCollection:function(t,n){for(var e=t.features,r=-1,i=e.length;++r0&&(i=Ef(t[o],t[o-1]))>0&&e<=i&&r<=i&&(e+r-i)*(1-Math.pow((e-r)/i,2))nu}).map(c)).concat(g(du(o/d)*d,i,d).filter(function(t){return fu(t%v)>nu}).map(f))}return _.lines=function(){return b().map(function(t){return{type:"LineString",coordinates:t}})},_.outline=function(){return{type:"Polygon",coordinates:[s(r).concat(l(a).slice(1),s(e).reverse().slice(1),l(u).reverse().slice(1))]}},_.extent=function(t){return arguments.length?_.extentMajor(t).extentMinor(t):_.extentMinor()},_.extentMajor=function(t){return arguments.length?(r=+t[0][0],e=+t[1][0],u=+t[0][1],a=+t[1][1],r>e&&(t=r,r=e,e=t),u>a&&(t=u,u=a,a=t),_.precision(y)):[[r,u],[e,a]]},_.extentMinor=function(e){return arguments.length?(n=+e[0][0],t=+e[1][0],o=+e[0][1],i=+e[1][1],n>t&&(e=n,n=t,t=e),o>i&&(e=o,o=i,i=e),_.precision(y)):[[n,o],[t,i]]},_.step=function(t){return arguments.length?_.stepMajor(t).stepMinor(t):_.stepMinor()},_.stepMajor=function(t){return arguments.length?(p=+t[0],v=+t[1],_):[p,v]},_.stepMinor=function(t){return arguments.length?(h=+t[0],d=+t[1],_):[h,d]},_.precision=function(h){return arguments.length?(y=+h,c=Of(o,i,90),f=Bf(n,t,y),s=Of(u,a,90),l=Bf(r,e,y),_):y},_.extentMajor([[-180,-90+nu],[180,90-nu]]).extentMinor([[-180,-80-nu],[180,80+nu]])}function Yf(t){return t}var If,Hf,jf,Xf,Vf=Qa(),Gf=Qa(),$f={point:Nu,lineStart:Nu,lineEnd:Nu,polygonStart:function(){$f.lineStart=Wf,$f.lineEnd=Kf},polygonEnd:function(){$f.lineStart=$f.lineEnd=$f.point=Nu,Vf.add(fu(Gf)),Gf.reset()},result:function(){var t=Vf/2;return Vf.reset(),t}};function Wf(){$f.point=Zf}function Zf(t,n){$f.point=Qf,If=jf=t,Hf=Xf=n}function Qf(t,n){Gf.add(Xf*t-jf*n),jf=t,Xf=n}function Kf(){Qf(If,Hf)}var Jf=1/0,ts=Jf,ns=-Jf,es=ns,rs={point:function(t,n){tns&&(ns=t);nes&&(es=n)},lineStart:Nu,lineEnd:Nu,polygonStart:Nu,polygonEnd:Nu,result:function(){var t=[[Jf,ts],[ns,es]];return ns=es=-(ts=Jf=1/0),t}};var is,os,as,us,cs=0,fs=0,ss=0,ls=0,hs=0,ds=0,ps=0,vs=0,gs=0,ys={point:_s,lineStart:bs,lineEnd:ws,polygonStart:function(){ys.lineStart=Ms,ys.lineEnd=Ns},polygonEnd:function(){ys.point=_s,ys.lineStart=bs,ys.lineEnd=ws},result:function(){var t=gs?[ps/gs,vs/gs]:ds?[ls/ds,hs/ds]:ss?[cs/ss,fs/ss]:[NaN,NaN];return cs=fs=ss=ls=hs=ds=ps=vs=gs=0,t}};function _s(t,n){cs+=t,fs+=n,++ss}function bs(){ys.point=ms}function ms(t,n){ys.point=xs,_s(as=t,us=n)}function xs(t,n){var e=t-as,r=n-us,i=bu(e*e+r*r);ls+=i*(as+t)/2,hs+=i*(us+n)/2,ds+=i,_s(as=t,us=n)}function ws(){ys.point=_s}function Ms(){ys.point=Ts}function Ns(){As(is,os)}function Ts(t,n){ys.point=As,_s(is=as=t,os=us=n)}function As(t,n){var e=t-as,r=n-us,i=bu(e*e+r*r);ls+=i*(as+t)/2,hs+=i*(us+n)/2,ds+=i,ps+=(i=us*t-as*n)*(as+t),vs+=i*(us+n),gs+=3*i,_s(as=t,us=n)}function Ss(t){this._context=t}Ss.prototype={_radius:4.5,pointRadius:function(t){return this._radius=t,this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){0===this._line&&this._context.closePath(),this._point=NaN},point:function(t,n){switch(this._point){case 0:this._context.moveTo(t,n),this._point=1;break;case 1:this._context.lineTo(t,n);break;default:this._context.moveTo(t+this._radius,n),this._context.arc(t,n,this._radius,0,au)}},result:Nu};var ks,Es,Cs,Ps,zs,Rs=Qa(),Ds={point:Nu,lineStart:function(){Ds.point=qs},lineEnd:function(){ks&&Ls(Es,Cs),Ds.point=Nu},polygonStart:function(){ks=!0},polygonEnd:function(){ks=null},result:function(){var t=+Rs;return Rs.reset(),t}};function qs(t,n){Ds.point=Ls,Es=Ps=t,Cs=zs=n}function Ls(t,n){Ps-=t,zs-=n,Rs.add(bu(Ps*Ps+zs*zs)),Ps=t,zs=n}function Us(){this._string=[]}function Os(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function Bs(t){return function(n){var e=new Fs;for(var r in t)e[r]=t[r];return e.stream=n,e}}function Fs(){}function Ys(t,n,e){var r=t.clipExtent&&t.clipExtent();return t.scale(150).translate([0,0]),null!=r&&t.clipExtent(null),Cu(e,t.stream(rs)),n(rs.result()),null!=r&&t.clipExtent(r),t}function Is(t,n,e){return Ys(t,function(e){var r=n[1][0]-n[0][0],i=n[1][1]-n[0][1],o=Math.min(r/(e[1][0]-e[0][0]),i/(e[1][1]-e[0][1])),a=+n[0][0]+(r-o*(e[1][0]+e[0][0]))/2,u=+n[0][1]+(i-o*(e[1][1]+e[0][1]))/2;t.scale(150*o).translate([a,u])},e)}function Hs(t,n,e){return Is(t,[[0,0],n],e)}function js(t,n,e){return Ys(t,function(e){var r=+n,i=r/(e[1][0]-e[0][0]),o=(r-i*(e[1][0]+e[0][0]))/2,a=-i*e[0][1];t.scale(150*i).translate([o,a])},e)}function Xs(t,n,e){return Ys(t,function(e){var r=+n,i=r/(e[1][1]-e[0][1]),o=-i*e[0][0],a=(r-i*(e[1][1]+e[0][1]))/2;t.scale(150*i).translate([o,a])},e)}Us.prototype={_radius:4.5,_circle:Os(4.5),pointRadius:function(t){return(t=+t)!==this._radius&&(this._radius=t,this._circle=null),this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){0===this._line&&this._string.push("Z"),this._point=NaN},point:function(t,n){switch(this._point){case 0:this._string.push("M",t,",",n),this._point=1;break;case 1:this._string.push("L",t,",",n);break;default:null==this._circle&&(this._circle=Os(this._radius)),this._string.push("M",t,",",n,this._circle)}},result:function(){if(this._string.length){var t=this._string.join("");return this._string=[],t}return null}},Fs.prototype={constructor:Fs,point:function(t,n){this.stream.point(t,n)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};var Vs=16,Gs=hu(30*cu);function $s(t,n){return+n?function(t,n){function e(r,i,o,a,u,c,f,s,l,h,d,p,v,g){var y=f-r,_=s-i,b=y*y+_*_;if(b>4*n&&v--){var m=a+h,x=u+d,w=c+p,M=bu(m*m+x*x+w*w),N=wu(w/=M),T=fu(fu(w)-1)n||fu((y*E+_*C)/b-.5)>.3||a*h+u*d+c*p2?t[2]%360*cu:0,E()):[g*uu,y*uu,_*uu]},S.angle=function(t){return arguments.length?(b=t%360*cu,E()):b*uu},S.reflectX=function(t){return arguments.length?(m=t?-1:1,E()):m<0},S.reflectY=function(t){return arguments.length?(x=t?-1:1,E()):x<0},S.precision=function(t){return arguments.length?(a=$s(u,A=t*t),C()):bu(A)},S.fitExtent=function(t,n){return Is(S,t,n)},S.fitSize=function(t,n){return Hs(S,t,n)},S.fitWidth=function(t,n){return js(S,t,n)},S.fitHeight=function(t,n){return Xs(S,t,n)},function(){return n=t.apply(this,arguments),S.invert=n.invert&&k,E()}}function Js(t){var n=0,e=ru/3,r=Ks(t),i=r(n,e);return i.parallels=function(t){return arguments.length?r(n=t[0]*cu,e=t[1]*cu):[n*uu,e*uu]},i}function tl(t,n){var e=yu(t),r=(e+yu(n))/2;if(fu(r)0?n<-iu+nu&&(n=-iu+nu):n>iu-nu&&(n=iu-nu);var e=i/gu(fl(n),r);return[e*yu(r*t),i-e*hu(r*t)]}return o.invert=function(t,n){var e=i-n,o=_u(r)*bu(t*t+e*e),a=lu(t,fu(e))*_u(e);return e*r<0&&(a-=ru*_u(t)*_u(e)),[a/r,2*su(gu(i/o,1/r))-iu]},o}function ll(t,n){return[t,n]}function hl(t,n){var e=hu(t),r=t===n?yu(t):(e-hu(n))/(n-t),i=e/r+t;if(fu(r)=0;)n+=e[r].value;else n=1;t.value=n}function kl(t,n){var e,r,i,o,a,u=new zl(t),c=+t.value&&(u.value=t.value),f=[u];for(null==n&&(n=El);e=f.pop();)if(c&&(e.value=+e.data.value),(i=n(e.data))&&(a=i.length))for(e.children=new Array(a),o=a-1;o>=0;--o)f.push(r=e.children[o]=new zl(i[o])),r.parent=e,r.depth=e.depth+1;return u.eachBefore(Pl)}function El(t){return t.children}function Cl(t){t.data=t.data.data}function Pl(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}function zl(t){this.data=t,this.depth=this.height=0,this.parent=null}_l.invert=function(t,n){for(var e,r=n,i=r*r,o=i*i*i,a=0;a<12&&(o=(i=(r-=e=(r*(dl+pl*i+o*(vl+gl*i))-n)/(dl+3*pl*i+o*(7*vl+9*gl*i)))*r)*i*i,!(fu(e)nu&&--i>0);return[t/(.8707+(o=r*r)*(o*(o*o*o*(.003971-.001529*o)-.013791)-.131979)),r]},xl.invert=il(wu),wl.invert=il(function(t){return 2*su(t)}),Ml.invert=function(t,n){return[-n,2*su(pu(t))-iu]},zl.prototype=kl.prototype={constructor:zl,count:function(){return this.eachAfter(Sl)},each:function(t){var n,e,r,i,o=this,a=[o];do{for(n=a.reverse(),a=[];o=n.pop();)if(t(o),e=o.children)for(r=0,i=e.length;r=0;--e)i.push(n[e]);return this},sum:function(t){return this.eachAfter(function(n){for(var e=+t(n.data)||0,r=n.children,i=r&&r.length;--i>=0;)e+=r[i].value;n.value=e})},sort:function(t){return this.eachBefore(function(n){n.children&&n.children.sort(t)})},path:function(t){for(var n=this,e=function(t,n){if(t===n)return t;var e=t.ancestors(),r=n.ancestors(),i=null;for(t=e.pop(),n=r.pop();t===n;)i=t,t=e.pop(),n=r.pop();return i}(n,t),r=[n];n!==e;)n=n.parent,r.push(n);for(var i=r.length;t!==e;)r.splice(i,0,t),t=t.parent;return r},ancestors:function(){for(var t=this,n=[t];t=t.parent;)n.push(t);return n},descendants:function(){var t=[];return this.each(function(n){t.push(n)}),t},leaves:function(){var t=[];return this.eachBefore(function(n){n.children||t.push(n)}),t},links:function(){var t=this,n=[];return t.each(function(e){e!==t&&n.push({source:e.parent,target:e})}),n},copy:function(){return kl(this).eachBefore(Cl)}};var Rl=Array.prototype.slice;function Dl(t){for(var n,e,r=0,i=(t=function(t){for(var n,e,r=t.length;r;)e=Math.random()*r--|0,n=t[r],t[r]=t[e],t[e]=n;return t}(Rl.call(t))).length,o=[];r0&&e*e>r*r+i*i}function Ol(t,n){for(var e=0;e(a*=a)?(r=(f+a-i)/(2*f),o=Math.sqrt(Math.max(0,a/f-r*r)),e.x=t.x-r*u-o*c,e.y=t.y-r*c+o*u):(r=(f+i-a)/(2*f),o=Math.sqrt(Math.max(0,i/f-r*r)),e.x=n.x+r*u-o*c,e.y=n.y+r*c+o*u)):(e.x=n.x+e.r,e.y=n.y)}function Hl(t,n){var e=t.r+n.r-1e-6,r=n.x-t.x,i=n.y-t.y;return e>0&&e*e>r*r+i*i}function jl(t){var n=t._,e=t.next._,r=n.r+e.r,i=(n.x*e.r+e.x*n.r)/r,o=(n.y*e.r+e.y*n.r)/r;return i*i+o*o}function Xl(t){this._=t,this.next=null,this.previous=null}function Vl(t){if(!(i=t.length))return 0;var n,e,r,i,o,a,u,c,f,s,l;if((n=t[0]).x=0,n.y=0,!(i>1))return n.r;if(e=t[1],n.x=-e.r,e.x=n.r,e.y=0,!(i>2))return n.r+e.r;Il(e,n,r=t[2]),n=new Xl(n),e=new Xl(e),r=new Xl(r),n.next=r.previous=e,e.next=n.previous=r,r.next=e.previous=n;t:for(u=3;uh&&(h=u),g=s*s*v,(d=Math.max(h/g,g/l))>p){s-=u;break}p=d}y.push(a={value:s,dice:c1?n:1)},e}(vh);var _h=function t(n){function e(t,e,r,i,o){if((a=t._squarify)&&a.ratio===n)for(var a,u,c,f,s,l=-1,h=a.length,d=t.value;++l1?n:1)},e}(vh);function bh(t,n,e){return(n[0]-t[0])*(e[1]-t[1])-(n[1]-t[1])*(e[0]-t[0])}function mh(t,n){return t[0]-n[0]||t[1]-n[1]}function xh(t){for(var n=t.length,e=[0,1],r=2,i=2;i1&&bh(t[e[r-2]],t[e[r-1]],t[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function wh(){return Math.random()}var Mh=function t(n){function e(t,e){return t=null==t?0:+t,e=null==e?1:+e,1===arguments.length?(e=t,t=0):e-=t,function(){return n()*e+t}}return e.source=t,e}(wh),Nh=function t(n){function e(t,e){var r,i;return t=null==t?0:+t,e=null==e?1:+e,function(){var o;if(null!=r)o=r,r=null;else do{r=2*n()-1,o=2*n()-1,i=r*r+o*o}while(!i||i>1);return t+e*o*Math.sqrt(-2*Math.log(i)/i)}}return e.source=t,e}(wh),Th=function t(n){function e(){var t=Nh.source(n).apply(this,arguments);return function(){return Math.exp(t())}}return e.source=t,e}(wh),Ah=function t(n){function e(t){return function(){for(var e=0,r=0;rr&&(n=e,e=r,r=n),function(t){return Math.max(e,Math.min(r,t))}}function Ih(t,n,e){var r=t[0],i=t[1],o=n[0],a=n[1];return i2?Hh:Ih,i=o=null,l}function l(n){return isNaN(n=+n)?e:(i||(i=r(a.map(t),u,c)))(t(f(n)))}return l.invert=function(e){return f(n((o||(o=r(u,a.map(t),me)))(e)))},l.domain=function(t){return arguments.length?(a=zh.call(t,Uh),f===Bh||(f=Yh(a)),s()):a.slice()},l.range=function(t){return arguments.length?(u=Rh.call(t),s()):u.slice()},l.rangeRound=function(t){return u=Rh.call(t),c=Ae,s()},l.clamp=function(t){return arguments.length?(f=t?Yh(a):Bh,l):f!==Bh},l.interpolate=function(t){return arguments.length?(c=t,s()):c},l.unknown=function(t){return arguments.length?(e=t,l):e},function(e,r){return t=e,n=r,s()}}function Vh(t,n){return Xh()(t,n)}function Gh(n,e,r,i){var o,a=w(n,e,r);switch((i=Oa(null==i?",f":i)).type){case"s":var u=Math.max(Math.abs(n),Math.abs(e));return null!=i.precision||isNaN(o=Wa(a,u))||(i.precision=o),t.formatPrefix(i,u);case"":case"e":case"g":case"p":case"r":null!=i.precision||isNaN(o=Za(a,Math.max(Math.abs(n),Math.abs(e))))||(i.precision=o-("e"===i.type));break;case"f":case"%":null!=i.precision||isNaN(o=$a(a))||(i.precision=o-2*("%"===i.type))}return t.format(i)}function $h(t){var n=t.domain;return t.ticks=function(t){var e=n();return m(e[0],e[e.length-1],null==t?10:t)},t.tickFormat=function(t,e){var r=n();return Gh(r[0],r[r.length-1],null==t?10:t,e)},t.nice=function(e){null==e&&(e=10);var r,i=n(),o=0,a=i.length-1,u=i[o],c=i[a];return c0?r=x(u=Math.floor(u/r)*r,c=Math.ceil(c/r)*r,e):r<0&&(r=x(u=Math.ceil(u*r)/r,c=Math.floor(c*r)/r,e)),r>0?(i[o]=Math.floor(u/r)*r,i[a]=Math.ceil(c/r)*r,n(i)):r<0&&(i[o]=Math.ceil(u*r)/r,i[a]=Math.floor(c*r)/r,n(i)),t},t}function Wh(t,n){var e,r=0,i=(t=t.slice()).length-1,o=t[r],a=t[i];return a0){for(;hc)break;v.push(l)}}else for(;h=1;--s)if(!((l=f*s)c)break;v.push(l)}}else v=m(h,d,Math.min(d-h,p)).map(r);return n?v.reverse():v},i.tickFormat=function(n,o){if(null==o&&(o=10===a?".0e":","),"function"!=typeof o&&(o=t.format(o)),n===1/0)return o;null==n&&(n=10);var u=Math.max(1,a*n/i.ticks().length);return function(t){var n=t/r(Math.round(e(t)));return n*a0))return u;do{u.push(a=new Date(+e)),n(e,o),t(e)}while(a=n)for(;t(n),!e(n);)n.setTime(n-1)},function(t,r){if(t>=t)if(r<0)for(;++r<=0;)for(;n(t,-1),!e(t););else for(;--r>=0;)for(;n(t,1),!e(t););})},e&&(i.count=function(n,r){return ld.setTime(+n),hd.setTime(+r),t(ld),t(hd),Math.floor(e(ld,hd))},i.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?i.filter(r?function(n){return r(n)%t==0}:function(n){return i.count(0,n)%t==0}):i:null}),i}var pd=dd(function(){},function(t,n){t.setTime(+t+n)},function(t,n){return n-t});pd.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?dd(function(n){n.setTime(Math.floor(n/t)*t)},function(n,e){n.setTime(+n+e*t)},function(n,e){return(e-n)/t}):pd:null};var vd=pd.range,gd=6e4,yd=6048e5,_d=dd(function(t){t.setTime(t-t.getMilliseconds())},function(t,n){t.setTime(+t+1e3*n)},function(t,n){return(n-t)/1e3},function(t){return t.getUTCSeconds()}),bd=_d.range,md=dd(function(t){t.setTime(t-t.getMilliseconds()-1e3*t.getSeconds())},function(t,n){t.setTime(+t+n*gd)},function(t,n){return(n-t)/gd},function(t){return t.getMinutes()}),xd=md.range,wd=dd(function(t){t.setTime(t-t.getMilliseconds()-1e3*t.getSeconds()-t.getMinutes()*gd)},function(t,n){t.setTime(+t+36e5*n)},function(t,n){return(n-t)/36e5},function(t){return t.getHours()}),Md=wd.range,Nd=dd(function(t){t.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*gd)/864e5},function(t){return t.getDate()-1}),Td=Nd.range;function Ad(t){return dd(function(n){n.setDate(n.getDate()-(n.getDay()+7-t)%7),n.setHours(0,0,0,0)},function(t,n){t.setDate(t.getDate()+7*n)},function(t,n){return(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*gd)/yd})}var Sd=Ad(0),kd=Ad(1),Ed=Ad(2),Cd=Ad(3),Pd=Ad(4),zd=Ad(5),Rd=Ad(6),Dd=Sd.range,qd=kd.range,Ld=Ed.range,Ud=Cd.range,Od=Pd.range,Bd=zd.range,Fd=Rd.range,Yd=dd(function(t){t.setDate(1),t.setHours(0,0,0,0)},function(t,n){t.setMonth(t.getMonth()+n)},function(t,n){return n.getMonth()-t.getMonth()+12*(n.getFullYear()-t.getFullYear())},function(t){return t.getMonth()}),Id=Yd.range,Hd=dd(function(t){t.setMonth(0,1),t.setHours(0,0,0,0)},function(t,n){t.setFullYear(t.getFullYear()+n)},function(t,n){return n.getFullYear()-t.getFullYear()},function(t){return t.getFullYear()});Hd.every=function(t){return isFinite(t=Math.floor(t))&&t>0?dd(function(n){n.setFullYear(Math.floor(n.getFullYear()/t)*t),n.setMonth(0,1),n.setHours(0,0,0,0)},function(n,e){n.setFullYear(n.getFullYear()+e*t)}):null};var jd=Hd.range,Xd=dd(function(t){t.setUTCSeconds(0,0)},function(t,n){t.setTime(+t+n*gd)},function(t,n){return(n-t)/gd},function(t){return t.getUTCMinutes()}),Vd=Xd.range,Gd=dd(function(t){t.setUTCMinutes(0,0,0)},function(t,n){t.setTime(+t+36e5*n)},function(t,n){return(n-t)/36e5},function(t){return t.getUTCHours()}),$d=Gd.range,Wd=dd(function(t){t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+n)},function(t,n){return(n-t)/864e5},function(t){return t.getUTCDate()-1}),Zd=Wd.range;function Qd(t){return dd(function(n){n.setUTCDate(n.getUTCDate()-(n.getUTCDay()+7-t)%7),n.setUTCHours(0,0,0,0)},function(t,n){t.setUTCDate(t.getUTCDate()+7*n)},function(t,n){return(n-t)/yd})}var Kd=Qd(0),Jd=Qd(1),tp=Qd(2),np=Qd(3),ep=Qd(4),rp=Qd(5),ip=Qd(6),op=Kd.range,ap=Jd.range,up=tp.range,cp=np.range,fp=ep.range,sp=rp.range,lp=ip.range,hp=dd(function(t){t.setUTCDate(1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCMonth(t.getUTCMonth()+n)},function(t,n){return n.getUTCMonth()-t.getUTCMonth()+12*(n.getUTCFullYear()-t.getUTCFullYear())},function(t){return t.getUTCMonth()}),dp=hp.range,pp=dd(function(t){t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)},function(t,n){t.setUTCFullYear(t.getUTCFullYear()+n)},function(t,n){return n.getUTCFullYear()-t.getUTCFullYear()},function(t){return t.getUTCFullYear()});pp.every=function(t){return isFinite(t=Math.floor(t))&&t>0?dd(function(n){n.setUTCFullYear(Math.floor(n.getUTCFullYear()/t)*t),n.setUTCMonth(0,1),n.setUTCHours(0,0,0,0)},function(n,e){n.setUTCFullYear(n.getUTCFullYear()+e*t)}):null};var vp=pp.range;function gp(t){if(0<=t.y&&t.y<100){var n=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);return n.setFullYear(t.y),n}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function yp(t){if(0<=t.y&&t.y<100){var n=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));return n.setUTCFullYear(t.y),n}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function _p(t,n,e){return{y:t,m:n,d:e,H:0,M:0,S:0,L:0}}function bp(t){var n=t.dateTime,e=t.date,r=t.time,i=t.periods,o=t.days,a=t.shortDays,u=t.months,c=t.shortMonths,f=Sp(i),s=kp(i),l=Sp(o),h=kp(o),d=Sp(a),p=kp(a),v=Sp(u),g=kp(u),y=Sp(c),_=kp(c),b={a:function(t){return a[t.getDay()]},A:function(t){return o[t.getDay()]},b:function(t){return c[t.getMonth()]},B:function(t){return u[t.getMonth()]},c:null,d:Wp,e:Wp,f:tv,H:Zp,I:Qp,j:Kp,L:Jp,m:nv,M:ev,p:function(t){return i[+(t.getHours()>=12)]},q:function(t){return 1+~~(t.getMonth()/3)},Q:Cv,s:Pv,S:rv,u:iv,U:ov,V:av,w:uv,W:cv,x:null,X:null,y:fv,Y:sv,Z:lv,"%":Ev},m={a:function(t){return a[t.getUTCDay()]},A:function(t){return o[t.getUTCDay()]},b:function(t){return c[t.getUTCMonth()]},B:function(t){return u[t.getUTCMonth()]},c:null,d:hv,e:hv,f:yv,H:dv,I:pv,j:vv,L:gv,m:_v,M:bv,p:function(t){return i[+(t.getUTCHours()>=12)]},q:function(t){return 1+~~(t.getUTCMonth()/3)},Q:Cv,s:Pv,S:mv,u:xv,U:wv,V:Mv,w:Nv,W:Tv,x:null,X:null,y:Av,Y:Sv,Z:kv,"%":Ev},x={a:function(t,n,e){var r=d.exec(n.slice(e));return r?(t.w=p[r[0].toLowerCase()],e+r[0].length):-1},A:function(t,n,e){var r=l.exec(n.slice(e));return r?(t.w=h[r[0].toLowerCase()],e+r[0].length):-1},b:function(t,n,e){var r=y.exec(n.slice(e));return r?(t.m=_[r[0].toLowerCase()],e+r[0].length):-1},B:function(t,n,e){var r=v.exec(n.slice(e));return r?(t.m=g[r[0].toLowerCase()],e+r[0].length):-1},c:function(t,e,r){return N(t,n,e,r)},d:Bp,e:Bp,f:Xp,H:Yp,I:Yp,j:Fp,L:jp,m:Op,M:Ip,p:function(t,n,e){var r=f.exec(n.slice(e));return r?(t.p=s[r[0].toLowerCase()],e+r[0].length):-1},q:Up,Q:Gp,s:$p,S:Hp,u:Cp,U:Pp,V:zp,w:Ep,W:Rp,x:function(t,n,r){return N(t,e,n,r)},X:function(t,n,e){return N(t,r,n,e)},y:qp,Y:Dp,Z:Lp,"%":Vp};function w(t,n){return function(e){var r,i,o,a=[],u=-1,c=0,f=t.length;for(e instanceof Date||(e=new Date(+e));++u53)return null;"w"in o||(o.w=1),"Z"in o?(i=(r=yp(_p(o.y,0,1))).getUTCDay(),r=i>4||0===i?Jd.ceil(r):Jd(r),r=Wd.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(i=(r=gp(_p(o.y,0,1))).getDay(),r=i>4||0===i?kd.ceil(r):kd(r),r=Nd.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?yp(_p(o.y,0,1)).getUTCDay():gp(_p(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,yp(o)):gp(o)}}function N(t,n,e,r){for(var i,o,a=0,u=n.length,c=e.length;a=c)return-1;if(37===(i=n.charCodeAt(a++))){if(i=n.charAt(a++),!(o=x[i in xp?n.charAt(a++):i])||(r=o(t,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}return b.x=w(e,b),b.X=w(r,b),b.c=w(n,b),m.x=w(e,m),m.X=w(r,m),m.c=w(n,m),{format:function(t){var n=w(t+="",b);return n.toString=function(){return t},n},parse:function(t){var n=M(t+="",!1);return n.toString=function(){return t},n},utcFormat:function(t){var n=w(t+="",m);return n.toString=function(){return t},n},utcParse:function(t){var n=M(t+="",!0);return n.toString=function(){return t},n}}}var mp,xp={"-":"",_:" ",0:"0"},wp=/^\s*\d+/,Mp=/^%/,Np=/[\\^$*+?|[\]().{}]/g;function Tp(t,n,e){var r=t<0?"-":"",i=(r?-t:t)+"",o=i.length;return r+(o68?1900:2e3),e+r[0].length):-1}function Lp(t,n,e){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(n.slice(e,e+6));return r?(t.Z=r[1]?0:-(r[2]+(r[3]||"00")),e+r[0].length):-1}function Up(t,n,e){var r=wp.exec(n.slice(e,e+1));return r?(t.q=3*r[0]-3,e+r[0].length):-1}function Op(t,n,e){var r=wp.exec(n.slice(e,e+2));return r?(t.m=r[0]-1,e+r[0].length):-1}function Bp(t,n,e){var r=wp.exec(n.slice(e,e+2));return r?(t.d=+r[0],e+r[0].length):-1}function Fp(t,n,e){var r=wp.exec(n.slice(e,e+3));return r?(t.m=0,t.d=+r[0],e+r[0].length):-1}function Yp(t,n,e){var r=wp.exec(n.slice(e,e+2));return r?(t.H=+r[0],e+r[0].length):-1}function Ip(t,n,e){var r=wp.exec(n.slice(e,e+2));return r?(t.M=+r[0],e+r[0].length):-1}function Hp(t,n,e){var r=wp.exec(n.slice(e,e+2));return r?(t.S=+r[0],e+r[0].length):-1}function jp(t,n,e){var r=wp.exec(n.slice(e,e+3));return r?(t.L=+r[0],e+r[0].length):-1}function Xp(t,n,e){var r=wp.exec(n.slice(e,e+6));return r?(t.L=Math.floor(r[0]/1e3),e+r[0].length):-1}function Vp(t,n,e){var r=Mp.exec(n.slice(e,e+1));return r?e+r[0].length:-1}function Gp(t,n,e){var r=wp.exec(n.slice(e));return r?(t.Q=+r[0],e+r[0].length):-1}function $p(t,n,e){var r=wp.exec(n.slice(e));return r?(t.s=+r[0],e+r[0].length):-1}function Wp(t,n){return Tp(t.getDate(),n,2)}function Zp(t,n){return Tp(t.getHours(),n,2)}function Qp(t,n){return Tp(t.getHours()%12||12,n,2)}function Kp(t,n){return Tp(1+Nd.count(Hd(t),t),n,3)}function Jp(t,n){return Tp(t.getMilliseconds(),n,3)}function tv(t,n){return Jp(t,n)+"000"}function nv(t,n){return Tp(t.getMonth()+1,n,2)}function ev(t,n){return Tp(t.getMinutes(),n,2)}function rv(t,n){return Tp(t.getSeconds(),n,2)}function iv(t){var n=t.getDay();return 0===n?7:n}function ov(t,n){return Tp(Sd.count(Hd(t)-1,t),n,2)}function av(t,n){var e=t.getDay();return t=e>=4||0===e?Pd(t):Pd.ceil(t),Tp(Pd.count(Hd(t),t)+(4===Hd(t).getDay()),n,2)}function uv(t){return t.getDay()}function cv(t,n){return Tp(kd.count(Hd(t)-1,t),n,2)}function fv(t,n){return Tp(t.getFullYear()%100,n,2)}function sv(t,n){return Tp(t.getFullYear()%1e4,n,4)}function lv(t){var n=t.getTimezoneOffset();return(n>0?"-":(n*=-1,"+"))+Tp(n/60|0,"0",2)+Tp(n%60,"0",2)}function hv(t,n){return Tp(t.getUTCDate(),n,2)}function dv(t,n){return Tp(t.getUTCHours(),n,2)}function pv(t,n){return Tp(t.getUTCHours()%12||12,n,2)}function vv(t,n){return Tp(1+Wd.count(pp(t),t),n,3)}function gv(t,n){return Tp(t.getUTCMilliseconds(),n,3)}function yv(t,n){return gv(t,n)+"000"}function _v(t,n){return Tp(t.getUTCMonth()+1,n,2)}function bv(t,n){return Tp(t.getUTCMinutes(),n,2)}function mv(t,n){return Tp(t.getUTCSeconds(),n,2)}function xv(t){var n=t.getUTCDay();return 0===n?7:n}function wv(t,n){return Tp(Kd.count(pp(t)-1,t),n,2)}function Mv(t,n){var e=t.getUTCDay();return t=e>=4||0===e?ep(t):ep.ceil(t),Tp(ep.count(pp(t),t)+(4===pp(t).getUTCDay()),n,2)}function Nv(t){return t.getUTCDay()}function Tv(t,n){return Tp(Jd.count(pp(t)-1,t),n,2)}function Av(t,n){return Tp(t.getUTCFullYear()%100,n,2)}function Sv(t,n){return Tp(t.getUTCFullYear()%1e4,n,4)}function kv(){return"+0000"}function Ev(){return"%"}function Cv(t){return+t}function Pv(t){return Math.floor(+t/1e3)}function zv(n){return mp=bp(n),t.timeFormat=mp.format,t.timeParse=mp.parse,t.utcFormat=mp.utcFormat,t.utcParse=mp.utcParse,mp}zv({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});var Rv=Date.prototype.toISOString?function(t){return t.toISOString()}:t.utcFormat("%Y-%m-%dT%H:%M:%S.%LZ");var Dv=+new Date("2000-01-01T00:00:00.000Z")?function(t){var n=new Date(t);return isNaN(n)?null:n}:t.utcParse("%Y-%m-%dT%H:%M:%S.%LZ"),qv=1e3,Lv=60*qv,Uv=60*Lv,Ov=24*Uv,Bv=7*Ov,Fv=30*Ov,Yv=365*Ov;function Iv(t){return new Date(t)}function Hv(t){return t instanceof Date?+t:+new Date(+t)}function jv(t,n,r,i,o,a,u,c,f){var s=Vh(Bh,Bh),l=s.invert,h=s.domain,d=f(".%L"),p=f(":%S"),v=f("%I:%M"),g=f("%I %p"),y=f("%a %d"),_=f("%b %d"),b=f("%B"),m=f("%Y"),x=[[u,1,qv],[u,5,5*qv],[u,15,15*qv],[u,30,30*qv],[a,1,Lv],[a,5,5*Lv],[a,15,15*Lv],[a,30,30*Lv],[o,1,Uv],[o,3,3*Uv],[o,6,6*Uv],[o,12,12*Uv],[i,1,Ov],[i,2,2*Ov],[r,1,Bv],[n,1,Fv],[n,3,3*Fv],[t,1,Yv]];function M(e){return(u(e)=1?Cy:t<=-1?-Cy:Math.asin(t)}function Ry(t){return t.innerRadius}function Dy(t){return t.outerRadius}function qy(t){return t.startAngle}function Ly(t){return t.endAngle}function Uy(t){return t&&t.padAngle}function Oy(t,n,e,r,i,o,a){var u=t-e,c=n-r,f=(a?o:-o)/Sy(u*u+c*c),s=f*c,l=-f*u,h=t+s,d=n+l,p=e+s,v=r+l,g=(h+p)/2,y=(d+v)/2,_=p-h,b=v-d,m=_*_+b*b,x=i-o,w=h*v-p*d,M=(b<0?-1:1)*Sy(Ny(0,x*x*m-w*w)),N=(w*b-_*M)/m,T=(-w*_-b*M)/m,A=(w*b+_*M)/m,S=(-w*_+b*M)/m,k=N-g,E=T-y,C=A-g,P=S-y;return k*k+E*E>C*C+P*P&&(N=A,T=S),{cx:N,cy:T,x01:-s,y01:-l,x11:N*(i/x-1),y11:T*(i/x-1)}}function By(t){this._context=t}function Fy(t){return new By(t)}function Yy(t){return t[0]}function Iy(t){return t[1]}function Hy(){var t=Yy,n=Iy,e=my(!0),r=null,i=Fy,o=null;function a(a){var u,c,f,s=a.length,l=!1;for(null==r&&(o=i(f=no())),u=0;u<=s;++u)!(u=s;--l)u.point(g[l],y[l]);u.lineEnd(),u.areaEnd()}v&&(g[f]=+t(h,f,c),y[f]=+e(h,f,c),u.point(n?+n(h,f,c):g[f],r?+r(h,f,c):y[f]))}if(d)return u=null,d+""||null}function f(){return Hy().defined(i).curve(a).context(o)}return c.x=function(e){return arguments.length?(t="function"==typeof e?e:my(+e),n=null,c):t},c.x0=function(n){return arguments.length?(t="function"==typeof n?n:my(+n),c):t},c.x1=function(t){return arguments.length?(n=null==t?null:"function"==typeof t?t:my(+t),c):n},c.y=function(t){return arguments.length?(e="function"==typeof t?t:my(+t),r=null,c):e},c.y0=function(t){return arguments.length?(e="function"==typeof t?t:my(+t),c):e},c.y1=function(t){return arguments.length?(r=null==t?null:"function"==typeof t?t:my(+t),c):r},c.lineX0=c.lineY0=function(){return f().x(t).y(e)},c.lineY1=function(){return f().x(t).y(r)},c.lineX1=function(){return f().x(n).y(e)},c.defined=function(t){return arguments.length?(i="function"==typeof t?t:my(!!t),c):i},c.curve=function(t){return arguments.length?(a=t,null!=o&&(u=a(o)),c):a},c.context=function(t){return arguments.length?(null==t?o=u=null:u=a(o=t),c):o},c}function Xy(t,n){return nt?1:n>=t?0:NaN}function Vy(t){return t}By.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:this._context.lineTo(t,n)}}};var Gy=Wy(Fy);function $y(t){this._curve=t}function Wy(t){function n(n){return new $y(t(n))}return n._curve=t,n}function Zy(t){var n=t.curve;return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t.curve=function(t){return arguments.length?n(Wy(t)):n()._curve},t}function Qy(){return Zy(Hy().curve(Gy))}function Ky(){var t=jy().curve(Gy),n=t.curve,e=t.lineX0,r=t.lineX1,i=t.lineY0,o=t.lineY1;return t.angle=t.x,delete t.x,t.startAngle=t.x0,delete t.x0,t.endAngle=t.x1,delete t.x1,t.radius=t.y,delete t.y,t.innerRadius=t.y0,delete t.y0,t.outerRadius=t.y1,delete t.y1,t.lineStartAngle=function(){return Zy(e())},delete t.lineX0,t.lineEndAngle=function(){return Zy(r())},delete t.lineX1,t.lineInnerRadius=function(){return Zy(i())},delete t.lineY0,t.lineOuterRadius=function(){return Zy(o())},delete t.lineY1,t.curve=function(t){return arguments.length?n(Wy(t)):n()._curve},t}function Jy(t,n){return[(n=+n)*Math.cos(t-=Math.PI/2),n*Math.sin(t)]}$y.prototype={areaStart:function(){this._curve.areaStart()},areaEnd:function(){this._curve.areaEnd()},lineStart:function(){this._curve.lineStart()},lineEnd:function(){this._curve.lineEnd()},point:function(t,n){this._curve.point(n*Math.sin(t),n*-Math.cos(t))}};var t_=Array.prototype.slice;function n_(t){return t.source}function e_(t){return t.target}function r_(t){var n=n_,e=e_,r=Yy,i=Iy,o=null;function a(){var a,u=t_.call(arguments),c=n.apply(this,u),f=e.apply(this,u);if(o||(o=a=no()),t(o,+r.apply(this,(u[0]=c,u)),+i.apply(this,u),+r.apply(this,(u[0]=f,u)),+i.apply(this,u)),a)return o=null,a+""||null}return a.source=function(t){return arguments.length?(n=t,a):n},a.target=function(t){return arguments.length?(e=t,a):e},a.x=function(t){return arguments.length?(r="function"==typeof t?t:my(+t),a):r},a.y=function(t){return arguments.length?(i="function"==typeof t?t:my(+t),a):i},a.context=function(t){return arguments.length?(o=null==t?null:t,a):o},a}function i_(t,n,e,r,i){t.moveTo(n,e),t.bezierCurveTo(n=(n+r)/2,e,n,i,r,i)}function o_(t,n,e,r,i){t.moveTo(n,e),t.bezierCurveTo(n,e=(e+i)/2,r,e,r,i)}function a_(t,n,e,r,i){var o=Jy(n,e),a=Jy(n,e=(e+i)/2),u=Jy(r,e),c=Jy(r,i);t.moveTo(o[0],o[1]),t.bezierCurveTo(a[0],a[1],u[0],u[1],c[0],c[1])}var u_={draw:function(t,n){var e=Math.sqrt(n/Ey);t.moveTo(e,0),t.arc(0,0,e,0,Py)}},c_={draw:function(t,n){var e=Math.sqrt(n/5)/2;t.moveTo(-3*e,-e),t.lineTo(-e,-e),t.lineTo(-e,-3*e),t.lineTo(e,-3*e),t.lineTo(e,-e),t.lineTo(3*e,-e),t.lineTo(3*e,e),t.lineTo(e,e),t.lineTo(e,3*e),t.lineTo(-e,3*e),t.lineTo(-e,e),t.lineTo(-3*e,e),t.closePath()}},f_=Math.sqrt(1/3),s_=2*f_,l_={draw:function(t,n){var e=Math.sqrt(n/s_),r=e*f_;t.moveTo(0,-e),t.lineTo(r,0),t.lineTo(0,e),t.lineTo(-r,0),t.closePath()}},h_=Math.sin(Ey/10)/Math.sin(7*Ey/10),d_=Math.sin(Py/10)*h_,p_=-Math.cos(Py/10)*h_,v_={draw:function(t,n){var e=Math.sqrt(.8908130915292852*n),r=d_*e,i=p_*e;t.moveTo(0,-e),t.lineTo(r,i);for(var o=1;o<5;++o){var a=Py*o/5,u=Math.cos(a),c=Math.sin(a);t.lineTo(c*e,-u*e),t.lineTo(u*r-c*i,c*r+u*i)}t.closePath()}},g_={draw:function(t,n){var e=Math.sqrt(n),r=-e/2;t.rect(r,r,e,e)}},y_=Math.sqrt(3),__={draw:function(t,n){var e=-Math.sqrt(n/(3*y_));t.moveTo(0,2*e),t.lineTo(-y_*e,-e),t.lineTo(y_*e,-e),t.closePath()}},b_=Math.sqrt(3)/2,m_=1/Math.sqrt(12),x_=3*(m_/2+1),w_={draw:function(t,n){var e=Math.sqrt(n/x_),r=e/2,i=e*m_,o=r,a=e*m_+e,u=-o,c=a;t.moveTo(r,i),t.lineTo(o,a),t.lineTo(u,c),t.lineTo(-.5*r-b_*i,b_*r+-.5*i),t.lineTo(-.5*o-b_*a,b_*o+-.5*a),t.lineTo(-.5*u-b_*c,b_*u+-.5*c),t.lineTo(-.5*r+b_*i,-.5*i-b_*r),t.lineTo(-.5*o+b_*a,-.5*a-b_*o),t.lineTo(-.5*u+b_*c,-.5*c-b_*u),t.closePath()}},M_=[u_,c_,l_,g_,v_,__,w_];function N_(){}function T_(t,n,e){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+n)/6,(t._y0+4*t._y1+e)/6)}function A_(t){this._context=t}function S_(t){this._context=t}function k_(t){this._context=t}function E_(t,n){this._basis=new A_(t),this._beta=n}A_.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){switch(this._point){case 3:T_(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3,this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:T_(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},S_.prototype={areaStart:N_,areaEnd:N_,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x2,this._y2),this._context.closePath();break;case 2:this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3),this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3),this._context.closePath();break;case 3:this.point(this._x2,this._y2),this.point(this._x3,this._y3),this.point(this._x4,this._y4)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x2=t,this._y2=n;break;case 1:this._point=2,this._x3=t,this._y3=n;break;case 2:this._point=3,this._x4=t,this._y4=n,this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+n)/6);break;default:T_(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},k_.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var e=(this._x0+4*this._x1+t)/6,r=(this._y0+4*this._y1+n)/6;this._line?this._context.lineTo(e,r):this._context.moveTo(e,r);break;case 3:this._point=4;default:T_(this,t,n)}this._x0=this._x1,this._x1=t,this._y0=this._y1,this._y1=n}},E_.prototype={lineStart:function(){this._x=[],this._y=[],this._basis.lineStart()},lineEnd:function(){var t=this._x,n=this._y,e=t.length-1;if(e>0)for(var r,i=t[0],o=n[0],a=t[e]-i,u=n[e]-o,c=-1;++c<=e;)r=c/e,this._basis.point(this._beta*t[c]+(1-this._beta)*(i+r*a),this._beta*n[c]+(1-this._beta)*(o+r*u));this._x=this._y=null,this._basis.lineEnd()},point:function(t,n){this._x.push(+t),this._y.push(+n)}};var C_=function t(n){function e(t){return 1===n?new A_(t):new E_(t,n)}return e.beta=function(n){return t(+n)},e}(.85);function P_(t,n,e){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-n),t._y2+t._k*(t._y1-e),t._x2,t._y2)}function z_(t,n){this._context=t,this._k=(1-n)/6}z_.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:P_(this,this._x1,this._y1)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2,this._x1=t,this._y1=n;break;case 2:this._point=3;default:P_(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var R_=function t(n){function e(t){return new z_(t,n)}return e.tension=function(n){return t(+n)},e}(0);function D_(t,n){this._context=t,this._k=(1-n)/6}D_.prototype={areaStart:N_,areaEnd:N_,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:P_(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var q_=function t(n){function e(t){return new D_(t,n)}return e.tension=function(n){return t(+n)},e}(0);function L_(t,n){this._context=t,this._k=(1-n)/6}L_.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:P_(this,t,n)}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var U_=function t(n){function e(t){return new L_(t,n)}return e.tension=function(n){return t(+n)},e}(0);function O_(t,n,e){var r=t._x1,i=t._y1,o=t._x2,a=t._y2;if(t._l01_a>ky){var u=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,c=3*t._l01_a*(t._l01_a+t._l12_a);r=(r*u-t._x0*t._l12_2a+t._x2*t._l01_2a)/c,i=(i*u-t._y0*t._l12_2a+t._y2*t._l01_2a)/c}if(t._l23_a>ky){var f=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,s=3*t._l23_a*(t._l23_a+t._l12_a);o=(o*f+t._x1*t._l23_2a-n*t._l12_2a)/s,a=(a*f+t._y1*t._l23_2a-e*t._l12_2a)/s}t._context.bezierCurveTo(r,i,o,a,t._x2,t._y2)}function B_(t,n){this._context=t,this._alpha=n}B_.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2)}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3;default:O_(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var F_=function t(n){function e(t){return n?new B_(t,n):new z_(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);function Y_(t,n){this._context=t,this._alpha=n}Y_.prototype={areaStart:N_,areaEnd:N_,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:this._context.moveTo(this._x3,this._y3),this._context.closePath();break;case 2:this._context.lineTo(this._x3,this._y3),this._context.closePath();break;case 3:this.point(this._x3,this._y3),this.point(this._x4,this._y4),this.point(this._x5,this._y5)}},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1,this._x3=t,this._y3=n;break;case 1:this._point=2,this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3,this._x5=t,this._y5=n;break;default:O_(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var I_=function t(n){function e(t){return n?new Y_(t,n):new D_(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);function H_(t,n){this._context=t,this._alpha=n}H_.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){(this._line||0!==this._line&&3===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,n){if(t=+t,n=+n,this._point){var e=this._x2-t,r=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+r*r,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3,this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:O_(this,t,n)}this._l01_a=this._l12_a,this._l12_a=this._l23_a,this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a,this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=n}};var j_=function t(n){function e(t){return n?new H_(t,n):new L_(t,0)}return e.alpha=function(n){return t(+n)},e}(.5);function X_(t){this._context=t}function V_(t){return t<0?-1:1}function G_(t,n,e){var r=t._x1-t._x0,i=n-t._x1,o=(t._y1-t._y0)/(r||i<0&&-0),a=(e-t._y1)/(i||r<0&&-0),u=(o*i+a*r)/(r+i);return(V_(o)+V_(a))*Math.min(Math.abs(o),Math.abs(a),.5*Math.abs(u))||0}function $_(t,n){var e=t._x1-t._x0;return e?(3*(t._y1-t._y0)/e-n)/2:n}function W_(t,n,e){var r=t._x0,i=t._y0,o=t._x1,a=t._y1,u=(o-r)/3;t._context.bezierCurveTo(r+u,i+u*n,o-u,a-u*e,o,a)}function Z_(t){this._context=t}function Q_(t){this._context=new K_(t)}function K_(t){this._context=t}function J_(t){this._context=t}function tb(t){var n,e,r=t.length-1,i=new Array(r),o=new Array(r),a=new Array(r);for(i[0]=0,o[0]=2,a[0]=t[0]+2*t[1],n=1;n=0;--n)i[n]=(a[n]-i[n+1])/o[n];for(o[r-1]=(t[r]+i[r-1])/2,n=0;n1)for(var e,r,i,o=1,a=t[n[0]],u=a.length;o=0;)e[n]=n;return e}function ib(t,n){return t[n]}function ob(t){var n=t.map(ab);return rb(t).sort(function(t,e){return n[t]-n[e]})}function ab(t){for(var n,e=-1,r=0,i=t.length,o=-1/0;++eo&&(o=n,r=e);return r}function ub(t){var n=t.map(cb);return rb(t).sort(function(t,e){return n[t]-n[e]})}function cb(t){for(var n,e=0,r=-1,i=t.length;++r0)){if(o/=h,h<0){if(o0){if(o>l)return;o>s&&(s=o)}if(o=r-c,h||!(o<0)){if(o/=h,h<0){if(o>l)return;o>s&&(s=o)}else if(h>0){if(o0)){if(o/=d,d<0){if(o0){if(o>l)return;o>s&&(s=o)}if(o=i-f,d||!(o<0)){if(o/=d,d<0){if(o>l)return;o>s&&(s=o)}else if(d>0){if(o0||l<1)||(s>0&&(t[0]=[c+s*h,f+s*d]),l<1&&(t[1]=[c+l*h,f+l*d]),!0)}}}}}function xb(t,n,e,r,i){var o=t[1];if(o)return!0;var a,u,c=t[0],f=t.left,s=t.right,l=f[0],h=f[1],d=s[0],p=s[1],v=(l+d)/2,g=(h+p)/2;if(p===h){if(v=r)return;if(l>d){if(c){if(c[1]>=i)return}else c=[v,e];o=[v,i]}else{if(c){if(c[1]1)if(l>d){if(c){if(c[1]>=i)return}else c=[(e-u)/a,e];o=[(i-u)/a,i]}else{if(c){if(c[1]=r)return}else c=[n,a*n+u];o=[r,a*r+u]}else{if(c){if(c[0]=0&&(this._t=1-this._t,this._line=1-this._line)},point:function(t,n){switch(t=+t,n=+n,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:if(this._t<=0)this._context.lineTo(this._x,n),this._context.lineTo(t,n);else{var e=this._x*(1-this._t)+t*this._t;this._context.lineTo(e,this._y),this._context.lineTo(e,n)}}this._x=t,this._y=n}},hb.prototype={constructor:hb,insert:function(t,n){var e,r,i;if(t){if(n.P=t,n.N=t.N,t.N&&(t.N.P=n),t.N=n,t.R){for(t=t.R;t.L;)t=t.L;t.L=n}else t.R=n;e=t}else this._?(t=gb(this._),n.P=null,n.N=t,t.P=t.L=n,e=t):(n.P=n.N=null,this._=n,e=null);for(n.L=n.R=null,n.U=e,n.C=!0,t=n;e&&e.C;)e===(r=e.U).L?(i=r.R)&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.R&&(pb(this,e),e=(t=e).U),e.C=!1,r.C=!0,vb(this,r)):(i=r.L)&&i.C?(e.C=i.C=!1,r.C=!0,t=r):(t===e.L&&(vb(this,e),e=(t=e).U),e.C=!1,r.C=!0,pb(this,r)),e=t.U;this._.C=!1},remove:function(t){t.N&&(t.N.P=t.P),t.P&&(t.P.N=t.N),t.N=t.P=null;var n,e,r,i=t.U,o=t.L,a=t.R;if(e=o?a?gb(a):o:a,i?i.L===t?i.L=e:i.R=e:this._=e,o&&a?(r=e.C,e.C=t.C,e.L=o,o.U=e,e!==a?(i=e.U,e.U=t.U,t=e.R,i.L=t,e.R=a,a.U=e):(e.U=i,i=e,t=e.R)):(r=t.C,t=e),t&&(t.U=i),!r)if(t&&t.C)t.C=!1;else{do{if(t===this._)break;if(t===i.L){if((n=i.R).C&&(n.C=!1,i.C=!0,pb(this,i),n=i.R),n.L&&n.L.C||n.R&&n.R.C){n.R&&n.R.C||(n.L.C=!1,n.C=!0,vb(this,n),n=i.R),n.C=i.C,i.C=n.R.C=!1,pb(this,i),t=this._;break}}else if((n=i.L).C&&(n.C=!1,i.C=!0,vb(this,i),n=i.L),n.L&&n.L.C||n.R&&n.R.C){n.L&&n.L.C||(n.R.C=!1,n.C=!0,pb(this,n),n=i.L),n.C=i.C,i.C=n.L.C=!1,vb(this,i),t=this._;break}n.C=!0,t=i,i=i.U}while(!t.C);t&&(t.C=!1)}}};var Tb,Ab=[];function Sb(){db(this),this.x=this.y=this.arc=this.site=this.cy=null}function kb(t){var n=t.P,e=t.N;if(n&&e){var r=n.site,i=t.site,o=e.site;if(r!==o){var a=i[0],u=i[1],c=r[0]-a,f=r[1]-u,s=o[0]-a,l=o[1]-u,h=2*(c*l-f*s);if(!(h>=-Hb)){var d=c*c+f*f,p=s*s+l*l,v=(l*d-f*p)/h,g=(c*p-s*d)/h,y=Ab.pop()||new Sb;y.arc=t,y.site=i,y.x=v+a,y.y=(y.cy=g+u)+Math.sqrt(v*v+g*g),t.circle=y;for(var _=null,b=Fb._;b;)if(y.yIb)u=u.L;else{if(!((i=o-Ub(u,a))>Ib)){r>-Ib?(n=u.P,e=u):i>-Ib?(n=u,e=u.N):n=e=u;break}if(!u.R){n=u;break}u=u.R}!function(t){Bb[t.index]={site:t,halfedges:[]}}(t);var c=zb(t);if(Ob.insert(n,c),n||e){if(n===e)return Eb(n),e=zb(n.site),Ob.insert(c,e),c.edge=e.edge=yb(n.site,c.site),kb(n),void kb(e);if(e){Eb(n),Eb(e);var f=n.site,s=f[0],l=f[1],h=t[0]-s,d=t[1]-l,p=e.site,v=p[0]-s,g=p[1]-l,y=2*(h*g-d*v),_=h*h+d*d,b=v*v+g*g,m=[(g*_-d*b)/y+s,(h*b-v*_)/y+l];bb(e.edge,f,p,m),c.edge=yb(f,t,null,m),e.edge=yb(t,p,null,m),kb(n),kb(e)}else c.edge=yb(n.site,c.site)}}function Lb(t,n){var e=t.site,r=e[0],i=e[1],o=i-n;if(!o)return r;var a=t.P;if(!a)return-1/0;var u=(e=a.site)[0],c=e[1],f=c-n;if(!f)return u;var s=u-r,l=1/o-1/f,h=s/f;return l?(-h+Math.sqrt(h*h-2*l*(s*s/(-2*f)-c+f/2+i-o/2)))/l+r:(r+u)/2}function Ub(t,n){var e=t.N;if(e)return Lb(e,n);var r=t.site;return r[1]===n?r[0]:1/0}var Ob,Bb,Fb,Yb,Ib=1e-6,Hb=1e-12;function jb(t,n,e){return(t[0]-e[0])*(n[1]-t[1])-(t[0]-n[0])*(e[1]-t[1])}function Xb(t,n){return n[1]-t[1]||n[0]-t[0]}function Vb(t,n){var e,r,i,o=t.sort(Xb).pop();for(Yb=[],Bb=new Array(t.length),Ob=new hb,Fb=new hb;;)if(i=Tb,o&&(!i||o[1]Ib||Math.abs(i[0][1]-i[1][1])>Ib)||delete Yb[o]}(a,u,c,f),function(t,n,e,r){var i,o,a,u,c,f,s,l,h,d,p,v,g=Bb.length,y=!0;for(i=0;iIb||Math.abs(v-h)>Ib)&&(c.splice(u,0,Yb.push(_b(a,d,Math.abs(p-t)Ib?[t,Math.abs(l-t)Ib?[Math.abs(h-r)Ib?[e,Math.abs(l-e)Ib?[Math.abs(h-n)=u)return null;var c=t-i.site[0],f=n-i.site[1],s=c*c+f*f;do{i=o.cells[r=a],a=null,i.halfedges.forEach(function(e){var r=o.edges[e],u=r.left;if(u!==i.site&&u||(u=r.right)){var c=t-u[0],f=n-u[1],l=c*c+f*f;lr?(r+i)/2:Math.min(0,r)||Math.max(0,i),a>o?(o+a)/2:Math.min(0,o)||Math.max(0,a))}Qb.prototype=Wb.prototype,t.FormatSpecifier=Ba,t.active=function(t,n){var e,r,i=t.__transition;if(i)for(r in n=null==n?null:n+"",i)if((e=i[r]).state>xr&&e.name===n)return new Ur([[t]],yi,n,+r);return null},t.arc=function(){var t=Ry,n=Dy,e=my(0),r=null,i=qy,o=Ly,a=Uy,u=null;function c(){var c,f,s=+t.apply(this,arguments),l=+n.apply(this,arguments),h=i.apply(this,arguments)-Cy,d=o.apply(this,arguments)-Cy,p=xy(d-h),v=d>h;if(u||(u=c=no()),lky)if(p>Py-ky)u.moveTo(l*My(h),l*Ay(h)),u.arc(0,0,l,h,d,!v),s>ky&&(u.moveTo(s*My(d),s*Ay(d)),u.arc(0,0,s,d,h,v));else{var g,y,_=h,b=d,m=h,x=d,w=p,M=p,N=a.apply(this,arguments)/2,T=N>ky&&(r?+r.apply(this,arguments):Sy(s*s+l*l)),A=Ty(xy(l-s)/2,+e.apply(this,arguments)),S=A,k=A;if(T>ky){var E=zy(T/s*Ay(N)),C=zy(T/l*Ay(N));(w-=2*E)>ky?(m+=E*=v?1:-1,x-=E):(w=0,m=x=(h+d)/2),(M-=2*C)>ky?(_+=C*=v?1:-1,b-=C):(M=0,_=b=(h+d)/2)}var P=l*My(_),z=l*Ay(_),R=s*My(x),D=s*Ay(x);if(A>ky){var q,L=l*My(b),U=l*Ay(b),O=s*My(m),B=s*Ay(m);if(p1?0:t<-1?Ey:Math.acos(t)}((F*I+Y*H)/(Sy(F*F+Y*Y)*Sy(I*I+H*H)))/2),X=Sy(q[0]*q[0]+q[1]*q[1]);S=Ty(A,(s-X)/(j-1)),k=Ty(A,(l-X)/(j+1))}}M>ky?k>ky?(g=Oy(O,B,P,z,l,k,v),y=Oy(L,U,R,D,l,k,v),u.moveTo(g.cx+g.x01,g.cy+g.y01),kky&&w>ky?S>ky?(g=Oy(R,D,L,U,s,-S,v),y=Oy(P,z,O,B,s,-S,v),u.lineTo(g.cx+g.x01,g.cy+g.y01),S>a,f=i+2*u>>a,s=bo(20);function l(r){var i=new Float32Array(c*f),l=new Float32Array(c*f);r.forEach(function(r,o,s){var l=+t(r,o,s)+u>>a,h=+n(r,o,s)+u>>a,d=+e(r,o,s);l>=0&&l=0&&h>a),So({width:c,height:f,data:l},{width:c,height:f,data:i},o>>a),Ao({width:c,height:f,data:i},{width:c,height:f,data:l},o>>a),So({width:c,height:f,data:l},{width:c,height:f,data:i},o>>a),Ao({width:c,height:f,data:i},{width:c,height:f,data:l},o>>a),So({width:c,height:f,data:l},{width:c,height:f,data:i},o>>a);var d=s(i);if(!Array.isArray(d)){var p=T(i);d=w(0,p,d),(d=g(0,Math.floor(p/d)*d,d)).shift()}return To().thresholds(d).size([c,f])(i).map(h)}function h(t){return t.value*=Math.pow(2,-2*a),t.coordinates.forEach(d),t}function d(t){t.forEach(p)}function p(t){t.forEach(v)}function v(t){t[0]=t[0]*Math.pow(2,a)-u,t[1]=t[1]*Math.pow(2,a)-u}function y(){return c=r+2*(u=3*o)>>a,f=i+2*u>>a,l}return l.x=function(n){return arguments.length?(t="function"==typeof n?n:bo(+n),l):t},l.y=function(t){return arguments.length?(n="function"==typeof t?t:bo(+t),l):n},l.weight=function(t){return arguments.length?(e="function"==typeof t?t:bo(+t),l):e},l.size=function(t){if(!arguments.length)return[r,i];var n=Math.ceil(t[0]),e=Math.ceil(t[1]);if(!(n>=0||n>=0))throw new Error("invalid size");return r=n,i=e,y()},l.cellSize=function(t){if(!arguments.length)return 1<=1))throw new Error("invalid cell size");return a=Math.floor(Math.log(t)/Math.LN2),y()},l.thresholds=function(t){return arguments.length?(s="function"==typeof t?t:Array.isArray(t)?bo(yo.call(t)):bo(t),l):s},l.bandwidth=function(t){if(!arguments.length)return Math.sqrt(o*(o+1));if(!((t=+t)>=0))throw new Error("invalid bandwidth");return o=Math.round((Math.sqrt(4*t*t+1)-1)/2),y()},l},t.contours=To,t.create=function(t){return Rt(Z(t).call(document.documentElement))},t.creator=Z,t.cross=function(t,n,e){var r,i,o,u,c=t.length,f=n.length,s=new Array(c*f);for(null==e&&(e=a),r=o=0;rt?1:n>=t?0:NaN},t.deviation=f,t.dispatch=I,t.drag=function(){var n,e,r,i,o=Gt,a=$t,u=Wt,c=Zt,f={},s=I("start","drag","end"),l=0,h=0;function d(t){t.on("mousedown.drag",p).filter(c).on("touchstart.drag",y).on("touchmove.drag",_).on("touchend.drag touchcancel.drag",b).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function p(){if(!i&&o.apply(this,arguments)){var u=m("mouse",a.apply(this,arguments),Bt,this,arguments);u&&(Rt(t.event.view).on("mousemove.drag",v,!0).on("mouseup.drag",g,!0),Ht(t.event.view),Yt(),r=!1,n=t.event.clientX,e=t.event.clientY,u("start"))}}function v(){if(It(),!r){var i=t.event.clientX-n,o=t.event.clientY-e;r=i*i+o*o>h}f.mouse("drag")}function g(){Rt(t.event.view).on("mousemove.drag mouseup.drag",null),jt(t.event.view,r),It(),f.mouse("end")}function y(){if(o.apply(this,arguments)){var n,e,r=t.event.changedTouches,i=a.apply(this,arguments),u=r.length;for(n=0;nc+d||if+d||ou.index){var p=c-a.x-a.vx,v=f-a.y-a.vy,g=p*p+v*v;gt.r&&(t.r=t[n].r)}function u(){if(n){var r,i,o=n.length;for(e=new Array(o),r=0;r=a)){(t.data!==n||t.next)&&(0===s&&(d+=(s=ya())*s),0===l&&(d+=(l=ya())*l),d1?(null==e?u.remove(t):u.set(t,d(e)),n):u.get(t)},find:function(n,e,r){var i,o,a,u,c,f=0,s=t.length;for(null==r?r=1/0:r*=r,f=0;f1?(f.on(t,e),n):f.on(t)}}},t.forceX=function(t){var n,e,r,i=ga(.1);function o(t){for(var i,o=0,a=n.length;o=.12&&i<.234&&r>=-.425&&r<-.214?u:i>=.166&&i<.234&&r>=-.214&&r<-.115?c:a).invert(t)},s.stream=function(e){return t&&n===e?t:(r=[a.stream(n=e),u.stream(e),c.stream(e)],i=r.length,t={point:function(t,n){for(var e=-1;++ePc(r[0],r[1])&&(r[1]=i[1]),Pc(i[0],r[1])>Pc(r[0],r[1])&&(r[0]=i[0])):o.push(r=i);for(a=-1/0,n=0,r=o[e=o.length-1];n<=e;r=i,++n)i=o[n],(u=Pc(r[1],i[0]))>a&&(a=u,Zu=i[0],Ku=r[1])}return ic=oc=null,Zu===1/0||Qu===1/0?[[NaN,NaN],[NaN,NaN]]:[[Zu,Qu],[Ku,Ju]]},t.geoCentroid=function(t){ac=uc=cc=fc=sc=lc=hc=dc=pc=vc=gc=0,Cu(t,Dc);var n=pc,e=vc,r=gc,i=n*n+e*e+r*r;return i2?t[2]+90:90]):[(t=e())[0],t[1],t[2]-90]},e([0,0,90]).scale(159.155)},t.geoTransverseMercatorRaw=Ml,t.gray=function(t,n){return new Bn(t,0,0,null==n?1:n)},t.hcl=Xn,t.hierarchy=kl,t.histogram=function(){var t=v,n=s,e=M;function r(r){var o,a,u=r.length,c=new Array(u);for(o=0;ol;)h.pop(),--d;var p,v=new Array(d+1);for(o=0;o<=d;++o)(p=v[o]=[]).x0=o>0?h[o-1]:s,p.x1=o1)&&(t-=Math.floor(t));var n=Math.abs(t-.5);return ly.h=360*t-100,ly.s=1.5-1.5*n,ly.l=.8-.9*n,ly+""},t.interpolateRdBu=yg,t.interpolateRdGy=bg,t.interpolateRdPu=Yg,t.interpolateRdYlBu=xg,t.interpolateRdYlGn=Mg,t.interpolateReds=oy,t.interpolateRgb=he,t.interpolateRgbBasis=pe,t.interpolateRgbBasisClosed=ve,t.interpolateRound=Ae,t.interpolateSinebow=function(t){var n;return t=(.5-t)*Math.PI,hy.r=255*(n=Math.sin(t))*n,hy.g=255*(n=Math.sin(t+dy))*n,hy.b=255*(n=Math.sin(t+py))*n,hy+""},t.interpolateSpectral=Tg,t.interpolateString=Ne,t.interpolateTransformCss=qe,t.interpolateTransformSvg=Le,t.interpolateTurbo=function(t){return t=Math.max(0,Math.min(1,t)),"rgb("+Math.max(0,Math.min(255,Math.round(34.61+t*(1172.33-t*(10793.56-t*(33300.12-t*(38394.49-14825.05*t)))))))+", "+Math.max(0,Math.min(255,Math.round(23.31+t*(557.33+t*(1225.33-t*(3574.96-t*(1073.77+707.56*t)))))))+", "+Math.max(0,Math.min(255,Math.round(27.2+t*(3211.1-t*(15327.97-t*(27814-t*(22569.18-6838.66*t)))))))+")"},t.interpolateViridis=gy,t.interpolateWarm=fy,t.interpolateYlGn=Xg,t.interpolateYlGnBu=Hg,t.interpolateYlOrBr=Gg,t.interpolateYlOrRd=Wg,t.interpolateZoom=Ie,t.interrupt=Pr,t.interval=function(t,n,e){var r=new lr,i=n;return null==n?(r.restart(t,n,e),r):(n=+n,e=null==e?fr():+e,r.restart(function o(a){a+=i,r.restart(o,i+=n,e),t(a)},n,e),r)},t.isoFormat=Rv,t.isoParse=Dv,t.json=function(t,n){return fetch(t,n).then(la)},t.keys=function(t){var n=[];for(var e in t)n.push(e);return n},t.lab=On,t.lch=function(t,n,e,r){return 1===arguments.length?jn(t):new Vn(e,n,t,null==r?1:r)},t.line=Hy,t.lineRadial=Qy,t.linkHorizontal=function(){return r_(i_)},t.linkRadial=function(){var t=r_(a_);return t.angle=t.x,delete t.x,t.radius=t.y,delete t.y,t},t.linkVertical=function(){return r_(o_)},t.local=qt,t.map=co,t.matcher=nt,t.max=T,t.mean=function(t,n){var e,r=t.length,i=r,o=-1,a=0;if(null==n)for(;++o=r.length)return null!=t&&e.sort(t),null!=n?n(e):e;for(var c,f,s,l=-1,h=e.length,d=r[i++],p=co(),v=a();++lr.length)return e;var a,u=i[o-1];return null!=n&&o>=r.length?a=e.entries():(a=[],e.each(function(n,e){a.push({key:e,values:t(n,o)})})),null!=u?a.sort(function(t,n){return u(t.key,n.key)}):a}(o(t,0,lo,ho),0)},key:function(t){return r.push(t),e},sortKeys:function(t){return i[r.length-1]=t,e},sortValues:function(n){return t=n,e},rollup:function(t){return n=t,e}}},t.now=fr,t.pack=function(){var t=null,n=1,e=1,r=Wl;function i(i){return i.x=n/2,i.y=e/2,t?i.eachBefore(Kl(t)).eachAfter(Jl(r,.5)).eachBefore(th(1)):i.eachBefore(Kl(Ql)).eachAfter(Jl(Wl,1)).eachAfter(Jl(r,i.r/Math.min(n,e))).eachBefore(th(Math.min(n,e)/(2*i.r))),i}return i.radius=function(n){return arguments.length?(t=Gl(n),i):t},i.size=function(t){return arguments.length?(n=+t[0],e=+t[1],i):[n,e]},i.padding=function(t){return arguments.length?(r="function"==typeof t?t:Zl(+t),i):r},i},t.packEnclose=Dl,t.packSiblings=function(t){return Vl(t),t},t.pairs=function(t,n){null==n&&(n=a);for(var e=0,r=t.length-1,i=t[0],o=new Array(r<0?0:r);e0&&(d+=l);for(null!=n?p.sort(function(t,e){return n(v[t],v[e])}):null!=e&&p.sort(function(t,n){return e(a[t],a[n])}),u=0,f=d?(y-h*b)/d:0;u0?l*f:0)+b,v[c]={data:a[c],index:u,value:l,startAngle:g,endAngle:s,padAngle:_};return v}return a.value=function(n){return arguments.length?(t="function"==typeof n?n:my(+n),a):t},a.sortValues=function(t){return arguments.length?(n=t,e=null,a):n},a.sort=function(t){return arguments.length?(e=t,n=null,a):e},a.startAngle=function(t){return arguments.length?(r="function"==typeof t?t:my(+t),a):r},a.endAngle=function(t){return arguments.length?(i="function"==typeof t?t:my(+t),a):i},a.padAngle=function(t){return arguments.length?(o="function"==typeof t?t:my(+t),a):o},a},t.piecewise=function(t,n){for(var e=0,r=n.length-1,i=n[0],o=new Array(r<0?0:r);eu!=f>u&&a<(c-e)*(u-r)/(f-r)+e&&(s=!s),c=e,f=r;return s},t.polygonHull=function(t){if((e=t.length)<3)return null;var n,e,r=new Array(e),i=new Array(e);for(n=0;n=0;--n)f.push(t[r[o[n]][2]]);for(n=+u;n0?a[n-1]:r[0],n=o?[a[o-1],r]:[a[n-1],a[n]]},c.unknown=function(t){return arguments.length?(n=t,c):c},c.thresholds=function(){return a.slice()},c.copy=function(){return t().domain([e,r]).range(u).unknown(n)},Eh.apply($h(c),arguments)},t.scaleSequential=function t(){var n=$h(Xv()(Bh));return n.copy=function(){return Vv(n,t())},Ch.apply(n,arguments)},t.scaleSequentialLog=function t(){var n=ed(Xv()).domain([1,10]);return n.copy=function(){return Vv(n,t()).base(n.base())},Ch.apply(n,arguments)},t.scaleSequentialPow=Gv,t.scaleSequentialQuantile=function t(){var e=[],r=Bh;function o(t){if(!isNaN(t=+t))return r((i(e,t)-1)/(e.length-1))}return o.domain=function(t){if(!arguments.length)return e.slice();e=[];for(var r,i=0,a=t.length;i0)for(var e,r,i,o,a,u,c=0,f=t[n[0]].length;c0?(r[0]=o,r[1]=o+=i):i<0?(r[1]=a,r[0]=a+=i):(r[0]=0,r[1]=i)},t.stackOffsetExpand=function(t,n){if((r=t.length)>0){for(var e,r,i,o=0,a=t[0].length;o0){for(var e,r=0,i=t[n[0]],o=i.length;r0&&(r=(e=t[n[0]]).length)>0){for(var e,r,i,o=0,a=1;a0)throw new Error("cycle");return o}return e.id=function(n){return arguments.length?(t=$l(n),e):t},e.parentId=function(t){return arguments.length?(n=$l(t),e):n},e},t.style=ft,t.sum=function(t,n){var e,r=t.length,i=-1,o=0;if(null==n)for(;++i=0;--i)u.push(e=n.children[i]=new dh(r[i],i)),e.parent=n;return(a.parent=new dh(null,0)).children=[a],a}(i);if(c.eachAfter(o),c.parent.m=-c.z,c.eachBefore(a),r)i.eachBefore(u);else{var f=i,s=i,l=i;i.eachBefore(function(t){t.xs.x&&(s=t),t.depth>l.depth&&(l=t)});var h=f===s?1:t(f,s)/2,d=h-f.x,p=n/(s.x+h+d),v=e/(l.depth||1);i.eachBefore(function(t){t.x=(t.x+d)*p,t.y=t.depth*v})}return i}function o(n){var e=n.children,r=n.parent.children,i=n.i?r[n.i-1]:null;if(e){!function(t){for(var n,e=0,r=0,i=t.children,o=i.length;--o>=0;)(n=i[o]).z+=e,n.m+=e,e+=n.s+(r+=n.c)}(n);var o=(e[0].z+e[e.length-1].z)/2;i?(n.z=i.z+t(n._,i._),n.m=n.z-o):n.z=o}else i&&(n.z=i.z+t(n._,i._));n.parent.A=function(n,e,r){if(e){for(var i,o=n,a=n,u=e,c=o.parent.children[0],f=o.m,s=a.m,l=u.m,h=c.m;u=sh(u),o=fh(o),u&&o;)c=fh(c),(a=sh(a)).a=n,(i=u.z+l-o.z-f+t(u._,o._))>0&&(lh(hh(u,n,r),n,i),f+=i,s+=i),l+=u.m,f+=o.m,h+=c.m,s+=a.m;u&&!sh(a)&&(a.t=u,a.m+=l-s),o&&!fh(c)&&(c.t=o,c.m+=f-h,r=n)}return r}(n,i,n.parent.A||r[0])}function a(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function u(t){t.x*=n,t.y=t.depth*e}return i.separation=function(n){return arguments.length?(t=n,i):t},i.size=function(t){return arguments.length?(r=!1,n=+t[0],e=+t[1],i):r?null:[n,e]},i.nodeSize=function(t){return arguments.length?(r=!0,n=+t[0],e=+t[1],i):r?[n,e]:null},i},t.treemap=function(){var t=yh,n=!1,e=1,r=1,i=[0],o=Wl,a=Wl,u=Wl,c=Wl,f=Wl;function s(t){return t.x0=t.y0=0,t.x1=e,t.y1=r,t.eachBefore(l),i=[0],n&&t.eachBefore(nh),t}function l(n){var e=i[n.depth],r=n.x0+e,s=n.y0+e,l=n.x1-e,h=n.y1-e;l=e-1){var s=u[n];return s.x0=i,s.y0=o,s.x1=a,void(s.y1=c)}for(var l=f[n],h=r/2+l,d=n+1,p=e-1;d>>1;f[v]c-o){var _=(i*y+a*g)/r;t(n,d,g,i,o,_,c),t(d,e,y,_,o,a,c)}else{var b=(o*y+c*g)/r;t(n,d,g,i,o,a,b),t(d,e,y,i,b,a,c)}}(0,c,t.value,n,e,r,i)},t.treemapDice=eh,t.treemapResquarify=_h,t.treemapSlice=ph,t.treemapSliceDice=function(t,n,e,r,i){(1&t.depth?ph:eh)(t,n,e,r,i)},t.treemapSquarify=yh,t.tsv=sa,t.tsvFormat=Ko,t.tsvFormatBody=Jo,t.tsvFormatRow=na,t.tsvFormatRows=ta,t.tsvFormatValue=ea,t.tsvParse=Zo,t.tsvParseRows=Qo,t.utcDay=Wd,t.utcDays=Zd,t.utcFriday=rp,t.utcFridays=sp,t.utcHour=Gd,t.utcHours=$d,t.utcMillisecond=pd,t.utcMilliseconds=vd,t.utcMinute=Xd,t.utcMinutes=Vd,t.utcMonday=Jd,t.utcMondays=ap,t.utcMonth=hp,t.utcMonths=dp,t.utcSaturday=ip,t.utcSaturdays=lp,t.utcSecond=_d,t.utcSeconds=bd,t.utcSunday=Kd,t.utcSundays=op,t.utcThursday=ep,t.utcThursdays=fp,t.utcTuesday=tp,t.utcTuesdays=up,t.utcWednesday=np,t.utcWednesdays=cp,t.utcWeek=Kd,t.utcWeeks=op,t.utcYear=pp,t.utcYears=vp,t.values=function(t){var n=[];for(var e in t)n.push(t[e]);return n},t.variance=c,t.version="5.16.0",t.voronoi=function(){var t=sb,n=lb,e=null;function r(r){return new Vb(r.map(function(e,i){var o=[Math.round(t(e,i,r)/Ib)*Ib,Math.round(n(e,i,r)/Ib)*Ib];return o.index=i,o.data=e,o}),e)}return r.polygons=function(t){return r(t).polygons()},r.links=function(t){return r(t).links()},r.triangles=function(t){return r(t).triangles()},r.x=function(n){return arguments.length?(t="function"==typeof n?n:fb(+n),r):t},r.y=function(t){return arguments.length?(n="function"==typeof t?t:fb(+t),r):n},r.extent=function(t){return arguments.length?(e=null==t?null:[[+t[0][0],+t[0][1]],[+t[1][0],+t[1][1]]],r):e&&[[e[0][0],e[0][1]],[e[1][0],e[1][1]]]},r.size=function(t){return arguments.length?(e=null==t?null:[[0,0],[+t[0],+t[1]]],r):e&&[e[1][0]-e[0][0],e[1][1]-e[0][1]]},r},t.window=ct,t.xml=da,t.zip=function(){return k(arguments)},t.zoom=function(){var n,e,r=tm,i=nm,o=om,a=rm,u=im,c=[0,1/0],f=[[-1/0,-1/0],[1/0,1/0]],s=250,l=Ie,h=I("start","zoom","end"),d=500,p=150,v=0;function g(t){t.property("__zoom",em).on("wheel.zoom",M).on("mousedown.zoom",N).on("dblclick.zoom",T).filter(u).on("touchstart.zoom",A).on("touchmove.zoom",S).on("touchend.zoom touchcancel.zoom",k).style("touch-action","none").style("-webkit-tap-highlight-color","rgba(0,0,0,0)")}function y(t,n){return(n=Math.max(c[0],Math.min(c[1],n)))===t.k?t:new Wb(n,t.x,t.y)}function _(t,n,e){var r=n[0]-e[0]*t.k,i=n[1]-e[1]*t.k;return r===t.x&&i===t.y?t:new Wb(t.k,r,i)}function b(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}function m(t,n,e){t.on("start.zoom",function(){x(this,arguments).start()}).on("interrupt.zoom end.zoom",function(){x(this,arguments).end()}).tween("zoom",function(){var t=this,r=arguments,o=x(t,r),a=i.apply(t,r),u=null==e?b(a):"function"==typeof e?e.apply(t,r):e,c=Math.max(a[1][0]-a[0][0],a[1][1]-a[0][1]),f=t.__zoom,s="function"==typeof n?n.apply(t,r):n,h=l(f.invert(u).concat(c/f.k),s.invert(u).concat(c/s.k));return function(t){if(1===t)t=s;else{var n=h(t),e=c/n[2];t=new Wb(e,u[0]-n[0]*e,u[1]-n[1]*e)}o.zoom(null,t)}})}function x(t,n,e){return!e&&t.__zooming||new w(t,n)}function w(t,n){this.that=t,this.args=n,this.active=0,this.extent=i.apply(t,n),this.taps=0}function M(){if(r.apply(this,arguments)){var t=x(this,arguments),n=this.__zoom,e=Math.max(c[0],Math.min(c[1],n.k*Math.pow(2,a.apply(this,arguments)))),i=Bt(this);if(t.wheel)t.mouse[0][0]===i[0]&&t.mouse[0][1]===i[1]||(t.mouse[1]=n.invert(t.mouse[0]=i)),clearTimeout(t.wheel);else{if(n.k===e)return;t.mouse=[i,n.invert(i)],Pr(this),t.start()}Jb(),t.wheel=setTimeout(function(){t.wheel=null,t.end()},p),t.zoom("mouse",o(_(y(n,e),t.mouse[0],t.mouse[1]),t.extent,f))}}function N(){if(!e&&r.apply(this,arguments)){var n=x(this,arguments,!0),i=Rt(t.event.view).on("mousemove.zoom",function(){if(Jb(),!n.moved){var e=t.event.clientX-u,r=t.event.clientY-c;n.moved=e*e+r*r>v}n.zoom("mouse",o(_(n.that.__zoom,n.mouse[0]=Bt(n.that),n.mouse[1]),n.extent,f))},!0).on("mouseup.zoom",function(){i.on("mousemove.zoom mouseup.zoom",null),jt(t.event.view,n.moved),Jb(),n.end()},!0),a=Bt(this),u=t.event.clientX,c=t.event.clientY;Ht(t.event.view),Kb(),n.mouse=[a,this.__zoom.invert(a)],Pr(this),n.start()}}function T(){if(r.apply(this,arguments)){var n=this.__zoom,e=Bt(this),a=n.invert(e),u=n.k*(t.event.shiftKey?.5:2),c=o(_(y(n,u),e,a),i.apply(this,arguments),f);Jb(),s>0?Rt(this).transition().duration(s).call(m,c,e):Rt(this).call(g.transform,c)}}function A(){if(r.apply(this,arguments)){var e,i,o,a,u=t.event.touches,c=u.length,f=x(this,arguments,t.event.changedTouches.length===c);for(Kb(),i=0;i'); + this.$.wrap(this.$div).before(this.$c); + this.$div = this.$.parent(); + if (typeof G_vmlCanvasManager !== "undefined") { + G_vmlCanvasManager.initElement(this.$c[0]) + } + this.c = this.$c[0].getContext ? this.$c[0].getContext("2d") : null; + if (!this.c) { + throw{name: "CanvasNotSupportedException", message: "Canvas not supported. Please use excanvas on IE8.0.", toString: function () { + return this.name + ": " + this.message + }} + } + this.scale = (window.devicePixelRatio || 1) / (this.c.webkitBackingStorePixelRatio || this.c.mozBackingStorePixelRatio || this.c.msBackingStorePixelRatio || this.c.oBackingStorePixelRatio || this.c.backingStorePixelRatio || 1); + this.relativeWidth = this.o.width % 1 !== 0 && this.o.width.indexOf("%"); + this.relativeHeight = this.o.height % 1 !== 0 && this.o.height.indexOf("%"); + this.relative = this.relativeWidth || this.relativeHeight; + this._carve(); + if (this.v instanceof Object) { + this.cv = {}; + this.copy(this.v, this.cv) + } else { + this.cv = this.v + } + this.$.bind("configure", t).parent().bind("configure", t); + this._listen()._configure()._xy().init(); + this.isInit = true; + this.$.val(this.o.format(this.v)); + this._draw(); + return this + }; + this._carve = function () { + if (this.relative) { + var e = this.relativeWidth ? this.$div.parent().width() * parseInt(this.o.width) / 100 : this.$div.parent().width(), t = this.relativeHeight ? this.$div.parent().height() * parseInt(this.o.height) / 100 : this.$div.parent().height(); + this.w = this.h = Math.min(e, t) + } else { + this.w = this.o.width; + this.h = this.o.height + } + this.$div.css({width: this.w + "px", height: this.h + "px"}); + this.$c.attr({width: this.w, height: this.h}); + if (this.scale !== 1) { + this.$c[0].width = this.$c[0].width * this.scale; + this.$c[0].height = this.$c[0].height * this.scale; + this.$c.width(this.w); + this.$c.height(this.h) + } + return this + }; + this._draw = function () { + var e = true; + n.g = n.c; + n.clear(); + n.dH && (e = n.dH()); + e !== false && n.draw() + }; + this._touch = function (e) { + var r = function (e) { + var t = n.xy2val(e.originalEvent.touches[n.t].pageX, e.originalEvent.touches[n.t].pageY); + if (t == n.cv) + return; + if (n.cH && n.cH(t) === false) + return; + n.change(n._validate(t)); + n._draw() + }; + this.t = t.c.t(e); + r(e); + t.c.d.bind("touchmove.k", r).bind("touchend.k", function () { + t.c.d.unbind("touchmove.k touchend.k"); + n.val(n.cv) + }); + return this + }; + this._mouse = function (e) { + var r = function (e) { + var t = n.xy2val(e.pageX, e.pageY); + if (t == n.cv) + return; + if (n.cH && n.cH(t) === false) + return; + n.change(n._validate(t)); + n._draw() + }; + r(e); + t.c.d.bind("mousemove.k", r).bind("keyup.k", function (e) { + if (e.keyCode === 27) { + t.c.d.unbind("mouseup.k mousemove.k keyup.k"); + if (n.eH && n.eH() === false) + return; + n.cancel() + } + }).bind("mouseup.k", function (e) { + t.c.d.unbind("mousemove.k mouseup.k keyup.k"); + n.val(n.cv) + }); + return this + }; + this._xy = function () { + var e = this.$c.offset(); + this.x = e.left; + this.y = e.top; + return this + }; + this._listen = function () { + if (!this.o.readOnly) { + this.$c.bind("mousedown", function (e) { + e.preventDefault(); + n._xy()._mouse(e) + }).bind("touchstart", function (e) { + e.preventDefault(); + n._xy()._touch(e) + }); + this.listen() + } else { + this.$.attr("readonly", "readonly") + } + if (this.relative) { + e(window).resize(function () { + n._carve().init(); + n._draw() + }) + } + return this + }; + this._configure = function () { + if (this.o.draw) + this.dH = this.o.draw; + if (this.o.change) + this.cH = this.o.change; + if (this.o.cancel) + this.eH = this.o.cancel; + if (this.o.release) + this.rH = this.o.release; + if (this.o.displayPrevious) { + this.pColor = this.h2rgba(this.o.fgColor, "0.4"); + this.fgColor = this.h2rgba(this.o.fgColor, "0.6") + } else { + this.fgColor = this.o.fgColor + } + return this + }; + this._clear = function () { + this.$c[0].width = this.$c[0].width + }; + this._validate = function (e) { + var t = ~~((e < 0 ? -.5 : .5) + e / this.o.step) * this.o.step; + return Math.round(t * 100) / 100 + }; + this.listen = function () { + }; + this.extend = function () { + }; + this.init = function () { + }; + this.change = function (e) { + }; + this.val = function (e) { + }; + this.xy2val = function (e, t) { + }; + this.draw = function () { + }; + this.clear = function () { + this._clear() + }; + this.h2rgba = function (e, t) { + var n; + e = e.substring(1, 7); + n = [parseInt(e.substring(0, 2), 16), parseInt(e.substring(2, 4), 16), parseInt(e.substring(4, 6), 16)]; + return"rgba(" + n[0] + "," + n[1] + "," + n[2] + "," + t + ")" + }; + this.copy = function (e, t) { + for (var n in e) { + t[n] = e[n] + } + } + }; + t.Dial = function () { + t.o.call(this); + this.startAngle = null; + this.xy = null; + this.radius = null; + this.lineWidth = null; + this.cursorExt = null; + this.w2 = null; + this.PI2 = 2 * Math.PI; + this.extend = function () { + this.o = e.extend({bgColor: this.$.data("bgcolor") || "#EEEEEE", angleOffset: this.$.data("angleoffset") || 0, angleArc: this.$.data("anglearc") || 360, inline: true}, this.o) + }; + this.val = function (e, t) { + if (null != e) { + e = this.o.parse(e); + if (t !== false && e != this.v && this.rH && this.rH(e) === false) { + return + } + this.cv = this.o.stopper ? n(r(e, this.o.max), this.o.min) : e; + this.v = this.cv; + this.$.val(this.o.format(this.v)); + this._draw() + } else { + return this.v + } + }; + this.xy2val = function (e, t) { + var i, s; + i = Math.atan2(e - (this.x + this.w2), -(t - this.y - this.w2)) - this.angleOffset; + if (this.o.flip) { + i = this.angleArc - i - this.PI2 + } + if (this.angleArc != this.PI2 && i < 0 && i > -.5) { + i = 0 + } else if (i < 0) { + i += this.PI2 + } + s = i * (this.o.max - this.o.min) / this.angleArc + this.o.min; + this.o.stopper && (s = n(r(s, this.o.max), this.o.min)); + return s + }; + this.listen = function () { + var t = this, i, s, o = function (e) { + e.preventDefault(); + var o = e.originalEvent, u = o.detail || o.wheelDeltaX, a = o.detail || o.wheelDeltaY, f = t._validate(t.o.parse(t.$.val())) + (u > 0 || a > 0 ? t.o.step : u < 0 || a < 0 ? -t.o.step : 0); + f = n(r(f, t.o.max), t.o.min); + t.val(f, false); + if (t.rH) { + clearTimeout(i); + i = setTimeout(function () { + t.rH(f); + i = null + }, 100); + if (!s) { + s = setTimeout(function () { + if (i) + t.rH(f); + s = null + }, 200) + } + } + }, u, a, f = 1, l = {37: -t.o.step, 38: t.o.step, 39: t.o.step, 40: -t.o.step}; + this.$.bind("keydown", function (i) { + var s = i.keyCode; + if (s >= 96 && s <= 105) { + s = i.keyCode = s - 48 + } + u = parseInt(String.fromCharCode(s)); + if (isNaN(u)) { + s !== 13 && s !== 8 && s !== 9 && s !== 189 && (s !== 190 || t.$.val().match(/\./)) && i.preventDefault(); + if (e.inArray(s, [37, 38, 39, 40]) > -1) { + i.preventDefault(); + var o = t.o.parse(t.$.val()) + l[s] * f; + t.o.stopper && (o = n(r(o, t.o.max), t.o.min)); + t.change(t._validate(o)); + t._draw(); + a = window.setTimeout(function () { + f *= 2 + }, 30) + } + } + }).bind("keyup", function (e) { + if (isNaN(u)) { + if (a) { + window.clearTimeout(a); + a = null; + f = 1; + t.val(t.$.val()) + } + } else { + t.$.val() > t.o.max && t.$.val(t.o.max) || t.$.val() < t.o.min && t.$.val(t.o.min) + } + }); + this.$c.bind("mousewheel DOMMouseScroll", o); + this.$.bind("mousewheel DOMMouseScroll", o) + }; + this.init = function () { + if (this.v < this.o.min || this.v > this.o.max) { + this.v = this.o.min + } + this.$.val(this.v); + this.w2 = this.w / 2; + this.cursorExt = this.o.cursor / 100; + this.xy = this.w2 * this.scale; + this.lineWidth = this.xy * this.o.thickness; + this.lineCap = this.o.lineCap; + this.radius = this.xy - this.lineWidth / 2; + this.o.angleOffset && (this.o.angleOffset = isNaN(this.o.angleOffset) ? 0 : this.o.angleOffset); + this.o.angleArc && (this.o.angleArc = isNaN(this.o.angleArc) ? this.PI2 : this.o.angleArc); + this.angleOffset = this.o.angleOffset * Math.PI / 180; + this.angleArc = this.o.angleArc * Math.PI / 180; + this.startAngle = 1.5 * Math.PI + this.angleOffset; + this.endAngle = 1.5 * Math.PI + this.angleOffset + this.angleArc; + var e = n(String(Math.abs(this.o.max)).length, String(Math.abs(this.o.min)).length, 2) + 2; + this.o.displayInput && this.i.css({width: (this.w / 2 + 4 >> 0) + "px", height: (this.w / 3 >> 0) + "px", position: "absolute", "vertical-align": "middle", "margin-top": (this.w / 3 >> 0) + "px", "margin-left": "-" + (this.w * 3 / 4 + 2 >> 0) + "px", border: 0, background: "none", font: this.o.fontWeight + " " + (this.w / e >> 0) + "px " + this.o.font, "text-align": "center", color: this.o.inputColor || this.o.fgColor, padding: "0px", "-webkit-appearance": "none"}) || this.i.css({width: "0px", visibility: "hidden"}) + }; + this.change = function (e) { + this.cv = e; + this.$.val(this.o.format(e)) + }; + this.angle = function (e) { + return(e - this.o.min) * this.angleArc / (this.o.max - this.o.min) + }; + this.arc = function (e) { + var t, n; + e = this.angle(e); + if (this.o.flip) { + t = this.endAngle + 1e-5; + n = t - e - 1e-5 + } else { + t = this.startAngle - 1e-5; + n = t + e + 1e-5 + } + this.o.cursor && (t = n - this.cursorExt) && (n = n + this.cursorExt); + return{s: t, e: n, d: this.o.flip && !this.o.cursor} + }; + this.draw = function () { + var e = this.g, t = this.arc(this.cv), n, r = 1; + e.lineWidth = this.lineWidth; + e.lineCap = this.lineCap; + if (this.o.bgColor !== "none") { + e.beginPath(); + e.strokeStyle = this.o.bgColor; + e.arc(this.xy, this.xy, this.radius, this.endAngle - 1e-5, this.startAngle + 1e-5, true); + e.stroke() + } + if (this.o.displayPrevious) { + n = this.arc(this.v); + e.beginPath(); + e.strokeStyle = this.pColor; + e.arc(this.xy, this.xy, this.radius, n.s, n.e, n.d); + e.stroke(); + r = this.cv == this.v + } + e.beginPath(); + e.strokeStyle = r ? this.o.fgColor : this.fgColor; + e.arc(this.xy, this.xy, this.radius, t.s, t.e, t.d); + e.stroke() + }; + this.cancel = function () { + this.val(this.v) + } + }; + e.fn.dial = e.fn.knob = function (n) { + return this.each(function () { + var r = new t.Dial; + r.o = n; + r.$ = e(this); + r.run() + }).parent() + } +}) diff --git a/experiment/simulation/js/lib/jquery.min.js b/experiment/simulation/js/lib/jquery.min.js new file mode 100644 index 0000000..ff955ca --- /dev/null +++ b/experiment/simulation/js/lib/jquery.min.js @@ -0,0 +1,4 @@ +/*! jQuery v3.1.1 | (c) jQuery Foundation | jquery.org/license */ +!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.1.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext,B=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,C=/^.[^:#\[\.,]*$/;function D(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):C.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(D(this,a||[],!1))},not:function(a){return this.pushStack(D(this,a||[],!0))},is:function(a){return!!D(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var E,F=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,G=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||E,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:F.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),B.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};G.prototype=r.fn,E=r(d);var H=/^(?:parents|prev(?:Until|All))/,I={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function J(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return J(a,"nextSibling")},prev:function(a){return J(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return a.contentDocument||r.merge([],a.childNodes)}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(I[a]||r.uniqueSort(e),H.test(a)&&e.reverse()),this.pushStack(e)}});var K=/[^\x20\t\r\n\f]+/g;function L(a){var b={};return r.each(a.match(K)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?L(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function M(a){return a}function N(a){throw a}function O(a,b,c){var d;try{a&&r.isFunction(d=a.promise)?d.call(a).done(b).fail(c):a&&r.isFunction(d=a.then)?d.call(a,b,c):b.call(void 0,a)}catch(a){c.call(void 0,a)}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b=f&&(d!==N&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:M,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:M)),c[2][3].add(g(0,a,r.isFunction(d)?d:N))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(O(a,g.done(h(c)).resolve,g.reject),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)O(e[c],h(c),g.reject);return g.promise()}});var P=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&P.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var Q=r.Deferred();r.fn.ready=function(a){return Q.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,holdReady:function(a){a?r.readyWait++:r.ready(!0)},ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||Q.resolveWith(d,[r]))}}),r.ready.then=Q.then;function R(){d.removeEventListener("DOMContentLoaded",R), +a.removeEventListener("load",R),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",R),a.addEventListener("load",R));var S=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)S(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h1,null,!0)},removeData:function(a){return this.each(function(){W.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=V.get(a,b),c&&(!d||r.isArray(c)?d=V.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return V.get(a,c)||V.access(a,c,{empty:r.Callbacks("once memory").add(function(){V.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length\x20\t\r\n\f]+)/i,ka=/^$|\/(?:java|ecma)script/i,la={option:[1,""],thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};la.optgroup=la.option,la.tbody=la.tfoot=la.colgroup=la.caption=la.thead,la.th=la.td;function ma(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&r.nodeName(a,b)?r.merge([a],c):c}function na(a,b){for(var c=0,d=a.length;c-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=ma(l.appendChild(f),"script"),j&&na(g),c){k=0;while(f=g[k++])ka.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var qa=d.documentElement,ra=/^key/,sa=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ta=/^([^.]*)(?:\.(.+)|)/;function ua(){return!0}function va(){return!1}function wa(){try{return d.activeElement}catch(a){}}function xa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)xa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=va;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=V.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(qa,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(K)||[""],j=b.length;while(j--)h=ta.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=V.hasData(a)&&V.get(a);if(q&&(i=q.events)){b=(b||"").match(K)||[""],j=b.length;while(j--)if(h=ta.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&V.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(V.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i\x20\t\r\n\f]*)[^>]*)\/>/gi,za=/\s*$/g;function Da(a,b){return r.nodeName(a,"table")&&r.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a:a}function Ea(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Fa(a){var b=Ba.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ga(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(V.hasData(a)&&(f=V.access(a),g=V.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c1&&"string"==typeof q&&!o.checkClone&&Aa.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ia(f,b,c,d)});if(m&&(e=pa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(ma(e,"script"),Ea),i=h.length;l")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=ma(h),f=ma(a),d=0,e=f.length;d0&&na(g,!i&&ma(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(T(c)){if(b=c[V.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[V.expando]=void 0}c[W.expando]&&(c[W.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ja(this,a,!0)},remove:function(a){return Ja(this,a)},text:function(a){return S(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ia(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Da(this,a);b.appendChild(a)}})},prepend:function(){return Ia(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Da(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ia(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ia(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(ma(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return S(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!za.test(a)&&!la[(ja.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c1)}});function Ya(a,b,c,d,e){return new Ya.prototype.init(a,b,c,d,e)}r.Tween=Ya,Ya.prototype={constructor:Ya,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=Ya.propHooks[this.prop];return a&&a.get?a.get(this):Ya.propHooks._default.get(this)},run:function(a){var b,c=Ya.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ya.propHooks._default.set(this),this}},Ya.prototype.init.prototype=Ya.prototype,Ya.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},Ya.propHooks.scrollTop=Ya.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=Ya.prototype.init,r.fx.step={};var Za,$a,_a=/^(?:toggle|show|hide)$/,ab=/queueHooks$/;function bb(){$a&&(a.requestAnimationFrame(bb),r.fx.tick())}function cb(){return a.setTimeout(function(){Za=void 0}),Za=r.now()}function db(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ba[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function eb(a,b,c){for(var d,e=(hb.tweeners[b]||[]).concat(hb.tweeners["*"]),f=0,g=e.length;f1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?ib:void 0)), +void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&r.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(K);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),ib={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=jb[b]||r.find.attr;jb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=jb[g],jb[g]=e,e=null!=c(a,b,d)?g:null,jb[g]=f),e}});var kb=/^(?:input|select|textarea|button)$/i,lb=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return S(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):kb.test(a.nodeName)||lb.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function mb(a){var b=a.match(K)||[];return b.join(" ")}function nb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,nb(this)))});if("string"==typeof a&&a){b=a.match(K)||[];while(c=this[i++])if(e=nb(c),d=1===c.nodeType&&" "+mb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=mb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,nb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(K)||[];while(c=this[i++])if(e=nb(c),d=1===c.nodeType&&" "+mb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=mb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,nb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(K)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=nb(this),b&&V.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":V.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+mb(nb(c))+" ").indexOf(b)>-1)return!0;return!1}});var ob=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":r.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(ob,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:mb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(r.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var pb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!pb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,pb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(V.get(h,"events")||{})[b.type]&&V.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&T(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!T(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=V.access(d,b);e||d.addEventListener(a,c,!0),V.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=V.access(d,b)-1;e?V.access(d,b,e):(d.removeEventListener(a,c,!0),V.remove(d,b))}}});var qb=a.location,rb=r.now(),sb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var tb=/\[\]$/,ub=/\r?\n/g,vb=/^(?:submit|button|image|reset|file)$/i,wb=/^(?:input|select|textarea|keygen)/i;function xb(a,b,c,d){var e;if(r.isArray(b))r.each(b,function(b,e){c||tb.test(a)?d(a,e):xb(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)xb(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(r.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)xb(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&wb.test(this.nodeName)&&!vb.test(a)&&(this.checked||!ia.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:r.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(ub,"\r\n")}}):{name:b.name,value:c.replace(ub,"\r\n")}}).get()}});var yb=/%20/g,zb=/#.*$/,Ab=/([?&])_=[^&]*/,Bb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Cb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Db=/^(?:GET|HEAD)$/,Eb=/^\/\//,Fb={},Gb={},Hb="*/".concat("*"),Ib=d.createElement("a");Ib.href=qb.href;function Jb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(K)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Kb(a,b,c,d){var e={},f=a===Gb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Lb(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Mb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Nb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:qb.href,type:"GET",isLocal:Cb.test(qb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Hb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Lb(Lb(a,r.ajaxSettings),b):Lb(r.ajaxSettings,a)},ajaxPrefilter:Jb(Fb),ajaxTransport:Jb(Gb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Bb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||qb.href)+"").replace(Eb,qb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(K)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Ib.protocol+"//"+Ib.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Kb(Fb,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Db.test(o.type),f=o.url.replace(zb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(yb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(sb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Ab,"$1"),n=(sb.test(f)?"&":"?")+"_="+rb++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Hb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Kb(Gb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Mb(o,y,d)),v=Nb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Ob={0:200,1223:204},Pb=r.ajaxSettings.xhr();o.cors=!!Pb&&"withCredentials"in Pb,o.ajax=Pb=!!Pb,r.ajaxTransport(function(b){var c,d;if(o.cors||Pb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Ob[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r(" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + + +
    +
    Familiarisation of Oscilloscope and Function Generator
    +
    + +
    + + +
    + +

    OSCILLOSCOPE

    +
    + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + + + + + +
    + + +
    + +
    + + +
    + + +
    + + +
    + +
    + + + + +
    +
    + + + +
    + +
    + + +
    + + +
    + + +
    + +
    + + + +
    +
    + +
    +

    CONTROLS

    + +
    +
    + + +
    + +
    + +
    + + +
    + + +
    +
    + + + +
    + +
    +
    + + + + +
    + +
    + + +
    +
    + + +
    +
    +
    +
    +

    CALCULATION

    +
    + Calculator
    +
    + + +

    Practical Calculation

    +   \(V_{m}\)= ( No. of Minor division) x (per scale division) x Multiplying factor, or
    +   \(V_{m}\)= ( No. of Major division) x Multiplying factor

    +   \(T_{m}\)= ( No. of Minor division) x (per scale division) x Multiplying factor, or
    +   \(T_{m}\)= ( No. of Major division) x Multiplying factor

    + where, Multiplying factor is the volt/div or time/div,
    + If volt/div= 1 volt; + 1 Major div is 1v and each minor div is 0.2v.
    + If time/div= 0.1 ms; + 1 Major div is 0.1ms and each minor div is 0.02 ms. + + + +
    +
    +
    + + + + + + + + +
    +
    +
    + +
    +
    +
    +

    + + + + + + + + + +

    +

    + + + + + +

    +

    + + + +

    + +

    + + + +

    + +

    + + + +

    + +

    + + + +

    +
    +
    +
    + + + + diff --git a/experiment/theory.md b/experiment/theory.md index ef57af9..5ceb5fa 100644 --- a/experiment/theory.md +++ b/experiment/theory.md @@ -1 +1,106 @@ -### Link your theory in here \ No newline at end of file +## Theory + +#### CATHODE RAY OSCILLOSCOPE (CRO) + +The cathode-ray oscilloscope (CRO) is a common laboratory instrument that provides time and amplitude measurements of voltage signals over a wide range of frequencies. The CRO is a cathode-ray tube shown schematically in Figure 1. + +
    + +

    Figure 1

    +
    + +The cathode ray is a beam of electrons which are emitted by the heated cathode (negative electrode) and accelerated toward the fluorescent screen. The assembly of the cathode, intensity grid, focus grid, and accelerating anode (positive electrode) is called an electron gun. Its purpose is to generate the electron beam and control its intensity and focus. Between the electron gun and the fluorescent screen are two pair of metal plates - one oriented to provide horizontal deflection of the beam and one pair oriented ot give vertical deflection to the beam. These plates are thus referred to as the horizontal and vertical deflection plates. The combination of these two deflections allows the beam to reach any portion of the fluorescent screen. Wherever the electron beam hits the screen, the phosphor is excited and light is emitted from that point. This conversion of electron energy into light allows us to write with points or lines of light on an otherwise darkened screen. In the most common use of the oscilloscope the signal to be studied is first amplified and then applied to the vertical (deflection) plates to deflect the beam vertically and at the same time a voltage that increases linearly with time is applied to the horizontal (deflection) plates thus causing the beam to be deflected horizontally at a uniform (constant) rate. The signal applied to the vertical plates is thus displayed on the screen as a function of time. The horizontal axis serves as a uniform time scale. + +A dual trace oscilloscope can display two traces on the screen, allowing us to easily compare the input and output waveforms. In this experiment, channel 1 is connected to function generator 1 and channel 2 is connected to function generator 2. + +#### Obtaining a clear and stable trace + +Once if we connect the oscilloscope to the circuit, it is necessary to adjust the controls to obtain a clear and stable trace on the screen in order to test it. In this experment, the input is given through two function generator. +- The Y AMPLIFIER (VOLTS/CM) control determines the height of the trace. Choose a setting so the trace occupies at least half the screen height, but does not disappear off the screen. +- The TIMEBASE (TIME/CM) control determines the rate at which the dot sweeps across the screen. Choose a setting so the trace shows at least one cycle of the signal across the screen. Note that a steady DC input signal gives a horizontal line trace for which the time base setting is not critical. +- The TRIGGER control is usually best left set to AUTO. + + +#### Measuring voltage and time period + +The trace on an oscilloscope screen is a graph of voltage against time. The wavegorm of this graph is determined by the nature of the input signal. In addition to the properties labeled on the graph, there is frequency which is the number of cycles per second. The diagram shows a sine wave but these properties apply to any signal with a constant shape. + +
    + +

    Figure 2

    +
    + +- Amplitude is the maximum voltage reached by the signal. It is measured in volts. +- Peak voltage is another name for amplitude. +- Peak-peak voltage is twice the peak voltage (amplitude). When reading an oscilloscope trace it is usual to measure peak-peak voltage. +- Time period is the time taken for the signal to complete one cycle. It is measured in seconds (s), but time periods tend to be short so milliseconds (ms) and microseconds (μs) are often used. 1ms = 0.001s and 1μs = 0.000001s. +- Frequency is the number of cycles per second. It is measured in hertz (Hz), but frequencies tend to be high so kilohertz (kHz) and megahertz (MHz) are often used. 1kHz = 1000Hz and 1MHz = 1000000Hz. + +$$ Frequency=\frac{1}{Timeperiod} $$ + +$$ Timeperiod=\frac{1}{Frequency} $$ + +**Voltage:** Voltage is shown on the vertical y-axis and the scale is determined by the Y AMPLIFIER (VOLTS/Div) control. Usually peak-peak voltage is measured because it can be read correctly even if the position of 0V is not known. The amplitude is half the peak-peak voltage. +$$ Voltage=distanceinDiv× \frac{volts}{Div} $$ + +**Time period:** Time is shown on the horizontal x-axis and the scale is determined by the TIMEBASE (TIME/Div) control. The time period (often just called period) is the time for one cycle of the signal. The frequency is the number of cycles per second, frequency = 1/time period. +$$ Time=distanceinDiv× \frac{time}{Div} $$ + +#### Lissajous Figure + +The oscilloscope used to display the time-varying input signal to channel 1 or channel 2. The oscilloscope displayed the information so that the value of the signal voltage was traced along the vertical while the oscilloscope traced a uniform time axis along the horizontal. However, it is useful to control the horizontal signal with an external source using the oscilloscope in the xy mode. This mode is generates Lissajous figures – these are figures created by connecting channel 1 to a function generator outputting a sine wave and channel 2 to a different sinusoid - hence the need for sharing functions generators. By letting channel 1 drive the horizontal and channel 2 the vertical, a shape will be traced out on the scope’s display. +However, the phase of the signal generator outputs is fixed, though it often drifts slowly with time. On an oscilloscope, suppose x is channel 1 and y is channel 2, A is the amplitude of channel 1 and B is the amplitude of channel 2, a is the frequency of channel 1 and b is the frequency of channel 2, so ab + is the ratio of frequencies of the two channels, and δ + is the phase shift of CH1. +The following figure shows some of the possible curves that can be drawn by varying the frequency and phase of the sinusoidal functions. + +
    + +

    Figure 3

    +
    + +**Practical application** Lissajous curves can also be generated using an oscilloscope. An octopus circuit can be used to demonstrate the waveform images on an oscilloscope. Two phase-shifted sinusoid inputs are applied to the oscilloscope in X-Y mode and the phase relationship between the signals is presented as a Lissajous figures in figure 4. + +
    + +

    Figure 4

    +
    + +#### Function Generator + +A function generator is a device that can produce various patterns of voltage at a variety of frequencies and amplitudes. It is used to test the response of circuits to common input signals. The electrical leads from the device are attached to the ground and signal input terminals of the device under test. + + +#### Features and controls +1. Most function generators allow the user to choose the shape of the output from a small number of options. +- **Square wave** - The signal goes directly from high to low voltage. + +
    + +

    Figure 4

    +
    + +- **Sine wave** - The signal curves like a sinusoid from high to low voltage. + +
    + +

    Figure 4

    +
    + +- **Triangle wave** - The signal goes from high to low voltage at a fixed rate. + +
    + +

    Figure 4

    +
    + +2. The amplitude control on a function generator varies the voltage difference between the high and low voltage of the output signal. +3. The direct current (DC) offset control on a function generator varies the average voltage of a signal relative to the ground. +4. The frequency control of a function generator controls the rate at which output signal oscillates. On some function generators, the frequency control is a combination of different controls. +5. One set of controls chooses the broad frequency range (order of magnitude) and the other selects the precise frequency. This allows the function generator to handle the enormous variation in frequency scale needed for signals. + +#### How to use a function generator? + +- After powering on the function generator, the output signal needs to be configured to the desired shape. Typically, this means connecting the signal and ground leads to an oscilloscope to check the controls. +- Adjust the function generator until the output signal is correct, then attach the signal and ground leads from the function generator to the input and ground of the device under test. +- For some applications, the negative lead of the function generator should attach to a negative input of the device, but usually attaching to ground is sufficient. \ No newline at end of file