the-foxy-library 1.0.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 (125) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +111 -0
  3. package/dist/components/index.d.ts +33 -0
  4. package/dist/components/iv-accordion.d.ts +11 -0
  5. package/dist/components/iv-banner.d.ts +11 -0
  6. package/dist/components/iv-button.d.ts +11 -0
  7. package/dist/components/iv-card.d.ts +11 -0
  8. package/dist/components/iv-carousel.d.ts +11 -0
  9. package/dist/components/iv-dynamic-products-carousel.d.ts +11 -0
  10. package/dist/components/iv-dynamic-products.d.ts +11 -0
  11. package/dist/components/iv-filters.d.ts +11 -0
  12. package/dist/components/iv-layout.d.ts +11 -0
  13. package/dist/components/iv-link.d.ts +11 -0
  14. package/dist/components/iv-modal.d.ts +11 -0
  15. package/dist/components/iv-predictive-search.d.ts +11 -0
  16. package/dist/components/iv-recently-viewed.d.ts +11 -0
  17. package/dist/components/iv-sidebar.d.ts +11 -0
  18. package/dist/components/iv-spinner.d.ts +11 -0
  19. package/dist/components/iv-suggest.d.ts +11 -0
  20. package/dist/components/iv-tabs.d.ts +11 -0
  21. package/dist/components/iv-toast-container.d.ts +11 -0
  22. package/dist/components/iv-toast.d.ts +11 -0
  23. package/dist/components/iv-wishlist-view.d.ts +11 -0
  24. package/dist/components/iv-wishlist.d.ts +11 -0
  25. package/dist/components/sw-in-grid-content.d.ts +11 -0
  26. package/dist/components/sw-size-guide.d.ts +11 -0
  27. package/dist/intravenous/factory-1QinX-o0.js +275 -0
  28. package/dist/intravenous/factory-1QinX-o0.js.map +1 -0
  29. package/dist/intravenous/factory-JClanx-E.js +596 -0
  30. package/dist/intravenous/factory-JClanx-E.js.map +1 -0
  31. package/dist/intravenous/factory-mrqy6XUM.js +36 -0
  32. package/dist/intravenous/factory-mrqy6XUM.js.map +1 -0
  33. package/dist/intravenous/index-Py50VI8u.js +4761 -0
  34. package/dist/intravenous/index-Py50VI8u.js.map +1 -0
  35. package/dist/intravenous/index.esm.js +17 -0
  36. package/dist/intravenous/index.esm.js.map +1 -0
  37. package/dist/intravenous/intravenous.esm.js +48 -0
  38. package/dist/intravenous/intravenous.esm.js.map +1 -0
  39. package/dist/intravenous/iv-accordion.entry.esm.js.map +1 -0
  40. package/dist/intravenous/iv-accordion.entry.js +35 -0
  41. package/dist/intravenous/iv-banner.entry.esm.js.map +1 -0
  42. package/dist/intravenous/iv-banner.entry.js +28 -0
  43. package/dist/intravenous/iv-button.entry.esm.js.map +1 -0
  44. package/dist/intravenous/iv-button.entry.js +40 -0
  45. package/dist/intravenous/iv-card.entry.esm.js.map +1 -0
  46. package/dist/intravenous/iv-card.entry.js +82 -0
  47. package/dist/intravenous/iv-carousel.entry.esm.js.map +1 -0
  48. package/dist/intravenous/iv-carousel.entry.js +16 -0
  49. package/dist/intravenous/iv-dynamic-products-carousel.entry.esm.js.map +1 -0
  50. package/dist/intravenous/iv-dynamic-products-carousel.entry.js +114 -0
  51. package/dist/intravenous/iv-dynamic-products.entry.esm.js.map +1 -0
  52. package/dist/intravenous/iv-dynamic-products.entry.js +97 -0
  53. package/dist/intravenous/iv-filters.entry.esm.js.map +1 -0
  54. package/dist/intravenous/iv-filters.entry.js +19 -0
  55. package/dist/intravenous/iv-layout.entry.esm.js.map +1 -0
  56. package/dist/intravenous/iv-layout.entry.js +60 -0
  57. package/dist/intravenous/iv-link.entry.esm.js.map +1 -0
  58. package/dist/intravenous/iv-link.entry.js +25 -0
  59. package/dist/intravenous/iv-modal.entry.esm.js.map +1 -0
  60. package/dist/intravenous/iv-modal.entry.js +19 -0
  61. package/dist/intravenous/iv-predictive-search.entry.esm.js.map +1 -0
  62. package/dist/intravenous/iv-predictive-search.entry.js +311 -0
  63. package/dist/intravenous/iv-recently-viewed.entry.esm.js.map +1 -0
  64. package/dist/intravenous/iv-recently-viewed.entry.js +101 -0
  65. package/dist/intravenous/iv-sidebar.entry.esm.js.map +1 -0
  66. package/dist/intravenous/iv-sidebar.entry.js +24 -0
  67. package/dist/intravenous/iv-spinner.entry.esm.js.map +1 -0
  68. package/dist/intravenous/iv-spinner.entry.js +19 -0
  69. package/dist/intravenous/iv-suggest.entry.esm.js.map +1 -0
  70. package/dist/intravenous/iv-suggest.entry.js +72 -0
  71. package/dist/intravenous/iv-tabs.entry.esm.js.map +1 -0
  72. package/dist/intravenous/iv-tabs.entry.js +22 -0
  73. package/dist/intravenous/iv-toast-container.entry.esm.js.map +1 -0
  74. package/dist/intravenous/iv-toast-container.entry.js +44 -0
  75. package/dist/intravenous/iv-toast.entry.esm.js.map +1 -0
  76. package/dist/intravenous/iv-toast.entry.js +23 -0
  77. package/dist/intravenous/iv-wishlist-view.entry.esm.js.map +1 -0
  78. package/dist/intravenous/iv-wishlist-view.entry.js +21 -0
  79. package/dist/intravenous/iv-wishlist.entry.esm.js.map +1 -0
  80. package/dist/intravenous/iv-wishlist.entry.js +73 -0
  81. package/dist/intravenous/loader.esm.js.map +1 -0
  82. package/dist/intravenous/sw-in-grid-content.entry.esm.js.map +1 -0
  83. package/dist/intravenous/sw-in-grid-content.entry.js +18 -0
  84. package/dist/intravenous/sw-size-guide.entry.esm.js.map +1 -0
  85. package/dist/intravenous/sw-size-guide.entry.js +111 -0
  86. package/dist/types/components/iv-accordion/iv-accordion.d.ts +12 -0
  87. package/dist/types/components/iv-banner/iv-banner.d.ts +7 -0
  88. package/dist/types/components/iv-button/iv-button.d.ts +12 -0
  89. package/dist/types/components/iv-card/iv-card.d.ts +15 -0
  90. package/dist/types/components/iv-carousel/iv-carousel.d.ts +3 -0
  91. package/dist/types/components/iv-dynamic-products/iv-dynamic-products.d.ts +26 -0
  92. package/dist/types/components/iv-dynamic-products-carousel/iv-dynamic-products-carousel.d.ts +29 -0
  93. package/dist/types/components/iv-filters/iv-filters.d.ts +3 -0
  94. package/dist/types/components/iv-layout/iv-layout.d.ts +12 -0
  95. package/dist/types/components/iv-link/iv-link.d.ts +9 -0
  96. package/dist/types/components/iv-modal/iv-modal.d.ts +3 -0
  97. package/dist/types/components/iv-predictive-search/iv-predictive-search.d.ts +44 -0
  98. package/dist/types/components/iv-recently-viewed/iv-recently-viewed.d.ts +17 -0
  99. package/dist/types/components/iv-sidebar/iv-sidebar.d.ts +5 -0
  100. package/dist/types/components/iv-spinner/iv-spinner.d.ts +4 -0
  101. package/dist/types/components/iv-suggest/iv-suggest.d.ts +21 -0
  102. package/dist/types/components/iv-tabs/iv-tabs.d.ts +7 -0
  103. package/dist/types/components/iv-toast/iv-toast.d.ts +7 -0
  104. package/dist/types/components/iv-toast-container/iv-toast-container.d.ts +8 -0
  105. package/dist/types/components/iv-wishlist/iv-wishlist.d.ts +16 -0
  106. package/dist/types/components/iv-wishlist-view/iv-wishlist-view.d.ts +3 -0
  107. package/dist/types/components/sw-in-grid-content/sw-in-grid-content.d.ts +3 -0
  108. package/dist/types/components/sw-size-guide/sw-size-guide.d.ts +14 -0
  109. package/dist/types/components.d.ts +943 -0
  110. package/dist/types/global/app.d.ts +1 -0
  111. package/dist/types/index.d.ts +11 -0
  112. package/dist/types/stencil-public-runtime.d.ts +1746 -0
  113. package/dist/types/utils/caching/factory.d.ts +72 -0
  114. package/dist/types/utils/config/factory.d.ts +2 -0
  115. package/dist/types/utils/error_handling/factory.d.ts +58 -0
  116. package/dist/types/utils/helpers/factory.d.ts +6 -0
  117. package/dist/types/utils/store/store.d.ts +21 -0
  118. package/dist/types/utils/storefront_api/factory.d.ts +22 -0
  119. package/dist/types/utils/utils.d.ts +1 -0
  120. package/loader/cdn.js +1 -0
  121. package/loader/index.cjs.js +1 -0
  122. package/loader/index.d.ts +24 -0
  123. package/loader/index.es2017.js +1 -0
  124. package/loader/index.js +2 -0
  125. package/package.json +54 -0
