orbiq-neural-ui-kit 1.1.21 → 1.1.22
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.
|
@@ -8026,7 +8026,7 @@ class NeuralTimePickerComponent {
|
|
|
8026
8026
|
const val = this.modelValue() || '';
|
|
8027
8027
|
this.canonicalValue.set(val);
|
|
8028
8028
|
this.displayValue.set(val);
|
|
8029
|
-
}
|
|
8029
|
+
});
|
|
8030
8030
|
effect(() => {
|
|
8031
8031
|
if (this.isOpen()) {
|
|
8032
8032
|
this.openPopover();
|
|
@@ -11501,7 +11501,7 @@ class NeuralDrawerComponent {
|
|
|
11501
11501
|
else if (!isOpen && this.dialogRef && !this.isClosing) {
|
|
11502
11502
|
this.close();
|
|
11503
11503
|
}
|
|
11504
|
-
}
|
|
11504
|
+
});
|
|
11505
11505
|
}
|
|
11506
11506
|
openDrawer() {
|
|
11507
11507
|
this.isClosing = false;
|