@restaround/react 1.4.25 → 1.4.26
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/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +1 -0
- package/dist/components/PublicMenu/OrderPaymentSummary/OrderPaymentSummary.d.ts +4 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +1 -0
- package/dist/models/index.esm.js.map +1 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/modules/order/hooks.d.ts +3 -10
- package/dist/models/modules/order/models.d.ts +14 -0
- package/dist/models/services/translation/locales/az/error.d.ts +1 -0
- package/dist/models/services/translation/locales/az/index.d.ts +2 -0
- package/dist/models/services/translation/locales/az/order.d.ts +1 -0
- package/dist/models/services/translation/locales/en/error.d.ts +1 -0
- package/dist/models/services/translation/locales/en/index.d.ts +1 -0
- package/dist/models/services/translation/locales/et/error.d.ts +1 -0
- package/dist/models/services/translation/locales/et/index.d.ts +2 -0
- package/dist/models/services/translation/locales/et/order.d.ts +1 -0
- package/dist/models/services/translation/locales/index.d.ts +11 -0
- package/dist/models/services/translation/locales/nl/error.d.ts +1 -0
- package/dist/models/services/translation/locales/nl/index.d.ts +2 -0
- package/dist/models/services/translation/locales/nl/order.d.ts +1 -0
- package/dist/models/services/translation/locales/ru/error.d.ts +1 -0
- package/dist/models/services/translation/locales/ru/index.d.ts +2 -0
- package/dist/models/services/translation/locales/ru/order.d.ts +1 -0
- package/dist/models/services/translation/locales/tr/error.d.ts +1 -0
- package/dist/models/services/translation/locales/tr/index.d.ts +2 -0
- package/dist/models/services/translation/locales/tr/order.d.ts +1 -0
- package/dist/modules/order/hooks.d.ts +3 -10
- package/dist/modules/order/models.d.ts +14 -0
- package/dist/services/translation/locales/az/error.d.ts +1 -0
- package/dist/services/translation/locales/az/index.d.ts +2 -0
- package/dist/services/translation/locales/az/order.d.ts +1 -0
- package/dist/services/translation/locales/en/error.d.ts +1 -0
- package/dist/services/translation/locales/en/index.d.ts +1 -0
- package/dist/services/translation/locales/et/error.d.ts +1 -0
- package/dist/services/translation/locales/et/index.d.ts +2 -0
- package/dist/services/translation/locales/et/order.d.ts +1 -0
- package/dist/services/translation/locales/index.d.ts +11 -0
- package/dist/services/translation/locales/nl/error.d.ts +1 -0
- package/dist/services/translation/locales/nl/index.d.ts +2 -0
- package/dist/services/translation/locales/nl/order.d.ts +1 -0
- package/dist/services/translation/locales/ru/error.d.ts +1 -0
- package/dist/services/translation/locales/ru/index.d.ts +2 -0
- package/dist/services/translation/locales/ru/order.d.ts +1 -0
- package/dist/services/translation/locales/tr/error.d.ts +1 -0
- package/dist/services/translation/locales/tr/index.d.ts +2 -0
- package/dist/services/translation/locales/tr/order.d.ts +1 -0
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/dist/utils/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +1 -0
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/modules/order/hooks.d.ts +3 -10
- package/dist/utils/modules/order/models.d.ts +14 -0
- package/dist/utils/services/translation/locales/az/error.d.ts +1 -0
- package/dist/utils/services/translation/locales/az/index.d.ts +2 -0
- package/dist/utils/services/translation/locales/az/order.d.ts +1 -0
- package/dist/utils/services/translation/locales/en/error.d.ts +1 -0
- package/dist/utils/services/translation/locales/en/index.d.ts +1 -0
- package/dist/utils/services/translation/locales/et/error.d.ts +1 -0
- package/dist/utils/services/translation/locales/et/index.d.ts +2 -0
- package/dist/utils/services/translation/locales/et/order.d.ts +1 -0
- package/dist/utils/services/translation/locales/index.d.ts +11 -0
- package/dist/utils/services/translation/locales/nl/error.d.ts +1 -0
- package/dist/utils/services/translation/locales/nl/index.d.ts +2 -0
- package/dist/utils/services/translation/locales/nl/order.d.ts +1 -0
- package/dist/utils/services/translation/locales/ru/error.d.ts +1 -0
- package/dist/utils/services/translation/locales/ru/index.d.ts +2 -0
- package/dist/utils/services/translation/locales/ru/order.d.ts +1 -0
- package/dist/utils/services/translation/locales/tr/error.d.ts +1 -0
- package/dist/utils/services/translation/locales/tr/index.d.ts +2 -0
- package/dist/utils/services/translation/locales/tr/order.d.ts +1 -0
- package/package.json +2 -2
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { SIZE } from "@sorocraft/ui";
|
|
2
|
+
import { models as orderModels } from "src/modules/order";
|
|
2
3
|
interface Props {
|
|
3
4
|
textSize: SIZE;
|
|
4
5
|
totalPriceWithoutTax: number;
|
|
5
6
|
totalPriceWithTax: number;
|
|
7
|
+
deliveryFee: number;
|
|
6
8
|
totalTax: number;
|
|
7
9
|
currency: string;
|
|
8
10
|
language: string;
|
|
11
|
+
orderType: orderModels.OrderType;
|
|
9
12
|
}
|
|
10
|
-
declare const OrderPaymentSummary: ({ textSize, totalPriceWithoutTax, totalPriceWithTax, totalTax, currency, language, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
declare const OrderPaymentSummary: ({ textSize, totalPriceWithoutTax, totalPriceWithTax, deliveryFee, totalTax, currency, language, orderType, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
11
14
|
export default OrderPaymentSummary;
|