@milaboratories/graph-maker 1.1.122 → 1.1.123
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/graph-maker.js +2 -2
- package/dist/graph-maker.umd.cjs +1 -1
- package/package.json +2 -2
package/dist/graph-maker.js
CHANGED
|
@@ -7838,7 +7838,7 @@ var sle = class extends F3 {
|
|
|
7838
7838
|
{
|
|
7839
7839
|
filters: new Fn({
|
|
7840
7840
|
componentName: "filters",
|
|
7841
|
-
allowedTypes: ["String", "Int", "Long", "Double", "
|
|
7841
|
+
allowedTypes: ["String", "Int", "Long", "Double", "Float"],
|
|
7842
7842
|
parentComponents: ["value"],
|
|
7843
7843
|
dependsOn: ["value"],
|
|
7844
7844
|
settings: {
|
|
@@ -8978,7 +8978,7 @@ var dle = class extends F3 {
|
|
|
8978
8978
|
{
|
|
8979
8979
|
filters: new Fn({
|
|
8980
8980
|
componentName: "filters",
|
|
8981
|
-
allowedTypes: ["String", "Int", "Long", "Double", "
|
|
8981
|
+
allowedTypes: ["String", "Int", "Long", "Double", "Float"],
|
|
8982
8982
|
strictlyDependsOnParents: !0,
|
|
8983
8983
|
parentComponents: ["x", "y"],
|
|
8984
8984
|
dependsOn: ["x", "y"],
|