This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 3bd1781ec3 Bump Vega (and Vega-Lite) 5.24 -> 5.25 (5.6.1->5.9.1)
3bd1781ec3 is described below
commit 3bd1781ec37c95052156539fa8af4a9b630e11b9
Author: Andi Huber <[email protected]>
AuthorDate: Tue May 23 06:27:49 2023 +0200
Bump Vega (and Vega-Lite) 5.24 -> 5.25 (5.6.1->5.9.1)
---
.../valuetypes/vega/ui/wkt/components/js/VegaEmbedJsReference.java | 4 ++--
.../valuetypes/vega/ui/wkt/components/js/VegaJsReference.java | 4 ++--
.../valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java | 4 ++--
.../valuetypes/vega/ui/wkt/components/js/[email protected] | 7 -------
.../valuetypes/vega/ui/wkt/components/js/[email protected] | 7 +++++++
.../valuetypes/vega/ui/wkt/components/js/[email protected] | 2 --
.../valuetypes/vega/ui/wkt/components/js/[email protected] | 2 ++
.../causeway/valuetypes/vega/ui/wkt/components/js/[email protected] | 2 --
.../causeway/valuetypes/vega/ui/wkt/components/js/[email protected] | 2 ++
9 files changed, 17 insertions(+), 17 deletions(-)
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaEmbedJsReference.java
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaEmbedJsReference.java
index 68a278903c..477cb6c7b1 100644
---
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaEmbedJsReference.java
+++
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaEmbedJsReference.java
@@ -26,7 +26,7 @@ import lombok.Getter;
import lombok.experimental.Accessors;
/**
- * Provides a local copy of {@linkplain
https://cdn.jsdelivr.net/npm/[email protected]}
+ * Provides a local copy of {@linkplain
https://cdn.jsdelivr.net/npm/[email protected]}
* <p>
* LICENSE <a
href="https://vega.github.io/vega/vega/blob/main/LICENSE">BSD-3-Clause
license</a>
* @since 2.0
@@ -44,6 +44,6 @@ extends JavaScriptResourceReference {
}
private VegaEmbedJsReference() {
- super(VegaEmbedJsReference.class, "[email protected]");
+ super(VegaEmbedJsReference.class, "[email protected]");
}
}
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaJsReference.java
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaJsReference.java
index 492c8b8d46..acc1e8994b 100644
---
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaJsReference.java
+++
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaJsReference.java
@@ -26,7 +26,7 @@ import lombok.Getter;
import lombok.experimental.Accessors;
/**
- * Provides a local copy of {@linkplain https://cdn.jsdelivr.net/npm/[email protected]}
+ * Provides a local copy of {@linkplain https://cdn.jsdelivr.net/npm/[email protected]}
* <p>
* Unfortunately the webjar {@code org.webjars.npm:vega:5.22.1} cannot be used,
* as (at time of writing) <i>Maven</i> fails to resolve all its dependencies.
@@ -47,6 +47,6 @@ extends JavaScriptResourceReference {
}
private VegaJsReference() {
- super(VegaJsReference.class, "[email protected]");
+ super(VegaJsReference.class, "[email protected]");
}
}
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java
index 03fe59936f..5ac7e90ff9 100644
---
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java
+++
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/VegaLiteJsReference.java
@@ -26,7 +26,7 @@ import lombok.Getter;
import lombok.experimental.Accessors;
/**
- * Provides a local copy of {@linkplain
https://cdn.jsdelivr.net/npm/[email protected]}
+ * Provides a local copy of {@linkplain
https://cdn.jsdelivr.net/npm/[email protected]}
* <p>
* LICENSE <a
href="https://vega.github.io/vega/vega/blob/main/LICENSE">BSD-3-Clause
license</a>
* @since 2.0
@@ -44,6 +44,6 @@ extends JavaScriptResourceReference {
}
private VegaLiteJsReference() {
- super(VegaLiteJsReference.class, "[email protected]");
+ super(VegaLiteJsReference.class, "[email protected]");
}
}
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
deleted file mode 100644
index 5f8c633bc8..0000000000
---
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
+++ /dev/null
@@ -1,7 +0,0 @@
-!function(e,t){"object"==typeof exports&&"undefined"!=typeof
module?module.exports=t(require("vega"),require("vega-lite")):"function"==typeof
define&&define.amd?define(["vega","vega-lite"],t):(e="undefined"!=typeof
globalThis?globalThis:e||self).vegaEmbed=t(e.vega,e.vegaLite)}(this,(function(e,t){"use
strict";function n(e){var t=Object.create(null);return
e&&Object.keys(e).forEach((function(n){if("default"!==n){var
r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r: [...]
-/*!
- * https://github.com/Starcounter-Jack/JSON-Patch
- * (c) 2017-2021 Joachim Wester
- * MIT license
- */function S(e,t){void 0===t&&(t=!1);var
n=R.get(e.object);D(n.value,e.object,e.patches,"",t),e.patches.length&&A(n.value,e.patches);var
r=e.patches;return
r.length>0&&(e.patches=[],e.callback&&e.callback(r)),r}function
D(e,t,n,r,i){if(t!==e){"function"==typeof t.toJSON&&(t=t.toJSON());for(var
o=c(t),a=c(e),s=!1,p=a.length-1;p>=0;p--){var u=e[g=a[p]];if(!l(t,g)||void
0===t[g]&&void
0!==u&&!1===Array.isArray(t))Array.isArray(e)===Array.isArray(t)?(i&&n.push({op:"test",path:r+"/"+d(g)
[...]
-//# sourceMappingURL=vega-embed.min.js.map
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
new file mode 100644
index 0000000000..db771308eb
--- /dev/null
+++
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
@@ -0,0 +1,7 @@
+!function(e,t){"object"==typeof exports&&"undefined"!=typeof
module?module.exports=t(require("vega"),require("vega-lite")):"function"==typeof
define&&define.amd?define(["vega","vega-lite"],t):(e="undefined"!=typeof
globalThis?globalThis:e||self).vegaEmbed=t(e.vega,e.vegaLite)}(this,(function(e,t){"use
strict";function n(e){var t=Object.create(null);return
e&&Object.keys(e).forEach((function(n){if("default"!==n){var
r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r: [...]
+/*!
+ * https://github.com/Starcounter-Jack/JSON-Patch
+ * (c) 2017-2021 Joachim Wester
+ * MIT license
+ */function T(e,t){void 0===t&&(t=!1);var
n=L.get(e.object);D(n.value,e.object,e.patches,"",t),e.patches.length&&A(n.value,e.patches);var
r=e.patches;return
r.length>0&&(e.patches=[],e.callback&&e.callback(r)),r}function
D(e,t,n,r,i){if(t!==e){"function"==typeof t.toJSON&&(t=t.toJSON());for(var
o=c(t),a=c(e),s=!1,p=a.length-1;p>=0;p--){var f=e[g=a[p]];if(!l(t,g)||void
0===t[g]&&void
0!==f&&!1===Array.isArray(t))Array.isArray(e)===Array.isArray(t)?(i&&n.push({op:"test",path:r+"/"+u(g)
[...]
+//# sourceMappingURL=vega-embed.min.js.map
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
deleted file mode 100644
index 9974c4d18f..0000000000
---
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
+++ /dev/null
@@ -1,2 +0,0 @@
-!function(e,t){"object"==typeof exports&&"undefined"!=typeof
module?t(exports,require("vega")):"function"==typeof
define&&define.amd?define(["exports","vega"],t):t((e="undefined"!=typeof
globalThis?globalThis:e||self).vegaLite={},e.vega)}(this,(function(e,t){"use
strict";var n="5.6.1",i={};!function(e){var t=function(){function e(e,t){return
null!=t&&e instanceof t}var
t,n,i;try{t=Map}catch(e){t=function(){}}try{n=Set}catch(e){n=function(){}}try{i=Promise}catch(e){i=function(){}}function
[...]
-//# sourceMappingURL=vega-lite.min.js.map
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
new file mode 100644
index 0000000000..ec3d8f713d
--- /dev/null
+++
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
@@ -0,0 +1,2 @@
+!function(e,t){"object"==typeof exports&&"undefined"!=typeof
module?t(exports,require("vega")):"function"==typeof
define&&define.amd?define(["exports","vega"],t):t((e="undefined"!=typeof
globalThis?globalThis:e||self).vegaLite={},e.vega)}(this,(function(e,t){"use
strict";var n="5.9.1";function i(e){return
e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var
r={exports:{}};!function(e){var t=function(){function e(e,t){return null!=t&&e
instanceof t}var t,n,i; [...]
+//# sourceMappingURL=vega-lite.min.js.map
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
deleted file mode 100644
index 83c28e7fee..0000000000
---
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
+++ /dev/null
@@ -1,2 +0,0 @@
-!function(t,e){"object"==typeof exports&&"undefined"!=typeof
module?e(exports):"function"==typeof
define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof
globalThis?globalThis:t||self).vega={})}(this,(function(t){"use
strict";function e(t,e,n){return t.fields=e||[],t.fname=n,t}function
n(t){return null==t?null:t.fname}function r(t){return
null==t?null:t.fields}function i(t){return 1===t.length?o(t[0]):a(t)}const
o=t=>function(e){return e[t]},a=t=>{const e=t.length;return functi [...]
-//# sourceMappingURL=vega.min.js.map
diff --git
a/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
new file mode 100644
index 0000000000..559d141a47
--- /dev/null
+++
b/valuetypes/vega/ui/wicket/src/main/java/org/apache/causeway/valuetypes/vega/ui/wkt/components/js/[email protected]
@@ -0,0 +1,2 @@
+!function(t,e){"object"==typeof exports&&"undefined"!=typeof
module?e(exports):"function"==typeof
define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof
globalThis?globalThis:t||self).vega={})}(this,(function(t){"use
strict";function e(t,e,n){return t.fields=e||[],t.fname=n,t}function
n(t){return null==t?null:t.fname}function r(t){return
null==t?null:t.fields}function i(t){return 1===t.length?o(t[0]):a(t)}const
o=t=>function(e){return e[t]},a=t=>{const e=t.length;return functi [...]
+//# sourceMappingURL=vega.min.js.map