sales-frontend-api 0.0.134 → 0.0.136
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/method.d.cts +3 -1
- package/dist/method.d.ts +3 -1
- package/package.json +6 -6
package/dist/method.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ import { H as HttpClientAxios } from './http-client-axios-BpXKjpBu.cjs';
|
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseQueryOptions, UseSuspenseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
6
6
|
import { HTMLAttributes } from 'react';
|
|
7
|
-
import { FormCore } from 'sales-frontend-design-system';
|
|
7
|
+
import { FormCore, DropDownWidth } from 'sales-frontend-design-system';
|
|
8
8
|
import { D as DspResponse, A as ApiConfig } from './shared.dto-YcQ7DpIa.cjs';
|
|
9
9
|
import './header.types-duHbFvO0.cjs';
|
|
10
10
|
|
|
@@ -719,6 +719,8 @@ interface CustomerSearchProps extends FormCore.InputProps {
|
|
|
719
719
|
onSelectCustomer?: (customer: CustomerDto) => void;
|
|
720
720
|
rootProps?: HTMLAttributes<HTMLDivElement>;
|
|
721
721
|
onSearchClear?: () => void;
|
|
722
|
+
dropDownWidth?: DropDownWidth;
|
|
723
|
+
dropDownClassName?: string;
|
|
722
724
|
}
|
|
723
725
|
interface CustomerListRequestDto {
|
|
724
726
|
/** @description 고객명 */
|
package/dist/method.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { H as HttpClientAxios } from './http-client-axios-BpIbE8ql.js';
|
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseQueryOptions, UseSuspenseQueryOptions, UseMutationOptions } from '@tanstack/react-query';
|
|
6
6
|
import { HTMLAttributes } from 'react';
|
|
7
|
-
import { FormCore } from 'sales-frontend-design-system';
|
|
7
|
+
import { FormCore, DropDownWidth } from 'sales-frontend-design-system';
|
|
8
8
|
import { D as DspResponse, A as ApiConfig } from './shared.dto-YcQ7DpIa.js';
|
|
9
9
|
import './header.types-duHbFvO0.js';
|
|
10
10
|
|
|
@@ -719,6 +719,8 @@ interface CustomerSearchProps extends FormCore.InputProps {
|
|
|
719
719
|
onSelectCustomer?: (customer: CustomerDto) => void;
|
|
720
720
|
rootProps?: HTMLAttributes<HTMLDivElement>;
|
|
721
721
|
onSearchClear?: () => void;
|
|
722
|
+
dropDownWidth?: DropDownWidth;
|
|
723
|
+
dropDownClassName?: string;
|
|
722
724
|
}
|
|
723
725
|
interface CustomerListRequestDto {
|
|
724
726
|
/** @description 고객명 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sales-frontend-api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.136",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/client.js",
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
"tsup": "^8.4.0",
|
|
59
59
|
"typescript": "5.8.2",
|
|
60
60
|
"@tanstack/react-query": "^5.81.2",
|
|
61
|
-
"sales-frontend-bridge": "0.0.92",
|
|
62
|
-
"sales-frontend-stores": "0.0.8",
|
|
63
|
-
"sales-frontend-design-system": "0.0.117",
|
|
64
61
|
"eslint-config-sales-frontend-eslint-config-v8": "^0.0.7",
|
|
62
|
+
"sales-frontend-design-system": "0.0.126",
|
|
65
63
|
"sales-frontend-typescript-config": "0.0.2",
|
|
64
|
+
"sales-frontend-bridge": "0.0.92",
|
|
65
|
+
"sales-frontend-stores": "0.0.8",
|
|
66
66
|
"sales-frontend-utils": "0.0.47"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"axios": "^1.10.0",
|
|
70
|
-
"sales-frontend-
|
|
71
|
-
"sales-frontend-
|
|
70
|
+
"sales-frontend-debug": "0.0.49",
|
|
71
|
+
"sales-frontend-utils": "0.0.47"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@tanstack/react-query": ">=5.0.0",
|