datex-ui 1.1.10 → 1.1.11

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/datex.d.ts CHANGED
@@ -25,6 +25,7 @@ export declare class Datex {
25
25
  private mergeWithDefaults;
26
26
  private initializeState;
27
27
  private initializeServices;
28
+ private addDropdownArrow;
28
29
  private createContainer;
29
30
  private buildContainerTemplate;
30
31
  private initializeContainerServices;
@@ -54,6 +55,7 @@ export declare class Datex {
54
55
  private displayContainer;
55
56
  private hideContainer;
56
57
  private positionContainer;
58
+ private updateMobileHeaderIfVisible;
57
59
  private revertIfIncomplete;
58
60
  private triggerCallbackIfChanged;
59
61
  private roundToIncrement;
@@ -92,6 +94,8 @@ export declare class Datex {
92
94
  private renderCalendar;
93
95
  private updateFormInputs;
94
96
  private updateSelectedDisplay;
97
+ private updateMobileHeader;
98
+ private updateMobileHeaderButtons;
95
99
  private updateElement;
96
100
  private renderRanges;
97
101
  private calculateChosenLabel;