datex-ui 1.2.0 → 1.2.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/dist/datex.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export declare class Datex {
|
|
|
14
14
|
private locale;
|
|
15
15
|
private callback;
|
|
16
16
|
private state;
|
|
17
|
+
private domObserver?;
|
|
17
18
|
private themeService;
|
|
18
19
|
private eventService;
|
|
19
20
|
private positionService;
|
|
@@ -66,8 +67,12 @@ export declare class Datex {
|
|
|
66
67
|
private roundToIncrement;
|
|
67
68
|
private dispatchShowEvent;
|
|
68
69
|
private dispatchHideEvent;
|
|
70
|
+
private setupDOMObserver;
|
|
71
|
+
private removeDOMObserver;
|
|
72
|
+
private hasHighZIndex;
|
|
69
73
|
private cleanup;
|
|
70
74
|
private handleKeyboardDateSelect;
|
|
75
|
+
private handleKeyboardMonthChange;
|
|
71
76
|
private clearSelection;
|
|
72
77
|
private showValidationError;
|
|
73
78
|
private setupEventListeners;
|