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

@operato/property-editor

Package Overview
Dependencies
Maintainers
4
Versions
674
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/property-editor - npm Package Compare versions

Comparing version 0.3.20 to 0.3.21

9

CHANGELOG.md

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

### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
### :rocket: New Features
* i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7))
### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28)

@@ -8,0 +17,0 @@

1

dist/src/ox-property-editor.d.ts

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

import '@operato/i18n/ox-i18n.js';
import { LitElement } from 'lit';

@@ -2,0 +3,0 @@ export declare class OxPropertyEditor extends LitElement {

3

dist/src/ox-property-editor.js
import { __decorate } from "tslib";
import '@operato/i18n/ox-i18n.js';
import { css, html, LitElement } from 'lit';

@@ -31,3 +32,3 @@ import { property, state } from 'lit/decorators.js';

<label for="editor">
<i18n-msg msgid=${this._computeLabelId(this.label)}>${this.label}</i18n-msg>
<ox-i18n msgid=${this._computeLabelId(this.label)}>${this.label}</ox-i18n>
</label>

@@ -34,0 +35,0 @@ `

{
"name": "@operato/property-editor",
"version": "0.3.20",
"version": "0.3.21",
"description": "Webcomponent for property-editor following open-wc recommendations",

@@ -34,2 +34,3 @@ "author": "heartyoh",

"dependencies": {
"@operato/i18n": "^0.3.21",
"lit": "^2.0.2",

@@ -51,3 +52,3 @@ "lodash-es": "^4.17.21"

"@typescript-eslint/parser": "^4.33.0",
"@web/dev-server": "^0.1.28",
"@web/dev-server": "^0.1.29",
"@web/dev-server-storybook": "next",

@@ -77,3 +78,3 @@ "@web/test-runner": "next",

},
"gitHead": "ed1910cc0377b9253c9b07d09d27c0d9788fe222"
"gitHead": "defcbbc48c0e5404961a5ba854c9f8efbd7412d1"
}

@@ -0,1 +1,3 @@

import '@operato/i18n/ox-i18n.js'
import { css, html, LitElement } from 'lit'

@@ -115,3 +117,3 @@ import { property, state } from 'lit/decorators.js'

<label for="editor">
<i18n-msg msgid=${this._computeLabelId(this.label)}>${this.label}</i18n-msg>
<ox-i18n msgid=${this._computeLabelId(this.label)}>${this.label}</ox-i18n>
</label>

@@ -118,0 +120,0 @@ `

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