@getlupa/client 0.13.0-alpha → 0.13.0-alpha-1
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/dist/cjs/index.min.js +2 -2
- package/dist/es/index.min.js +2 -2
- package/dist/iife/index.min.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -40403,9 +40403,9 @@ const productList = (options, mountOptions) => {
|
|
|
40403
40403
|
};
|
|
40404
40404
|
const searchContainer = (options, mountOptions) => {
|
|
40405
40405
|
var _a, _b;
|
|
40406
|
-
const existingInstance = app.
|
|
40406
|
+
const existingInstance = app.searchContainer[options.trigger];
|
|
40407
40407
|
if (existingInstance) {
|
|
40408
|
-
existingInstance.
|
|
40408
|
+
existingInstance.searchContainerOptions = options;
|
|
40409
40409
|
if (mountOptions === null || mountOptions === void 0 ? void 0 : mountOptions.fetch) {
|
|
40410
40410
|
setTimeout(() => {
|
|
40411
40411
|
var _a;
|
package/dist/es/index.min.js
CHANGED
|
@@ -40399,9 +40399,9 @@ const productList = (options, mountOptions) => {
|
|
|
40399
40399
|
};
|
|
40400
40400
|
const searchContainer = (options, mountOptions) => {
|
|
40401
40401
|
var _a, _b;
|
|
40402
|
-
const existingInstance = app.
|
|
40402
|
+
const existingInstance = app.searchContainer[options.trigger];
|
|
40403
40403
|
if (existingInstance) {
|
|
40404
|
-
existingInstance.
|
|
40404
|
+
existingInstance.searchContainerOptions = options;
|
|
40405
40405
|
if (mountOptions === null || mountOptions === void 0 ? void 0 : mountOptions.fetch) {
|
|
40406
40406
|
setTimeout(() => {
|
|
40407
40407
|
var _a;
|