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
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
[](https://stenciljs.com)
|
|
2
|
+
|
|
3
|
+
# Stencil Component Starter
|
|
4
|
+
|
|
5
|
+
> This is a starter project for building a standalone Web Components using Stencil.
|
|
6
|
+
|
|
7
|
+
Stencil is a compiler for building fast web apps using Web Components.
|
|
8
|
+
|
|
9
|
+
Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than runtime tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements specification.
|
|
10
|
+
|
|
11
|
+
Stencil components are just Web Components, so they work in any major framework or with no framework at all.
|
|
12
|
+
|
|
13
|
+
## Getting Started
|
|
14
|
+
|
|
15
|
+
To start building a new web component using Stencil, clone this repo to a new directory:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
git clone https://github.com/stenciljs/component-starter.git my-component
|
|
19
|
+
cd my-component
|
|
20
|
+
git remote rm origin
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
and run:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
npm install
|
|
27
|
+
npm start
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
To build the component for production, run:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npm run build
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
To run the unit tests for the components, run:
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
npm test
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
Need help? Check out our docs [here](https://stenciljs.com/docs/my-first-component).
|
|
43
|
+
|
|
44
|
+
## Naming Components
|
|
45
|
+
|
|
46
|
+
When creating new component tags, we recommend _not_ using `stencil` in the component name (ex: `<stencil-datepicker>`). This is because the generated component has little to nothing to do with Stencil; it's just a web component!
|
|
47
|
+
|
|
48
|
+
Instead, use a prefix that fits your company or any name for a group of related components. For example, all of the [Ionic-generated](https://ionicframework.com/) web components use the prefix `ion`.
|
|
49
|
+
|
|
50
|
+
## Using this component
|
|
51
|
+
|
|
52
|
+
There are two strategies we recommend for using web components built with Stencil.
|
|
53
|
+
|
|
54
|
+
The first step for all two of these strategies is to [publish to NPM](https://docs.npmjs.com/getting-started/publishing-npm-packages).
|
|
55
|
+
|
|
56
|
+
You can read more about these different approaches in the [Stencil docs](https://stenciljs.com/docs/publishing).
|
|
57
|
+
|
|
58
|
+
### Lazy Loading
|
|
59
|
+
|
|
60
|
+
If your Stencil project is built with the [`dist`](https://stenciljs.com/docs/distribution) output target, you can import a small bootstrap script that registers all components and allows you to load individual component scripts lazily.
|
|
61
|
+
|
|
62
|
+
For example, given your Stencil project namespace is called `my-design-system`, to use `my-component` on any website, inject this into your HTML:
|
|
63
|
+
|
|
64
|
+
```html
|
|
65
|
+
<script type="module" src="https://unpkg.com/my-design-system"></script>
|
|
66
|
+
<!--
|
|
67
|
+
To avoid unpkg.com redirects to the actual file, you can also directly import:
|
|
68
|
+
https://unpkg.com/foobar-design-system@0.0.1/dist/foobar-design-system/foobar-design-system.esm.js
|
|
69
|
+
-->
|
|
70
|
+
<my-component first="Stencil" middle="'Don't call me a framework'" last="JS"></my-component>
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
This will only load the necessary scripts needed to render `<my-component />`. Once more components of this package are used, they will automatically be loaded lazily.
|
|
74
|
+
|
|
75
|
+
You can also import the script as part of your `node_modules` in your applications entry file:
|
|
76
|
+
|
|
77
|
+
```tsx
|
|
78
|
+
import 'foobar-design-system/dist/foobar-design-system/foobar-design-system.esm.js';
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
Check out this [Live Demo](https://stackblitz.com/edit/vitejs-vite-y6v26a?file=src%2Fmain.tsx).
|
|
82
|
+
|
|
83
|
+
### Standalone
|
|
84
|
+
|
|
85
|
+
If you are using a Stencil component library with `dist-custom-elements`, we recommend importing Stencil components individually in those files where they are needed.
|
|
86
|
+
|
|
87
|
+
To export Stencil components as standalone components make sure you have the [`dist-custom-elements`](https://stenciljs.com/docs/custom-elements) output target defined in your `stencil.config.ts`.
|
|
88
|
+
|
|
89
|
+
For example, given you'd like to use `<my-component />` as part of a React component, you can import the component directly via:
|
|
90
|
+
|
|
91
|
+
```tsx
|
|
92
|
+
import 'foobar-design-system/my-component';
|
|
93
|
+
|
|
94
|
+
function App() {
|
|
95
|
+
return (
|
|
96
|
+
<>
|
|
97
|
+
<div>
|
|
98
|
+
<my-component
|
|
99
|
+
first="Stencil"
|
|
100
|
+
middle="'Don't call me a framework'"
|
|
101
|
+
last="JS"
|
|
102
|
+
></my-component>
|
|
103
|
+
</div>
|
|
104
|
+
</>
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export default App;
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
Check out this [Live Demo](https://stackblitz.com/edit/vitejs-vite-b6zuds?file=src%2FApp.tsx).
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get the base path to where the assets can be found. Use "setAssetPath(path)"
|
|
3
|
+
* if the path needs to be customized.
|
|
4
|
+
*/
|
|
5
|
+
export declare const getAssetPath: (path: string) => string;
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Used to manually set the base path where assets can be found.
|
|
9
|
+
* If the script is used as "module", it's recommended to use "import.meta.url",
|
|
10
|
+
* such as "setAssetPath(import.meta.url)". Other options include
|
|
11
|
+
* "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
|
|
12
|
+
* dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
|
|
13
|
+
* But do note that this configuration depends on how your script is bundled, or lack of
|
|
14
|
+
* bundling, and where your assets can be loaded from. Additionally custom bundling
|
|
15
|
+
* will have to ensure the static assets are copied to its build directory.
|
|
16
|
+
*/
|
|
17
|
+
export declare const setAssetPath: (path: string) => void;
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Used to specify a nonce value that corresponds with an application's CSP.
|
|
21
|
+
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
22
|
+
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|
|
23
|
+
* (<meta name="csp-nonce" content="{ nonce value here }" />) which
|
|
24
|
+
* will result in the same behavior.
|
|
25
|
+
*/
|
|
26
|
+
export declare const setNonce: (nonce: string) => void
|
|
27
|
+
|
|
28
|
+
export interface SetPlatformOptions {
|
|
29
|
+
raf?: (c: FrameRequestCallback) => number;
|
|
30
|
+
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
31
|
+
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
32
|
+
}
|
|
33
|
+
export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvAccordion extends Components.IvAccordion, HTMLElement {}
|
|
4
|
+
export const IvAccordion: {
|
|
5
|
+
prototype: IvAccordion;
|
|
6
|
+
new (): IvAccordion;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvBanner extends Components.IvBanner, HTMLElement {}
|
|
4
|
+
export const IvBanner: {
|
|
5
|
+
prototype: IvBanner;
|
|
6
|
+
new (): IvBanner;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvButton extends Components.IvButton, HTMLElement {}
|
|
4
|
+
export const IvButton: {
|
|
5
|
+
prototype: IvButton;
|
|
6
|
+
new (): IvButton;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvCard extends Components.IvCard, HTMLElement {}
|
|
4
|
+
export const IvCard: {
|
|
5
|
+
prototype: IvCard;
|
|
6
|
+
new (): IvCard;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvCarousel extends Components.IvCarousel, HTMLElement {}
|
|
4
|
+
export const IvCarousel: {
|
|
5
|
+
prototype: IvCarousel;
|
|
6
|
+
new (): IvCarousel;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvDynamicProductsCarousel extends Components.IvDynamicProductsCarousel, HTMLElement {}
|
|
4
|
+
export const IvDynamicProductsCarousel: {
|
|
5
|
+
prototype: IvDynamicProductsCarousel;
|
|
6
|
+
new (): IvDynamicProductsCarousel;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvDynamicProducts extends Components.IvDynamicProducts, HTMLElement {}
|
|
4
|
+
export const IvDynamicProducts: {
|
|
5
|
+
prototype: IvDynamicProducts;
|
|
6
|
+
new (): IvDynamicProducts;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvFilters extends Components.IvFilters, HTMLElement {}
|
|
4
|
+
export const IvFilters: {
|
|
5
|
+
prototype: IvFilters;
|
|
6
|
+
new (): IvFilters;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvLayout extends Components.IvLayout, HTMLElement {}
|
|
4
|
+
export const IvLayout: {
|
|
5
|
+
prototype: IvLayout;
|
|
6
|
+
new (): IvLayout;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvLink extends Components.IvLink, HTMLElement {}
|
|
4
|
+
export const IvLink: {
|
|
5
|
+
prototype: IvLink;
|
|
6
|
+
new (): IvLink;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvModal extends Components.IvModal, HTMLElement {}
|
|
4
|
+
export const IvModal: {
|
|
5
|
+
prototype: IvModal;
|
|
6
|
+
new (): IvModal;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvPredictiveSearch extends Components.IvPredictiveSearch, HTMLElement {}
|
|
4
|
+
export const IvPredictiveSearch: {
|
|
5
|
+
prototype: IvPredictiveSearch;
|
|
6
|
+
new (): IvPredictiveSearch;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvRecentlyViewed extends Components.IvRecentlyViewed, HTMLElement {}
|
|
4
|
+
export const IvRecentlyViewed: {
|
|
5
|
+
prototype: IvRecentlyViewed;
|
|
6
|
+
new (): IvRecentlyViewed;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvSidebar extends Components.IvSidebar, HTMLElement {}
|
|
4
|
+
export const IvSidebar: {
|
|
5
|
+
prototype: IvSidebar;
|
|
6
|
+
new (): IvSidebar;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvSpinner extends Components.IvSpinner, HTMLElement {}
|
|
4
|
+
export const IvSpinner: {
|
|
5
|
+
prototype: IvSpinner;
|
|
6
|
+
new (): IvSpinner;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvSuggest extends Components.IvSuggest, HTMLElement {}
|
|
4
|
+
export const IvSuggest: {
|
|
5
|
+
prototype: IvSuggest;
|
|
6
|
+
new (): IvSuggest;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvTabs extends Components.IvTabs, HTMLElement {}
|
|
4
|
+
export const IvTabs: {
|
|
5
|
+
prototype: IvTabs;
|
|
6
|
+
new (): IvTabs;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvToastContainer extends Components.IvToastContainer, HTMLElement {}
|
|
4
|
+
export const IvToastContainer: {
|
|
5
|
+
prototype: IvToastContainer;
|
|
6
|
+
new (): IvToastContainer;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvToast extends Components.IvToast, HTMLElement {}
|
|
4
|
+
export const IvToast: {
|
|
5
|
+
prototype: IvToast;
|
|
6
|
+
new (): IvToast;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvWishlistView extends Components.IvWishlistView, HTMLElement {}
|
|
4
|
+
export const IvWishlistView: {
|
|
5
|
+
prototype: IvWishlistView;
|
|
6
|
+
new (): IvWishlistView;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface IvWishlist extends Components.IvWishlist, HTMLElement {}
|
|
4
|
+
export const IvWishlist: {
|
|
5
|
+
prototype: IvWishlist;
|
|
6
|
+
new (): IvWishlist;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface SwInGridContent extends Components.SwInGridContent, HTMLElement {}
|
|
4
|
+
export const SwInGridContent: {
|
|
5
|
+
prototype: SwInGridContent;
|
|
6
|
+
new (): SwInGridContent;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface SwSizeGuide extends Components.SwSizeGuide, HTMLElement {}
|
|
4
|
+
export const SwSizeGuide: {
|
|
5
|
+
prototype: SwSizeGuide;
|
|
6
|
+
new (): SwSizeGuide;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|