Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@operato/board

Package Overview
Dependencies
Maintainers
4
Versions
811
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/board - npm Package Compare versions

Comparing version 0.2.29 to 0.2.30

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

### [0.2.30](https://github.com/hatiolab/operato/compare/v0.2.29...v0.2.30) (2021-12-01)
**Note:** Version bump only for package @operato/board
### [0.2.29](https://github.com/hatiolab/operato/compare/v0.2.28...v0.2.29) (2021-11-29)

@@ -8,0 +16,0 @@

430

custom-elements.json

@@ -776,2 +776,217 @@ {

"kind": "javascript-module",
"path": "src/utils/fullscreen.ts",
"declarations": [
{
"kind": "function",
"name": "fullscreen",
"parameters": [
{
"name": "element",
"type": {
"text": "HTMLElement"
},
"description": "대상 엘리먼트"
},
{
"name": "afterfull",
"optional": true,
"type": {
"text": "FullscreenCallback"
},
"description": "풀스크린이 된 이후에 호출되는 콜백함수"
},
{
"name": "afterfinish",
"optional": true,
"type": {
"text": "FullscreenCallback"
},
"description": "풀스크린이 해제된 이후에 호출되는 콜백함수"
}
],
"description": "엘리먼트를 풀스크린으로 표시되도록 한다."
},
{
"kind": "function",
"name": "exitfullscreen"
},
{
"kind": "function",
"name": "togglefullscreen",
"parameters": [
{
"name": "element",
"type": {
"text": "HTMLElement"
}
},
{
"name": "afterfull",
"optional": true,
"type": {
"text": "FullscreenCallback"
}
},
{
"name": "afterfinish",
"optional": true,
"type": {
"text": "FullscreenCallback"
}
}
]
}
],
"exports": [
{
"kind": "js",
"name": "fullscreen",
"declaration": {
"name": "fullscreen",
"module": "src/utils/fullscreen.ts"
}
},
{
"kind": "js",
"name": "exitfullscreen",
"declaration": {
"name": "exitfullscreen",
"module": "src/utils/fullscreen.ts"
}
},
{
"kind": "js",
"name": "togglefullscreen",
"declaration": {
"name": "togglefullscreen",
"module": "src/utils/fullscreen.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/utils/os.ts",
"declarations": [
{
"kind": "function",
"name": "getOS",
"description": "method to get operating system of running browser",
"return": {
"type": {
"text": "string"
}
}
},
{
"kind": "function",
"name": "isMobileDevice",
"description": "method to tell if platform of running browser is kind of mobile device",
"return": {
"type": {
"text": "boolean"
}
}
},
{
"kind": "function",
"name": "isIOS",
"description": "method to tell if operating system of running browser is iOS",
"return": {
"type": {
"text": "boolean"
}
}
},
{
"kind": "function",
"name": "isMacOS",
"description": "method to tell if operating system of running browser is MacOS",
"return": {
"type": {
"text": "boolean"
}
}
}
],
"exports": [
{
"kind": "js",
"name": "getOS",
"declaration": {
"name": "getOS",
"module": "src/utils/os.ts"
}
},
{
"kind": "js",
"name": "isMobileDevice",
"declaration": {
"name": "isMobileDevice",
"module": "src/utils/os.ts"
}
},
{
"kind": "js",
"name": "isIOS",
"declaration": {
"name": "isIOS",
"module": "src/utils/os.ts"
}
},
{
"kind": "js",
"name": "isMacOS",
"declaration": {
"name": "isMacOS",
"module": "src/utils/os.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/utils/swipe-listener.ts",
"declarations": [
{
"kind": "function",
"name": "SwipeListener",
"parameters": [
{
"name": "element",
"type": {
"text": "DOMElement"
},
"description": "Element on which to listen for swipe gestures."
},
{
"name": "options",
"optional": true,
"type": {
"text": "Object"
},
"description": "Optional: Options."
}
],
"description": "Starts monitoring swipes on the given element and\nemits `swipe` event when a swipe gesture is performed.",
"return": {
"type": {
"text": "Object"
}
}
}
],
"exports": [
{
"kind": "js",
"name": "SwipeListener",
"declaration": {
"name": "SwipeListener",
"module": "src/utils/swipe-listener.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/player/ox-board-player-carousel.ts",

@@ -1153,219 +1368,4 @@ "declarations": [

]
},
{
"kind": "javascript-module",
"path": "src/utils/fullscreen.ts",
"declarations": [
{
"kind": "function",
"name": "fullscreen",
"parameters": [
{
"name": "element",
"type": {
"text": "HTMLElement"
},
"description": "대상 엘리먼트"
},
{
"name": "afterfull",
"optional": true,
"type": {
"text": "FullscreenCallback"
},
"description": "풀스크린이 된 이후에 호출되는 콜백함수"
},
{
"name": "afterfinish",
"optional": true,
"type": {
"text": "FullscreenCallback"
},
"description": "풀스크린이 해제된 이후에 호출되는 콜백함수"
}
],
"description": "엘리먼트를 풀스크린으로 표시되도록 한다."
},
{
"kind": "function",
"name": "exitfullscreen"
},
{
"kind": "function",
"name": "togglefullscreen",
"parameters": [
{
"name": "element",
"type": {
"text": "HTMLElement"
}
},
{
"name": "afterfull",
"optional": true,
"type": {
"text": "FullscreenCallback"
}
},
{
"name": "afterfinish",
"optional": true,
"type": {
"text": "FullscreenCallback"
}
}
]
}
],
"exports": [
{
"kind": "js",
"name": "fullscreen",
"declaration": {
"name": "fullscreen",
"module": "src/utils/fullscreen.ts"
}
},
{
"kind": "js",
"name": "exitfullscreen",
"declaration": {
"name": "exitfullscreen",
"module": "src/utils/fullscreen.ts"
}
},
{
"kind": "js",
"name": "togglefullscreen",
"declaration": {
"name": "togglefullscreen",
"module": "src/utils/fullscreen.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/utils/os.ts",
"declarations": [
{
"kind": "function",
"name": "getOS",
"description": "method to get operating system of running browser",
"return": {
"type": {
"text": "string"
}
}
},
{
"kind": "function",
"name": "isMobileDevice",
"description": "method to tell if platform of running browser is kind of mobile device",
"return": {
"type": {
"text": "boolean"
}
}
},
{
"kind": "function",
"name": "isIOS",
"description": "method to tell if operating system of running browser is iOS",
"return": {
"type": {
"text": "boolean"
}
}
},
{
"kind": "function",
"name": "isMacOS",
"description": "method to tell if operating system of running browser is MacOS",
"return": {
"type": {
"text": "boolean"
}
}
}
],
"exports": [
{
"kind": "js",
"name": "getOS",
"declaration": {
"name": "getOS",
"module": "src/utils/os.ts"
}
},
{
"kind": "js",
"name": "isMobileDevice",
"declaration": {
"name": "isMobileDevice",
"module": "src/utils/os.ts"
}
},
{
"kind": "js",
"name": "isIOS",
"declaration": {
"name": "isIOS",
"module": "src/utils/os.ts"
}
},
{
"kind": "js",
"name": "isMacOS",
"declaration": {
"name": "isMacOS",
"module": "src/utils/os.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/utils/swipe-listener.ts",
"declarations": [
{
"kind": "function",
"name": "SwipeListener",
"parameters": [
{
"name": "element",
"type": {
"text": "DOMElement"
},
"description": "Element on which to listen for swipe gestures."
},
{
"name": "options",
"optional": true,
"type": {
"text": "Object"
},
"description": "Optional: Options."
}
],
"description": "Starts monitoring swipes on the given element and\nemits `swipe` event when a swipe gesture is performed.",
"return": {
"type": {
"text": "Object"
}
}
}
],
"exports": [
{
"kind": "js",
"name": "SwipeListener",
"declaration": {
"name": "SwipeListener",
"module": "src/utils/swipe-listener.ts"
}
}
]
}
]
}

@@ -1,2 +0,2 @@

import '../index.js.js.js';
import '../index.js';
import { TemplateResult } from 'lit';

@@ -3,0 +3,0 @@ declare const _default: {

@@ -1,2 +0,2 @@

import '../index.js.js.js';
import '../index.js';
import { html } from 'lit';

@@ -3,0 +3,0 @@ export default {

{
"name": "@operato/board",
"version": "0.2.29",
"version": "0.2.30",
"description": "Webcomponent for board following open-wc recommendations",

@@ -75,3 +75,3 @@ "author": "heartyoh",

},
"gitHead": "de8ff6b06b9c129cbc9c8a1beaa101d6c376a01d"
"gitHead": "b2dc6c6e96e4353186ef8abeddc2d536ca902f60"
}

@@ -1,4 +0,4 @@

import '../index.js.js.js'
import '../index.js'
import { html, TemplateResult } from 'lit'
import { TemplateResult, html } from 'lit'

@@ -5,0 +5,0 @@ export default {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc