@searchspring/snap-store-mobx 0.54.0 → 0.56.0

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.
Files changed (63) hide show
  1. package/dist/cjs/Autocomplete/AutocompleteStore.d.ts +2 -1
  2. package/dist/cjs/Autocomplete/AutocompleteStore.d.ts.map +1 -1
  3. package/dist/cjs/Autocomplete/AutocompleteStore.js +8 -7
  4. package/dist/cjs/Cart/CartStore.js +2 -2
  5. package/dist/cjs/Finder/FinderStore.d.ts +3 -2
  6. package/dist/cjs/Finder/FinderStore.d.ts.map +1 -1
  7. package/dist/cjs/Finder/FinderStore.js +5 -5
  8. package/dist/cjs/Meta/MetaStore.d.ts +15 -0
  9. package/dist/cjs/Meta/MetaStore.d.ts.map +1 -0
  10. package/dist/cjs/Meta/MetaStore.js +54 -0
  11. package/dist/cjs/Recommendation/RecommendationStore.d.ts +6 -1
  12. package/dist/cjs/Recommendation/RecommendationStore.d.ts.map +1 -1
  13. package/dist/cjs/Recommendation/RecommendationStore.js +4 -2
  14. package/dist/cjs/Search/SearchStore.d.ts +2 -1
  15. package/dist/cjs/Search/SearchStore.d.ts.map +1 -1
  16. package/dist/cjs/Search/SearchStore.js +8 -7
  17. package/dist/cjs/Search/Stores/SearchHistoryStore.js +1 -1
  18. package/dist/cjs/Search/Stores/SearchResultStore.d.ts +19 -9
  19. package/dist/cjs/Search/Stores/SearchResultStore.d.ts.map +1 -1
  20. package/dist/cjs/Search/Stores/SearchResultStore.js +180 -40
  21. package/dist/cjs/Search/Stores/index.d.ts +1 -1
  22. package/dist/cjs/Search/Stores/index.d.ts.map +1 -1
  23. package/dist/cjs/Search/Stores/index.js +2 -1
  24. package/dist/cjs/Storage/StorageStore.d.ts +5 -5
  25. package/dist/cjs/Storage/StorageStore.d.ts.map +1 -1
  26. package/dist/cjs/Storage/StorageStore.js +17 -17
  27. package/dist/cjs/index.d.ts +1 -0
  28. package/dist/cjs/index.d.ts.map +1 -1
  29. package/dist/cjs/index.js +3 -1
  30. package/dist/cjs/types.d.ts +23 -8
  31. package/dist/cjs/types.d.ts.map +1 -1
  32. package/dist/esm/Autocomplete/AutocompleteStore.d.ts +2 -1
  33. package/dist/esm/Autocomplete/AutocompleteStore.d.ts.map +1 -1
  34. package/dist/esm/Autocomplete/AutocompleteStore.js +8 -7
  35. package/dist/esm/Cart/CartStore.js +2 -2
  36. package/dist/esm/Finder/FinderStore.d.ts +3 -2
  37. package/dist/esm/Finder/FinderStore.d.ts.map +1 -1
  38. package/dist/esm/Finder/FinderStore.js +6 -6
  39. package/dist/esm/Meta/MetaStore.d.ts +15 -0
  40. package/dist/esm/Meta/MetaStore.d.ts.map +1 -0
  41. package/dist/esm/Meta/MetaStore.js +44 -0
  42. package/dist/esm/Recommendation/RecommendationStore.d.ts +6 -1
  43. package/dist/esm/Recommendation/RecommendationStore.d.ts.map +1 -1
  44. package/dist/esm/Recommendation/RecommendationStore.js +4 -2
  45. package/dist/esm/Search/SearchStore.d.ts +2 -1
  46. package/dist/esm/Search/SearchStore.d.ts.map +1 -1
  47. package/dist/esm/Search/SearchStore.js +8 -7
  48. package/dist/esm/Search/Stores/SearchHistoryStore.js +2 -2
  49. package/dist/esm/Search/Stores/SearchResultStore.d.ts +19 -9
  50. package/dist/esm/Search/Stores/SearchResultStore.d.ts.map +1 -1
  51. package/dist/esm/Search/Stores/SearchResultStore.js +159 -36
  52. package/dist/esm/Search/Stores/index.d.ts +1 -1
  53. package/dist/esm/Search/Stores/index.d.ts.map +1 -1
  54. package/dist/esm/Search/Stores/index.js +1 -1
  55. package/dist/esm/Storage/StorageStore.d.ts +5 -5
  56. package/dist/esm/Storage/StorageStore.d.ts.map +1 -1
  57. package/dist/esm/Storage/StorageStore.js +17 -17
  58. package/dist/esm/index.d.ts +1 -0
  59. package/dist/esm/index.d.ts.map +1 -1
  60. package/dist/esm/index.js +1 -0
  61. package/dist/esm/types.d.ts +23 -8
  62. package/dist/esm/types.d.ts.map +1 -1
  63. package/package.json +5 -5
