@getlupa/client 0.10.7 → 0.11.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.
@@ -28,7 +28,7 @@ export default class TermFacet extends Vue {
28
28
  get statsSummary(): string;
29
29
  get separator(): string;
30
30
  get isIntegerRange(): boolean;
31
- get interval(): 1 | 0.01;
31
+ get interval(): number;
32
32
  get sliderInputFormat(): string | undefined;
33
33
  onMinValueChange(): void;
34
34
  onMaxValueChange(): void;
@@ -11254,7 +11254,7 @@ __vue_render__$1b._withStripped = true;
11254
11254
  /* style */
11255
11255
  const __vue_inject_styles__$1b = function (inject) {
11256
11256
  if (!inject) return
11257
- inject("data-v-219ea03b_0", { source: "\n.lupa-search-box-input-field,\n.lupa-hint {\n width: 100%;\n}\n.lupa-search-box-input-field {\n position: relative !important;\n background: transparent !important;\n}\n.lupa-hint {\n opacity: 0.5;\n position: absolute !important;\n pointer-events: none;\n}\n.lupa-input-clear {\n display: none;\n}\n", map: undefined, media: undefined });
11257
+ inject("data-v-af94f296_0", { source: "\n.lupa-search-box-input-field,\n.lupa-hint {\n width: 100%;\n}\n.lupa-search-box-input-field {\n position: relative !important;\n background: transparent !important;\n}\n.lupa-hint {\n opacity: 0.5;\n position: absolute !important;\n pointer-events: none;\n}\n.lupa-input-clear {\n display: none;\n}\n", map: undefined, media: undefined });
11258
11258
 
11259
11259
  };
11260
11260
  /* scoped */
@@ -31140,7 +31140,7 @@ __vue_render__$U._withStripped = true;
31140
31140
  /* style */
31141
31141
  const __vue_inject_styles__$U = function (inject) {
31142
31142
  if (!inject) return
31143
- inject("data-v-49023ab6_0", { source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n", map: undefined, media: undefined });
31143
+ inject("data-v-39831122_0", { source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n", map: undefined, media: undefined });
31144
31144
 
31145
31145
  };
31146
31146
  /* scoped */
@@ -1,6 +1,6 @@
1
1
  export declare const createShadowDom: (shadowId: string, managerId: string) => {
2
2
  host: HTMLElement;
3
- manager: HTMLDivElement;
3
+ manager: HTMLElement;
4
4
  };
5
5
  export declare const attatchShadowDom: ({ host, manager, styleUrl, }: {
6
6
  host: HTMLElement;
@@ -28,7 +28,7 @@ export default class TermFacet extends Vue {
28
28
  get statsSummary(): string;
29
29
  get separator(): string;
30
30
  get isIntegerRange(): boolean;
31
- get interval(): 1 | 0.01;
31
+ get interval(): number;
32
32
  get sliderInputFormat(): string | undefined;
33
33
  onMinValueChange(): void;
34
34
  onMaxValueChange(): void;
@@ -11250,7 +11250,7 @@ __vue_render__$1b._withStripped = true;
11250
11250
  /* style */
11251
11251
  const __vue_inject_styles__$1b = function (inject) {
11252
11252
  if (!inject) return
11253
- inject("data-v-219ea03b_0", { source: "\n.lupa-search-box-input-field,\n.lupa-hint {\n width: 100%;\n}\n.lupa-search-box-input-field {\n position: relative !important;\n background: transparent !important;\n}\n.lupa-hint {\n opacity: 0.5;\n position: absolute !important;\n pointer-events: none;\n}\n.lupa-input-clear {\n display: none;\n}\n", map: undefined, media: undefined });
11253
+ inject("data-v-af94f296_0", { source: "\n.lupa-search-box-input-field,\n.lupa-hint {\n width: 100%;\n}\n.lupa-search-box-input-field {\n position: relative !important;\n background: transparent !important;\n}\n.lupa-hint {\n opacity: 0.5;\n position: absolute !important;\n pointer-events: none;\n}\n.lupa-input-clear {\n display: none;\n}\n", map: undefined, media: undefined });
11254
11254
 
11255
11255
  };
11256
11256
  /* scoped */
@@ -31136,7 +31136,7 @@ __vue_render__$U._withStripped = true;
31136
31136
  /* style */
31137
31137
  const __vue_inject_styles__$U = function (inject) {
31138
31138
  if (!inject) return
31139
- inject("data-v-49023ab6_0", { source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n", map: undefined, media: undefined });
31139
+ inject("data-v-39831122_0", { source: "\n#lupa-search-box {\n width: 100%;\n}\n.lupa-search-box-wrapper {\n position: relative;\n}\n", map: undefined, media: undefined });
31140
31140
 
31141
31141
  };
31142
31142
  /* scoped */
@@ -1,6 +1,6 @@
1
1
  export declare const createShadowDom: (shadowId: string, managerId: string) => {
2
2
  host: HTMLElement;
3
- manager: HTMLDivElement;
3
+ manager: HTMLElement;
4
4
  };
5
5
  export declare const attatchShadowDom: ({ host, manager, styleUrl, }: {
6
6
  host: HTMLElement;
@@ -28,7 +28,7 @@ export default class TermFacet extends Vue {
28
28
  get statsSummary(): string;
29
29
  get separator(): string;
30
30
  get isIntegerRange(): boolean;
31
- get interval(): 1 | 0.01;
31
+ get interval(): number;
32
32
  get sliderInputFormat(): string | undefined;
33
33
  onMinValueChange(): void;
34
34
  onMaxValueChange(): void;