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.
- package/LICENSE +21 -0
- package/README.md +111 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/iv-accordion.d.ts +11 -0
- package/dist/components/iv-banner.d.ts +11 -0
- package/dist/components/iv-button.d.ts +11 -0
- package/dist/components/iv-card.d.ts +11 -0
- package/dist/components/iv-carousel.d.ts +11 -0
- package/dist/components/iv-dynamic-products-carousel.d.ts +11 -0
- package/dist/components/iv-dynamic-products.d.ts +11 -0
- package/dist/components/iv-filters.d.ts +11 -0
- package/dist/components/iv-layout.d.ts +11 -0
- package/dist/components/iv-link.d.ts +11 -0
- package/dist/components/iv-modal.d.ts +11 -0
- package/dist/components/iv-predictive-search.d.ts +11 -0
- package/dist/components/iv-recently-viewed.d.ts +11 -0
- package/dist/components/iv-sidebar.d.ts +11 -0
- package/dist/components/iv-spinner.d.ts +11 -0
- package/dist/components/iv-suggest.d.ts +11 -0
- package/dist/components/iv-tabs.d.ts +11 -0
- package/dist/components/iv-toast-container.d.ts +11 -0
- package/dist/components/iv-toast.d.ts +11 -0
- package/dist/components/iv-wishlist-view.d.ts +11 -0
- package/dist/components/iv-wishlist.d.ts +11 -0
- package/dist/components/sw-in-grid-content.d.ts +11 -0
- package/dist/components/sw-size-guide.d.ts +11 -0
- package/dist/intravenous/factory-1QinX-o0.js +275 -0
- package/dist/intravenous/factory-1QinX-o0.js.map +1 -0
- package/dist/intravenous/factory-JClanx-E.js +596 -0
- package/dist/intravenous/factory-JClanx-E.js.map +1 -0
- package/dist/intravenous/factory-mrqy6XUM.js +36 -0
- package/dist/intravenous/factory-mrqy6XUM.js.map +1 -0
- package/dist/intravenous/index-Py50VI8u.js +4761 -0
- package/dist/intravenous/index-Py50VI8u.js.map +1 -0
- package/dist/intravenous/index.esm.js +17 -0
- package/dist/intravenous/index.esm.js.map +1 -0
- package/dist/intravenous/intravenous.esm.js +48 -0
- package/dist/intravenous/intravenous.esm.js.map +1 -0
- package/dist/intravenous/iv-accordion.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-accordion.entry.js +35 -0
- package/dist/intravenous/iv-banner.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-banner.entry.js +28 -0
- package/dist/intravenous/iv-button.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-button.entry.js +40 -0
- package/dist/intravenous/iv-card.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-card.entry.js +82 -0
- package/dist/intravenous/iv-carousel.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-carousel.entry.js +16 -0
- package/dist/intravenous/iv-dynamic-products-carousel.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-dynamic-products-carousel.entry.js +114 -0
- package/dist/intravenous/iv-dynamic-products.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-dynamic-products.entry.js +97 -0
- package/dist/intravenous/iv-filters.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-filters.entry.js +19 -0
- package/dist/intravenous/iv-layout.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-layout.entry.js +60 -0
- package/dist/intravenous/iv-link.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-link.entry.js +25 -0
- package/dist/intravenous/iv-modal.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-modal.entry.js +19 -0
- package/dist/intravenous/iv-predictive-search.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-predictive-search.entry.js +311 -0
- package/dist/intravenous/iv-recently-viewed.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-recently-viewed.entry.js +101 -0
- package/dist/intravenous/iv-sidebar.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-sidebar.entry.js +24 -0
- package/dist/intravenous/iv-spinner.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-spinner.entry.js +19 -0
- package/dist/intravenous/iv-suggest.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-suggest.entry.js +72 -0
- package/dist/intravenous/iv-tabs.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-tabs.entry.js +22 -0
- package/dist/intravenous/iv-toast-container.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-toast-container.entry.js +44 -0
- package/dist/intravenous/iv-toast.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-toast.entry.js +23 -0
- package/dist/intravenous/iv-wishlist-view.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-wishlist-view.entry.js +21 -0
- package/dist/intravenous/iv-wishlist.entry.esm.js.map +1 -0
- package/dist/intravenous/iv-wishlist.entry.js +73 -0
- package/dist/intravenous/loader.esm.js.map +1 -0
- package/dist/intravenous/sw-in-grid-content.entry.esm.js.map +1 -0
- package/dist/intravenous/sw-in-grid-content.entry.js +18 -0
- package/dist/intravenous/sw-size-guide.entry.esm.js.map +1 -0
- package/dist/intravenous/sw-size-guide.entry.js +111 -0
- package/dist/types/components/iv-accordion/iv-accordion.d.ts +12 -0
- package/dist/types/components/iv-banner/iv-banner.d.ts +7 -0
- package/dist/types/components/iv-button/iv-button.d.ts +12 -0
- package/dist/types/components/iv-card/iv-card.d.ts +15 -0
- package/dist/types/components/iv-carousel/iv-carousel.d.ts +3 -0
- package/dist/types/components/iv-dynamic-products/iv-dynamic-products.d.ts +26 -0
- package/dist/types/components/iv-dynamic-products-carousel/iv-dynamic-products-carousel.d.ts +29 -0
- package/dist/types/components/iv-filters/iv-filters.d.ts +3 -0
- package/dist/types/components/iv-layout/iv-layout.d.ts +12 -0
- package/dist/types/components/iv-link/iv-link.d.ts +9 -0
- package/dist/types/components/iv-modal/iv-modal.d.ts +3 -0
- package/dist/types/components/iv-predictive-search/iv-predictive-search.d.ts +44 -0
- package/dist/types/components/iv-recently-viewed/iv-recently-viewed.d.ts +17 -0
- package/dist/types/components/iv-sidebar/iv-sidebar.d.ts +5 -0
- package/dist/types/components/iv-spinner/iv-spinner.d.ts +4 -0
- package/dist/types/components/iv-suggest/iv-suggest.d.ts +21 -0
- package/dist/types/components/iv-tabs/iv-tabs.d.ts +7 -0
- package/dist/types/components/iv-toast/iv-toast.d.ts +7 -0
- package/dist/types/components/iv-toast-container/iv-toast-container.d.ts +8 -0
- package/dist/types/components/iv-wishlist/iv-wishlist.d.ts +16 -0
- package/dist/types/components/iv-wishlist-view/iv-wishlist-view.d.ts +3 -0
- package/dist/types/components/sw-in-grid-content/sw-in-grid-content.d.ts +3 -0
- package/dist/types/components/sw-size-guide/sw-size-guide.d.ts +14 -0
- package/dist/types/components.d.ts +943 -0
- package/dist/types/global/app.d.ts +1 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1746 -0
- package/dist/types/utils/caching/factory.d.ts +72 -0
- package/dist/types/utils/config/factory.d.ts +2 -0
- package/dist/types/utils/error_handling/factory.d.ts +58 -0
- package/dist/types/utils/helpers/factory.d.ts +6 -0
- package/dist/types/utils/store/store.d.ts +21 -0
- package/dist/types/utils/storefront_api/factory.d.ts +22 -0
- package/dist/types/utils/utils.d.ts +1 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +54 -0
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export declare class IvPredictiveSearch {
|
|
2
|
+
searchlabel?: string;
|
|
3
|
+
labelposition?: 'inline' | 'top';
|
|
4
|
+
action?: string;
|
|
5
|
+
method: 'get' | 'post';
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
minchars: number;
|
|
8
|
+
debounce: number;
|
|
9
|
+
resultslimit: number;
|
|
10
|
+
showspinner?: boolean;
|
|
11
|
+
noresultstext: string;
|
|
12
|
+
requestedfields: string;
|
|
13
|
+
requestedresources: string;
|
|
14
|
+
showallbuttontext?: string;
|
|
15
|
+
querybuttontext?: string;
|
|
16
|
+
clearbutton?: string;
|
|
17
|
+
expandable: boolean;
|
|
18
|
+
tablayout?: string;
|
|
19
|
+
gridlayout?: string;
|
|
20
|
+
searchTerm: string;
|
|
21
|
+
searchReturnData: any[];
|
|
22
|
+
noResults: boolean;
|
|
23
|
+
searchTermsChanged: any;
|
|
24
|
+
private debounceTimer;
|
|
25
|
+
private abortController?;
|
|
26
|
+
private cache;
|
|
27
|
+
private normalizeAction;
|
|
28
|
+
private parseRequestedFields;
|
|
29
|
+
private normalizeImageUrl;
|
|
30
|
+
private get hasRenderableResults();
|
|
31
|
+
private get resultsListId();
|
|
32
|
+
private get tabLabels();
|
|
33
|
+
private get useGridLayout();
|
|
34
|
+
private get gridTemplateAreas();
|
|
35
|
+
private get gridAreaNames();
|
|
36
|
+
private confirmRequestedResources;
|
|
37
|
+
private fetchPredictive;
|
|
38
|
+
private normalizeShopifyResponse;
|
|
39
|
+
private pickFieldsByResource;
|
|
40
|
+
private handleSearchInput;
|
|
41
|
+
private handleSearchSubmit;
|
|
42
|
+
private renderResults;
|
|
43
|
+
render(): any;
|
|
44
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class IvRecentlyViewed {
|
|
2
|
+
componenttitle?: string;
|
|
3
|
+
titletag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';
|
|
4
|
+
numbertoshow: number;
|
|
5
|
+
noviewhistory?: string;
|
|
6
|
+
requestedfields?: string;
|
|
7
|
+
items: any[];
|
|
8
|
+
private currentProductId;
|
|
9
|
+
private historyAvailable;
|
|
10
|
+
componentWillLoad(): Promise<void>;
|
|
11
|
+
private safeParse;
|
|
12
|
+
private loadStorage;
|
|
13
|
+
private saveStorage;
|
|
14
|
+
private trackCurrentProduct;
|
|
15
|
+
private loadForRender;
|
|
16
|
+
render(): any;
|
|
17
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class IvSuggest {
|
|
2
|
+
topqueries?: string;
|
|
3
|
+
collections?: string;
|
|
4
|
+
products?: string;
|
|
5
|
+
banner?: string;
|
|
6
|
+
bannerurl?: string;
|
|
7
|
+
bannertitle?: string;
|
|
8
|
+
bannertitletag: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span';
|
|
9
|
+
bannerbuttontext?: string;
|
|
10
|
+
topquerytitle?: string;
|
|
11
|
+
productstitle?: string;
|
|
12
|
+
collectionstitle?: string;
|
|
13
|
+
gridlayout?: string;
|
|
14
|
+
requestfields?: string;
|
|
15
|
+
private get suggestionElements();
|
|
16
|
+
private renderQueries;
|
|
17
|
+
private renderTiles;
|
|
18
|
+
private renderBanner;
|
|
19
|
+
private renderers;
|
|
20
|
+
render(): any;
|
|
21
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class IvWishlist {
|
|
2
|
+
buttonaddvalue: string;
|
|
3
|
+
buttonremovevalue: string;
|
|
4
|
+
wishlistempty: string;
|
|
5
|
+
buttonaddtocartvalue: string;
|
|
6
|
+
viewwishlistvalue: string;
|
|
7
|
+
productdata: Record<string, any> | string;
|
|
8
|
+
usefields: string;
|
|
9
|
+
previewtype: 'modal' | 'pullout';
|
|
10
|
+
componentWillLoad(): void;
|
|
11
|
+
private get itemFromWishlist();
|
|
12
|
+
private get buttonLabel();
|
|
13
|
+
private get requestedFields();
|
|
14
|
+
private addToWishlist;
|
|
15
|
+
render(): any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class SwSizeGuide {
|
|
2
|
+
el: HTMLElement;
|
|
3
|
+
sizeUnits: 'mm' | 'inches';
|
|
4
|
+
private countryDataSets;
|
|
5
|
+
componentDidLoad(): void;
|
|
6
|
+
private get table();
|
|
7
|
+
private updateCountryData;
|
|
8
|
+
private handleCountrySelectChange;
|
|
9
|
+
private toggleSizeUnits;
|
|
10
|
+
private convertToInches;
|
|
11
|
+
private convertTableUnits;
|
|
12
|
+
componentDidRender(): void;
|
|
13
|
+
render(): any;
|
|
14
|
+
}
|