@lukso/web-components 1.42.0 → 1.44.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 (62) hide show
  1. package/dist/components/index.cjs +3 -3
  2. package/dist/components/index.js +3 -3
  3. package/dist/components/lukso-button/index.cjs +1 -1
  4. package/dist/components/lukso-button/index.js +1 -1
  5. package/dist/components/lukso-card/index.cjs +35 -42
  6. package/dist/components/lukso-card/index.d.ts.map +1 -1
  7. package/dist/components/lukso-card/index.js +35 -42
  8. package/dist/components/lukso-checkbox/index.cjs +3 -2
  9. package/dist/components/lukso-checkbox/index.d.ts.map +1 -1
  10. package/dist/components/lukso-checkbox/index.js +3 -2
  11. package/dist/components/lukso-footer/index.cjs +1 -1
  12. package/dist/components/lukso-footer/index.js +1 -1
  13. package/dist/components/lukso-icon/index.cjs +2 -2
  14. package/dist/components/lukso-icon/index.js +2 -2
  15. package/dist/components/lukso-input/index.cjs +14 -7
  16. package/dist/components/lukso-input/index.d.ts.map +1 -1
  17. package/dist/components/lukso-input/index.js +14 -7
  18. package/dist/components/lukso-modal/index.cjs +1 -1
  19. package/dist/components/lukso-modal/index.js +1 -1
  20. package/dist/components/lukso-navbar/index.cjs +2 -2
  21. package/dist/components/lukso-navbar/index.js +2 -2
  22. package/dist/components/lukso-profile/index.cjs +2 -2
  23. package/dist/components/lukso-profile/index.js +2 -2
  24. package/dist/components/lukso-progress/index.cjs +2 -2
  25. package/dist/components/lukso-progress/index.js +2 -2
  26. package/dist/components/lukso-sanitize/index.cjs +1 -1
  27. package/dist/components/lukso-sanitize/index.js +1 -1
  28. package/dist/components/lukso-search/index.cjs +133 -38
  29. package/dist/components/lukso-search/index.d.ts +20 -12
  30. package/dist/components/lukso-search/index.d.ts.map +1 -1
  31. package/dist/components/lukso-search/index.js +133 -38
  32. package/dist/components/lukso-search/lukso-search.stories.d.ts +2 -0
  33. package/dist/components/lukso-search/lukso-search.stories.d.ts.map +1 -1
  34. package/dist/components/lukso-share/index.cjs +1 -1
  35. package/dist/components/lukso-share/index.js +1 -1
  36. package/dist/components/lukso-switch/index.cjs +5 -4
  37. package/dist/components/lukso-switch/index.d.ts.map +1 -1
  38. package/dist/components/lukso-switch/index.js +5 -4
  39. package/dist/components/lukso-tag/index.cjs +2 -2
  40. package/dist/components/lukso-tag/index.js +2 -2
  41. package/dist/components/lukso-terms/index.cjs +2 -2
  42. package/dist/components/lukso-terms/index.js +2 -2
  43. package/dist/components/lukso-test/index.cjs +2 -2
  44. package/dist/components/lukso-test/index.js +2 -2
  45. package/dist/components/lukso-username/index.cjs +2 -2
  46. package/dist/components/lukso-username/index.js +2 -2
  47. package/dist/components/lukso-wizard/index.cjs +2 -2
  48. package/dist/components/lukso-wizard/index.js +2 -2
  49. package/dist/{directive-helpers-8f79cbe5.js → directive-helpers-422da386.js} +1 -1
  50. package/dist/{directive-helpers-01f1c3b1.cjs → directive-helpers-b2851157.cjs} +1 -1
  51. package/dist/index-5b6b1166.js +59 -0
  52. package/dist/index-7ef6f8a1.cjs +67 -0
  53. package/dist/index.cjs +3 -3
  54. package/dist/index.js +3 -3
  55. package/dist/shared/tailwind-element/index.cjs +1 -1
  56. package/dist/shared/tailwind-element/index.js +1 -1
  57. package/dist/{style-map-5daca6c4.js → style-map-6cdbbb8b.js} +1 -1
  58. package/dist/{style-map-3b9af808.cjs → style-map-c00f9dd9.cjs} +1 -1
  59. package/package.json +1 -1
  60. package/tailwind.config.cjs +1 -0
  61. package/dist/index-930f6cf2.cjs +0 -67
  62. package/dist/index-ed87f41b.js +0 -59
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-930f6cf2.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
- const styleMap = require('../../style-map-3b9af808.cjs');
7
+ const styleMap = require('../../style-map-c00f9dd9.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
9
9
  require('../../directive-8278ab14.cjs');
10
10
 
@@ -1,6 +1,6 @@
1
- import { a as TailwindElement, x } from '../../index-ed87f41b.js';
1
+ import { a as TailwindElement, x } from '../../index-5b6b1166.js';
2
2
  import { e, a as e$1 } from '../../query-assigned-elements-e36df787.js';
3
- import { o } from '../../style-map-5daca6c4.js';
3
+ import { o } from '../../style-map-6cdbbb8b.js';
4
4
  import { c as customClassMap } from '../../index-5e194caf.js';
5
5
  import '../../directive-2bb7789e.js';
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-930f6cf2.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
7
  const directive = require('../../directive-8278ab14.cjs');
8
8
 
@@ -1,4 +1,4 @@
1
- import { c as A, b as T, a as TailwindElement, x } from '../../index-ed87f41b.js';
1
+ import { c as A, b as T, a as TailwindElement, x } from '../../index-5b6b1166.js';
2
2
  import { e as e$2, a as e$3 } from '../../query-assigned-elements-e36df787.js';
3
3
  import { i, t, e as e$1 } from '../../directive-2bb7789e.js';
4
4
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const shared_tailwindElement_index = require('../../index-930f6cf2.cjs');
5
+ const shared_tailwindElement_index = require('../../index-7ef6f8a1.cjs');
6
6
  const queryAssignedElements = require('../../query-assigned-elements-5200f974.cjs');
7
7
  const state = require('../../state-51b50a6b.cjs');
8
8
  const index = require('../../index-e9668573.cjs');
@@ -10,7 +10,7 @@ require('../lukso-icon/index.cjs');
10
10
  require('../lukso-profile/index.cjs');
11
11
  require('../lukso-username/index.cjs');
12
12
  require('../../directive-8278ab14.cjs');
13
- require('../../style-map-3b9af808.cjs');
13
+ require('../../style-map-c00f9dd9.cjs');
14
14
 
15
15
  const style = ":host {\n\n display: inline-flex\n}\n\n:host([is-full-width]) {\n\n display: flex;\n\n width: 100%\n}";
16
16
 
@@ -30,7 +30,6 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
30
30
  super(...arguments);
31
31
  this.value = "";
32
32
  this.name = "";
33
- this.type = "text";
34
33
  this.placeholder = "";
35
34
  this.label = "";
36
35
  this.autocomplete = "off";
@@ -48,18 +47,35 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
48
47
  this.isSearching = false;
49
48
  this.noResultsText = "";
50
49
  this.showNoResults = false;
50
+ this.selected = void 0;
51
51
  this.hasFocus = false;
52
52
  this.hasHighlight = false;
53
53
  this.isDebouncing = false;
54
+ this.resultsParsed = [];
55
+ this.searchTerm = "";
54
56
  this.defaultInputStyles = `bg-neutral-100 paragraph-inter-14-regular px-4 py-3 pr-10
55
57
  border-solid h-[48px] placeholder:text-neutral-70
56
58
  outline-none transition transition-all duration-150 appearance-none rounded-12`;
57
59
  }
