Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleaser committed Aug 10, 2023
1 parent c39b1cb commit 4904c40
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion latest/custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,7 @@
"kind": "field",
"name": "input",
"type": {
"text": "HTMLSelectElement"
"text": "HTMLSelectElement | undefined"
},
"privacy": "private",
"readonly": true
Expand Down
2 changes: 1 addition & 1 deletion latest/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ declare module "components/forms/input-select/input-select.component" {
export class InputSelect extends InputSelect_base implements FormAssociated<string> {
#private;
static readonly styles: import("lit").CSSResultGroup[];
private readonly input;
private readonly input?;
autocomplete: boolean;
disabled: boolean;
readonly: boolean;
Expand Down
2 changes: 1 addition & 1 deletion latest/index.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/index.js.map

Large diffs are not rendered by default.

0 comments on commit 4904c40

Please sign in to comment.