@jsenv/navi 0.27.1 → 0.27.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/jsenv_navi.js +2 -0
- package/dist/jsenv_navi.js.map +3 -3
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -35536,6 +35536,8 @@ const PickerDefaultUI = () => {
|
|
|
35536
35536
|
children: value
|
|
35537
35537
|
});
|
|
35538
35538
|
};
|
|
35539
|
+
Picker.Placeholder = PickerPlaceholder;
|
|
35540
|
+
Picker.Value = PickerValue;
|
|
35539
35541
|
Picker.UI = PickerDefaultUI;
|
|
35540
35542
|
Picker.UI.Date = PickerDateUI;
|
|
35541
35543
|
Picker.UI.Time = PickerTimeUI;
|