proto-table-wc 0.0.434 → 0.0.436

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.3 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.0.4 | 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.3",
8
+ "version": "4.0.4",
9
9
  "typescriptVersion": "5.0.4"
10
10
  },
11
11
  "collections": [],
@@ -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.3 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v4.0.4 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
@@ -1623,8 +1623,14 @@ export declare namespace JSXBase {
1623
1623
  onAnimationEndCapture?: (event: AnimationEvent) => void;
1624
1624
  onAnimationIteration?: (event: AnimationEvent) => void;
1625
1625
  onAnimationIterationCapture?: (event: AnimationEvent) => void;
1626
+ onTransitionCancel?: (event: TransitionEvent) => void;
1627
+ onTransitionCancelCapture?: (event: TransitionEvent) => void;
1626
1628
  onTransitionEnd?: (event: TransitionEvent) => void;
1627
1629
  onTransitionEndCapture?: (event: TransitionEvent) => void;
1630
+ onTransitionRun?: (event: TransitionEvent) => void;
1631
+ onTransitionRunCapture?: (event: TransitionEvent) => void;
1632
+ onTransitionStart?: (event: TransitionEvent) => void;
1633
+ onTransitionStartCapture?: (event: TransitionEvent) => void;
1628
1634
  }
1629
1635
  }
1630
1636
  export interface JSXAttributes<T = Element> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-table-wc",
3
- "version": "0.0.434",
3
+ "version": "0.0.436",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -25,12 +25,12 @@
25
25
  "format": "prettier --write src"
26
26
  },
27
27
  "dependencies": {
28
- "@stencil/core": "4.0.3"
28
+ "@stencil/core": "4.0.4"
29
29
  },
30
30
  "devDependencies": {
31
- "cspell": "6.31.2",
32
- "eslint": "8.46.0",
33
- "prettier": "3.0.0",
31
+ "cspell": "7.0.0",
32
+ "eslint": "8.47.0",
33
+ "prettier": "3.0.1",
34
34
  "tslint": "6.1.3",
35
35
  "typescript": "5.1.6"
36
36
  },