proto-table-wc 0.0.430 → 0.0.432

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-c9f1b4c7.js');
6
6
 
7
7
  const defineCustomElements = (win, options) => {
8
- if (typeof window === 'undefined') return Promise.resolve();
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.1 | MIT Licensed | https://stenciljs.com
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));
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "4.0.1",
8
+ "version": "4.0.2",
9
9
  "typescriptVersion": "5.0.4"
10
10
  },
11
11
  "collections": [],
@@ -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 Promise.resolve();
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.1 | MIT Licensed | https://stenciljs.com
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' | 's-rGB' | 'linear-rGB' | 'inherit';
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): Promise<void>;
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.430",
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,10 +25,10 @@
25
25
  "format": "prettier --write src"
26
26
  },
27
27
  "dependencies": {
28
- "@stencil/core": "4.0.1"
28
+ "@stencil/core": "4.0.2"
29
29
  },
30
30
  "devDependencies": {
31
- "cspell": "6.31.1",
31
+ "cspell": "6.31.2",
32
32
  "eslint": "8.45.0",
33
33
  "prettier": "3.0.0",
34
34
  "tslint": "6.1.3",