@searchstax-inc/searchstudio-ux-js 0.1.3 → 0.1.4

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.
@@ -114,7 +114,7 @@ export interface ISearchstaxConfig {
114
114
  export interface IRouterConfig extends IRouterOptions {
115
115
  enabled: boolean;
116
116
  }
117
- declare enum ISearchstaxRenderEngine {
117
+ export declare const enum ISearchstaxRenderEngine {
118
118
  "mustache" = 0,
119
119
  "vue" = 1,
120
120
  "react" = 2
@@ -234,7 +234,7 @@ export interface ISearchstaxSearchFacetsConfig {
234
234
  itemsPerPageMobile: number;
235
235
  templates?: ISearchstaxSearchFacetsClearFacetsTemplates;
236
236
  }
237
- declare enum ISearchstaxSearchFacetingType {
237
+ export declare const enum ISearchstaxSearchFacetingType {
238
238
  "and" = 0,
239
239
  "or" = 1,
240
240
  "showUnavailable" = 2
@@ -114,7 +114,7 @@ export interface ISearchstaxConfig {
114
114
  export interface IRouterConfig extends IRouterOptions {
115
115
  enabled: boolean;
116
116
  }
117
- declare enum ISearchstaxRenderEngine {
117
+ export declare const enum ISearchstaxRenderEngine {
118
118
  "mustache" = 0,
119
119
  "vue" = 1,
120
120
  "react" = 2
@@ -234,7 +234,7 @@ export interface ISearchstaxSearchFacetsConfig {
234
234
  itemsPerPageMobile: number;
235
235
  templates?: ISearchstaxSearchFacetsClearFacetsTemplates;
236
236
  }
237
- declare enum ISearchstaxSearchFacetingType {
237
+ export declare const enum ISearchstaxSearchFacetingType {
238
238
  "and" = 0,
239
239
  "or" = 1,
240
240
  "showUnavailable" = 2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@searchstax-inc/searchstudio-ux-js",
3
3
  "private": false,
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "files": [
6
6
  "dist"
7
7
  ],