@rebilly/revel 6.30.0 → 6.30.1
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/CHANGELOG.md +1 -6
- package/dist/revel.mjs +1 -1
- package/dist/revel.umd.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [6.30.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **revel:** Add alert component ([#6008](https://github.com/Rebilly/rebilly/issues/6008)) ([b64b228](https://github.com/Rebilly/rebilly/commit/b64b228594f87b305dcd33f993b7c4491005a06d))
|
|
1
|
+
## [6.30.1](https://github.com/Rebilly/rebilly/compare/revel-v6.30.0...revel-v6.30.1) (2024-06-19)
|
package/dist/revel.mjs
CHANGED
|
@@ -10423,7 +10423,7 @@ const QN = /* @__PURE__ */ s0(KN, [["render", ZN]]), JN = G({
|
|
|
10423
10423
|
type: {
|
|
10424
10424
|
type: String,
|
|
10425
10425
|
default: "date",
|
|
10426
|
-
validator: (M) => ["date", "
|
|
10426
|
+
validator: (M) => ["date", "dateTime", "time", "range"].includes(M)
|
|
10427
10427
|
},
|
|
10428
10428
|
/**
|
|
10429
10429
|
* Define if the time format is 24H
|