pollination-react-io 0.0.14 → 0.0.15
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/build/index.esm.js +5 -3
- package/build/index.esm.js.map +1 -1
- package/build/index.js +5 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -4614,6 +4614,8 @@ var GetGeometry = function (_a) {
|
|
|
4614
4614
|
var _d = useGetGeometry(); _d.host; var geometry = _d.geometry, getGeometry = _d.getGeometry;
|
|
4615
4615
|
// initial retrieval of geometry
|
|
4616
4616
|
useEffect(function () {
|
|
4617
|
+
if (!getGeometry)
|
|
4618
|
+
return;
|
|
4617
4619
|
getGeometry(key);
|
|
4618
4620
|
}, [key, getGeometry]);
|
|
4619
4621
|
useEffect(function () {
|
|
@@ -4743,7 +4745,7 @@ var GetModel = function (_a) {
|
|
|
4743
4745
|
value: selOption,
|
|
4744
4746
|
options: [
|
|
4745
4747
|
{
|
|
4746
|
-
type: '
|
|
4748
|
+
type: 'radio',
|
|
4747
4749
|
id: 'subscribe',
|
|
4748
4750
|
label: 'Subscribe',
|
|
4749
4751
|
disabled: !getHbjson,
|
|
@@ -4753,8 +4755,8 @@ var GetModel = function (_a) {
|
|
|
4753
4755
|
},
|
|
4754
4756
|
},
|
|
4755
4757
|
{
|
|
4756
|
-
type: '
|
|
4757
|
-
id: '
|
|
4758
|
+
type: 'radio',
|
|
4759
|
+
id: 'select',
|
|
4758
4760
|
label: 'Select',
|
|
4759
4761
|
disabled: !getHbjson,
|
|
4760
4762
|
onSelect: function () {
|