proto-table-wc 0.0.438 → 0.0.439
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-758b107e.js');
|
6
6
|
|
7
7
|
/*
|
8
|
-
Stencil Client Patch Browser v4.0
|
8
|
+
Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com
|
9
9
|
*/
|
10
10
|
const patchBrowser = () => {
|
11
11
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-table-wc.cjs.js', document.baseURI).href));
|
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-238e1f14.js';
|
|
2
2
|
export { s as setNonce } from './index-238e1f14.js';
|
3
3
|
|
4
4
|
/*
|
5
|
-
Stencil Client Patch Browser v4.0
|
5
|
+
Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com
|
6
6
|
*/
|
7
7
|
const patchBrowser = () => {
|
8
8
|
const importMeta = import.meta.url;
|
@@ -872,6 +872,8 @@ export declare namespace JSXBase {
|
|
872
872
|
}
|
873
873
|
interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
|
874
874
|
alt?: string;
|
875
|
+
crossOrigin?: string;
|
876
|
+
crossorigin?: string;
|
875
877
|
decoding?: 'async' | 'auto' | 'sync';
|
876
878
|
importance?: 'low' | 'auto' | 'high';
|
877
879
|
height?: number | string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "proto-table-wc",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.439",
|
4
4
|
"description": "Stencil Component Starter",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -25,10 +25,10 @@
|
|
25
25
|
"format": "prettier --write src"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@stencil/core": "4.0
|
28
|
+
"@stencil/core": "4.1.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"cspell": "7.0.
|
31
|
+
"cspell": "7.0.1",
|
32
32
|
"eslint": "8.47.0",
|
33
33
|
"prettier": "3.0.2",
|
34
34
|
"tslint": "6.1.3",
|