@operato/board
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.2.16](https://github.com/hatiolab/operato/compare/v0.2.15...v0.2.16) (2021-11-21) | ||
### :bug: Bug Fix | ||
* @operato/board ([230fa69](https://github.com/hatiolab/operato/commit/230fa69228323a13f4744233ef6254178f00ca90)) | ||
### [0.2.15](https://github.com/hatiolab/operato/compare/v0.2.14...v0.2.15) (2021-11-21) | ||
@@ -8,0 +17,0 @@ |
@@ -715,85 +715,2 @@ { | ||
"kind": "javascript-module", | ||
"path": "src/ox-board-wrapper.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "class", | ||
"description": "", | ||
"name": "BoardWrapper", | ||
"members": [ | ||
{ | ||
"kind": "field", | ||
"name": "sceneId", | ||
"type": { | ||
"text": "string" | ||
}, | ||
"attribute": "sceneId" | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "provider", | ||
"type": { | ||
"text": "any" | ||
}, | ||
"attribute": "provider" | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "_scene", | ||
"type": { | ||
"text": "any" | ||
} | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "_targetEl", | ||
"type": { | ||
"text": "HTMLElement" | ||
} | ||
}, | ||
{ | ||
"kind": "method", | ||
"name": "_releaseRef" | ||
}, | ||
{ | ||
"kind": "method", | ||
"name": "_onSceneIdChanged" | ||
} | ||
], | ||
"attributes": [ | ||
{ | ||
"name": "sceneId", | ||
"type": { | ||
"text": "string" | ||
}, | ||
"fieldName": "sceneId" | ||
}, | ||
{ | ||
"name": "provider", | ||
"type": { | ||
"text": "any" | ||
}, | ||
"fieldName": "provider" | ||
} | ||
], | ||
"superclass": { | ||
"name": "LitElement", | ||
"package": "lit" | ||
}, | ||
"tagName": "ox-board-wrapper", | ||
"customElement": true | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "custom-element-definition", | ||
"name": "ox-board-wrapper", | ||
"declaration": { | ||
"name": "BoardWrapper", | ||
"module": "src/ox-board-wrapper.ts" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "stories/index.stories.ts", | ||
@@ -862,3 +779,3 @@ "declarations": [ | ||
"kind": "javascript-module", | ||
"path": "src/player/board-player-carousel.ts", | ||
"path": "src/player/ox-board-player-carousel.ts", | ||
"declarations": [ | ||
@@ -1057,3 +974,3 @@ { | ||
"name": "BoardPlayerCarousel", | ||
"module": "src/player/board-player-carousel.ts" | ||
"module": "src/player/ox-board-player-carousel.ts" | ||
} | ||
@@ -1065,3 +982,3 @@ } | ||
"kind": "javascript-module", | ||
"path": "src/player/board-player-grid.ts", | ||
"path": "src/player/ox-board-player-grid.ts", | ||
"declarations": [ | ||
@@ -1154,3 +1071,3 @@ { | ||
"name": "BoardPlayerGrid", | ||
"module": "src/player/board-player-grid.ts" | ||
"module": "src/player/ox-board-player-grid.ts" | ||
} | ||
@@ -1162,2 +1079,85 @@ } | ||
"kind": "javascript-module", | ||
"path": "src/player/ox-board-wrapper.ts", | ||
"declarations": [ | ||
{ | ||
"kind": "class", | ||
"description": "", | ||
"name": "BoardWrapper", | ||
"members": [ | ||
{ | ||
"kind": "field", | ||
"name": "sceneId", | ||
"type": { | ||
"text": "string" | ||
}, | ||
"attribute": "sceneId" | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "provider", | ||
"type": { | ||
"text": "any" | ||
}, | ||
"attribute": "provider" | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "_scene", | ||
"type": { | ||
"text": "any" | ||
} | ||
}, | ||
{ | ||
"kind": "field", | ||
"name": "_targetEl", | ||
"type": { | ||
"text": "HTMLElement" | ||
} | ||
}, | ||
{ | ||
"kind": "method", | ||
"name": "_releaseRef" | ||
}, | ||
{ | ||
"kind": "method", | ||
"name": "_onSceneIdChanged" | ||
} | ||
], | ||
"attributes": [ | ||
{ | ||
"name": "sceneId", | ||
"type": { | ||
"text": "string" | ||
}, | ||
"fieldName": "sceneId" | ||
}, | ||
{ | ||
"name": "provider", | ||
"type": { | ||
"text": "any" | ||
}, | ||
"fieldName": "provider" | ||
} | ||
], | ||
"superclass": { | ||
"name": "LitElement", | ||
"package": "lit" | ||
}, | ||
"tagName": "ox-board-wrapper", | ||
"customElement": true | ||
} | ||
], | ||
"exports": [ | ||
{ | ||
"kind": "custom-element-definition", | ||
"name": "ox-board-wrapper", | ||
"declaration": { | ||
"name": "BoardWrapper", | ||
"module": "src/player/ox-board-wrapper.ts" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"kind": "javascript-module", | ||
"path": "src/utils/fullscreen.ts", | ||
@@ -1164,0 +1164,0 @@ "declarations": [ |
import '@material/mwc-fab'; | ||
import '@material/mwc-icon'; | ||
import './ox-board-wrapper'; | ||
import './player/board-player-carousel'; | ||
import './player/ox-board-wrapper'; | ||
import './player/ox-board-player-carousel'; | ||
import { LitElement, PropertyValues } from 'lit'; | ||
@@ -6,0 +6,0 @@ export declare class BoardPlayer extends LitElement { |
import { __decorate } from "tslib"; | ||
import '@material/mwc-fab'; | ||
import '@material/mwc-icon'; | ||
import './ox-board-wrapper'; | ||
import './player/board-player-carousel'; | ||
import './player/ox-board-wrapper'; | ||
import './player/ox-board-player-carousel'; | ||
import { LitElement, html } from 'lit'; | ||
@@ -7,0 +7,0 @@ import { customElement, property, query, state } from 'lit/decorators.js'; |
{ | ||
"name": "@operato/board", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Webcomponent for board following open-wc recommendations", | ||
@@ -58,3 +58,2 @@ "author": "heartyoh", | ||
"prettier": "^2.4.1", | ||
"swipe-listener": "^1.3.0", | ||
"tslib": "^2.3.1", | ||
@@ -76,3 +75,3 @@ "typescript": "^4.4.4" | ||
}, | ||
"gitHead": "9f3c92ae95ed50754eb35d3b70ebf9bd705a98b7" | ||
"gitHead": "361a5def4bc0fce29ca91a64c70df2fa77960495" | ||
} |
import '@material/mwc-fab' | ||
import '@material/mwc-icon' | ||
import './ox-board-wrapper' | ||
import './player/board-player-carousel' | ||
import './player/ox-board-wrapper' | ||
import './player/ox-board-player-carousel' | ||
@@ -6,0 +6,0 @@ import { LitElement, PropertyValues, html } from 'lit' |
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
22
284748
63
4901