dap-design-system 0.38.13 → 0.38.14

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/dist/dds.d.ts CHANGED
@@ -793,6 +793,7 @@ declare class ComboboxBaseElement extends GenericFormElement {
793
793
  private setSelectionRange;
794
794
  private clearSelectionRange;
795
795
  getValidity(): boolean;
796
+ formResetCallback(): void;
796
797
  private getAutoCompleteValidity;
797
798
  private getManualInputValidity;
798
799
  private getSearchTextValidity;
@@ -3617,7 +3618,6 @@ export declare class DapDSIconButton extends DdsElement {
3617
3618
  *
3618
3619
  */
3619
3620
  export declare class DapDSInput extends InputBaseElement {
3620
- constructor();
3621
3621
  render(): TemplateResult_2<1>;
3622
3622
  }
3623
3623
 
@@ -4246,6 +4246,7 @@ export declare class DapDSNumberInput extends InputBaseElement {
4246
4246
  private convertToNumericValue;
4247
4247
  private handleInput;
4248
4248
  protected updated(changedProperties: PropertyValues): void;
4249
+ formResetCallback(): void;
4249
4250
  private _decrement;
4250
4251
  private _increment;
4251
4252
  render(): TemplateResult_2<1>;
@@ -4739,6 +4740,7 @@ export declare class DapDSRadioButton extends LabeledChoiceElement {
4739
4740
  * @private
4740
4741
  */
4741
4742
  private handleClick;
4743
+ formResetCallback(): void;
4742
4744
  /**
4743
4745
  * Handles input events on the radio button.
4744
4746
  * Emits the dds-input event with current radio button state.
@@ -5116,6 +5118,7 @@ export declare class DapDSSelect extends GenericFormElement {
5116
5118
  private readonly handleDocumentMouseDown;
5117
5119
  private readonly handleFocus;
5118
5120
  private readonly handleBlur;
5121
+ formResetCallback(): void;
5119
5122
  showDropDown(key?: string): Promise<void>;
5120
5123
  hideDropDown(): Promise<void>;
5121
5124
  get focusElement(): HTMLButtonElement;