warqadui 0.0.153 → 0.0.155
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 -5
- package/dist/index.d.ts +1 -5
- package/dist/index.js +90122 -68430
- package/dist/index.mjs +45286 -22449
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -289,10 +289,6 @@ interface DateInputProps<T extends FieldValues> {
|
|
|
289
289
|
containerClassName?: string;
|
|
290
290
|
name?: Path<T>;
|
|
291
291
|
form?: UseFormReturn<T>;
|
|
292
|
-
value?: string;
|
|
293
|
-
onChange?: (value: string) => void;
|
|
294
|
-
onBlur?: () => void;
|
|
295
|
-
className?: string;
|
|
296
292
|
[key: string]: any;
|
|
297
293
|
}
|
|
298
294
|
declare const DateInput: <T extends FieldValues>(props: DateInputProps<T> & {
|
|
@@ -390,7 +386,7 @@ declare const Enums: {
|
|
|
390
386
|
saleStockTypes: readonly ["pack", "product"];
|
|
391
387
|
sale: readonly ["cash", "credit"];
|
|
392
388
|
stockTransferTypes: readonly ["pack", "product", "pack to product"];
|
|
393
|
-
forexTypes: readonly ["direct", "exchange"];
|
|
389
|
+
forexTypes: readonly ["direct", "exchange", "supplier exchange"];
|
|
394
390
|
};
|
|
395
391
|
|
|
396
392
|
interface ThemeConfig {
|
package/dist/index.d.ts
CHANGED
|
@@ -289,10 +289,6 @@ interface DateInputProps<T extends FieldValues> {
|
|
|
289
289
|
containerClassName?: string;
|
|
290
290
|
name?: Path<T>;
|
|
291
291
|
form?: UseFormReturn<T>;
|
|
292
|
-
value?: string;
|
|
293
|
-
onChange?: (value: string) => void;
|
|
294
|
-
onBlur?: () => void;
|
|
295
|
-
className?: string;
|
|
296
292
|
[key: string]: any;
|
|
297
293
|
}
|
|
298
294
|
declare const DateInput: <T extends FieldValues>(props: DateInputProps<T> & {
|
|
@@ -390,7 +386,7 @@ declare const Enums: {
|
|
|
390
386
|
saleStockTypes: readonly ["pack", "product"];
|
|
391
387
|
sale: readonly ["cash", "credit"];
|
|
392
388
|
stockTransferTypes: readonly ["pack", "product", "pack to product"];
|
|
393
|
-
forexTypes: readonly ["direct", "exchange"];
|
|
389
|
+
forexTypes: readonly ["direct", "exchange", "supplier exchange"];
|
|
394
390
|
};
|
|
395
391
|
|
|
396
392
|
interface ThemeConfig {
|