60
+ willUpdate(changedProperties) {
61
+ if (changedProperties.has("selected")) {
62
+ const selectedOption = this.shadowRoot?.querySelector(
63
+ `[data-index="${changedProperties.get("selected")}"`
64
+ );
65
+ if (selectedOption) {
66
+ selectedOption.scrollIntoView({
67
+ behavior: "smooth",
68
+ block: "center",
69
+ inline: "nearest"
70
+ });
71
+ }
72
+ }
73
+ }
58
74
  inputTemplate() {
59
75
  return shared_tailwindElement_index.x`
60
76
  <input
61
77
  name=${this.name}
62
- type=${this.type}
78
+ type="text"
63
79
  .value=${this.value}
64
80
  placeholder=${this.placeholder}
65
81
  ?autofocus=${this.autofocus}
@@ -83,6 +99,7 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
83
99
  @focus=${this.handleFocus}
84
100
  @input=${this.handleSearch}
85
101
  @blur=${this.handleBlur}
102
+ @click=${this.handleInputClick}
86
103
  @mouseenter=${this.handleMouseOver}
87
104
  @mouseleave=${this.handleMouseOut}
88
105
  />
@@ -111,47 +128,87 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
111
128
  }
112
129
  resultsTemplate() {
113
130
  const resultTemplates = [];
114
- if (this.results === "" && !this.showNoResults || this.showNoResults && !this.noResultsText) {
115
- return shared_tailwindElement_index.x``;
131
+ this.resultsParsed = JSON.parse(this.results);
132
+ for (const result of Object.entries(this.resultsParsed)) {
133
+ const index = Number(result[0]);
134
+ if ("value" in result[1]) {
135
+ resultTemplates.push(this.resultStringTemplate(result[1], index));
136
+ } else if ("address" in result[1]) {
137
+ resultTemplates.push(this.resultProfileTemplate(result[1], index));
138
+ } else {
139
+ console.error("Unknown result type", result);
140
+ }
116
141
  }
142
+ return shared_tailwindElement_index.x`${this.dropdownWrapperTemplate(resultTemplates)}`;
143
+ }
144
+ noResultsTemplate() {
145
+ return shared_tailwindElement_index.x`${this.dropdownWrapperTemplate(
146
+ shared_tailwindElement_index.x`<div class="paragraph-inter-14-semi-bold text-neutral-20 pl-1">
147
+ ${this.noResultsText}
148
+ </div>`
149
+ )}`;
150
+ }
151
+ loadingTemplate() {
117
152
  if (this.showNoResults) {
118
- resultTemplates.push(this.resultEmptyTemplate());
119
- } else {
120
- const results = JSON.parse(this.results);
121
- for (const result of Object.entries(results)) {
122
- if ("value" in result[1]) {
123
- resultTemplates.push(this.resultStringTemplate(result[1]));
124
- } else if ("address" in result[1]) {
125
- resultTemplates.push(this.resultProfileTemplate(result[1]));
126
- } else {
127
- console.error("Unknown result type", result);
128
- }
129
- }
153
+ return shared_tailwindElement_index.x`${this.dropdownWrapperTemplate(shared_tailwindElement_index.x`
154
+ <div role="status" class="flex flex-col gap-1">
155
+ <div
156
+ class="h-10 bg-neutral-95 w-full rounded-8 animate-pulse animation-delay-none"
157
+ ></div>
158
+ </div>
159
+ `)}`;
160
+ }
161
+ if (this.resultsParsed.length === 0 || this.resultsParsed.length > 5) {
162
+ return shared_tailwindElement_index.x`${this.dropdownWrapperTemplate(shared_tailwindElement_index.x`
163
+ <div role="status" class="flex flex-col gap-1">
164
+ ${[...Array(5)].map(
165
+ () => shared_tailwindElement_index.x`<div
166
+ class="h-10 bg-neutral-95 w-full rounded-8 animate-pulse animation-delay-none"
167
+ ></div>`
168
+ )}
169
+ </div>
170
+ `)}`;
130
171
  }
172
+ return shared_tailwindElement_index.x`${this.dropdownWrapperTemplate(shared_tailwindElement_index.x`
173
+ <div role="status" class="flex flex-col gap-1">
174
+ ${this.resultsParsed.map(
175
+ () => shared_tailwindElement_index.x`<div
176
+ class="h-10 bg-neutral-95 w-full rounded-8 animate-pulse animation-delay-none"
177
+ ></div>`
178
+ )}
179
+ </div>
180
+ `)}`;
181
+ }
182
+ dropdownWrapperTemplate(innerTemplate) {
131
183
  return shared_tailwindElement_index.x`<div
132
184
  class="bg-neutral-100 border border-neutral-90 shadow-1xl rounded-12 p-3 mt-2 z-50 flex absolute w-full flex-col gap-1 overflow-y-auto max-h-64"
133
185
  >
134
- ${resultTemplates}
186
+ ${innerTemplate}
135
187
  </div>`;
136
188
  }
137
- resultEmptyTemplate() {
138
- return shared_tailwindElement_index.x`<div class="paragraph-inter-14-semi-bold text-neutral-20 pl-1">
139
- ${this.noResultsText}
140
- </div>`;
141
- }
142
- resultStringTemplate(result) {
189
+ resultStringTemplate(result, index$1) {
143
190
  return shared_tailwindElement_index.x`<div
144
191
  data-id="${result.id}"
145
- class="paragraph-inter-14-regular text-neutral-20 cursor-pointer hover:bg-neutral-98 rounded-8 p-2"
192
+ data-index="${index$1 + 1}"
193
+ class="paragraph-inter-14-regular text-neutral-20 cursor-pointer hover:bg-neutral-98 rounded-8 p-2 ${index.customClassMap(
194
+ {
195
+ ["bg-neutral-98"]: this.selected === index$1 + 1
196
+ }
197
+ )}'"
146
198
  @click=${() => this.handleSelect(result)}