@@ -0,0 +1,943 @@
1
+ /* eslint-disable */
2
+ /* tslint:disable */
3
+ /**
4
+ * This is an autogenerated file created by the Stencil compiler.
5
+ * It contains typing information for all components that exist in this project.
6
+ */
7
+ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ export namespace Components {
9
+ interface IvAccordion {
10
+ "accordionlabels": string;
11
+ /**
12
+ * @default 'div'
13
+ */
14
+ "accordiontype": 'div' | 'section' | 'article';
15
+ "classmodifier"?: string;
16
+ /**
17
+ * @default 'horizontal'
18
+ */
19
+ "layout": 'vertical' | 'horizontal';
20
+ /**
21
+ * @default false
22
+ */
23
+ "showfirst": boolean;
24
+ /**
25
+ * @default false
26
+ */
27
+ "showmultiple": boolean;
28
+ /**
29
+ * @default 0
30
+ */
31
+ "startingpanel": number;
32
+ }
33
+ interface IvBanner {
34
+ "bannerbuttontext"?: string;
35
+ /**
36
+ * @default 'div'
37
+ */
38
+ "bannertype": 'div' | 'section' | 'article';
39
+ "bannerurl"?: string;
40
+ "classmodifier"?: string;
41
+ }
42
+ interface IvButton {
43
+ "buttonClick"?: (e?: MouseEvent) => void;
44
+ "classmodifier"?: string;
45
+ "eventdetail"?: string;
46
+ "eventname"?: string;
47
+ /**
48
+ * @default 'button'
49
+ */
50
+ "type": string;
51
+ }
52
+ interface IvCard {
53
+ "addtocarttext"?: string;
54
+ "buttontext"?: string;
55
+ /**
56
+ * @default false
57
+ */
58
+ "calltoaction": boolean;
59
+ "cardtype"?: string;
60
+ "classmodifier"?: string;
61
+ "data": Record<string, any>;
62
+ "fields"?: string;
63
+ }
64
+ interface IvCarousel {
65
+ }
66
+ interface IvDynamicProducts {
67
+ "addtocarttext"?: string;
68
+ "buttontext"?: string;
69
+ "cachettl"?: number;
70
+ /**
71
+ * @default false
72
+ */
73
+ "calltoaction": boolean;
74
+ /**
75
+ * @default false
76
+ */
77
+ "carousel": boolean;
78
+ /**
79
+ * @default 'all'
80
+ */
81
+ "collectionhandle": string;
82
+ "componenttitle"?: string;
83
+ /**
84
+ * @default 'No products found'
85
+ */
86
+ "emptystring": string;
87
+ "gridlayout"?: string;
88
+ /**
89
+ * @default 8
90
+ */
91
+ "limit": number;
92
+ "requestedfields": string;
93
+ /**
94
+ * @default false
95
+ */
96
+ "reversed": boolean;
97
+ /**
98
+ * @default true
99
+ */
100
+ "stale"?: boolean;
101
+ /**
102
+ * @default 'h2'
103
+ */
104
+ "titletag": 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
105
+ /**
106
+ * @default 'CREATED'
107
+ */
108
+ "type": 'CREATED' | 'BEST_SELLING' | 'PRICE' | 'TITLE' | 'RELEVANCE';
109
+ }
110
+ interface IvDynamicProductsCarousel {
111
+ "addtocarttext"?: string;
112
+ "buttontext"?: string;
113
+ "cachettl"?: number;
114
+ /**
115
+ * @default false
116
+ */
117
+ "calltoaction": boolean;
118
+ /**
119
+ * @default 'all'
120
+ */
121
+ "collectionhandle": string;
122
+ "componenttitle"?: string;
123
+ /**
124
+ * @default 'No products found'
125
+ */
126
+ "emptystring": string;
127
+ /**
128
+ * @default 24
129
+ */
130
+ "limit": number;
131
+ "requestedfields": string;
132
+ /**
133
+ * @default false
134
+ */
135
+ "reversed": boolean;
136
+ /**
137
+ * @default true
138
+ */
139
+ "stale"?: boolean;
140
+ /**
141
+ * @default 'h2'
142
+ */
143
+ "titletag": 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
144
+ /**
145
+ * @default 'CREATED'
146
+ */
147
+ "type": 'CREATED' | 'BEST_SELLING' | 'PRICE' | 'TITLE' | 'RELEVANCE';
148
+ }
149
+ interface IvFilters {
150
+ }
151
+ interface IvLayout {
152
+ "classModifier"?: string;
153
+ /**
154
+ * @default '2rem'
155
+ */
156
+ "gap": string;
157
+ "gridTemplateAreas"?: string;
158
+ /**
159
+ * @default 'center'
160
+ */
161
+ "horizontalAlign": string;
162
+ "sectionId"?: string;
163
+ /**
164
+ * @default 'center'
165
+ */
166
+ "verticalAlign": string;
167
+ /**
168
+ * @default 'div'
169
+ */
170
+ "wrapperTag": string;
171
+ }
172
+ interface IvLink {
173
+ "classmodifier"?: string;
174
+ "linkariaLabel"?: string;
175
+ "linkhref"?: string;
176
+ /**
177
+ * @default 'noopener noreferrer'
178
+ */
179
+ "linkrel": string;
180
+ /**
181
+ * @default '_self'
182
+ */
183
+ "linktarget": '_self' | '_blank' | '_parent' | '_top';
184
+ /**
185
+ * @default 'inline'
186
+ */
187
+ "linktype": 'inline' | 'wrapper' | 'nav' | 'button';
188
+ }
189
+ interface IvModal {
190
+ }
191
+ interface IvPredictiveSearch {
192
+ "action"?: string;
193
+ "clearbutton"?: string;
194
+ /**
195
+ * @default 300
196
+ */
197
+ "debounce": number;
198
+ /**
199
+ * @default false
200
+ */
201
+ "expandable": boolean;
202
+ "gridlayout"?: string;
203
+ /**
204
+ * @default 'top'
205
+ */
206
+ "labelposition"?: 'inline' | 'top';
207
+ /**
208
+ * @default 'get'
209
+ */
210
+ "method": 'get' | 'post';
211
+ /**
212
+ * @default 3
213
+ */
214
+ "minchars": number;
215
+ /**
216
+ * @default 'No results found'
217
+ */
218
+ "noresultstext": string;
219
+ "placeholder"?: string;
220
+ "querybuttontext"?: string;
221
+ /**
222
+ * @default 'title'
223
+ */
224
+ "requestedfields": string;
225
+ /**
226
+ * @default 'product,article,page,collection'
227
+ */
228
+ "requestedresources": string;
229
+ /**
230
+ * @default 5
231
+ */
232
+ "resultslimit": number;
233
+ "searchlabel"?: string;
234
+ "showallbuttontext"?: string;
235
+ "showspinner"?: boolean;
236
+ "tablayout"?: string;
237
+ }
238
+ interface IvRecentlyViewed {
239
+ "componenttitle"?: string;
240
+ "noviewhistory"?: string;
241
+ /**
242
+ * @default 4
243
+ */
244
+ "numbertoshow": number;
245
+ /**
246
+ * @default 'images,title,price'
247
+ */
248
+ "requestedfields"?: string;
249
+ /**
250
+ * @default 'span'
251
+ */
252
+ "titletag": 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';
253
+ }
254
+ interface IvSidebar {
255
+ /**
256
+ * @default '×'
257
+ */
258
+ "closeicon": string;
259
+ }
260
+ interface IvSpinner {
261
+ /**
262
+ * @default false
263
+ */
264
+ "show": boolean;
265
+ }
266
+ interface IvSuggest {
267
+ "banner"?: string;
268
+ "bannerbuttontext"?: string;
269
+ "bannertitle"?: string;
270
+ /**
271
+ * @default 'span'
272
+ */
273
+ "bannertitletag": 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';
274
+ "bannerurl"?: string;
275
+ "collections"?: string;
276
+ "collectionstitle"?: string;
277
+ "gridlayout"?: string;
278
+ "products"?: string;
279
+ "productstitle"?: string;
280
+ "requestfields"?: string;
281
+ "topqueries"?: string;
282
+ "topquerytitle"?: string;
283
+ }
284
+ interface IvTabs {
285
+ "classModifier"?: string;
286
+ /**
287
+ * @default []
288
+ */
289
+ "labels": string[];
290
+ /**
291
+ * @default 'horizontal'
292
+ */
293
+ "tabLayout": 'horizontal' | 'vertical';
294
+ }
295
+ interface IvToast {
296
+ /**
297
+ * @default 3000
298
+ */
299
+ "duration": number;
300
+ "message": string;
301
+ "toastId": number;
302
+ /**
303
+ * @default 'info'
304
+ */
305
+ "type": 'info' | 'success' | 'error' | 'warning';
306
+ }
307
+ interface IvToastContainer {
308
+ }
309
+ interface IvWishlist {
310
+ /**
311
+ * @default 'Add to cart'
312
+ */
313
+ "buttonaddtocartvalue": string;
314
+ /**
315
+ * @default 'Add to wishlist'
316
+ */
317
+ "buttonaddvalue": string;
318
+ /**
319
+ * @default 'Remove from wishlist'
320
+ */
321
+ "buttonremovevalue": string;
322
+ /**
323
+ * @default 'modal'
324
+ */
325
+ "previewtype": 'modal' | 'pullout';
326
+ /**
327
+ * @default {}
328
+ */
329
+ "productdata": Record<string, any> | string;
330
+ /**
331
+ * @default 'id,title,price,image,url'
332
+ */
333
+ "usefields": string;
334
+ /**
335
+ * @default 'View wishlist'
336
+ */
337
+ "viewwishlistvalue": string;
338
+ /**
339
+ * @default 'Your wishlist is empty'
340
+ */
341
+ "wishlistempty": string;
342
+ }
343
+ interface IvWishlistView {
344
+ }
345
+ interface SwInGridContent {
346
+ }
347
+ interface SwSizeGuide {
348
+ }
349
+ }
350
+ export interface IvButtonCustomEvent<T> extends CustomEvent<T> {
351
+ detail: T;
352
+ target: HTMLIvButtonElement;
353
+ }
354
+ export interface IvPredictiveSearchCustomEvent<T> extends CustomEvent<T> {
355
+ detail: T;
356
+ target: HTMLIvPredictiveSearchElement;
357
+ }
358
+ declare global {
359
+ interface HTMLIvAccordionElement extends Components.IvAccordion, HTMLStencilElement {
360
+ }
361
+ var HTMLIvAccordionElement: {
362
+ prototype: HTMLIvAccordionElement;
363
+ new (): HTMLIvAccordionElement;
364
+ };
365
+ interface HTMLIvBannerElement extends Components.IvBanner, HTMLStencilElement {
366
+ }
367
+ var HTMLIvBannerElement: {
368
+ prototype: HTMLIvBannerElement;
369
+ new (): HTMLIvBannerElement;
370
+ };
371
+ interface HTMLIvButtonElementEventMap {
372
+ "action": any;
373
+ }
374
+ interface HTMLIvButtonElement extends Components.IvButton, HTMLStencilElement {
375
+ addEventListener<K extends keyof HTMLIvButtonElementEventMap>(type: K, listener: (this: HTMLIvButtonElement, ev: IvButtonCustomEvent<HTMLIvButtonElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
376
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
377
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
378
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
379
+ removeEventListener<K extends keyof HTMLIvButtonElementEventMap>(type: K, listener: (this: HTMLIvButtonElement, ev: IvButtonCustomEvent<HTMLIvButtonElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
380
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
381
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
382
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
383
+ }
384
+ var HTMLIvButtonElement: {
385
+ prototype: HTMLIvButtonElement;
386
+ new (): HTMLIvButtonElement;
387
+ };
388
+ interface HTMLIvCardElement extends Components.IvCard, HTMLStencilElement {
389
+ }
390
+ var HTMLIvCardElement: {
391
+ prototype: HTMLIvCardElement;
392
+ new (): HTMLIvCardElement;
393
+ };
394
+ interface HTMLIvCarouselElement extends Components.IvCarousel, HTMLStencilElement {
395
+ }
396
+ var HTMLIvCarouselElement: {
397
+ prototype: HTMLIvCarouselElement;
398
+ new (): HTMLIvCarouselElement;
399
+ };
400
+ interface HTMLIvDynamicProductsElement extends Components.IvDynamicProducts, HTMLStencilElement {
401
+ }
402
+ var HTMLIvDynamicProductsElement: {
403
+ prototype: HTMLIvDynamicProductsElement;
404
+ new (): HTMLIvDynamicProductsElement;
405
+ };
406
+ interface HTMLIvDynamicProductsCarouselElement extends Components.IvDynamicProductsCarousel, HTMLStencilElement {
407
+ }
408
+ var HTMLIvDynamicProductsCarouselElement: {
409
+ prototype: HTMLIvDynamicProductsCarouselElement;
410
+ new (): HTMLIvDynamicProductsCarouselElement;
411
+ };
412
+ interface HTMLIvFiltersElement extends Components.IvFilters, HTMLStencilElement {
413
+ }
414
+ var HTMLIvFiltersElement: {
415
+ prototype: HTMLIvFiltersElement;
416
+ new (): HTMLIvFiltersElement;
417
+ };
418
+ interface HTMLIvLayoutElement extends Components.IvLayout, HTMLStencilElement {
419
+ }
420
+ var HTMLIvLayoutElement: {
421
+ prototype: HTMLIvLayoutElement;
422
+ new (): HTMLIvLayoutElement;
423
+ };
424
+ interface HTMLIvLinkElement extends Components.IvLink, HTMLStencilElement {
425
+ }
426
+ var HTMLIvLinkElement: {
427
+ prototype: HTMLIvLinkElement;
428
+ new (): HTMLIvLinkElement;
429
+ };
430
+ interface HTMLIvModalElement extends Components.IvModal, HTMLStencilElement {
431
+ }
432
+ var HTMLIvModalElement: {
433
+ prototype: HTMLIvModalElement;
434
+ new (): HTMLIvModalElement;
435
+ };
436
+ interface HTMLIvPredictiveSearchElementEventMap {
437
+ "searchTermsChanged": any;
438
+ }
439
+ interface HTMLIvPredictiveSearchElement extends Components.IvPredictiveSearch, HTMLStencilElement {
440
+ addEventListener<K extends keyof HTMLIvPredictiveSearchElementEventMap>(type: K, listener: (this: HTMLIvPredictiveSearchElement, ev: IvPredictiveSearchCustomEvent<HTMLIvPredictiveSearchElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
441
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
442
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
443
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
444
+ removeEventListener<K extends keyof HTMLIvPredictiveSearchElementEventMap>(type: K, listener: (this: HTMLIvPredictiveSearchElement, ev: IvPredictiveSearchCustomEvent<HTMLIvPredictiveSearchElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
445
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
446
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
447
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
448
+ }
449
+ var HTMLIvPredictiveSearchElement: {
450
+ prototype: HTMLIvPredictiveSearchElement;
451
+ new (): HTMLIvPredictiveSearchElement;
452
+ };
453
+ interface HTMLIvRecentlyViewedElement extends Components.IvRecentlyViewed, HTMLStencilElement {
454
+ }
455
+ var HTMLIvRecentlyViewedElement: {
456
+ prototype: HTMLIvRecentlyViewedElement;
457
+ new (): HTMLIvRecentlyViewedElement;
458
+ };
459
+ interface HTMLIvSidebarElement extends Components.IvSidebar, HTMLStencilElement {
460
+ }
461
+ var HTMLIvSidebarElement: {
462
+ prototype: HTMLIvSidebarElement;
463
+ new (): HTMLIvSidebarElement;
464
+ };
465
+ interface HTMLIvSpinnerElement extends Components.IvSpinner, HTMLStencilElement {
466
+ }
467
+ var HTMLIvSpinnerElement: {
468
+ prototype: HTMLIvSpinnerElement;
469
+ new (): HTMLIvSpinnerElement;
470
+ };
471
+ interface HTMLIvSuggestElement extends Components.IvSuggest, HTMLStencilElement {
472
+ }
473
+ var HTMLIvSuggestElement: {
474
+ prototype: HTMLIvSuggestElement;
475
+ new (): HTMLIvSuggestElement;
476
+ };
477
+ interface HTMLIvTabsElement extends Components.IvTabs, HTMLStencilElement {
478
+ }
479
+ var HTMLIvTabsElement: {
480
+ prototype: HTMLIvTabsElement;
481
+ new (): HTMLIvTabsElement;
482
+ };
483
+ interface HTMLIvToastElement extends Components.IvToast, HTMLStencilElement {
484
+ }
485
+ var HTMLIvToastElement: {
486
+ prototype: HTMLIvToastElement;
487
+ new (): HTMLIvToastElement;
488
+ };
489
+ interface HTMLIvToastContainerElement extends Components.IvToastContainer, HTMLStencilElement {
490
+ }
491
+ var HTMLIvToastContainerElement: {
492
+ prototype: HTMLIvToastContainerElement;
493
+ new (): HTMLIvToastContainerElement;
494
+ };
495
+ interface HTMLIvWishlistElement extends Components.IvWishlist, HTMLStencilElement {
496
+ }
497
+ var HTMLIvWishlistElement: {
498
+ prototype: HTMLIvWishlistElement;
499
+ new (): HTMLIvWishlistElement;
500
+ };
501
+ interface HTMLIvWishlistViewElement extends Components.IvWishlistView, HTMLStencilElement {
502
+ }
503
+ var HTMLIvWishlistViewElement: {
504
+ prototype: HTMLIvWishlistViewElement;
505
+ new (): HTMLIvWishlistViewElement;
506
+ };
507
+ interface HTMLSwInGridContentElement extends Components.SwInGridContent, HTMLStencilElement {
508
+ }
509
+ var HTMLSwInGridContentElement: {
510
+ prototype: HTMLSwInGridContentElement;
511
+ new (): HTMLSwInGridContentElement;
512
+ };
513
+ interface HTMLSwSizeGuideElement extends Components.SwSizeGuide, HTMLStencilElement {
514
+ }
515
+ var HTMLSwSizeGuideElement: {
516
+ prototype: HTMLSwSizeGuideElement;
517
+ new (): HTMLSwSizeGuideElement;
518
+ };
519
+ interface HTMLElementTagNameMap {
520
+ "iv-accordion": HTMLIvAccordionElement;
521
+ "iv-banner": HTMLIvBannerElement;
522
+ "iv-button": HTMLIvButtonElement;
523
+ "iv-card": HTMLIvCardElement;
524
+ "iv-carousel": HTMLIvCarouselElement;
525
+ "iv-dynamic-products": HTMLIvDynamicProductsElement;
526
+ "iv-dynamic-products-carousel": HTMLIvDynamicProductsCarouselElement;
527
+ "iv-filters": HTMLIvFiltersElement;
528
+ "iv-layout": HTMLIvLayoutElement;
529
+ "iv-link": HTMLIvLinkElement;
530
+ "iv-modal": HTMLIvModalElement;
531
+ "iv-predictive-search": HTMLIvPredictiveSearchElement;
532
+ "iv-recently-viewed": HTMLIvRecentlyViewedElement;
533
+ "iv-sidebar": HTMLIvSidebarElement;
534
+ "iv-spinner": HTMLIvSpinnerElement;
535
+ "iv-suggest": HTMLIvSuggestElement;
536
+ "iv-tabs": HTMLIvTabsElement;
537
+ "iv-toast": HTMLIvToastElement;
538
+ "iv-toast-container": HTMLIvToastContainerElement;
539
+ "iv-wishlist": HTMLIvWishlistElement;
540
+ "iv-wishlist-view": HTMLIvWishlistViewElement;
541
+ "sw-in-grid-content": HTMLSwInGridContentElement;
542
+ "sw-size-guide": HTMLSwSizeGuideElement;
543
+ }
544
+ }
545
+ declare namespace LocalJSX {
546
+ interface IvAccordion {
547
+ "accordionlabels"?: string;
548
+ /**
549
+ * @default 'div'
550
+ */
551
+ "accordiontype"?: 'div' | 'section' | 'article';
552
+ "classmodifier"?: string;
553
+ /**
554
+ * @default 'horizontal'
555
+ */
556
+ "layout"?: 'vertical' | 'horizontal';
557
+ /**
558
+ * @default false
559
+ */
560
+ "showfirst"?: boolean;
561
+ /**
562
+ * @default false
563
+ */
564
+ "showmultiple"?: boolean;
565
+ /**
566
+ * @default 0
567
+ */
568
+ "startingpanel"?: number;
569
+ }
570
+ interface IvBanner {
571
+ "bannerbuttontext"?: string;
572
+ /**
573
+ * @default 'div'
574
+ */
575
+ "bannertype"?: 'div' | 'section' | 'article';
576
+ "bannerurl"?: string;
577
+ "classmodifier"?: string;
578
+ }
579
+ interface IvButton {
580
+ "buttonClick"?: (e?: MouseEvent) => void;
581
+ "classmodifier"?: string;
582
+ "eventdetail"?: string;
583
+ "eventname"?: string;
584
+ "onAction"?: (event: IvButtonCustomEvent<any>) => void;
585
+ /**
586
+ * @default 'button'
587
+ */
588
+ "type"?: string;
589
+ }
590
+ interface IvCard {
591
+ "addtocarttext"?: string;
592
+ "buttontext"?: string;
593
+ /**
594
+ * @default false
595
+ */
596
+ "calltoaction"?: boolean;
597
+ "cardtype"?: string;
598
+ "classmodifier"?: string;
599
+ "data"?: Record<string, any>;
600
+ "fields"?: string;
601
+ }
602
+ interface IvCarousel {
603
+ }
604
+ interface IvDynamicProducts {
605
+ "addtocarttext"?: string;
606
+ "buttontext"?: string;
607
+ "cachettl"?: number;
608
+ /**
609
+ * @default false
610
+ */
611
+ "calltoaction"?: boolean;
612
+ /**
613
+ * @default false
614
+ */
615
+ "carousel"?: boolean;
616
+ /**
617
+ * @default 'all'
618
+ */
619
+ "collectionhandle"?: string;
620
+ "componenttitle"?: string;
621
+ /**
622
+ * @default 'No products found'
623
+ */
624
+ "emptystring"?: string;
625
+ "gridlayout"?: string;
626
+ /**
627
+ * @default 8
628
+ */
629
+ "limit"?: number;
630
+ "requestedfields"?: string;
631
+ /**
632
+ * @default false
633
+ */
634
+ "reversed"?: boolean;
635
+ /**
636
+ * @default true
637
+ */
638
+ "stale"?: boolean;
639
+ /**
640
+ * @default 'h2'
641
+ */
642
+ "titletag"?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
643
+ /**
644
+ * @default 'CREATED'
645
+ */
646
+ "type"?: 'CREATED' | 'BEST_SELLING' | 'PRICE' | 'TITLE' | 'RELEVANCE';
647
+ }
648
+ interface IvDynamicProductsCarousel {
649
+ "addtocarttext"?: string;
650
+ "buttontext"?: string;
651
+ "cachettl"?: number;
652
+ /**
653
+ * @default false
654
+ */
655
+ "calltoaction"?: boolean;
656
+ /**
657
+ * @default 'all'
658
+ */
659
+ "collectionhandle"?: string;
660
+ "componenttitle"?: string;
661
+ /**
662
+ * @default 'No products found'
663
+ */
664
+ "emptystring"?: string;
665
+ /**
666
+ * @default 24
667
+ */
668
+ "limit"?: number;
669
+ "requestedfields"?: string;
670
+ /**
671
+ * @default false
672
+ */
673
+ "reversed"?: boolean;
674
+ /**
675
+ * @default true
676
+ */
677
+ "stale"?: boolean;
678
+ /**
679
+ * @default 'h2'
680
+ */
681
+ "titletag"?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
682
+ /**
683
+ * @default 'CREATED'
684
+ */
685
+ "type"?: 'CREATED' | 'BEST_SELLING' | 'PRICE' | 'TITLE' | 'RELEVANCE';
686
+ }
687
+ interface IvFilters {
688
+ }
689
+ interface IvLayout {
690
+ "classModifier"?: string;
691
+ /**
692
+ * @default '2rem'
693
+ */
694
+ "gap"?: string;
695
+ "gridTemplateAreas"?: string;
696
+ /**
697
+ * @default 'center'
698
+ */
699
+ "horizontalAlign"?: string;
700
+ "sectionId"?: string;
701
+ /**
702
+ * @default 'center'
703
+ */
704
+ "verticalAlign"?: string;
705
+ /**
706
+ * @default 'div'
707
+ */
708
+ "wrapperTag"?: string;
709
+ }
710
+ interface IvLink {
711
+ "classmodifier"?: string;
712
+ "linkariaLabel"?: string;
713
+ "linkhref"?: string;
714
+ /**
715
+ * @default 'noopener noreferrer'
716
+ */
717
+ "linkrel"?: string;
718
+ /**
719
+ * @default '_self'
720
+ */
721
+ "linktarget"?: '_self' | '_blank' | '_parent' | '_top';
722
+ /**
723
+ * @default 'inline'
724
+ */
725
+ "linktype"?: 'inline' | 'wrapper' | 'nav' | 'button';
726
+ }
727
+ interface IvModal {
728
+ }
729
+ interface IvPredictiveSearch {
730
+ "action"?: string;
731
+ "clearbutton"?: string;
732
+ /**
733
+ * @default 300
734
+ */
735
+ "debounce"?: number;
736
+ /**
737
+ * @default false
738
+ */
739
+ "expandable"?: boolean;
740
+ "gridlayout"?: string;
741
+ /**
742
+ * @default 'top'
743
+ */
744
+ "labelposition"?: 'inline' | 'top';
745
+ /**
746
+ * @default 'get'
747
+ */
748
+ "method"?: 'get' | 'post';
749
+ /**
750
+ * @default 3
751
+ */
752
+ "minchars"?: number;
753
+ /**
754
+ * @default 'No results found'
755
+ */
756
+ "noresultstext"?: string;
757
+ "onSearchTermsChanged"?: (event: IvPredictiveSearchCustomEvent<any>) => void;
758
+ "placeholder"?: string;
759
+ "querybuttontext"?: string;
760
+ /**
761
+ * @default 'title'
762
+ */
763
+ "requestedfields"?: string;
764
+ /**
765
+ * @default 'product,article,page,collection'
766
+ */
767
+ "requestedresources"?: string;
768
+ /**
769
+ * @default 5
770
+ */
771
+ "resultslimit"?: number;
772
+ "searchlabel"?: string;
773
+ "showallbuttontext"?: string;
774
+ "showspinner"?: boolean;
775
+ "tablayout"?: string;
776
+ }
777
+ interface IvRecentlyViewed {
778
+ "componenttitle"?: string;
779
+ "noviewhistory"?: string;
780
+ /**
781
+ * @default 4
782
+ */
783
+ "numbertoshow"?: number;
784
+ /**
785
+ * @default 'images,title,price'
786
+ */
787
+ "requestedfields"?: string;
788
+ /**
789
+ * @default 'span'
790
+ */
791
+ "titletag"?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';
792
+ }
793
+ interface IvSidebar {
794
+ /**
795
+ * @default '×'
796
+ */
797
+ "closeicon"?: string;
798
+ }
799
+ interface IvSpinner {
800
+ /**
801
+ * @default false
802
+ */
803
+ "show"?: boolean;
804
+ }
805
+ interface IvSuggest {
806
+ "banner"?: string;
807
+ "bannerbuttontext"?: string;
808
+ "bannertitle"?: string;
809
+ /**
810
+ * @default 'span'
811
+ */
812
+ "bannertitletag"?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';
813
+ "bannerurl"?: string;
814
+ "collections"?: string;
815
+ "collectionstitle"?: string;
816
+ "gridlayout"?: string;
817
+ "products"?: string;
818
+ "productstitle"?: string;
819
+ "requestfields"?: string;
820
+ "topqueries"?: string;
821
+ "topquerytitle"?: string;
822
+ }
823
+ interface IvTabs {
824
+ "classModifier"?: string;
825
+ /**
826
+ * @default []
827
+ */
828
+ "labels"?: string[];
829
+ /**
830
+ * @default 'horizontal'
831
+ */
832
+ "tabLayout"?: 'horizontal' | 'vertical';
833
+ }
834
+ interface IvToast {
835
+ /**
836
+ * @default 3000
837
+ */
838
+ "duration"?: number;
839
+ "message"?: string;
840
+ "toastId"?: number;
841
+ /**
842
+ * @default 'info'
843
+ */
844
+ "type"?: 'info' | 'success' | 'error' | 'warning';
845
+ }
846
+ interface IvToastContainer {
847
+ }
848
+ interface IvWishlist {
849
+ /**
850
+ * @default 'Add to cart'
851
+ */
852
+ "buttonaddtocartvalue"?: string;
853
+ /**
854
+ * @default 'Add to wishlist'
855
+ */
856
+ "buttonaddvalue"?: string;
857
+ /**
858
+ * @default 'Remove from wishlist'
859
+ */
860
+ "buttonremovevalue"?: string;
861
+ /**
862
+ * @default 'modal'
863
+ */
864
+ "previewtype"?: 'modal' | 'pullout';
865
+ /**
866
+ * @default {}
867
+ */
868
+ "productdata"?: Record<string, any> | string;
869
+ /**
870
+ * @default 'id,title,price,image,url'
871
+ */
872
+ "usefields"?: string;
873
+ /**
874
+ * @default 'View wishlist'
875
+ */
876
+ "viewwishlistvalue"?: string;
877
+ /**
878
+ * @default 'Your wishlist is empty'
879
+ */
880
+ "wishlistempty"?: string;
881
+ }
882
+ interface IvWishlistView {
883
+ }
884
+ interface SwInGridContent {
885
+ }
886
+ interface SwSizeGuide {
887
+ }
888
+ interface IntrinsicElements {
889
+ "iv-accordion": IvAccordion;
890
+ "iv-banner": IvBanner;
891
+ "iv-button": IvButton;
892
+ "iv-card": IvCard;
893
+ "iv-carousel": IvCarousel;
894
+ "iv-dynamic-products": IvDynamicProducts;
895
+ "iv-dynamic-products-carousel": IvDynamicProductsCarousel;
896
+ "iv-filters": IvFilters;
897
+ "iv-layout": IvLayout;
898
+ "iv-link": IvLink;
899
+ "iv-modal": IvModal;
900
+ "iv-predictive-search": IvPredictiveSearch;
901
+ "iv-recently-viewed": IvRecentlyViewed;
902
+ "iv-sidebar": IvSidebar;
903
+ "iv-spinner": IvSpinner;
904
+ "iv-suggest": IvSuggest;
905
+ "iv-tabs": IvTabs;
906
+ "iv-toast": IvToast;
907
+ "iv-toast-container": IvToastContainer;
908
+ "iv-wishlist": IvWishlist;
909
+ "iv-wishlist-view": IvWishlistView;
910
+ "sw-in-grid-content": SwInGridContent;
911
+ "sw-size-guide": SwSizeGuide;
912
+ }
913
+ }
914
+ export { LocalJSX as JSX };
915
+ declare module "@stencil/core" {
916
+ export namespace JSX {
917
+ interface IntrinsicElements {
918
+ "iv-accordion": LocalJSX.IvAccordion & JSXBase.HTMLAttributes<HTMLIvAccordionElement>;
919
+ "iv-banner": LocalJSX.IvBanner & JSXBase.HTMLAttributes<HTMLIvBannerElement>;
920
+ "iv-button": LocalJSX.IvButton & JSXBase.HTMLAttributes<HTMLIvButtonElement>;
921
+ "iv-card": LocalJSX.IvCard & JSXBase.HTMLAttributes<HTMLIvCardElement>;
922
+ "iv-carousel": LocalJSX.IvCarousel & JSXBase.HTMLAttributes<HTMLIvCarouselElement>;
923
+ "iv-dynamic-products": LocalJSX.IvDynamicProducts & JSXBase.HTMLAttributes<HTMLIvDynamicProductsElement>;
924
+ "iv-dynamic-products-carousel": LocalJSX.IvDynamicProductsCarousel & JSXBase.HTMLAttributes<HTMLIvDynamicProductsCarouselElement>;
925
+ "iv-filters": LocalJSX.IvFilters & JSXBase.HTMLAttributes<HTMLIvFiltersElement>;
926
+ "iv-layout": LocalJSX.IvLayout & JSXBase.HTMLAttributes<HTMLIvLayoutElement>;
927
+ "iv-link": LocalJSX.IvLink & JSXBase.HTMLAttributes<HTMLIvLinkElement>;
928
+ "iv-modal": LocalJSX.IvModal & JSXBase.HTMLAttributes<HTMLIvModalElement>;
929
+ "iv-predictive-search": LocalJSX.IvPredictiveSearch & JSXBase.HTMLAttributes<HTMLIvPredictiveSearchElement>;
930
+ "iv-recently-viewed": LocalJSX.IvRecentlyViewed & JSXBase.HTMLAttributes<HTMLIvRecentlyViewedElement>;
931
+ "iv-sidebar": LocalJSX.IvSidebar & JSXBase.HTMLAttributes<HTMLIvSidebarElement>;
932
+ "iv-spinner": LocalJSX.IvSpinner & JSXBase.HTMLAttributes<HTMLIvSpinnerElement>;
933
+ "iv-suggest": LocalJSX.IvSuggest & JSXBase.HTMLAttributes<HTMLIvSuggestElement>;
934
+ "iv-tabs": LocalJSX.IvTabs & JSXBase.HTMLAttributes<HTMLIvTabsElement>;
935
+ "iv-toast": LocalJSX.IvToast & JSXBase.HTMLAttributes<HTMLIvToastElement>;
936
+ "iv-toast-container": LocalJSX.IvToastContainer & JSXBase.HTMLAttributes<HTMLIvToastContainerElement>;
937
+ "iv-wishlist": LocalJSX.IvWishlist & JSXBase.HTMLAttributes<HTMLIvWishlistElement>;
938
+ "iv-wishlist-view": LocalJSX.IvWishlistView & JSXBase.HTMLAttributes<HTMLIvWishlistViewElement>;
939
+ "sw-in-grid-content": LocalJSX.SwInGridContent & JSXBase.HTMLAttributes<HTMLSwInGridContentElement>;
940
+ "sw-size-guide": LocalJSX.SwSizeGuide & JSXBase.HTMLAttributes<HTMLSwSizeGuideElement>;
941
+ }
942
+ }
943
+ }