@operato/property-editor
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14) | ||
### :bug: Bug Fix | ||
* ox-popup-list ([1e5af96](https://github.com/hatiolab/operato/commit/1e5af96cbd959ffbe7e4b8bf041971bb4e88dd0a)) | ||
### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09) | ||
@@ -8,0 +17,0 @@ |
import { __decorate } from "tslib"; | ||
import { LitElement, css, html } from 'lit'; | ||
import { css, html, LitElement } from 'lit'; | ||
import { property, state } from 'lit/decorators.js'; | ||
@@ -110,2 +110,3 @@ import deepClone from 'lodash/cloneDeep'; | ||
:host > select, | ||
:host > ox-select, | ||
:host > input[type='text'], | ||
@@ -112,0 +113,0 @@ :host > input[type='number'] { |
{ | ||
"name": "@operato/property-editor", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Webcomponent for property-editor following open-wc recommendations", | ||
@@ -75,3 +75,3 @@ "author": "heartyoh", | ||
}, | ||
"gitHead": "4cc91580b763e2f4f38d95cadef5b18509393bc6" | ||
"gitHead": "7d5cd8c985a5b0fcae4bb7237eb771ab13f0c9a9" | ||
} |
@@ -1,4 +0,3 @@ | ||
import { LitElement, css, html } from 'lit' | ||
import { css, html, LitElement } from 'lit' | ||
import { property, state } from 'lit/decorators.js' | ||
import deepClone from 'lodash/cloneDeep' | ||
@@ -63,2 +62,3 @@ | ||
:host > select, | ||
:host > ox-select, | ||
:host > input[type='text'], | ||
@@ -65,0 +65,0 @@ :host > input[type='number'] { |
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
909029
841