147
199
  >
148
200
  ${result.value}
149
201
  </div>`;
150
202
  }
151
- resultProfileTemplate(result) {
203
+ resultProfileTemplate(result, index$1) {
152
204
  return shared_tailwindElement_index.x`<div
153
205
  data-id="${result.address}"
154
- class="cursor-pointer hover:bg-neutral-98 rounded-8 p-2 flex gap-2 items-center"
206
+ data-index="${index$1 + 1}"
207
+ class="cursor-pointer hover:bg-neutral-98 rounded-8 p-2 flex gap-2 items-center ${index.customClassMap(
208
+ {
209
+ ["bg-neutral-98"]: this.selected === index$1 + 1
210
+ }
211
+ )}"
155
212
  @click=${() => this.handleSelect(result)}
156
213
  >
157
214
  <lukso-profile
@@ -169,7 +226,8 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
169
226
  ></lukso-username>
170
227
  </div>`;
171
228
  }
172
- handleSelect(result) {
229
+ async handleSelect(result) {
230
+ await this.updateComplete;
173
231
  const selectEvent = new CustomEvent("on-select", {
174
232
  detail: {
175
233
  value: result
@@ -185,11 +243,37 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
185
243
  this.hasHighlight = true;
186
244
  }
187
245
  }
188
- handleBlur() {
246
+ async handleBlur(event) {
247
+ await this.updateComplete;
189
248
  this.hasFocus = false;
190
249
  this.hasHighlight = false;
250
+ const target = event.target;
251
+ const blurEvent = new CustomEvent("on-blur", {
252
+ detail: {
253
+ value: target.value,
254
+ event
255
+ },
256
+ bubbles: false,
257
+ composed: true
258
+ });
259
+ this.dispatchEvent(blurEvent);
260
+ }
261
+ async handleInputClick(event) {
262
+ await this.updateComplete;
263
+ const target = event.target;
264
+ const clickEvent = new CustomEvent("on-input-click", {
265
+ detail: {
266
+ value: target.value,
267
+ event
268
+ },
269
+ bubbles: false,
270
+ composed: true
271
+ });
272
+ this.dispatchEvent(clickEvent);
191
273
  }
192
- searchDebounce(searchTerm) {
274
+ async searchDebounce(searchTerm) {
275
+ await this.updateComplete;
276
+ this.value = searchTerm;
193
277
  this.debounceTimer = setTimeout(() => {
194
278
  const changeEvent = new CustomEvent("on-search", {
195
279
  detail: {
@@ -228,16 +312,21 @@ exports.LuksoSearch = class LuksoSearch extends shared_tailwindElement_index.Tai
228
312
  <div class="flex relative items-center">
229
313
  ${this.inputTemplate()}
230
314
  <lukso-icon
231
- name="${this.isSearching || this.isDebouncing ? "spinner" : "search"}"
315
+ name="search"
232
316
  class="absolute right-0 mr-3 ${index.customClassMap({
233
317
  ["opacity-60 cursor-not-allowed"]: this.isDisabled,
234
- ["cursor-not-allowed"]: this.isReadonly,
235
- ["animate-spin"]: this.isSearching || this.isDebouncing
318
+ ["cursor-not-allowed"]: this.isReadonly
236
319
  })}"
237
320
  @mouseenter=${this.handleMouseOver}
238
321
  ></lukso-icon>
239
322
  </div>
240
- ${this.results || this.showNoResults && this.hasFocus ? this.resultsTemplate() : shared_tailwindElement_index.A}
323
+ <!-- results dropdown -->
324
+ ${this.results && !(this.isSearching || this.isDebouncing) ? this.resultsTemplate() : shared_tailwindElement_index.A}
325
+ <!-- no results dropdown -->
326
+ ${this.showNoResults && !(this.isSearching || this.isDebouncing) ? this.noResultsTemplate() : shared_tailwindElement_index.A}
327
+ <!-- loading dropdown -->
328
+ ${this.value && (this.isSearching || this.isDebouncing) ? this.loadingTemplate() : shared_tailwindElement_index.A}
329
+ <!-- error -->
241
330
  ${this.error ? this.errorTemplate() : shared_tailwindElement_index.A}
242
331
  </div>
243
332
  `;
