proto-table-wc 0.0.431 → 0.0.432
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-table-wc.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/proto-table-wc.js +1 -1
- package/dist/types/stencil-public-runtime.d.ts +1 -1
- package/loader/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/cjs/loader.cjs.js
CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-c9f1b4c7.js');
|
6
6
|
|
7
7
|
const defineCustomElements = (win, options) => {
|
8
|
-
if (typeof window === 'undefined') return
|
8
|
+
if (typeof window === 'undefined') return undefined;
|
9
9
|
return index.bootstrapLazy([["demo-table_2.cjs",[[1,"demo-table"],[0,"proto-table",{"data":[16],"details":[8],"fields":[16],"expanded":[32],"sort":[32],"clicks":[32]}]]]], options);
|
10
10
|
};
|
11
11
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
const index = require('./index-c9f1b4c7.js');
|
6
6
|
|
7
7
|
/*
|
8
|
-
Stencil Client Patch Browser v4.0.
|
8
|
+
Stencil Client Patch Browser v4.0.2 | 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));
|
package/dist/esm/loader.js
CHANGED
@@ -2,7 +2,7 @@ import { b as bootstrapLazy } from './index-0f81ef28.js';
|
|
2
2
|
export { s as setNonce } from './index-0f81ef28.js';
|
3
3
|
|
4
4
|
const defineCustomElements = (win, options) => {
|
5
|
-
if (typeof window === 'undefined') return
|
5
|
+
if (typeof window === 'undefined') return undefined;
|
6
6
|
return bootstrapLazy([["demo-table_2",[[1,"demo-table"],[0,"proto-table",{"data":[16],"details":[8],"fields":[16],"expanded":[32],"sort":[32],"clicks":[32]}]]]], options);
|
7
7
|
};
|
8
8
|
|
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-0f81ef28.js';
|
|
2
2
|
export { s as setNonce } from './index-0f81ef28.js';
|
3
3
|
|
4
4
|
/*
|
5
|
-
Stencil Client Patch Browser v4.0.
|
5
|
+
Stencil Client Patch Browser v4.0.2 | MIT Licensed | https://stenciljs.com
|
6
6
|
*/
|
7
7
|
const patchBrowser = () => {
|
8
8
|
const importMeta = import.meta.url;
|
@@ -1289,7 +1289,7 @@ export declare namespace JSXBase {
|
|
1289
1289
|
clipPathUnits?: number | string;
|
1290
1290
|
'clip-rule'?: number | string;
|
1291
1291
|
'color-interpolation'?: number | string;
|
1292
|
-
'color-interpolation-filters'?: 'auto' | '
|
1292
|
+
'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
|
1293
1293
|
'color-profile'?: number | string;
|
1294
1294
|
'color-rendering'?: number | string;
|
1295
1295
|
contentScriptType?: number | string;
|
package/loader/index.d.ts
CHANGED
@@ -8,7 +8,7 @@ export interface CustomElementsDefineOptions {
|
|
8
8
|
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
9
9
|
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
10
10
|
}
|
11
|
-
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions):
|
11
|
+
export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
|
12
12
|
export declare function applyPolyfills(): Promise<void>;
|
13
13
|
|
14
14
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "proto-table-wc",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.432",
|
4
4
|
"description": "Stencil Component Starter",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"format": "prettier --write src"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@stencil/core": "4.0.
|
28
|
+
"@stencil/core": "4.0.2"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
31
|
"cspell": "6.31.2",
|