@rebilly/revel 6.22.22 → 6.22.23

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.22.23](https://github.com/Rebilly/rebilly/compare/revel-v6.22.22...revel-v6.22.23) (2024-04-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **recomm:** Fail test on console.warn and error ([#4847](https://github.com/Rebilly/rebilly/issues/4847)) ([0c3d923](https://github.com/Rebilly/rebilly/commit/0c3d92320f129d17622fee43bd8db8345d2aa870))
7
+
1
8
  ## [6.22.22](https://github.com/Rebilly/rebilly/compare/revel-v6.22.21...revel-v6.22.22) (2024-04-25)
2
9
 
3
10
 
package/dist/revel.mjs CHANGED
@@ -10318,7 +10318,7 @@ const jN = /* @__PURE__ */ s0(xN, [["render", FN]]), YN = G({
10318
10318
  type: {
10319
10319
  type: String,
10320
10320
  default: "date",
10321
- validator: (M) => ["date", "datetime", "range"].includes(M)
10321
+ validator: (M) => ["date", "datetime", "time", "range"].includes(M)
10322
10322
  },
10323
10323
  /**
10324
10324
  * Define if the time format is 24H
@@ -13006,7 +13006,7 @@ const ZX = (M) => M.reduce(
13006
13006
  * The array of selected options
13007
13007
  */
13008
13008
  modelValue: {
13009
- type: [Array, String, Number, Boolean],
13009
+ type: [Array, Object, String, Number, Boolean],
13010
13010
  default() {
13011
13011
  return [];
13012
13012
  }