@fluid-topics/ft-chip-choice 1.2.29 → 1.2.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-chip-choice-option.d.ts +1 -1
- package/build/ft-chip-choice.d.ts +1 -1
- package/build/ft-chip-choice.light.js +156 -156
- package/build/ft-chip-choice.min.js +384 -414
- package/package.json +5 -5
|
@@ -19,7 +19,7 @@ export declare class FtChipChoiceOption extends FtLitElement implements FtChipCh
|
|
|
19
19
|
role: string;
|
|
20
20
|
chip: FtChip;
|
|
21
21
|
static styles: import("lit").CSSResult;
|
|
22
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
22
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
23
23
|
private onKeyDown;
|
|
24
24
|
protected update(changedProperties: PropertyValues): void;
|
|
25
25
|
private onChange;
|
|
@@ -15,7 +15,7 @@ export declare class FtChipChoice extends FtLitElement implements FtChipChoicePr
|
|
|
15
15
|
ariaLabelledBy: string;
|
|
16
16
|
chipChoiceOptions: Array<FtChipChoiceOption>;
|
|
17
17
|
selectedOptions: Set<string>;
|
|
18
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
18
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
19
19
|
private onSlotChange;
|
|
20
20
|
protected update(changedProperties: PropertyValues): void;
|
|
21
21
|
private onChange;
|