@pdg/react-form 1.1.2 → 1.1.4

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.
@@ -1,4 +1,4 @@
1
1
  import { PFormTextProps, PFormTextValue, PFormTextCommands } from '../PFormText';
2
2
  export type PFormSearchValue = PFormTextValue;
3
- export type PFormPSearchCommands = PFormTextCommands;
3
+ export type PFormSearchCommands = PFormTextCommands;
4
4
  export type PFormSearchProps = Omit<PFormTextProps, 'type'>;
package/dist/index.esm.js CHANGED
@@ -9087,7 +9087,6 @@ var PFormMonthPicker = React.forwardRef(function (_a, ref) {
9087
9087
  if (ratingRef.current) {
9088
9088
  inputRef.current = ratingRef.current.querySelector('input') || undefined;
9089
9089
  }
9090
- // eslint-disable-next-line react-hooks/exhaustive-deps
9091
9090
  }, []);
9092
9091
  useFirstSkipEffect(function () {
9093
9092
  if (open) {
@@ -9797,7 +9796,6 @@ var PFormYearPicker = React.forwardRef(function (_a, ref) {
9797
9796
  if (ratingRef.current) {
9798
9797
  inputRef.current = ratingRef.current.querySelector('input') || undefined;
9799
9798
  }
9800
- // eslint-disable-next-line react-hooks/exhaustive-deps
9801
9799
  }, []);
9802
9800
  useFirstSkipEffect(function () {
9803
9801
  if (open) {
package/dist/index.js CHANGED
@@ -9087,7 +9087,6 @@ var PFormMonthPicker = React.forwardRef(function (_a, ref) {
9087
9087
  if (ratingRef.current) {
9088
9088
  inputRef.current = ratingRef.current.querySelector('input') || undefined;
9089
9089
  }
9090
- // eslint-disable-next-line react-hooks/exhaustive-deps
9091
9090
  }, []);
9092
9091
  reactHook.useFirstSkipEffect(function () {
9093
9092
  if (open) {
@@ -9797,7 +9796,6 @@ var PFormYearPicker = React.forwardRef(function (_a, ref) {
9797
9796
  if (ratingRef.current) {
9798
9797
  inputRef.current = ratingRef.current.querySelector('input') || undefined;
9799
9798
  }
9800
- // eslint-disable-next-line react-hooks/exhaustive-deps
9801
9799
  }, []);
9802
9800
  reactHook.useFirstSkipEffect(function () {
9803
9801
  if (open) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pdg/react-form",
3
3
  "title": "React Form",
4
- "version": "1.1.2",
4
+ "version": "1.1.4",
5
5
  "description": "React Form",
6
6
  "type": "module",
7
7
  "types": "dist/index.d.ts",