Skip to content

Commit

Permalink
deploy: ba32b42
Browse files Browse the repository at this point in the history
  • Loading branch information
Softwarecules committed Jul 31, 2024
1 parent 45cc379 commit a1c54b4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/afm/plugin-pins.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>pins</h3>
</tr>
<tr>
<td>movable</td>
<td>boolean? | 'drag' | 'click' | 'none'</td>
<td>boolean | 'drag' | 'click' | 'none'?</td>
<td>Whether a user may drag and re-click the pin (<code>drag</code> or <code>true</code>), only re-click it (<code>click</code>) or may only be placed programmatically (<code>none</code> or <code>false</code>). Defaults to 'none'. <strong>Using a boolean for this configuration has been deprecated and will be removed in the next major release.</strong></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/generic/plugin-pins.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>pins</h3>
</tr>
<tr>
<td>movable</td>
<td>boolean? | 'drag' | 'click' | 'none'</td>
<td>boolean | 'drag' | 'click' | 'none'?</td>
<td>Whether a user may drag and re-click the pin (<code>drag</code> or <code>true</code>), only re-click it (<code>click</code>) or may only be placed programmatically (<code>none</code> or <code>false</code>). Defaults to 'none'. <strong>Using a boolean for this configuration has been deprecated and will be removed in the next major release.</strong></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.js
Original file line number Diff line number Diff line change
Expand Up @@ -101384,7 +101384,7 @@ const EG = "453", iG = "452", eC = "1693", FN = "#ffffff", wN = "#003063", E6 =
waitMs: 300
}, Fa = {
toZoomLevel: 7,
movable: !0,
movable: "drag",
style: {
fill: E6
},
Expand Down
2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.umd.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.umd.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/meldemichel/plugin-pins.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>pins</h3>
</tr>
<tr>
<td>movable</td>
<td>boolean? | 'drag' | 'click' | 'none'</td>
<td>boolean | 'drag' | 'click' | 'none'?</td>
<td>Whether a user may drag and re-click the pin (<code>drag</code> or <code>true</code>), only re-click it (<code>click</code>) or may only be placed programmatically (<code>none</code> or <code>false</code>). Defaults to 'none'. <strong>Using a boolean for this configuration has been deprecated and will be removed in the next major release.</strong></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/snowbox/plugin-pins.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>pins</h3>
</tr>
<tr>
<td>movable</td>
<td>boolean? | 'drag' | 'click' | 'none'</td>
<td>boolean | 'drag' | 'click' | 'none'?</td>
<td>Whether a user may drag and re-click the pin (<code>drag</code> or <code>true</code>), only re-click it (<code>click</code>) or may only be placed programmatically (<code>none</code> or <code>false</code>). Defaults to 'none'. <strong>Using a boolean for this configuration has been deprecated and will be removed in the next major release.</strong></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion examples/address.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
pins: {
coordinateSource: 'plugin/addressSearch/chosenAddress',
toZoomLevel: 7,
movable: true,
movable: 'drag',
},
reverseGeocoder: {
url: 'https://geodienste.hamburg.de/HH_WPS',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1c54b4

Please sign in to comment.