Skip to content

Commit

Permalink
deploy: 514a8ad
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Jul 1, 2024
1 parent 6ed9b12 commit 0e72f77
Show file tree
Hide file tree
Showing 86 changed files with 248 additions and 129 deletions.
5 changes: 5 additions & 0 deletions docs/afm/plugin-address-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ <h3>addressSearch</h3>
<td>Array of search method descriptions. Only searches configured here can be used.</td>
</tr>
<tr>
<td>afterResultComponent</td>
<td>VueConstructor?</td>
<td>If given, this component will be rendered in the last line of every single search result. It will be forwarded its search result feature as prop <code>feature</code> of type <code>GeoJSON.Feature</code>, and the focus state of the result as prop <code>focus</code> of type <code>boolean</code>.</td>
</tr>
<tr>
<td>addLoading</td>
<td>string?</td>
<td>Optional loading action name to start loading.</td>
Expand Down
5 changes: 5 additions & 0 deletions docs/generic/plugin-address-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ <h3>addressSearch</h3>
<td>Array of search method descriptions. Only searches configured here can be used.</td>
</tr>
<tr>
<td>afterResultComponent</td>
<td>VueConstructor?</td>
<td>If given, this component will be rendered in the last line of every single search result. It will be forwarded its search result feature as prop <code>feature</code> of type <code>GeoJSON.Feature</code>, and the focus state of the result as prop <code>focus</code> of type <code>boolean</code>.</td>
</tr>
<tr>
<td>addLoading</td>
<td>string?</td>
<td>Optional loading action name to start loading.</td>
Expand Down
15 changes: 12 additions & 3 deletions docs/meldemichel/dist/client-meldemichel.js
Original file line number Diff line number Diff line change
Expand Up @@ -96631,11 +96631,13 @@ const mL = (t, A) => {
}, dL = OA.extend({
name: "AddressSearchResults",
data: () => ({
openCategories: []
openCategories: [],
focusIndex: ""
}),
computed: {
...vA(["clientHeight", "hasWindowSize"]),
...vA("plugin/addressSearch", [
"afterResultComponent",
"featuresAvailable",
"featureListsWithCategory",
"focusAfterSearch",
Expand Down Expand Up @@ -96712,7 +96714,11 @@ var HL = function() {
return !r.type.indexOf("key") && A._k(r.keyCode, "up", 38, r.key, ["Up", "ArrowUp"]) ? null : (r.preventDefault(), r.stopPropagation(), ((s) => A.focusNextElement(!1, s)).apply(null, arguments));
}], click: function(r) {
return A.selectResult({ feature: n, categoryId: c });
} } }, [e("v-list-item-title", [e("span", { domProps: { innerHTML: A._s(A.emTitleByInput(A.$t(n.title), A.inputValue)) } })])], 1) : A._e()];
}, focus: function(r) {
A.focusIndex = `${i}-${Q}`;
}, blur: function(r) {
A.focusIndex = "";
} } }, [e("v-list-item-title", [e("span", { domProps: { innerHTML: A._s(A.emTitleByInput(A.$t(n.title), A.inputValue)) } })]), A.afterResultComponent ? e(A.afterResultComponent, { tag: "component", attrs: { feature: n, focus: A.focusIndex === `${i}-${Q}` } }) : A._e()], 1) : A._e()];
}), B.length > A.limitResults ? e("v-btn", { staticClass: "text-none", attrs: { id: `polar-plugin-address-search-results-feature-expand-button-${i}`, text: "", tile: "", block: "" }, on: { keydown: [function(n) {
return !n.type.indexOf("key") && A._k(n.keyCode, "down", 40, n.key, ["Down", "ArrowDown"]) ? null : (n.preventDefault(), n.stopPropagation(), ((Q) => A.focusNextElement(!0, Q)).apply(null, arguments));
}, function(n) {
Expand All @@ -96727,7 +96733,7 @@ var HL = function() {
kL,
!1,
null,
"ffda9920",
"57e61280",
null,
null
);
Expand Down Expand Up @@ -97409,6 +97415,9 @@ t[e][0][B] || Ph[B], SK = {
...((E = B.configuration) == null ? void 0 : E.addressSearch) || {}
};
},
afterResultComponent(t, { addressSearchConfiguration: A }) {
return A.afterResultComponent || null;
},
minLength(t, { addressSearchConfiguration: A }) {
return A.minLength;
},
Expand Down
2 changes: 1 addition & 1 deletion docs/meldemichel/dist/client-meldemichel.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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/dist/style.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/meldemichel/plugin-address-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ <h3>addressSearch</h3>
<td>Array of search method descriptions. Only searches configured here can be used.</td>
</tr>
<tr>
<td>afterResultComponent</td>
<td>VueConstructor?</td>
<td>If given, this component will be rendered in the last line of every single search result. It will be forwarded its search result feature as prop <code>feature</code> of type <code>GeoJSON.Feature</code>, and the focus state of the result as prop <code>focus</code> of type <code>boolean</code>.</td>
</tr>
<tr>
<td>addLoading</td>
<td>string?</td>
<td>Optional loading action name to start loading.</td>
Expand Down
5 changes: 5 additions & 0 deletions docs/snowbox/plugin-address-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ <h3>addressSearch</h3>
<td>Array of search method descriptions. Only searches configured here can be used.</td>
</tr>
<tr>
<td>afterResultComponent</td>
<td>VueConstructor?</td>
<td>If given, this component will be rendered in the last line of every single search result. It will be forwarded its search result feature as prop <code>feature</code> of type <code>GeoJSON.Feature</code>, and the focus state of the result as prop <code>focus</code> of type <code>boolean</code>.</td>
</tr>
<tr>
<td>addLoading</td>
<td>string?</td>
<td>Optional loading action name to start loading.</td>
Expand Down

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/@polar/client-generic/dist/polar-client.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/@polar/client-generic/dist/polar-client.js

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

154 changes: 77 additions & 77 deletions node_modules/@polar/client-generic/dist/polar-client.umd.cjs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading

0 comments on commit 0e72f77

Please sign in to comment.