@conboai/app.db.query 0.3.18 → 0.3.19

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.
@@ -84820,7 +84820,11 @@ function Ufe({ setPanelShown: t, isPanelShown: e = !0 }) {
84820
84820
  label: "Start date",
84821
84821
  selectOptions: Ga,
84822
84822
  value: c,
84823
- format: _f({ date: c }),
84823
+ format: _f({
84824
+ date: c,
84825
+ withTime: !0,
84826
+ timezone: s
84827
+ }),
84824
84828
  onChange: (F) => {
84825
84829
  b(F, s);
84826
84830
  },
@@ -84852,7 +84856,11 @@ function Ufe({ setPanelShown: t, isPanelShown: e = !0 }) {
84852
84856
  disabled: !o,
84853
84857
  label: "End date",
84854
84858
  selectOptions: Ga,
84855
- format: _f({ date: h }),
84859
+ format: _f({
84860
+ date: h,
84861
+ withTime: !0,
84862
+ timezone: s
84863
+ }),
84856
84864
  value: h,
84857
84865
  onChange: (F) => {
84858
84866
  E(F, s);
@@ -85035,7 +85043,7 @@ function Hfe() {
85035
85043
  justifyContent: "space-between",
85036
85044
  children: [
85037
85045
  /* @__PURE__ */ Ze.jsx(nf, { fontWeight: 500, fontSize: 20, children: t }),
85038
- /* @__PURE__ */ Ze.jsx(nf, { fontSize: 16, children: e && `Search run: ${_f({ date: e })} in ${_f({ date: e, onlyTime: !0 })}` })
85046
+ /* @__PURE__ */ Ze.jsx(nf, { fontSize: 16, children: e && `Search run: ${_f({ date: e, timezone: r })} in ${_f({ date: e, onlyTime: !0, timezone: r })}` })
85039
85047
  ]
85040
85048
  }
85041
85049
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.3.18",
3
+ "version": "0.3.19",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",