@operato/scene-timer
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
@@ -6,2 +6,16 @@ # Change Log | ||
## [1.0.0-alpha.16](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-05-23) | ||
### :rocket: New Features | ||
* migrate data-transform from [@things-factory](https://github.com/things-factory) ([2b7c5d3](https://github.com/things-scene/operato-scene/commit/2b7c5d34027d611c5e8210cada8cd15272944fa5)) | ||
### :bug: Bug Fix | ||
* update dependencies ([8ef917f](https://github.com/things-scene/operato-scene/commit/8ef917f41e83126495d3b75ae3042bbd66cf12c3)) | ||
## [1.0.0-alpha.15](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-05-13) | ||
@@ -8,0 +22,0 @@ |
import { ComponentNature, Properties, Shape } from '@hatiolab/things-scene'; | ||
declare const DueTimer_base: typeof Shape; | ||
export default class DueTimer extends DueTimer_base { | ||
static get nature(): ComponentNature; | ||
get nature(): ComponentNature; | ||
ready(): void; | ||
@@ -6,0 +6,0 @@ onchange(after: Properties): void; |
@@ -40,3 +40,3 @@ import { Component, RectPath, Shape } from '@hatiolab/things-scene'; | ||
export default class DueTimer extends RectPath(Shape) { | ||
static get nature() { | ||
get nature() { | ||
return NATURE; | ||
@@ -43,0 +43,0 @@ } |
import Timer from './timer'; | ||
import DueTimer from './duetimer'; | ||
declare const _default: (typeof DueTimer | typeof Timer)[]; | ||
declare const _default: (typeof Timer | typeof DueTimer)[]; | ||
export default _default; |
@@ -5,3 +5,3 @@ import { ComponentNature, Properties, Shape } from '@hatiolab/things-scene'; | ||
private _due?; | ||
static get nature(): ComponentNature; | ||
get nature(): ComponentNature; | ||
ready(): void; | ||
@@ -8,0 +8,0 @@ onchange(after: Properties): void; |
@@ -58,3 +58,3 @@ /* | ||
export default class Timer extends RectPath(Shape) { | ||
static get nature() { | ||
get nature() { | ||
return NATURE; | ||
@@ -61,0 +61,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"main": "dist/index.js", | ||
@@ -34,3 +34,3 @@ "module": "dist/index.js", | ||
"@hatiolab/prettier-config": "^1.0.0", | ||
"@operato/board": "^1.0.0-beta.11", | ||
"@operato/board": "^1.0.0-beta.16", | ||
"@things-factory/builder": "^5.0.0-alpha.41", | ||
@@ -62,3 +62,3 @@ "@things-factory/operato-board": "^5.0.0-alpha.41", | ||
}, | ||
"gitHead": "cf6c98e292ef1f9283dc3112e510c741e85cd875" | ||
"gitHead": "9eef8c15d2a6ebb316045d2511e4defefc17ab77" | ||
} |
@@ -43,3 +43,3 @@ import { Component, ComponentNature, Properties, RectPath, Shape } from '@hatiolab/things-scene' | ||
export default class DueTimer extends RectPath(Shape) { | ||
static get nature() { | ||
get nature() { | ||
return NATURE | ||
@@ -46,0 +46,0 @@ } |
@@ -64,3 +64,3 @@ /* | ||
static get nature() { | ||
get nature() { | ||
return NATURE | ||
@@ -67,0 +67,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131978