@@ -6,9 +6,10 @@ import { AutocompleteStateStore, AutocompleteTermStore, AutocompleteQueryStore,
6
6
  import type { AutocompleteResponseModel, MetaResponseModel } from '@searchspring/snapi-types';
7
7
  import type { TrendingResponseModel } from '@searchspring/snap-client';
8
8
  import type { AutocompleteStoreConfig, StoreServices } from '../types';
9
+ import { MetaStore } from '../Meta/MetaStore';
9
10
  export declare class AutocompleteStore extends AbstractStore {
10
11
  services: StoreServices;
11
- meta: MetaResponseModel;
12
+ meta: MetaStore;
12
13
  merchandising: SearchMerchandisingStore;
13
14
  search: AutocompleteQueryStore;
14
15
  terms: AutocompleteTermStore;
@@ -1 +1 @@
1
- {"version":3,"file":"AutocompleteStore.d.ts","sourceRoot":"","sources":["../../../src/Autocomplete/AutocompleteStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EACN,iBAAiB,EACjB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,kBAAkB,EAElB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EACN,sBAAsB,EACtB,qBAAqB,EACrB,sBAAsB,EACtB,sBAAsB,EACtB,yBAAyB,EACzB,wBAAwB,EACxB,MAAM,UAAU,CAAC;AAElB,OAAO,KAAK,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,KAAK,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEvE,qBAAa,iBAAkB,SAAQ,aAAa;IAC5C,QAAQ,EAAE,aAAa,CAAC;IACxB,IAAI,EAAG,iBAAiB,CAAC;IACzB,aAAa,EAAG,wBAAwB,CAAC;IACzC,MAAM,EAAG,sBAAsB,CAAC;IAChC,KAAK,EAAG,qBAAqB,CAAC;IAC9B,MAAM,EAAG,sBAAsB,CAAC;IAChC,OAAO,EAAG,iBAAiB,CAAC;IAC5B,OAAO,EAAG,iBAAiB,CAAC;IAC5B,UAAU,EAAG,qBAAqB,CAAC;IACnC,OAAO,EAAG,kBAAkB,CAAC;IAC7B,KAAK,EAAE,sBAAsB,CAAC;IAC9B,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,yBAAyB,CAAC;IACpC,OAAO,EAAE,wBAAwB,CAAC;gBAE7B,MAAM,EAAE,uBAAuB,EAAE,QAAQ,EAAE,aAAa;IAiC7D,KAAK,IAAI,IAAI;IAMb,WAAW,IAAI,IAAI;IAgBnB,UAAU,IAAI,IAAI;IAMlB,gBAAgB,IAAI,IAAI;IAIxB,aAAa,IAAI,IAAI;IAIrB,YAAY,IAAI,IAAI;IAIpB,UAAU,CAAC,IAAI,EAAE,MAAM,aAAa,EAAE,OAAO,EAAE,UAAU,GAAG,IAAI;IAUhE,mBAAmB,CAAC,IAAI,EAAE,qBAAqB,GAAG,IAAI;IAWtD,MAAM,CAAC,IAAI,GAAE,yBAAyB,GAAG;QAAE,IAAI,CAAC,EAAE,iBAAiB,CAAA;KAAO,GAAG,IAAI;CA2DxF"}
1
+ {"version":3,"file":"AutocompleteStore.d.ts","sourceRoot":"","sources":["../../../src/Autocomplete/AutocompleteStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EACN,iBAAiB,EACjB,iBAAiB,EACjB,wBAAwB,EACxB,qBAAqB,EACrB,kBAAkB,EAElB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EACN,sBAAsB,EACtB,qBAAqB,EACrB,sBAAsB,EACtB,sBAAsB,EACtB,yBAAyB,EACzB,wBAAwB,EACxB,MAAM,UAAU,CAAC;AAElB,OAAO,KAAK,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,KAAK,EAAE,uBAAuB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,qBAAa,iBAAkB,SAAQ,aAAa;IAC5C,QAAQ,EAAE,aAAa,CAAC;IACxB,IAAI,EAAG,SAAS,CAAC;IACjB,aAAa,EAAG,wBAAwB,CAAC;IACzC,MAAM,EAAG,sBAAsB,CAAC;IAChC,KAAK,EAAG,qBAAqB,CAAC;IAC9B,MAAM,EAAG,sBAAsB,CAAC;IAChC,OAAO,EAAG,iBAAiB,CAAC;IAC5B,OAAO,EAAG,iBAAiB,CAAC;IAC5B,UAAU,EAAG,qBAAqB,CAAC;IACnC,OAAO,EAAG,kBAAkB,CAAC;IAC7B,KAAK,EAAE,sBAAsB,CAAC;IAC9B,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,yBAAyB,CAAC;IACpC,OAAO,EAAE,wBAAwB,CAAC;gBAE7B,MAAM,EAAE,uBAAuB,EAAE,QAAQ,EAAE,aAAa;IAiC7D,KAAK,IAAI,IAAI;IAMb,WAAW,IAAI,IAAI;IAgBnB,UAAU,IAAI,IAAI;IAMlB,gBAAgB,IAAI,IAAI;IAIxB,aAAa,IAAI,IAAI;IAIrB,YAAY,IAAI,IAAI;IAIpB,UAAU,CAAC,IAAI,EAAE,MAAM,aAAa,EAAE,OAAO,EAAE,UAAU,GAAG,IAAI;IAUhE,mBAAmB,CAAC,IAAI,EAAE,qBAAqB,GAAG,IAAI;IAWtD,MAAM,CAAC,IAAI,GAAE,yBAAyB,GAAG;QAAE,IAAI,CAAC,EAAE,iBAAiB,CAAA;KAAO,GAAG,IAAI;CAoExF"}
@@ -3,6 +3,7 @@ import { AbstractStore } from '../Abstract/AbstractStore';
3
3
  import { SearchFilterStore, SearchResultStore, SearchMerchandisingStore, SearchPaginationStore, SearchSortingStore, SearchHistoryStore, } from '../Search/Stores';
4
4
  import { StorageStore } from '../Storage/StorageStore';
5
5
  import { AutocompleteStateStore, AutocompleteTermStore, AutocompleteQueryStore, AutocompleteFacetStore, AutocompleteTrendingStore, AutocompleteHistoryStore, } from './Stores';
6
+ import { MetaStore } from '../Meta/MetaStore';
6
7
  export class AutocompleteStore extends AbstractStore {
7
8
  constructor(config, services) {
8
9
  super(config);
@@ -75,8 +76,7 @@ export class AutocompleteStore extends AbstractStore {
75
76
  if (!data)
76
77
  return;
77
78
  this.error = undefined;
78
- this.loaded = !!data.pagination;
79
- this.meta = data.meta || {};
79
+ this.meta = new MetaStore(data.meta);
80
80
  // set the query to match the actual queried term and not the input query
81
81
  if (data.search) {
82
82
  this.state.url = this.services.urlManager = this.services.urlManager.set('query', data.search.query);
@@ -93,16 +93,17 @@ export class AutocompleteStore extends AbstractStore {
93
93
  this.search = new AutocompleteQueryStore(this.services, data.autocomplete || {}, data.search || {}, this.config);
94
94
  // only run if we want to update the facets (not locked)
95
95
  if (!this.state.locks.facets.locked) {
96
- this.facets = new AutocompleteFacetStore(this.config, this.services, this.storage, data.facets || [], data.pagination || {}, this.meta, this.state, data.merchandising || {});
96
+ this.facets = new AutocompleteFacetStore(this.config, this.services, this.storage, data.facets || [], data.pagination || {}, this.meta.data, this.state, data.merchandising || {});
97
97
  }
98
- this.filters = new SearchFilterStore(this.services, data.filters, this.meta);
99
- this.results = new SearchResultStore(this.config, this.services, data.results || [], data.pagination, data.merchandising);
98
+ this.filters = new SearchFilterStore(this.services, data.filters, this.meta.data);
99
+ this.results = new SearchResultStore(this.config, this.services, this.meta.data, data.results || [], data.pagination, data.merchandising, this.loaded);
100
100
  if ((this.results.length === 0 && !this.trending.filter((term) => term.active).length) || this.terms?.filter((term) => term.active).length) {
101
101
  // if a trending term was selected and then a subsequent search yields no results, reset trending terms to remove active state
102
102
  // OR if any terms are active, also reset to ensure only a single term or trending term is active
103
103
  this.resetTrending();
104
104
  }
105
- this.pagination = new SearchPaginationStore(this.config, this.services, data.pagination, this.meta);
106
- this.sorting = new SearchSortingStore(this.services, data.sorting || [], data.search || {}, this.meta);
105
+ this.pagination = new SearchPaginationStore(this.config, this.services, data.pagination, this.meta.data);
106
+ this.sorting = new SearchSortingStore(this.services, data.sorting || [], data.search || {}, this.meta.data);
107
+ this.loaded = !!data.pagination;
107
108
  }
108
109
  }
@@ -24,14 +24,14 @@ export class CartStore {
24
24
  get price() {
25
25
  let price = 0;
26
26
  this.items.forEach((item) => {
27
- price += (item.display.mappings.core?.price || 0) * item.quantity;
27
+ price += +(item.display.mappings.core?.price || 0) * item.quantity;
28
28
  });
29
29
  return price;
30
30
  }
31
31
  get msrp() {
32
32
  let price = 0;
33
33
  this.items.forEach((item) => {
34
- price += (item.display.mappings.core?.msrp || item.display.mappings.core?.price || 0) * item.quantity;
34
+ price += (+(item.display.mappings.core?.msrp || 0) || +(item.display.mappings.core?.price || 0) || 0) * item.quantity;
35
35
  });
36
36
  return price;
37
37
  }
@@ -5,10 +5,11 @@ import { StorageStore } from '../Storage/StorageStore';
5
5
  import { FinderSelectionStore } from './Stores';
6
6
  import type { FinderStoreConfig, StoreServices, SelectedSelection, FinderStoreState } from '../types';
7
7
  import { UrlManager } from '@searchspring/snap-url-manager';
8
+ import { MetaStore } from '../Meta/MetaStore';
8
9
  export declare class FinderStore extends AbstractStore {
9
10
  services: StoreServices;
10
11
  config: FinderStoreConfig;
11
- meta: MetaResponseModel;
12
+ meta: MetaStore;
12
13
  storage: StorageStore;
13
14
  persistedStorage: StorageStore;
14
15
  pagination: SearchPaginationStore;
@@ -20,7 +21,7 @@ export declare class FinderStore extends AbstractStore {
20
21
  reset: () => void;
21
22
  loadPersisted(): void;
22
23
  update(data: SearchResponseModel & {
23
- meta: MetaResponseModel;
24
+ meta?: MetaResponseModel;
24
25
  }, selectedSelections?: SelectedSelection[]): void;
25
26
  }
26
27
  //# sourceMappingURL=FinderStore.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FinderStore.d.ts","sourceRoot":"","sources":["../../../src/Finder/FinderStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAe,MAAM,yBAAyB,CAAC;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtG,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D,qBAAa,WAAY,SAAQ,aAAa;IACtC,QAAQ,EAAE,aAAa,CAAC;IACxB,MAAM,EAAG,iBAAiB,CAAC;IAC3B,IAAI,EAAE,iBAAiB,CAAM;IAC7B,OAAO,EAAE,YAAY,CAAC;IACtB,gBAAgB,EAAG,YAAY,CAAC;IAChC,UAAU,EAAG,qBAAqB,CAAC;IACnC,UAAU,EAAG,oBAAoB,CAAC;IAClC,KAAK,EAAE,gBAAgB,CAE5B;gBAEU,MAAM,EAAE,iBAAiB,EAAE,QAAQ,EAAE,aAAa;IA0BvD,UAAU,CAAC,IAAI,EAAE,MAAM,aAAa,EAAE,OAAO,EAAE,UAAU,GAAG,IAAI;IAQhE,IAAI,EAAE,MAAM,IAAI,CAAY;IAE5B,KAAK,QAAO,IAAI,CAWrB;IAEK,aAAa,IAAI,IAAI;IAyBrB,MAAM,CAAC,IAAI,EAAE,mBAAmB,GAAG;QAAE,IAAI,EAAE,iBAAiB,CAAA;KAAE,EAAE,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,GAAG,IAAI;CAiCtH"}
1
+ {"version":3,"file":"FinderStore.d.ts","sourceRoot":"","sources":["../../../src/Finder/FinderStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAChD,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AACtG,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,qBAAa,WAAY,SAAQ,aAAa;IACtC,QAAQ,EAAE,aAAa,CAAC;IACxB,MAAM,EAAG,iBAAiB,CAAC;IAC3B,IAAI,EAAG,SAAS,CAAC;IACjB,OAAO,EAAE,YAAY,CAAC;IACtB,gBAAgB,EAAG,YAAY,CAAC;IAChC,UAAU,EAAG,qBAAqB,CAAC;IACnC,UAAU,EAAG,oBAAoB,CAAC;IAClC,KAAK,EAAE,gBAAgB,CAE5B;gBAEU,MAAM,EAAE,iBAAiB,EAAE,QAAQ,EAAE,aAAa;IA0BvD,UAAU,CAAC,IAAI,EAAE,MAAM,aAAa,EAAE,OAAO,EAAE,UAAU,GAAG,IAAI;IAQhE,IAAI,EAAE,MAAM,IAAI,CAAY;IAE5B,KAAK,QAAO,IAAI,CAWrB;IAEK,aAAa,IAAI,IAAI;IAyBrB,MAAM,CAAC,IAAI,EAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,iBAAiB,CAAA;KAAE,EAAE,kBAAkB,CAAC,EAAE,iBAAiB,EAAE,GAAG,IAAI;CAiCvH"}
@@ -1,12 +1,12 @@
1
1
  import { makeObservable, observable } from 'mobx';
2
2
  import { AbstractStore } from '../Abstract/AbstractStore';
3
3
  import { SearchPaginationStore } from '../Search/Stores';
4
- import { StorageStore, StorageType } from '../Storage/StorageStore';
4
+ import { StorageStore } from '../Storage/StorageStore';
5
5
  import { FinderSelectionStore } from './Stores';
6
+ import { MetaStore } from '../Meta/MetaStore';
6
7
  export class FinderStore extends AbstractStore {
7
8
  constructor(config, services) {
8
9
  super(config);
9
- this.meta = {};
10
10
  this.state = {
11
11
  persisted: false,
12
12
  };
@@ -30,7 +30,7 @@ export class FinderStore extends AbstractStore {
30
30
  this.services = services;
31
31
  if (config.persist?.enabled) {
32
32
  this.persistedStorage = new StorageStore({
33
- type: StorageType.LOCAL,
33
+ type: 'local',
34
34
  key: `ss-${config.id}-persisted`,
35
35
  });
36
36
  }
@@ -72,12 +72,12 @@ export class FinderStore extends AbstractStore {
72
72
  update(data, selectedSelections) {
73
73
  this.error = undefined;
74
74
  this.loaded = !!data.pagination;
75
- this.meta = data.meta;
76
- this.pagination = new SearchPaginationStore(this.config, this.services, data.pagination, this.meta);
75
+ this.meta = new MetaStore(data.meta);
76
+ this.pagination = new SearchPaginationStore(this.config, this.services, data.pagination, this.meta.data);
77
77
  this.selections = new FinderSelectionStore(this.config, this.services, {
78
78
  state: this.state,
79
79
  facets: data.facets || [],
80
- meta: this.meta,
80
+ meta: this.meta.data,
81
81
  loading: this.loading,
82
82
  storage: this.storage,
83
83
  selections: selectedSelections || [],
@@ -0,0 +1,15 @@
1
+ import type { MetaResponseModel } from '@searchspring/snapi-types';
2
+ export declare class MetaStore {
3
+ data: MetaResponseModel;
4
+ badges: MetaBadges;
5
+ constructor(metaData?: MetaResponseModel);
6
+ }
7
+ declare class MetaBadges {
8
+ groups: Record<string, {
9
+ sections: string[];
10
+ grid: string[][];
11
+ }>;
12
+ constructor(metaData?: MetaResponseModel);
13
+ }
14
+ export {};
15
+ //# sourceMappingURL=MetaStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MetaStore.d.ts","sourceRoot":"","sources":["../../../src/Meta/MetaStore.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,qBAAa,SAAS;IACd,IAAI,EAAE,iBAAiB,CAAC;IACxB,MAAM,EAAE,UAAU,CAAC;gBAEd,QAAQ,CAAC,EAAE,iBAAiB;CAIxC;AAED,cAAM,UAAU;IACR,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,QAAQ,EAAE,MAAM,EAAE,CAAC;QAAC,IAAI,EAAE,MAAM,EAAE,EAAE,CAAA;KAAE,CAAC,CAAM;gBAEjE,QAAQ,CAAC,EAAE,iBAAiB;CA8BxC"}
@@ -0,0 +1,44 @@
1
+ export class MetaStore {
2
+ constructor(metaData) {
3
+ this.data = metaData ?? {};
4
+ this.badges = new MetaBadges(this.data);
5
+ }
6
+ }
7
+ class MetaBadges {
8
+ constructor(metaData) {
9
+ this.groups = {};
10
+ // 'overlay' group is created by default - could support additional groups via config in the future
11
+ const groups = { overlay: { sections: ['left', 'right'] } };
12
+ // process groups - create the grid for each group
13
+ Object.keys(groups).map((name) => {
14
+ const group = groups[name];
15
+ const sections = group.sections.map((section) => ({
16
+ areas: metaData?.badges?.locations?.[section]?.map((area) => area.tag) || [],
17
+ grid: [],
18
+ }));
19
+ // find lcm of sections
20
+ const lcmSections = sections.map((section) => section.areas.length).reduce(lcm);
21
+ sections.forEach((section) => {
22
+ section.grid = Array.from({ length: lcmSections }).map((_, index) => section.areas[Math.floor(index / (lcmSections / section.areas.length))]);
23
+ });
24
+ // set the grid by creating rows of columns
25
+ const grid = Array.from({ length: lcmSections }).map((_, i) => {
26
+ return sections.map((section) => section.grid[i]);
27
+ });
28
+ this.groups[name] = {
29
+ sections: group.sections,
30
+ grid,
31
+ };
32
+ });
33
+ }
34
+ }
35
+ function gcd(a, b) {
36
+ if (!b) {
37
+ return a;
38
+ }
39
+ return gcd(b, a % b);
40
+ }
41
+ function lcm(a, b) {
42
+ const gcdValue = gcd(a, b);
43
+ return (a * b) / gcdValue;
44
+ }
@@ -4,14 +4,19 @@ import { CartStore } from '../Cart/CartStore';
4
4
  import { RecommendationProfileStore } from './Stores';
5
5
  import type { RecommendationStoreConfig, StoreServices } from '../types';
6
6
  import type { RecommendCombinedResponseModel } from '@searchspring/snap-client';
7
+ import { MetaResponseModel } from '@searchspring/snapi-types';
8
+ import { MetaStore } from '../Meta/MetaStore';
7
9
  export declare class RecommendationStore extends AbstractStore {
8
10
  services: StoreServices;
11
+ meta: MetaStore;
9
12
  loaded: boolean;
10
13
  profile: RecommendationProfileStore;
11
14
  results: Product[];
12
15
  cart: CartStore;
13
16
  constructor(config: RecommendationStoreConfig, services: StoreServices);
14
17
  reset(): void;
15
- update(data?: RecommendCombinedResponseModel): void;
18
+ update(data?: RecommendCombinedResponseModel & {
19
+ meta?: MetaResponseModel;
20
+ }): void;
16
21
  }
17
22
  //# sourceMappingURL=RecommendationStore.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RecommendationStore.d.ts","sourceRoot":"","sources":["../../../src/Recommendation/RecommendationStore.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAqB,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAEhF,qBAAa,mBAAoB,SAAQ,aAAa;IAC9C,QAAQ,EAAE,aAAa,CAAC;IACxB,MAAM,UAAS;IACf,OAAO,EAAG,0BAA0B,CAAC;IACrC,OAAO,EAAG,OAAO,EAAE,CAAC;IACpB,IAAI,EAAG,SAAS,CAAC;gBAEZ,MAAM,EAAE,yBAAyB,EAAE,QAAQ,EAAE,aAAa;IAiB/D,KAAK,IAAI,IAAI;IAIb,MAAM,CAAC,IAAI,CAAC,EAAE,8BAA8B,GAAG,IAAI;CAW1D"}
1
+ {"version":3,"file":"RecommendationStore.d.ts","sourceRoot":"","sources":["../../../src/Recommendation/RecommendationStore.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAqB,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AACtD,OAAO,KAAK,EAAE,yBAAyB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACzE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,qBAAa,mBAAoB,SAAQ,aAAa;IAC9C,QAAQ,EAAE,aAAa,CAAC;IACxB,IAAI,EAAG,SAAS,CAAC;IACjB,MAAM,UAAS;IACf,OAAO,EAAG,0BAA0B,CAAC;IACrC,OAAO,EAAG,OAAO,EAAE,CAAC;IACpB,IAAI,EAAG,SAAS,CAAC;gBAEZ,MAAM,EAAE,yBAAyB,EAAE,QAAQ,EAAE,aAAa;IAiB/D,KAAK,IAAI,IAAI;IAIb,MAAM,CAAC,IAAI,CAAC,EAAE,8BAA8B,GAAG;QAAE,IAAI,CAAC,EAAE,iBAAiB,CAAA;KAAE,GAAG,IAAI;CAazF"}
@@ -3,6 +3,7 @@ import { AbstractStore } from '../Abstract/AbstractStore';
3
3
  import { SearchResultStore } from '../Search/Stores';
4
4
  import { CartStore } from '../Cart/CartStore';
5
5
  import { RecommendationProfileStore } from './Stores';
6
+ import { MetaStore } from '../Meta/MetaStore';
6
7
  export class RecommendationStore extends AbstractStore {
7
8
  constructor(config, services) {
8
9
  super(config);
@@ -22,12 +23,13 @@ export class RecommendationStore extends AbstractStore {
22
23
  }
23
24
  update(data) {
24
25
  this.error = undefined;
25
- this.loaded = !!data?.profile;
26
+ this.meta = new MetaStore(data?.meta);
26
27
  this.profile = new RecommendationProfileStore(this.services, data);
27
- this.results = new SearchResultStore(this.config, this.services, data?.results);
28
+ this.results = new SearchResultStore(this.config, this.services, this.meta.data, data?.results, undefined, undefined, this.loaded);
28
29
  // only create a cart store when type is bundle
29
30
  if (this.profile.type == 'bundle') {
30
31
  this.cart = new CartStore();
31
32
  }
33
+ this.loaded = !!data?.profile;
32
34
  }
33
35
  }
@@ -3,9 +3,10 @@ import type { SearchStoreConfig, StoreServices } from '../types';
3
3
  import { SearchMerchandisingStore, SearchFacetStore, SearchFilterStore, SearchResultStore, SearchPaginationStore, SearchSortingStore, SearchQueryStore, SearchHistoryStore } from './Stores';
4
4
  import { AbstractStore } from '../Abstract/AbstractStore';
5
5
  import { StorageStore } from '../Storage/StorageStore';
6
+ import { MetaStore } from '../Meta/MetaStore';
6
7
  export declare class SearchStore extends AbstractStore {
7
8
  services: StoreServices;
8
- meta: MetaResponseModel;
9
+ meta: MetaStore;
9
10
  merchandising: SearchMerchandisingStore;
10
11
  search: SearchQueryStore;
11
12
  facets: SearchFacetStore;
@@ -1 +1 @@
1
- {"version":3,"file":"SearchStore.d.ts","sourceRoot":"","sources":["../../../src/Search/SearchStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACxF,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EACN,wBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,qBAAa,WAAY,SAAQ,aAAa;IACtC,QAAQ,EAAE,aAAa,CAAC;IACxB,IAAI,EAAG,iBAAiB,CAAC;IACzB,aAAa,EAAG,wBAAwB,CAAC;IACzC,MAAM,EAAG,gBAAgB,CAAC;IAC1B,MAAM,EAAG,gBAAgB,CAAC;IAC1B,OAAO,EAAG,iBAAiB,CAAC;IAC5B,OAAO,EAAG,iBAAiB,CAAC;IAC5B,UAAU,EAAG,qBAAqB,CAAC;IACnC,OAAO,EAAG,kBAAkB,CAAC;IAC7B,OAAO,EAAE,YAAY,CAAC;IACtB,OAAO,EAAE,kBAAkB,CAAC;gBAEvB,MAAM,EAAE,iBAAiB,EAAE,QAAQ,EAAE,aAAa;IAiDvD,KAAK,IAAI,IAAI;IAIb,MAAM,CAAC,IAAI,GAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,iBAAiB,CAAA;KAAO,GAAG,IAAI;CAoBlF"}
1
+ {"version":3,"file":"SearchStore.d.ts","sourceRoot":"","sources":["../../../src/Search/SearchStore.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AACxF,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EACN,wBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,MAAM,UAAU,CAAC;AAElB,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,qBAAa,WAAY,SAAQ,aAAa;IACtC,QAAQ,EAAE,aAAa,CAAC;IACxB,IAAI,EAAG,SAAS,CAAC;IACjB,aAAa,EAAG,wBAAwB,CAAC;IACzC,MAAM,EAAG,gBAAgB,CAAC;IAC1B,MAAM,EAAG,gBAAgB,CAAC;IAC1B,OAAO,EAAG,iBAAiB,CAAC;IAC5B,OAAO,EAAG,iBAAiB,CAAC;IAC5B,UAAU,EAAG,qBAAqB,CAAC;IACnC,OAAO,EAAG,kBAAkB,CAAC;IAC7B,OAAO,EAAE,YAAY,CAAC;IACtB,OAAO,EAAE,kBAAkB,CAAC;gBAEvB,MAAM,EAAE,iBAAiB,EAAE,QAAQ,EAAE,aAAa;IAiDvD,KAAK,IAAI,IAAI;IAIb,MAAM,CAAC,IAAI,GAAE,mBAAmB,GAAG;QAAE,IAAI,CAAC,EAAE,iBAAiB,CAAA;KAAO,GAAG,IAAI;CA6BlF"}
@@ -2,6 +2,7 @@ import { makeObservable, observable } from 'mobx';
2
2
  import { SearchMerchandisingStore, SearchFacetStore, SearchFilterStore, SearchResultStore, SearchPaginationStore, SearchSortingStore, SearchQueryStore, SearchHistoryStore, } from './Stores';
3
3
  import { AbstractStore } from '../Abstract/AbstractStore';
4
4
  import { StorageStore } from '../Storage/StorageStore';
5
+ import { MetaStore } from '../Meta/MetaStore';
5
6
  export class SearchStore extends AbstractStore {
6
7
  constructor(config, services) {
7
8
  super(config);
@@ -47,14 +48,14 @@ export class SearchStore extends AbstractStore {
47
48
  }
48
49
  update(data = {}) {
49
50
  this.error = undefined;
50
- this.loaded = !!data.pagination;
51
- this.meta = data.meta || {};
51
+ this.meta = new MetaStore(data.meta);
52
52
  this.merchandising = new SearchMerchandisingStore(this.services, data?.merchandising || {});
53
53
  this.search = new SearchQueryStore(this.services, data?.search || {});
54
- this.facets = new SearchFacetStore(this.config, this.services, this.storage, data.facets, data?.pagination || {}, this.meta, data?.merchandising || {});
55
- this.filters = new SearchFilterStore(this.services, data.filters, this.meta);
56
- this.results = new SearchResultStore(this.config, this.services, data?.results || [], data.pagination, data.merchandising);
57
- this.pagination = new SearchPaginationStore(this.config, this.services, data.pagination, this.meta);
58
- this.sorting = new SearchSortingStore(this.services, data?.sorting || [], data?.search || {}, this.meta);
54
+ this.facets = new SearchFacetStore(this.config, this.services, this.storage, data.facets, data?.pagination || {}, this.meta.data, data?.merchandising || {});
55
+ this.filters = new SearchFilterStore(this.services, data.filters, this.meta.data);
56
+ this.results = new SearchResultStore(this.config, this.services, this.meta.data, data?.results || [], data.pagination, data.merchandising, this.loaded);
57
+ this.pagination = new SearchPaginationStore(this.config, this.services, data.pagination, this.meta.data);
58
+ this.sorting = new SearchSortingStore(this.services, data?.sorting || [], data?.search || {}, this.meta.data);
59
+ this.loaded = !!data.pagination;
59
60
  }
60
61
  }
@@ -1,4 +1,4 @@
1
- import { StorageStore, StorageType } from '../../Storage/StorageStore';
1
+ import { StorageStore } from '../../Storage/StorageStore';
2
2
  import { Query } from './SearchQueryStore';
3
3
  export class SearchHistoryStore {
4
4
  constructor(config, services) {
@@ -16,7 +16,7 @@ export class SearchHistoryStore {
16
16
  this.config.max = 25;
17
17
  }
18
18
  this.storage = new StorageStore({
19
- type: StorageType.LOCAL,
19
+ type: 'local',
20
20
  key: `ss-history${this.config.siteId ? `-${this.config.siteId}` : ``}`,
21
21
  });
22
22
  // reset to zero to clear any potentially existing terms
@@ -1,8 +1,8 @@
1
- import type { StoreServices, StoreConfigs, VariantSelectionOptions, VariantConfig } from '../../types';
2
- import type { SearchResponseModelResult, SearchResponseModelPagination, SearchResponseModelMerchandising, SearchResponseModelResultMappings, SearchResponseModelMerchandisingContentInline, SearchResponseModelMerchandisingContentConfig } from '@searchspring/snapi-types';
1
+ import type { StoreServices, StoreConfigs, ResultBadge, VariantOptionConfig, VariantConfig } from '../../types';
2
+ import type { SearchResponseModelResult, SearchResponseModelPagination, SearchResponseModelMerchandising, SearchResponseModelResultMappings, SearchResponseModelMerchandisingContentInline, SearchResponseModelMerchandisingContentConfig, MetaResponseModel } from '@searchspring/snapi-types';
3
3
  export declare class SearchResultStore extends Array<Product | Banner> {
4
4
  static get [Symbol.species](): ArrayConstructor;
5
- constructor(config: StoreConfigs, services: StoreServices, resultData?: SearchResponseModelResult[], paginationData?: SearchResponseModelPagination, merchData?: SearchResponseModelMerchandising);
5
+ constructor(config: StoreConfigs, services: StoreServices, metaData: MetaResponseModel, resultData?: SearchResponseModelResult[], paginationData?: SearchResponseModelPagination, merchData?: SearchResponseModelMerchandising, loaded?: boolean);
6
6
  }
7
7
  export declare class Banner {
8
8
  type: string;
@@ -35,12 +35,20 @@ export declare class Product {
35
35
  mappings: SearchResponseModelResultMappings;
36
36
  custom: {};
37
37
  children?: Array<Child>;
38
+ badges: Badges;
38
39
  quantity: number;
39
40
  mask: ProductMask;
40
41
  variants?: Variants;
41
- constructor(services: StoreServices, result: SearchResponseModelResult, config?: StoreConfigs);
42
+ constructor(services: StoreServices, result: SearchResponseModelResult, metaData: MetaResponseModel, config?: StoreConfigs);
42
43
  get display(): ProductMinimal;
43
44
  }
45
+ export declare class Badges {
46
+ all: ResultBadge[];
47
+ constructor(result: SearchResponseModelResult, metaData: MetaResponseModel);
48
+ atLocation(location?: string[] | string): ResultBadge[];
49
+ get tags(): Record<string, ResultBadge>;
50
+ get locations(): Record<string, Record<string, ResultBadge[]>>;
51
+ }
44
52
  export declare class ProductMask {
45
53
  data: Partial<Product>;
46
54
  constructor();
@@ -59,21 +67,23 @@ export declare class Variants {
59
67
  makeSelections(options?: Record<string, string[]>): void;
60
68
  refineSelections(fromSelection: VariantSelection): void;
61
69
  }
62
- type SelectionValue = {
70
+ export type VariantSelectionValue = {
63
71
  value: string;
64
72
  label?: string;
65
73
  thumbnailImageUrl?: string;
74
+ backgroundImageUrl?: string;
66
75
  background?: string;
67
76
  available?: boolean;
68
77
  };
69
78
  export declare class VariantSelection {
70
79
  field: string;
71
80
  label: string;
72
- selected?: string;
73
- previouslySelected?: string;
74
- values: SelectionValue[];
81
+ selected?: VariantSelectionValue;
82
+ previouslySelected?: VariantSelectionValue;
83
+ values: VariantSelectionValue[];
84
+ private config;
75
85
  private variantsUpdate;
76
- constructor(variants: Variants, selectorConfig: VariantSelectionOptions);
86
+ constructor(variants: Variants, selectorField: string, variantConfig?: VariantOptionConfig);
77
87
  refineValues(variants: Variants): void;
78
88
  reset(): void;
79
89
  select(value: string, internalSelection?: boolean): void;
@@ -1 +1 @@
1
- {"version":3,"file":"SearchResultStore.d.ts","sourceRoot":"","sources":["../../../../src/Search/Stores/SearchResultStore.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SearchResultStore.d.ts","sourceRoot":"","sources":["../../../../src/Search/Stores/SearchResultStore.ts"],"names":[],"mappings":"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"}