@@ -249,9 +338,6 @@ __decorateClass([
249
338
  __decorateClass([
250
339
  queryAssignedElements.e({ type: String })
251
340
  ], exports.LuksoSearch.prototype, "name", 2);
252
- __decorateClass([
253
- queryAssignedElements.e({ type: String })
254
- ], exports.LuksoSearch.prototype, "type", 2);
255
341
  __decorateClass([
256
342
  queryAssignedElements.e({ type: String })
257
343
  ], exports.LuksoSearch.prototype, "placeholder", 2);
@@ -303,6 +389,9 @@ __decorateClass([
303
389
  __decorateClass([
304
390
  queryAssignedElements.e({ type: Boolean, attribute: "show-no-results" })
305
391
  ], exports.LuksoSearch.prototype, "showNoResults", 2);
392
+ __decorateClass([
393
+ queryAssignedElements.e({ type: Number })
394
+ ], exports.LuksoSearch.prototype, "selected", 2);
306
395
  __decorateClass([
307
396
  state.t()
308
397
  ], exports.LuksoSearch.prototype, "hasFocus", 2);
@@ -315,6 +404,12 @@ __decorateClass([
315
404
  __decorateClass([
316
405
  state.t()
317
406
  ], exports.LuksoSearch.prototype, "debounceTimer", 2);
407
+ __decorateClass([
408
+ state.t()
409
+ ], exports.LuksoSearch.prototype, "resultsParsed", 2);
410
+ __decorateClass([
411
+ state.t()
412
+ ], exports.LuksoSearch.prototype, "searchTerm", 2);
318
413
  exports.LuksoSearch = __decorateClass([
319
414
  queryAssignedElements.e$1("lukso-search")
320
415
  ], exports.LuksoSearch);
@@ -1,18 +1,19 @@
1
+ import { PropertyValues, TemplateResult } from 'lit';
1
2
  import { Address } from '../../shared/types';
2
- export type StringResult = {
3
+ export type SearchStringResult = {
3
4
  id?: string;
4
5
  value: string;
5
6
  };
6
- export type ProfileResult = {
7
+ export type SearchProfileResult = {
7
8
  address: Address;
8
9
  image?: string;
9
10
  name?: string;
10
11
  };
12
+ export type SearchResult = SearchStringResult | SearchProfileResult;
11
13
  declare const LuksoSearch_base: typeof import("lit").LitElement;
12
14
  export declare class LuksoSearch extends LuksoSearch_base {
13
15
  value: string;
14
16
  name: string;
15
- type: string;
16
17
  placeholder: string;
17
18
  label: string;
18
19
  autocomplete: string;
@@ -30,27 +31,34 @@ export declare class LuksoSearch extends LuksoSearch_base {
30
31
  isSearching: boolean;
31
32
  noResultsText: string;
32
33
  showNoResults: boolean;
34
+ selected: any;
33
35
  private hasFocus;
34
36
  private hasHighlight;
35
37
  private isDebouncing;
36
38
  private debounceTimer;
39
+ private resultsParsed;
40
+ private searchTerm;
37
41
  private defaultInputStyles;
38
- inputTemplate(): import("lit").TemplateResult<1>;
39
- labelTemplate(): import("lit").TemplateResult<1>;
40
- descriptionTemplate(): import("lit").TemplateResult<1>;
41
- errorTemplate(): import("lit").TemplateResult<1>;
42
- resultsTemplate(): import("lit").TemplateResult<1>;
43
- resultEmptyTemplate(): import("lit").TemplateResult<1>;
44
- resultStringTemplate(result: StringResult): import("lit").TemplateResult<1>;
45
- resultProfileTemplate(result: ProfileResult): import("lit").TemplateResult<1>;
42
+ willUpdate(changedProperties: PropertyValues<this>): void;
43
+ inputTemplate(): TemplateResult<1>;
44
+ labelTemplate(): TemplateResult<1>;
45
+ descriptionTemplate(): TemplateResult<1>;
46
+ errorTemplate(): TemplateResult<1>;
47
+ resultsTemplate(): TemplateResult<1>;
48
+ noResultsTemplate(): TemplateResult<1>;
49
+ loadingTemplate(): TemplateResult<1>;
50
+ dropdownWrapperTemplate(innerTemplate: TemplateResult<1> | TemplateResult<1>[]): TemplateResult<1>;
51
+ resultStringTemplate(result: SearchStringResult, index: number): TemplateResult<1>;
52
+ resultProfileTemplate(result: SearchProfileResult, index: number): TemplateResult<1>;
46
53
  private handleSelect;
47
54
  private handleFocus;
48
55
  private handleBlur;
56
+ private handleInputClick;
49
57
  private searchDebounce;
50
58
  private handleSearch;
51
59
  private handleMouseOver;
52
60
  private handleMouseOut;
53
- render(): import("lit").TemplateResult<1>;
61
+ render(): TemplateResult<1>;
54
62
  }
55
63
  declare global {
56
64
  interface HTMLElementTagNameMap {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-search/index.ts"],"names":[],"mappings":"AAMA,OAAO,yBAAyB,CAAA;AAChC,OAAO,4BAA4B,CAAA;AACnC,OAAO,6BAA6B,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAExC,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;;AAED,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,IAAI,SAAS;IAGb,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAQ;IAGpB,EAAE,SAAK;IAGP,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,UAAU,UAAQ;IAGlB,OAAO,SAAK;IAGZ,QAAQ,SAAM;IAGd,WAAW,UAAQ;IAGnB,aAAa,SAAK;IAGlB,aAAa,UAAQ;IAGrB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,aAAa,CAAgB;IAErC,OAAO,CAAC,kBAAkB,CAEuD;IAEjF,aAAa;IAoCb,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,eAAe;IAoCf,mBAAmB;IAMnB,oBAAoB,CAAC,MAAM,EAAE,YAAY;IAUzC,qBAAqB,CAAC,MAAM,EAAE,aAAa;IAsB3C,OAAO,CAAC,YAAY;IAWpB,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,UAAU;IAKlB,OAAO,CAAC,cAAc;IAetB,OAAO,CAAC,YAAY;IAUpB,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;IAMtB,MAAM;CA0BP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-search/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,cAAc,EAAiB,MAAM,KAAK,CAAA;AAMnE,OAAO,yBAAyB,CAAA;AAChC,OAAO,4BAA4B,CAAA;AACnC,OAAO,6BAA6B,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAExC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG,mBAAmB,CAAA;;AAEnE,qBACa,WAAY,SAAQ,gBAA4B;IAE3D,KAAK,SAAK;IAGV,IAAI,SAAK;IAGT,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,YAAY,SAAQ;IAGpB,EAAE,SAAK;IAGP,WAAW,SAAK;IAGhB,KAAK,SAAK;IAGV,WAAW,SAAK;IAGhB,WAAW,UAAQ;IAGnB,UAAU,UAAQ;IAGlB,UAAU,UAAQ;IAGlB,SAAS,UAAQ;IAGjB,UAAU,UAAQ;IAGlB,OAAO,SAAK;IAGZ,QAAQ,SAAM;IAGd,WAAW,UAAQ;IAGnB,aAAa,SAAK;IAGlB,aAAa,UAAQ;IAGrB,QAAQ,MAAY;IAGpB,OAAO,CAAC,QAAQ,CAAQ;IAGxB,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,YAAY,CAAQ;IAG5B,OAAO,CAAC,aAAa,CAAgB;IAGrC,OAAO,CAAC,aAAa,CAAqB;IAG1C,OAAO,CAAC,UAAU,CAAK;IAEvB,OAAO,CAAC,kBAAkB,CAEuD;IAEjF,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;IAiBlD,aAAa;IAqCb,aAAa;IAUb,mBAAmB;IAQnB,aAAa;IAMb,eAAe;IAqBf,iBAAiB;IAQjB,eAAe;IAuCf,uBAAuB,CACrB,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,EAAE;IASxD,oBAAoB,CAAC,MAAM,EAAE,kBAAkB,EAAE,KAAK,EAAE,MAAM;IAe9D,qBAAqB,CAAC,MAAM,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM;YA2BlD,YAAY;IAY1B,OAAO,CAAC,WAAW;YAOL,UAAU;YAgBV,gBAAgB;YAchB,cAAc;IAiB5B,OAAO,CAAC,YAAY;IAUpB,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,cAAc;IAMtB,MAAM;CAiCP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAA;KAC5B;CACF"}