aurum-components
Advanced tools
Comparing version 0.3.18 to 0.3.19
{ | ||
"name": "aurum-components", | ||
"version": "0.3.18", | ||
"version": "0.3.19", | ||
"main": "prebuilt/esnext/aurum-components.js", | ||
@@ -17,5 +17,6 @@ "type": "module", | ||
"@emotion/css": "^11.1.3", | ||
"aurumjs": "^0.9.21", | ||
"aurum-canvas": "^0.0.49" | ||
"aurumjs": "^0.9.26", | ||
"aurum-canvas": "^0.0.50" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": { | ||
@@ -22,0 +23,0 @@ "@types/chai": "^4.2.5", |
@@ -102,3 +102,3 @@ import { AurumCanvas, AurumRectangle } from 'aurum-canvas'; | ||
token.cancel(); | ||
if (!cancellationToken.isCanceled) { | ||
if (!cancellationToken.isCancelled) { | ||
token = new CancellationToken(); | ||
@@ -105,0 +105,0 @@ cancellationToken.chain(token); |
@@ -14,3 +14,3 @@ import { Aurum, combineStyle } from 'aurumjs'; | ||
setTimeout(() => { | ||
if (!api.cancellationToken.isCanceled) { | ||
if (!api.cancellationToken.isCancelled) { | ||
api.cancellationToken.registerDomEvent(window, 'click', (e) => { | ||
@@ -17,0 +17,0 @@ let ptr = e.target; |
@@ -65,3 +65,3 @@ import { css } from '@emotion/css'; | ||
requestAnimationFrame(() => { | ||
if (!api.cancellationToken.isCanceled) { | ||
if (!api.cancellationToken.isCancelled) { | ||
nextToast(); | ||
@@ -68,0 +68,0 @@ } |
@@ -55,3 +55,3 @@ import { Aurum, CancellationToken, combineClass, DataSource, dsMap, DuplexDataSource } from 'aurumjs'; | ||
function verticalDragStart(e, size, minSize, maxSize, orientation, dragHandleThickness = 2) { | ||
if (dragToken && !dragToken.isCanceled) { | ||
if (dragToken && !dragToken.isCancelled) { | ||
dragEnd(); | ||
@@ -79,3 +79,3 @@ } | ||
function horizontalDragStart(e, size, minSize, maxSize, orientation, dragHandleThickness = 2) { | ||
if (dragToken && !dragToken.isCanceled) { | ||
if (dragToken && !dragToken.isCancelled) { | ||
dragEnd(); | ||
@@ -82,0 +82,0 @@ } |
@@ -22,2 +22,3 @@ { | ||
"declarationMap": true, | ||
"inlineSources": true, | ||
"outDir": "prebuilt/esnext" | ||
@@ -24,0 +25,0 @@ }, |
@@ -16,3 +16,3 @@ { | ||
"jsxFragmentFactory": "Aurum.fragment", | ||
"moduleResolution": "node", | ||
"moduleResolution": "node16", | ||
"noImplicitReturns": true, | ||
@@ -23,2 +23,3 @@ "alwaysStrict": true, | ||
"declarationMap": true, | ||
"inlineSources": true, | ||
"outFile": "dist/test/aurum-components.js" | ||
@@ -25,0 +26,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
571839
144
6516
+ Addedaurum-canvas@0.0.50(transitive)
- Removedaurum-canvas@0.0.49(transitive)
Updatedaurum-canvas@^0.0.50
Updatedaurumjs@^0.9.26