@bridgeline-digital/hawksearch-handlebars-ui 5.0.18 → 5.0.19
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 +1 -1
- package/dist/helpers/helpers.d.ts +7 -0
- package/dist/index.js +2 -20041
- package/dist/index.js.LICENSE.txt +26 -0
- package/dist/index.js.map +1 -1
- package/dist/styles.65c0ab8e75ac4bcab10e99f66a160664.css +1 -0
- package/package.json +1 -1
- package/dist/index.html +0 -48
- package/dist/landing-page-custom.html +0 -45
- package/dist/landing-page-products.html +0 -45
- package/dist/recommendations.html +0 -45
- package/dist/styles.328cd3af2ed43ff243ce7ffede0f447c.css +0 -1896
- package/dist/variants.html +0 -63
package/changelog.md
CHANGED
|
@@ -212,3 +212,10 @@ export declare function decode(value: string): string;
|
|
|
212
212
|
* @returns Decoded URI value
|
|
213
213
|
*/
|
|
214
214
|
export declare function decodeNested(value: string): string;
|
|
215
|
+
/**
|
|
216
|
+
* This function is a wrapper of Lodash: { escapeRegExp }
|
|
217
|
+
*
|
|
218
|
+
* @param string — The string to escape.
|
|
219
|
+
* @return — Returns the escaped string.
|
|
220
|
+
*/
|
|
221
|
+
export declare function escapeRegExp(value: string): string;
|