@robertraaijmakers/pptb-securityplugin 0.1.2-beta.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/app.js CHANGED
@@ -1050,14 +1050,14 @@ ${logTarget.textContent}`;
1050
1050
  }
1051
1051
  return Array.from(set2);
1052
1052
  }
1053
- var requestAnimFrame = function() {
1053
+ var requestAnimFrame = (function() {
1054
1054
  if (typeof window === "undefined") {
1055
1055
  return function(callback2) {
1056
1056
  return callback2();
1057
1057
  };
1058
1058
  }
1059
1059
  return window.requestAnimationFrame;
1060
- }();
1060
+ })();
1061
1061
  function throttled(fn, thisArg) {
1062
1062
  let argsToUse = [];
1063
1063
  let ticking = false;
@@ -1671,6 +1671,7 @@ ${logTarget.textContent}`;
1671
1671
  }
1672
1672
  ctx.beginPath();
1673
1673
  switch (style) {
1674
+ // Default includes circle
1674
1675
  default:
1675
1676
  if (w) {
1676
1677
  ctx.ellipse(x, y, w / 2, radius, 0, 0, TAU);
@@ -1709,6 +1710,7 @@ ${logTarget.textContent}`;
1709
1710
  break;
1710
1711
  }
1711
1712
  rad += QUARTER_PI;
1713
+ /* falls through */
1712
1714
  case "rectRot":
1713
1715
  xOffsetW = Math.cos(rad) * (w ? w / 2 : radius);
1714
1716
  xOffset = Math.cos(rad) * radius;
@@ -1722,6 +1724,7 @@ ${logTarget.textContent}`;
1722
1724
  break;
1723
1725
  case "crossRot":
1724
1726
  rad += QUARTER_PI;
1727
+ /* falls through */
1725
1728
  case "cross":
1726
1729
  xOffsetW = Math.cos(rad) * (w ? w / 2 : radius);
1727
1730
  xOffset = Math.cos(rad) * radius;
@@ -2611,7 +2614,7 @@ ${logTarget.textContent}`;
2611
2614
  }
2612
2615
  return false;
2613
2616
  }
2614
- var supportsEventListenerOptions = function() {
2617
+ var supportsEventListenerOptions = (function() {
2615
2618
  let passiveSupported = false;
2616
2619
  try {
2617
2620
  const options = {
@@ -2627,7 +2630,7 @@ ${logTarget.textContent}`;
2627
2630
  } catch (e) {
2628
2631
  }
2629
2632
  return passiveSupported;
2630
- }();
2633
+ })();
2631
2634
  function readUsedSize(element, property) {
2632
2635
  const value = getStyle(element, property);
2633
2636
  const matches = value && value.match(/^(\d+)(\.\d+)?px$/);
@@ -17728,13 +17731,6 @@ ${logTarget.textContent}`;
17728
17731
  *)
17729
17732
 
17730
17733
  chart.js/dist/chunks/helpers.dataset.js:
17731
- (*!
17732
- * Chart.js v4.5.1
17733
- * https://www.chartjs.org
17734
- * (c) 2025 Chart.js Contributors
17735
- * Released under the MIT License
17736
- *)
17737
-
17738
17734
  chart.js/dist/chart.js:
17739
17735
  (*!
17740
17736
  * Chart.js v4.5.1