dap-design-system 0.16.2 → 0.16.3

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
@@ -619,7 +619,6 @@ declare class ComboboxBaseElement extends GenericFormElement {
619
619
  selectedItem: any;
620
620
  currentItem: any;
621
621
  selectedText: string;
622
- itemCount: number;
623
622
  static styles: CSSResult;
624
623
  protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): Promise<void>;
625
624
  attributeChangedCallback(name: string, _old: string | null, value: string | null): void;
@@ -1477,8 +1476,8 @@ export declare class DapDSDAPBadge extends DdsElement {
1477
1476
  *
1478
1477
  * @event dds-change - Fired when the datepicker value changes.
1479
1478
  * @event dds-input - Fired when the datepicker input value changes.
1480
- * @event dds-valid-date - Fired when the datepicker input value is valid.
1481
- * @event dds-invalid-date - Fired when the datepicker input value is invalid. Type can be 'invalid' or 'out-of-range'.
1479
+ * @event dds-valid-date - Fired when the datepicker input value is valid. Happens on manual input typing.
1480
+ * @event dds-invalid-date - Fired when the datepicker input value is invalid. Type can be 'invalid' or 'out-of-range'. Happens on manual input typing.
1482
1481
  * @event dds-clear - Fired when the datepicker is cleared.
1483
1482
  * @event dds-focus - Emitted when the datepicker gains focus.
1484
1483
  * @event dds-blur - Emitted when the datepicker loses focus.
@@ -2278,6 +2277,7 @@ export declare class DapDSPasswordInput extends InputBaseElement {
2278
2277
  static styles: CSSResult;
2279
2278
  constructor();
2280
2279
  private _toggleVisibility;
2280
+ private getIconSize;
2281
2281
  render(): TemplateResult_2<1>;
2282
2282
  }
2283
2283
 
@@ -5498,4 +5498,3 @@ declare global {
5498
5498
  'dap-ds-typography': DapDSTypography;
5499
5499
  }
5500
5500
  }
5501
-