hplx-react-elements-dev 1.0.98 → 1.0.99

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/esm/index.js CHANGED
@@ -18657,14 +18657,18 @@ var CalendarView = function CalendarView(_a) {
18657
18657
  }, {
18658
18658
  children: jsxRuntime.exports.jsx(dist.Calendar, {
18659
18659
  date: dayjs(date1).isValid() ? date1 : new Date(),
18660
- onChange: handleSelect1
18660
+ onChange: handleSelect1,
18661
+ // disabledDates={disabledDates}
18662
+ minDate: new Date()
18661
18663
  })
18662
18664
  })), autoFocus2 && jsxRuntime.exports.jsx("div", __assign({
18663
18665
  className: "hplxt-flex"
18664
18666
  }, {
18665
18667
  children: jsxRuntime.exports.jsx(dist.Calendar, {
18666
18668
  date: dayjs(date2).isValid() ? date2 : new Date(),
18667
- onChange: handleSelect2
18669
+ onChange: handleSelect2,
18670
+ // disabledDates={disabledDates}
18671
+ minDate: date1
18668
18672
  })
18669
18673
  }))]
18670
18674
  })), jsxRuntime.exports.jsxs("div", __assign({
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.98",
12
+ "version": "1.0.99",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",