@daikin-oss/design-system-web-components 1.5.1 → 1.5.2
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/CHANGELOG.md +90 -0
- package/custom-elements.json +339 -26
- package/dist/cjs/base/dds-element.cjs +1 -1
- package/dist/cjs/components/accordion/daikin-accordion.cjs +29 -11
- package/dist/cjs/components/accordion/daikin-accordion.d.cts +1 -6
- package/dist/cjs/components/accordion-item/daikin-accordion-item.cjs +6 -0
- package/dist/cjs/components/breadcrumb/daikin-breadcrumb.cjs +12 -1
- package/dist/cjs/components/breadcrumb/daikin-breadcrumb.d.cts +7 -0
- package/dist/cjs/components/breadcrumb-item/daikin-breadcrumb-item.cjs +12 -0
- package/dist/cjs/components/breadcrumb-item/daikin-breadcrumb-item.d.cts +6 -0
- package/dist/cjs/components/button/daikin-button.cjs +51 -4
- package/dist/cjs/components/card/daikin-card.cjs +2 -3
- package/dist/cjs/components/card-header/daikin-card-header.cjs +4 -2
- package/dist/cjs/components/checkbox/daikin-checkbox.cjs +12 -1
- package/dist/cjs/components/checkbox/daikin-checkbox.d.cts +6 -0
- package/dist/cjs/components/date-picker/daikin-date-picker.cjs +8 -0
- package/dist/cjs/components/date-picker/daikin-date-picker.d.cts +5 -0
- package/dist/cjs/components/icon-button/daikin-icon-button.cjs +39 -3
- package/dist/cjs/components/icon-button/daikin-icon-button.d.cts +1 -0
- package/dist/cjs/components/link/daikin-link.cjs +12 -0
- package/dist/cjs/components/link/daikin-link.d.cts +6 -0
- package/dist/cjs/components/menu/daikin-menu.cjs +11 -2
- package/dist/cjs/components/menu/daikin-menu.d.cts +11 -0
- package/dist/cjs/components/progress-bar/daikin-progress-bar.cjs +3 -2
- package/dist/cjs/components/progress-indicator-item/daikin-progress-indicator-item.cjs +1 -1
- package/dist/cjs/components/radio/daikin-radio.cjs +1 -1
- package/dist/cjs/components/slider/daikin-slider.cjs +8 -0
- package/dist/cjs/components/slider/daikin-slider.d.cts +5 -0
- package/dist/cjs/components/table-header-cell/daikin-table-header-cell.cjs +19 -3
- package/dist/cjs/components/table-header-cell/daikin-table-header-cell.d.cts +7 -0
- package/dist/cjs/components/text-area/daikin-text-area.cjs +11 -0
- package/dist/cjs/components/text-area/daikin-text-area.d.cts +6 -0
- package/dist/cjs/components/text-field/daikin-text-field.cjs +11 -0
- package/dist/cjs/components/text-field/daikin-text-field.d.cts +6 -0
- package/dist/cjs/components/text-masked-field/daikin-text-masked-field.cjs +8 -0
- package/dist/cjs/components/text-masked-field/daikin-text-masked-field.d.cts +5 -0
- package/dist/cjs/components/time-picker/daikin-time-picker.cjs +8 -0
- package/dist/cjs/components/time-picker/daikin-time-picker.d.cts +5 -0
- package/dist/cjs/components/toggle/daikin-toggle.cjs +11 -0
- package/dist/cjs/components/toggle/daikin-toggle.d.cts +6 -0
- package/dist/cjs/components/tree-item/daikin-tree-item.cjs +1 -0
- package/dist/cjs/tailwind.css.cjs +1 -1
- package/dist/cjs-dev/base/dds-element.cjs +1 -1
- package/dist/cjs-dev/components/accordion/daikin-accordion.cjs +29 -11
- package/dist/cjs-dev/components/accordion/daikin-accordion.d.cts +1 -6
- package/dist/cjs-dev/components/accordion-item/daikin-accordion-item.cjs +6 -0
- package/dist/cjs-dev/components/breadcrumb/daikin-breadcrumb.cjs +12 -1
- package/dist/cjs-dev/components/breadcrumb/daikin-breadcrumb.d.cts +7 -0
- package/dist/cjs-dev/components/breadcrumb-item/daikin-breadcrumb-item.cjs +12 -0
- package/dist/cjs-dev/components/breadcrumb-item/daikin-breadcrumb-item.d.cts +6 -0
- package/dist/cjs-dev/components/button/daikin-button.cjs +51 -4
- package/dist/cjs-dev/components/card/daikin-card.cjs +2 -3
- package/dist/cjs-dev/components/card-header/daikin-card-header.cjs +4 -2
- package/dist/cjs-dev/components/checkbox/daikin-checkbox.cjs +12 -1
- package/dist/cjs-dev/components/checkbox/daikin-checkbox.d.cts +6 -0
- package/dist/cjs-dev/components/date-picker/daikin-date-picker.cjs +8 -0
- package/dist/cjs-dev/components/date-picker/daikin-date-picker.d.cts +5 -0
- package/dist/cjs-dev/components/icon-button/daikin-icon-button.cjs +39 -3
- package/dist/cjs-dev/components/icon-button/daikin-icon-button.d.cts +1 -0
- package/dist/cjs-dev/components/link/daikin-link.cjs +12 -0
- package/dist/cjs-dev/components/link/daikin-link.d.cts +6 -0
- package/dist/cjs-dev/components/menu/daikin-menu.cjs +11 -2
- package/dist/cjs-dev/components/menu/daikin-menu.d.cts +11 -0
- package/dist/cjs-dev/components/progress-bar/daikin-progress-bar.cjs +3 -2
- package/dist/cjs-dev/components/progress-indicator-item/daikin-progress-indicator-item.cjs +1 -1
- package/dist/cjs-dev/components/radio/daikin-radio.cjs +1 -1
- package/dist/cjs-dev/components/slider/daikin-slider.cjs +8 -0
- package/dist/cjs-dev/components/slider/daikin-slider.d.cts +5 -0
- package/dist/cjs-dev/components/table-header-cell/daikin-table-header-cell.cjs +19 -3
- package/dist/cjs-dev/components/table-header-cell/daikin-table-header-cell.d.cts +7 -0
- package/dist/cjs-dev/components/text-area/daikin-text-area.cjs +11 -0
- package/dist/cjs-dev/components/text-area/daikin-text-area.d.cts +6 -0
- package/dist/cjs-dev/components/text-field/daikin-text-field.cjs +11 -0
- package/dist/cjs-dev/components/text-field/daikin-text-field.d.cts +6 -0
- package/dist/cjs-dev/components/text-masked-field/daikin-text-masked-field.cjs +8 -0
- package/dist/cjs-dev/components/text-masked-field/daikin-text-masked-field.d.cts +5 -0
- package/dist/cjs-dev/components/time-picker/daikin-time-picker.cjs +8 -0
- package/dist/cjs-dev/components/time-picker/daikin-time-picker.d.cts +5 -0
- package/dist/cjs-dev/components/toggle/daikin-toggle.cjs +11 -0
- package/dist/cjs-dev/components/toggle/daikin-toggle.d.cts +6 -0
- package/dist/cjs-dev/components/tree-item/daikin-tree-item.cjs +1 -0
- package/dist/cjs-dev/tailwind.css.cjs +1 -1
- package/dist/es/base/dds-element.js +1 -1
- package/dist/es/components/accordion/daikin-accordion.d.ts +1 -6
- package/dist/es/components/accordion/daikin-accordion.js +29 -11
- package/dist/es/components/accordion-item/daikin-accordion-item.js +6 -0
- package/dist/es/components/breadcrumb/daikin-breadcrumb.d.ts +7 -0
- package/dist/es/components/breadcrumb/daikin-breadcrumb.js +12 -1
- package/dist/es/components/breadcrumb-item/daikin-breadcrumb-item.d.ts +6 -0
- package/dist/es/components/breadcrumb-item/daikin-breadcrumb-item.js +12 -0
- package/dist/es/components/button/daikin-button.js +51 -4
- package/dist/es/components/card/daikin-card.js +2 -3
- package/dist/es/components/card-header/daikin-card-header.js +4 -2
- package/dist/es/components/checkbox/daikin-checkbox.d.ts +6 -0
- package/dist/es/components/checkbox/daikin-checkbox.js +12 -1
- package/dist/es/components/date-picker/daikin-date-picker.d.ts +5 -0
- package/dist/es/components/date-picker/daikin-date-picker.js +8 -0
- package/dist/es/components/icon-button/daikin-icon-button.d.ts +1 -0
- package/dist/es/components/icon-button/daikin-icon-button.js +39 -3
- package/dist/es/components/link/daikin-link.d.ts +6 -0
- package/dist/es/components/link/daikin-link.js +12 -0
- package/dist/es/components/menu/daikin-menu.d.ts +11 -0
- package/dist/es/components/menu/daikin-menu.js +12 -3
- package/dist/es/components/progress-bar/daikin-progress-bar.js +3 -2
- package/dist/es/components/progress-indicator-item/daikin-progress-indicator-item.js +1 -1
- package/dist/es/components/radio/daikin-radio.js +1 -1
- package/dist/es/components/slider/daikin-slider.d.ts +5 -0
- package/dist/es/components/slider/daikin-slider.js +8 -0
- package/dist/es/components/table-header-cell/daikin-table-header-cell.d.ts +7 -0
- package/dist/es/components/table-header-cell/daikin-table-header-cell.js +19 -3
- package/dist/es/components/text-area/daikin-text-area.d.ts +6 -0
- package/dist/es/components/text-area/daikin-text-area.js +11 -0
- package/dist/es/components/text-field/daikin-text-field.d.ts +6 -0
- package/dist/es/components/text-field/daikin-text-field.js +11 -0
- package/dist/es/components/text-masked-field/daikin-text-masked-field.d.ts +5 -0
- package/dist/es/components/text-masked-field/daikin-text-masked-field.js +8 -0
- package/dist/es/components/time-picker/daikin-time-picker.d.ts +5 -0
- package/dist/es/components/time-picker/daikin-time-picker.js +8 -0
- package/dist/es/components/toggle/daikin-toggle.d.ts +6 -0
- package/dist/es/components/toggle/daikin-toggle.js +11 -0
- package/dist/es/components/tree-item/daikin-tree-item.js +1 -0
- package/dist/es/tailwind.css.js +1 -1
- package/dist/es-dev/base/dds-element.js +1 -1
- package/dist/es-dev/components/accordion/daikin-accordion.d.ts +1 -6
- package/dist/es-dev/components/accordion/daikin-accordion.js +29 -11
- package/dist/es-dev/components/accordion-item/daikin-accordion-item.js +6 -0
- package/dist/es-dev/components/breadcrumb/daikin-breadcrumb.d.ts +7 -0
- package/dist/es-dev/components/breadcrumb/daikin-breadcrumb.js +12 -1
- package/dist/es-dev/components/breadcrumb-item/daikin-breadcrumb-item.d.ts +6 -0
- package/dist/es-dev/components/breadcrumb-item/daikin-breadcrumb-item.js +12 -0
- package/dist/es-dev/components/button/daikin-button.js +51 -4
- package/dist/es-dev/components/card/daikin-card.js +2 -3
- package/dist/es-dev/components/card-header/daikin-card-header.js +4 -2
- package/dist/es-dev/components/checkbox/daikin-checkbox.d.ts +6 -0
- package/dist/es-dev/components/checkbox/daikin-checkbox.js +12 -1
- package/dist/es-dev/components/date-picker/daikin-date-picker.d.ts +5 -0
- package/dist/es-dev/components/date-picker/daikin-date-picker.js +8 -0
- package/dist/es-dev/components/icon-button/daikin-icon-button.d.ts +1 -0
- package/dist/es-dev/components/icon-button/daikin-icon-button.js +39 -3
- package/dist/es-dev/components/link/daikin-link.d.ts +6 -0
- package/dist/es-dev/components/link/daikin-link.js +12 -0
- package/dist/es-dev/components/menu/daikin-menu.d.ts +11 -0
- package/dist/es-dev/components/menu/daikin-menu.js +12 -3
- package/dist/es-dev/components/progress-bar/daikin-progress-bar.js +3 -2
- package/dist/es-dev/components/progress-indicator-item/daikin-progress-indicator-item.js +1 -1
- package/dist/es-dev/components/radio/daikin-radio.js +1 -1
- package/dist/es-dev/components/slider/daikin-slider.d.ts +5 -0
- package/dist/es-dev/components/slider/daikin-slider.js +8 -0
- package/dist/es-dev/components/table-header-cell/daikin-table-header-cell.d.ts +7 -0
- package/dist/es-dev/components/table-header-cell/daikin-table-header-cell.js +19 -3
- package/dist/es-dev/components/text-area/daikin-text-area.d.ts +6 -0
- package/dist/es-dev/components/text-area/daikin-text-area.js +11 -0
- package/dist/es-dev/components/text-field/daikin-text-field.d.ts +6 -0
- package/dist/es-dev/components/text-field/daikin-text-field.js +11 -0
- package/dist/es-dev/components/text-masked-field/daikin-text-masked-field.d.ts +5 -0
- package/dist/es-dev/components/text-masked-field/daikin-text-masked-field.js +8 -0
- package/dist/es-dev/components/time-picker/daikin-time-picker.d.ts +5 -0
- package/dist/es-dev/components/time-picker/daikin-time-picker.js +8 -0
- package/dist/es-dev/components/toggle/daikin-toggle.d.ts +6 -0
- package/dist/es-dev/components/toggle/daikin-toggle.js +11 -0
- package/dist/es-dev/components/tree-item/daikin-tree-item.js +1 -0
- package/dist/es-dev/tailwind.css.js +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
7
|
+
const ref_js = require("lit/directives/ref.js");
|
|
7
8
|
require("../../base/dds-element.cjs");
|
|
8
9
|
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
9
10
|
const ddsProperty = require("../../base/dds-property.cjs");
|
|
@@ -78,6 +79,7 @@ exports.DaikinTextArea = class DaikinTextArea extends ddsFormElement.DDSFormElem
|
|
|
78
79
|
this.error = false;
|
|
79
80
|
this.resizable = false;
|
|
80
81
|
this._label = null;
|
|
82
|
+
this._textareaRef = ref_js.createRef();
|
|
81
83
|
}
|
|
82
84
|
get count() {
|
|
83
85
|
return this.value.length;
|
|
@@ -89,8 +91,17 @@ exports.DaikinTextArea = class DaikinTextArea extends ddsFormElement.DDSFormElem
|
|
|
89
91
|
this.value = e.target.value;
|
|
90
92
|
this._updateValue(this.value);
|
|
91
93
|
}
|
|
94
|
+
/**
|
|
95
|
+
* Focuses on the inner textarea.
|
|
96
|
+
* @param options focus options
|
|
97
|
+
*/
|
|
98
|
+
focus(options) {
|
|
99
|
+
var _a;
|
|
100
|
+
(_a = this._textareaRef.value) == null ? void 0 : _a.focus(options);
|
|
101
|
+
}
|
|
92
102
|
render() {
|
|
93
103
|
return lit.html`<textarea
|
|
104
|
+
${ref_js.ref(this._textareaRef)}
|
|
94
105
|
class=${cvaTextArea({
|
|
95
106
|
error: !this.disabled && this.error,
|
|
96
107
|
resize: this.resizable
|
|
@@ -66,9 +66,15 @@ export declare class DaikinTextArea extends DDSFormElement {
|
|
|
66
66
|
* Set automatically by `reflectInputGroup` method.
|
|
67
67
|
*/
|
|
68
68
|
private _label;
|
|
69
|
+
private readonly _textareaRef;
|
|
69
70
|
get count(): number;
|
|
70
71
|
private _updateValue;
|
|
71
72
|
private _handleInput;
|
|
73
|
+
/**
|
|
74
|
+
* Focuses on the inner textarea.
|
|
75
|
+
* @param options focus options
|
|
76
|
+
*/
|
|
77
|
+
focus(options?: FocusOptions): void;
|
|
72
78
|
render(): import('lit-html').TemplateResult<1>;
|
|
73
79
|
updated(changedProperties: PropertyValues<this>): void;
|
|
74
80
|
/**
|
|
@@ -4,6 +4,7 @@ const classVarianceAuthority = require("class-variance-authority");
|
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const decorators_js = require("lit/decorators.js");
|
|
6
6
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
7
|
+
const ref_js = require("lit/directives/ref.js");
|
|
7
8
|
require("../../base/dds-element.cjs");
|
|
8
9
|
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
9
10
|
const ddsProperty = require("../../base/dds-property.cjs");
|
|
@@ -143,6 +144,15 @@ exports.DaikinTextField = class DaikinTextField extends ddsFormElement.DDSFormEl
|
|
|
143
144
|
this._label = null;
|
|
144
145
|
this._hasLeftSlot = false;
|
|
145
146
|
this._hasRightSlot = false;
|
|
147
|
+
this._inputRef = ref_js.createRef();
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Focuses on the inner input.
|
|
151
|
+
* @param options focus options
|
|
152
|
+
*/
|
|
153
|
+
focus(options) {
|
|
154
|
+
var _a;
|
|
155
|
+
(_a = this._inputRef.value) == null ? void 0 : _a.focus(options);
|
|
146
156
|
}
|
|
147
157
|
_handleChange(event) {
|
|
148
158
|
this.dispatchEvent(new Event("change", event));
|
|
@@ -329,6 +339,7 @@ exports.DaikinTextField = class DaikinTextField extends ddsFormElement.DDSFormEl
|
|
|
329
339
|
const role = this.type === "number" ? "spinbutton" : void 0;
|
|
330
340
|
const inputMode = this.type === "number" ? "numeric" : void 0;
|
|
331
341
|
return lit.html`<input
|
|
342
|
+
${ref_js.ref(this._inputRef)}
|
|
332
343
|
class=${cvaInput({
|
|
333
344
|
error,
|
|
334
345
|
leftIcon: this._hasLeftSlot,
|
|
@@ -124,6 +124,12 @@ export declare class DaikinTextField extends DDSFormElement {
|
|
|
124
124
|
private _label;
|
|
125
125
|
private _hasLeftSlot;
|
|
126
126
|
private _hasRightSlot;
|
|
127
|
+
private readonly _inputRef;
|
|
128
|
+
/**
|
|
129
|
+
* Focuses on the inner input.
|
|
130
|
+
* @param options focus options
|
|
131
|
+
*/
|
|
132
|
+
focus(options?: FocusOptions): void;
|
|
127
133
|
private _handleChange;
|
|
128
134
|
private _handleSlotChange;
|
|
129
135
|
private _handleInput;
|
|
@@ -167,6 +167,14 @@ exports.DaikinTextMaskedField = class DaikinTextMaskedField extends ddsFormEleme
|
|
|
167
167
|
_handleInput(event) {
|
|
168
168
|
this.value = event.target.value;
|
|
169
169
|
}
|
|
170
|
+
/**
|
|
171
|
+
* Focuses on the inner input.
|
|
172
|
+
* @param options focus options
|
|
173
|
+
*/
|
|
174
|
+
focus(options) {
|
|
175
|
+
var _a;
|
|
176
|
+
(_a = this._inputRef.value) == null ? void 0 : _a.focus(options);
|
|
177
|
+
}
|
|
170
178
|
_createIcon() {
|
|
171
179
|
return lit.html`<span
|
|
172
180
|
class=${cvaIcon({
|
|
@@ -127,6 +127,11 @@ export declare class DaikinTextMaskedField extends DDSFormElement {
|
|
|
127
127
|
private _handleChange;
|
|
128
128
|
private _handleSlotChange;
|
|
129
129
|
private _handleInput;
|
|
130
|
+
/**
|
|
131
|
+
* Focuses on the inner input.
|
|
132
|
+
* @param options focus options
|
|
133
|
+
*/
|
|
134
|
+
focus(options?: FocusOptions): void;
|
|
130
135
|
private _createIcon;
|
|
131
136
|
render(): TemplateResult<1>;
|
|
132
137
|
updated(changedProperties: PropertyValues<this>): void;
|
|
@@ -475,6 +475,14 @@ exports.DaikinTimePicker = class DaikinTimePicker extends ddsFormElement.DDSForm
|
|
|
475
475
|
this._updateValue();
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
|
+
/**
|
|
479
|
+
* Focuses on the inner time input.
|
|
480
|
+
* @param options focus options
|
|
481
|
+
*/
|
|
482
|
+
focus(options) {
|
|
483
|
+
var _a;
|
|
484
|
+
(_a = this._timeInputElement.value) == null ? void 0 : _a.focus(options);
|
|
485
|
+
}
|
|
478
486
|
render() {
|
|
479
487
|
return lit.html`<div
|
|
480
488
|
role="group"
|
|
@@ -170,6 +170,11 @@ export declare class DaikinTimePicker extends DDSFormElement {
|
|
|
170
170
|
private _updateInputSelection;
|
|
171
171
|
private _updateSelection;
|
|
172
172
|
private _handleDropdownChange;
|
|
173
|
+
/**
|
|
174
|
+
* Focuses on the inner time input.
|
|
175
|
+
* @param options focus options
|
|
176
|
+
*/
|
|
177
|
+
focus(options?: FocusOptions): void;
|
|
173
178
|
render(): import('lit-html').TemplateResult<1>;
|
|
174
179
|
protected willUpdate(changedProperties: PropertyValues<this>): void;
|
|
175
180
|
protected updated(changedProperties: PropertyValues<this>): void;
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const classVarianceAuthority = require("class-variance-authority");
|
|
4
4
|
const lit = require("lit");
|
|
5
5
|
const ifDefined_js = require("lit/directives/if-defined.js");
|
|
6
|
+
const ref_js = require("lit/directives/ref.js");
|
|
6
7
|
require("../../base/dds-element.cjs");
|
|
7
8
|
const ddsFormElement = require("../../base/dds-form-element.cjs");
|
|
8
9
|
const ddsProperty = require("../../base/dds-property.cjs");
|
|
@@ -58,6 +59,15 @@ exports.DaikinToggle = class DaikinToggle extends ddsFormElement.DDSFormElement
|
|
|
58
59
|
super(...arguments);
|
|
59
60
|
this.checked = false;
|
|
60
61
|
this.disabled = false;
|
|
62
|
+
this._inputRef = ref_js.createRef();
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Focuses on the inner input.
|
|
66
|
+
* @param options focus options
|
|
67
|
+
*/
|
|
68
|
+
focus(options) {
|
|
69
|
+
var _a;
|
|
70
|
+
(_a = this._inputRef.value) == null ? void 0 : _a.focus(options);
|
|
61
71
|
}
|
|
62
72
|
_updateFormValue() {
|
|
63
73
|
this.setFormValue(this.checked ? this.value : null);
|
|
@@ -69,6 +79,7 @@ exports.DaikinToggle = class DaikinToggle extends ddsFormElement.DDSFormElement
|
|
|
69
79
|
}
|
|
70
80
|
render() {
|
|
71
81
|
return lit.html`<input
|
|
82
|
+
${ref_js.ref(this._inputRef)}
|
|
72
83
|
class=${TOGGLE_CLASS_NAME}
|
|
73
84
|
type="checkbox"
|
|
74
85
|
name=${ifDefined_js.ifDefined(this.getBackingProperty("name"))}
|
|
@@ -35,6 +35,12 @@ export declare class DaikinToggle extends DDSFormElement {
|
|
|
35
35
|
* Specify the toggle switch disabled state.
|
|
36
36
|
*/
|
|
37
37
|
disabled: boolean;
|
|
38
|
+
private readonly _inputRef;
|
|
39
|
+
/**
|
|
40
|
+
* Focuses on the inner input.
|
|
41
|
+
* @param options focus options
|
|
42
|
+
*/
|
|
43
|
+
focus(options?: FocusOptions): void;
|
|
38
44
|
private _updateFormValue;
|
|
39
45
|
private _handleChange;
|
|
40
46
|
render(): import('lit-html').TemplateResult<1>;
|