@jsenv/navi 0.27.10 → 0.27.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/jsenv_navi.js +2 -2
- package/dist/jsenv_navi.js.map +5 -5
- package/package.json +2 -2
package/dist/jsenv_navi.js
CHANGED
|
@@ -5347,7 +5347,7 @@ const generateSignalId = () => {
|
|
|
5347
5347
|
const stringUndefinedAliasSet = new Set([""]);
|
|
5348
5348
|
const stringTypeSet = new Set([
|
|
5349
5349
|
"string",
|
|
5350
|
-
"
|
|
5350
|
+
"date",
|
|
5351
5351
|
"month",
|
|
5352
5352
|
"week",
|
|
5353
5353
|
"time",
|
|
@@ -35803,7 +35803,7 @@ installImportMetaCssBuild(import.meta);const css$k = /* css */`
|
|
|
35803
35803
|
* A button-like trigger that opens a picker when clicked.
|
|
35804
35804
|
*
|
|
35805
35805
|
* Use the `type` prop to choose what kind of picker to open:
|
|
35806
|
-
* "
|
|
35806
|
+
* "date" — calendar day
|
|
35807
35807
|
* "month" — year + month
|
|
35808
35808
|
* "week" — ISO week
|
|
35809
35809
|
* "time" — hours + minutes
|