@bridgeline-digital/hawksearch-handlebars-ui 6.2.2 → 6.2.3
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/changelog.md +11 -2
- package/dist/hawksearch-handlebars-ui.cjs +2 -2
- package/dist/hawksearch-handlebars-ui.js +18 -2
- package/dist/hawksearch-handlebars-ui.min.js +51 -51
- package/dist/hawksearch-handlebars-ui.umd.cjs +2 -2
- package/dist/index.d.ts +1 -0
- package/docs/index.html +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1491,6 +1491,7 @@ declare class TrackingService extends BaseService {
|
|
|
1491
1491
|
trackEvent(type: EventType, data: any): Promise<void>;
|
|
1492
1492
|
private getQueryId;
|
|
1493
1493
|
private setNewQueryId;
|
|
1494
|
+
private getElementNo;
|
|
1494
1495
|
}
|
|
1495
1496
|
|
|
1496
1497
|
declare interface VariantFieldMappings extends FieldMappings {
|
package/docs/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<div class="col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<h2>@bridgeline-digital/hawksearch-handlebars-ui</h2></div>
|
|
15
|
-
<div class="tsd-panel tsd-typography"><a id="md:hawksearch-handlebars-ui-
|
|
15
|
+
<div class="tsd-panel tsd-typography"><a id="md:hawksearch-handlebars-ui-v623" class="tsd-anchor"></a><h1><a href="#md:hawksearch-handlebars-ui-v623">HawkSearch Handlebars UI v6.2.3</a></h1><p>The HawkSearch Handlebars UI package allows you to add a highly-customizable search results page to your website powered by <a href="https://www.hawksearch.com/">HawkSearch</a>.</p>
|
|
16
16
|
<a id="md:installation" class="tsd-anchor"></a><h2><a href="#md:installation">Installation</a></h2><a id="md:npm-package" class="tsd-anchor"></a><h3><a href="#md:npm-package">npm Package</a></h3><ol>
|
|
17
17
|
<li>If your website does not already have a package.json file in the root, run <code>npm init</code> to generate one.</li>
|
|
18
18
|
<li>Run <code>npm install --save @bridgeline-digital/hawksearch-handlebars-ui</code> to install the latest version.</li>
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
<ul>
|
|
125
125
|
<li>
|
|
126
126
|
<ul>
|
|
127
|
-
<li><a href="#md:hawksearch-handlebars-ui-
|
|
127
|
+
<li><a href="#md:hawksearch-handlebars-ui-v623"><span>Hawk<wbr/>Search <wbr/>Handlebars UI v6.2.3</span></a></li>
|
|
128
128
|
<li>
|
|
129
129
|
<ul>
|
|
130
130
|
<li><a href="#md:installation"><span>Installation</span></a></li>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bridgeline-digital/hawksearch-handlebars-ui",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.3",
|
|
4
4
|
"description": "The HawkSearch Handlebars UI package allows you to add a highly-customizable search results page to your website powered by HawkSearch.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|