@atmgrupomaggioli/iris-button 0.0.1
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/dist/cjs/app-globals-3a1e7e63.js +7 -0
- package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
- package/dist/cjs/index-15a93aad.js +1346 -0
- package/dist/cjs/index-15a93aad.js.map +1 -0
- package/dist/cjs/index.cjs.js +11 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/iris-button.cjs.entry.js +28 -0
- package/dist/cjs/iris-button.cjs.entry.js.map +1 -0
- package/dist/cjs/iris-button.cjs.js +27 -0
- package/dist/cjs/iris-button.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/iris-button/iris-button.css +86 -0
- package/dist/collection/components/iris-button/iris-button.js +101 -0
- package/dist/collection/components/iris-button/iris-button.js.map +1 -0
- package/dist/collection/index.js +11 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/utils/utils.js +4 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +9 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/iris-button.d.ts +11 -0
- package/dist/components/iris-button.js +47 -0
- package/dist/components/iris-button.js.map +1 -0
- package/dist/components/p-9678c037.js +1190 -0
- package/dist/components/p-9678c037.js.map +1 -0
- package/dist/esm/app-globals-0f993ce5.js +5 -0
- package/dist/esm/app-globals-0f993ce5.js.map +1 -0
- package/dist/esm/index-73dab88a.js +1320 -0
- package/dist/esm/index-73dab88a.js.map +1 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/iris-button.entry.js +24 -0
- package/dist/esm/iris-button.entry.js.map +1 -0
- package/dist/esm/iris-button.js +22 -0
- package/dist/esm/iris-button.js.map +1 -0
- package/dist/esm/loader.js +13 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/iris-button/index.esm.js +2 -0
- package/dist/iris-button/index.esm.js.map +1 -0
- package/dist/iris-button/iris-button.css +1 -0
- package/dist/iris-button/iris-button.esm.js +2 -0
- package/dist/iris-button/iris-button.esm.js.map +1 -0
- package/dist/iris-button/p-cc8752cf.entry.js +2 -0
- package/dist/iris-button/p-cc8752cf.entry.js.map +1 -0
- package/dist/iris-button/p-e1255160.js +2 -0
- package/dist/iris-button/p-e1255160.js.map +1 -0
- package/dist/iris-button/p-f582cc7a.js +3 -0
- package/dist/iris-button/p-f582cc7a.js.map +1 -0
- package/dist/types/components/iris-button/iris-button.d.ts +21 -0
- package/dist/types/components.d.ts +69 -0
- package/dist/types/index.d.ts +11 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -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/loader/package.json +11 -0
- package/package.json +54 -0
- package/readme.md +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
export declare function format(first?: string, middle?: string, last?: string): string;
|
package/loader/cdn.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('../dist/cjs/loader.cjs.js');
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('../dist/cjs/loader.cjs.js');
|
@@ -0,0 +1,24 @@
|
|
1
|
+
export * from '../dist/types/components';
|
2
|
+
export interface CustomElementsDefineOptions {
|
3
|
+
exclude?: string[];
|
4
|
+
resourcesUrl?: string;
|
5
|
+
syncQueue?: boolean;
|
6
|
+
jmp?: (c: Function) => any;
|
7
|
+
raf?: (c: FrameRequestCallback) => number;
|
8
|
+
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
9
|
+
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
10
|
+
}
|
11
|
+
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
|
12
|
+
/**
|
13
|
+
* @deprecated
|
14
|
+
*/
|
15
|
+
export declare function applyPolyfills(): Promise<void>;
|
16
|
+
|
17
|
+
/**
|
18
|
+
* Used to specify a nonce value that corresponds with an application's CSP.
|
19
|
+
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
20
|
+
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|
21
|
+
* (<meta name="csp-nonce" content="{ nonce value here }" />) which
|
22
|
+
* will result in the same behavior.
|
23
|
+
*/
|
24
|
+
export declare function setNonce(nonce: string): void;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from '../dist/esm/loader.js';
|
package/loader/index.js
ADDED
@@ -0,0 +1,2 @@
|
|
1
|
+
(function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
|
2
|
+
export * from '../dist/esm/loader.js';
|
@@ -0,0 +1,11 @@
|
|
1
|
+
{
|
2
|
+
"name": "iris-button-loader",
|
3
|
+
"private": true,
|
4
|
+
"typings": "./index.d.ts",
|
5
|
+
"module": "./index.js",
|
6
|
+
"main": "./index.cjs.js",
|
7
|
+
"jsnext:main": "./index.es2017.js",
|
8
|
+
"es2015": "./index.es2017.js",
|
9
|
+
"es2017": "./index.es2017.js",
|
10
|
+
"unpkg": "./cdn.js"
|
11
|
+
}
|
package/package.json
ADDED
@@ -0,0 +1,54 @@
|
|
1
|
+
{
|
2
|
+
"name": "@atmgrupomaggioli/iris-button",
|
3
|
+
"version": "0.0.1",
|
4
|
+
"description": "ATM Button component",
|
5
|
+
"main": "dist/index.cjs.js",
|
6
|
+
"module": "dist/index.js",
|
7
|
+
"types": "dist/types/index.d.ts",
|
8
|
+
"collection": "dist/collection/collection-manifest.json",
|
9
|
+
"collection:main": "dist/collection/index.js",
|
10
|
+
"unpkg": "dist/iris-button/iris-button.esm.js",
|
11
|
+
"exports": {
|
12
|
+
".": {
|
13
|
+
"import": "./dist/iris-button/iris-button.esm.js",
|
14
|
+
"require": "./dist/iris-button/iris-button.cjs.js"
|
15
|
+
},
|
16
|
+
"./my-component": {
|
17
|
+
"import": "./dist/components/my-component.js",
|
18
|
+
"types": "./dist/components/my-component.d.ts"
|
19
|
+
},
|
20
|
+
"./loader": {
|
21
|
+
"import": "./loader/index.js",
|
22
|
+
"require": "./loader/index.cjs",
|
23
|
+
"types": "./loader/index.d.ts"
|
24
|
+
}
|
25
|
+
},
|
26
|
+
"repository": {
|
27
|
+
"type": "git",
|
28
|
+
"url": "https://github.com/ionic-team/stencil-component-starter.git"
|
29
|
+
},
|
30
|
+
"files": [
|
31
|
+
"dist/",
|
32
|
+
"loader/"
|
33
|
+
],
|
34
|
+
"scripts": {
|
35
|
+
"build": "stencil build",
|
36
|
+
"start": "clear && stencil build --dev --watch --serve --no-open --no-cache",
|
37
|
+
"test": "stencil test --spec --e2e",
|
38
|
+
"test.watch": "stencil test --spec --e2e --watchAll",
|
39
|
+
"generate": "stencil generate"
|
40
|
+
},
|
41
|
+
"devDependencies": {
|
42
|
+
"@stencil/core": "^4.7.0",
|
43
|
+
"@types/jest": "^29.5.6",
|
44
|
+
"@types/node": "^16.18.11",
|
45
|
+
"jest": "^29.7.0",
|
46
|
+
"jest-cli": "^29.7.0",
|
47
|
+
"puppeteer": "^21.9.0"
|
48
|
+
},
|
49
|
+
"dependencies": {
|
50
|
+
"@atmgrupomaggioli/iris-styles": "*",
|
51
|
+
"@stencil/sass": "3.0.12"
|
52
|
+
},
|
53
|
+
"license": "MIT"
|
54
|
+
}
|
package/readme.md
ADDED
File without changes
|