@operato/popup
Advanced tools
Comparing version 1.19.13 to 1.20.16
@@ -6,2 +6,11 @@ # Change Log | ||
## [1.20.16](https://github.com/hatiolab/operato/compare/v1.19.16...v1.20.16) (2025-01-11) | ||
### :bug: Bug Fix | ||
* update lit@3 ([27945ca](https://github.com/hatiolab/operato/commit/27945ca66668eff48395b173424f69128dfef3a9)) | ||
### [1.19.13](https://github.com/hatiolab/operato/compare/v1.19.12...v1.19.13) (2025-01-10) | ||
@@ -8,0 +17,0 @@ |
@@ -91,3 +91,3 @@ import '@material/mwc-icon'; | ||
content: HTMLDivElement; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
updated(changes: PropertyValues<this>): void; | ||
@@ -94,0 +94,0 @@ firstUpdated(): void; |
@@ -35,3 +35,3 @@ import '@material/mwc-icon'; | ||
searchInput: HTMLInputElement; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
protected _oninputsearch(e: InputEvent): void; | ||
@@ -38,0 +38,0 @@ protected _onchangesearch(e: InputEvent): void; |
@@ -12,3 +12,3 @@ import { PropertyValues } from 'lit'; | ||
activeIndex: number; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
protected _onkeydown: (e: KeyboardEvent) => void; | ||
@@ -15,0 +15,0 @@ protected _onfocusout: (e: FocusEvent) => void; |
@@ -19,3 +19,3 @@ import { LitElement, PropertyValues } from 'lit'; | ||
_submenu?: OxPopupMenu; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
firstUpdated(): void; | ||
@@ -22,0 +22,0 @@ protected _onclick: (e: MouseEvent) => void; |
@@ -15,3 +15,3 @@ import { LitElement } from 'lit'; | ||
private lastActive; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
protected _onfocusout: (e: FocusEvent) => void; | ||
@@ -18,0 +18,0 @@ protected _onkeydown: (e: KeyboardEvent) => void; |
@@ -54,3 +54,3 @@ import '@material/mwc-button'; | ||
private resolveFn; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
/** | ||
@@ -57,0 +57,0 @@ * Function called when the confirm button is clicked. |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.19.13", | ||
"version": "1.20.16", | ||
"main": "dist/src/index.js", | ||
@@ -64,5 +64,5 @@ "module": "dist/src/index.js", | ||
"@material/mwc-icon": "^0.27.0", | ||
"@operato/styles": "^1.19.10", | ||
"@operato/utils": "^1.19.10", | ||
"lit": "^2.5.0" | ||
"@operato/styles": "^1.20.16", | ||
"@operato/utils": "^1.20.16", | ||
"lit": "^3.0.0" | ||
}, | ||
@@ -101,3 +101,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "20b4eee2566c09eee30456483155e8d3ac7445d5" | ||
"gitHead": "2398030758e126d7b8589db8f096aae13e755a6c" | ||
} |
Sorry, the diff of this file is not supported yet
491451
Updated@operato/styles@^1.20.16
Updated@operato/utils@^1.20.16
Updatedlit@^3.0.0