@mamrp/components 1.0.3 → 1.0.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.
- package/dist/index.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +105 -189
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +96 -179
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -131,8 +131,6 @@ interface LicensePlateProps {
|
|
|
131
131
|
}
|
|
132
132
|
declare function SearchLicensePlate({ width, part, setValue, data, readOnly, size, }: LicensePlateProps): React__default.JSX.Element;
|
|
133
133
|
|
|
134
|
-
declare function Loading(): React__default.JSX.Element;
|
|
135
|
-
|
|
136
134
|
interface JalaliDatePickerProps {
|
|
137
135
|
name: string;
|
|
138
136
|
control: Control<any>;
|
|
@@ -284,4 +282,4 @@ declare function Page({ data, }: {
|
|
|
284
282
|
}];
|
|
285
283
|
}): React.JSX.Element;
|
|
286
284
|
|
|
287
|
-
export { Page as Accordion, AdvancedSearchButton, ConfirmationDialog$1 as ConfirmationDialog, CustomCheckbox, CustomTimePicker, DateFilter, DateFilterRange, JalaliDatePicker$2 as DatePicker, JalaliDatePicker$1 as DateTimePicker, JalaliDateTimeRangePicker as DateTimeRangePicker, FormInputNumber, FormInputText, HorizontalStepper, LicensePlate,
|
|
285
|
+
export { Page as Accordion, AdvancedSearchButton, ConfirmationDialog$1 as ConfirmationDialog, CustomCheckbox, CustomTimePicker, DateFilter, DateFilterRange, JalaliDatePicker$2 as DatePicker, JalaliDatePicker$1 as DateTimePicker, JalaliDateTimeRangePicker as DateTimeRangePicker, FormInputNumber, FormInputText, HorizontalStepper, LicensePlate, JalaliDatePicker as MobileDateTimePicker, ConfirmationDialog as Modal, NestedSelect as NestedSelectort, NoResult, PaginationList, RadioButton, SearchLicensePlate, MultipleSelectChip as Selector, SkeletonCard, SonarSpinner, SwitchWithIcons as SwitchButton, Table, UploadImage };
|
package/dist/index.d.ts
CHANGED
|
@@ -131,8 +131,6 @@ interface LicensePlateProps {
|
|
|
131
131
|
}
|
|
132
132
|
declare function SearchLicensePlate({ width, part, setValue, data, readOnly, size, }: LicensePlateProps): React__default.JSX.Element;
|
|
133
133
|
|
|
134
|
-
declare function Loading(): React__default.JSX.Element;
|
|
135
|
-
|
|
136
134
|
interface JalaliDatePickerProps {
|
|
137
135
|
name: string;
|
|
138
136
|
control: Control<any>;
|
|
@@ -284,4 +282,4 @@ declare function Page({ data, }: {
|
|
|
284
282
|
}];
|
|
285
283
|
}): React.JSX.Element;
|
|
286
284
|
|
|
287
|
-
export { Page as Accordion, AdvancedSearchButton, ConfirmationDialog$1 as ConfirmationDialog, CustomCheckbox, CustomTimePicker, DateFilter, DateFilterRange, JalaliDatePicker$2 as DatePicker, JalaliDatePicker$1 as DateTimePicker, JalaliDateTimeRangePicker as DateTimeRangePicker, FormInputNumber, FormInputText, HorizontalStepper, LicensePlate,
|
|
285
|
+
export { Page as Accordion, AdvancedSearchButton, ConfirmationDialog$1 as ConfirmationDialog, CustomCheckbox, CustomTimePicker, DateFilter, DateFilterRange, JalaliDatePicker$2 as DatePicker, JalaliDatePicker$1 as DateTimePicker, JalaliDateTimeRangePicker as DateTimeRangePicker, FormInputNumber, FormInputText, HorizontalStepper, LicensePlate, JalaliDatePicker as MobileDateTimePicker, ConfirmationDialog as Modal, NestedSelect as NestedSelectort, NoResult, PaginationList, RadioButton, SearchLicensePlate, MultipleSelectChip as Selector, SkeletonCard, SonarSpinner, SwitchWithIcons as SwitchButton, Table, UploadImage };
|