@mamrp/components 1.7.14 → 1.7.15

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/index.d.mts CHANGED
@@ -142,7 +142,7 @@ interface DateMonthPickerProps {
142
142
  }
143
143
  declare const DateMonthPicker: React__default.FC<DateMonthPickerProps>;
144
144
 
145
- interface LicensePlateProps$1 {
145
+ interface LicensePlateProps {
146
146
  width?: CSSProperties["width"];
147
147
  name?: string;
148
148
  setValue?: any;
@@ -150,9 +150,9 @@ interface LicensePlateProps$1 {
150
150
  readOnly?: boolean;
151
151
  size?: "small" | "medium";
152
152
  }
153
- declare function LicensePlate({ width, name, setValue, data, readOnly, size, }: LicensePlateProps$1): React$1.JSX.Element;
153
+ declare function LicensePlate({ width, name, setValue, data, readOnly, size, }: LicensePlateProps): React$1.JSX.Element;
154
154
 
155
- interface LicensePlateProps {
155
+ interface SearchLicensePlateProps {
156
156
  width?: CSSProperties["width"];
157
157
  part: string[];
158
158
  setValue?: any;
@@ -160,7 +160,7 @@ interface LicensePlateProps {
160
160
  readOnly?: boolean;
161
161
  size?: "small" | "medium";
162
162
  }
163
- declare function SearchLicensePlate({ width, part, setValue, data, readOnly, size, }: LicensePlateProps): React__default.JSX.Element;
163
+ declare function SearchLicensePlate({ width, part, setValue, data, readOnly, size, }: SearchLicensePlateProps): React$1.JSX.Element;
164
164
 
165
165
  interface JalaliDatePickerProps {
166
166
  name: string;
package/dist/index.d.ts CHANGED
@@ -142,7 +142,7 @@ interface DateMonthPickerProps {
142
142
  }
143
143
  declare const DateMonthPicker: React__default.FC<DateMonthPickerProps>;
144
144
 
145
- interface LicensePlateProps$1 {
145
+ interface LicensePlateProps {
146
146
  width?: CSSProperties["width"];
147
147
  name?: string;
148
148
  setValue?: any;
@@ -150,9 +150,9 @@ interface LicensePlateProps$1 {
150
150
  readOnly?: boolean;
151
151
  size?: "small" | "medium";
152
152
  }
153
- declare function LicensePlate({ width, name, setValue, data, readOnly, size, }: LicensePlateProps$1): React$1.JSX.Element;
153
+ declare function LicensePlate({ width, name, setValue, data, readOnly, size, }: LicensePlateProps): React$1.JSX.Element;
154
154
 
155
- interface LicensePlateProps {
155
+ interface SearchLicensePlateProps {
156
156
  width?: CSSProperties["width"];
157
157
  part: string[];
158
158
  setValue?: any;
@@ -160,7 +160,7 @@ interface LicensePlateProps {
160
160
  readOnly?: boolean;
161
161
  size?: "small" | "medium";
162
162
  }
163
- declare function SearchLicensePlate({ width, part, setValue, data, readOnly, size, }: LicensePlateProps): React__default.JSX.Element;
163
+ declare function SearchLicensePlate({ width, part, setValue, data, readOnly, size, }: SearchLicensePlateProps): React$1.JSX.Element;
164
164
 
165
165
  interface JalaliDatePickerProps {
166
166
  name: string;