@restaround/react 1.4.23 → 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.
Files changed (78) hide show
  1. package/dist/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +1 -0
  2. package/dist/components/PublicMenu/OrderPaymentSummary/OrderPaymentSummary.d.ts +4 -1
  3. package/dist/index.esm.js +1 -1
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.js +1 -1
  6. package/dist/index.js.map +1 -1
  7. package/dist/models/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +1 -0
  8. package/dist/models/index.esm.js.map +1 -1
  9. package/dist/models/index.js.map +1 -1
  10. package/dist/models/modules/order/hooks.d.ts +3 -10
  11. package/dist/models/modules/order/models.d.ts +14 -0
  12. package/dist/models/services/translation/locales/az/error.d.ts +1 -0
  13. package/dist/models/services/translation/locales/az/index.d.ts +2 -0
  14. package/dist/models/services/translation/locales/az/order.d.ts +1 -0
  15. package/dist/models/services/translation/locales/en/error.d.ts +1 -0
  16. package/dist/models/services/translation/locales/en/index.d.ts +1 -0
  17. package/dist/models/services/translation/locales/et/error.d.ts +1 -0
  18. package/dist/models/services/translation/locales/et/index.d.ts +2 -0
  19. package/dist/models/services/translation/locales/et/order.d.ts +1 -0
  20. package/dist/models/services/translation/locales/index.d.ts +11 -0
  21. package/dist/models/services/translation/locales/nl/error.d.ts +1 -0
  22. package/dist/models/services/translation/locales/nl/index.d.ts +2 -0
  23. package/dist/models/services/translation/locales/nl/order.d.ts +1 -0
  24. package/dist/models/services/translation/locales/ru/error.d.ts +1 -0
  25. package/dist/models/services/translation/locales/ru/index.d.ts +2 -0
  26. package/dist/models/services/translation/locales/ru/order.d.ts +1 -0
  27. package/dist/models/services/translation/locales/tr/error.d.ts +1 -0
  28. package/dist/models/services/translation/locales/tr/index.d.ts +2 -0
  29. package/dist/models/services/translation/locales/tr/order.d.ts +1 -0
  30. package/dist/models/store/order.d.ts +2 -1
  31. package/dist/modules/order/hooks.d.ts +3 -10
  32. package/dist/modules/order/models.d.ts +14 -0
  33. package/dist/services/translation/locales/az/error.d.ts +1 -0
  34. package/dist/services/translation/locales/az/index.d.ts +2 -0
  35. package/dist/services/translation/locales/az/order.d.ts +1 -0
  36. package/dist/services/translation/locales/en/error.d.ts +1 -0
  37. package/dist/services/translation/locales/en/index.d.ts +1 -0
  38. package/dist/services/translation/locales/et/error.d.ts +1 -0
  39. package/dist/services/translation/locales/et/index.d.ts +2 -0
  40. package/dist/services/translation/locales/et/order.d.ts +1 -0
  41. package/dist/services/translation/locales/index.d.ts +11 -0
  42. package/dist/services/translation/locales/nl/error.d.ts +1 -0
  43. package/dist/services/translation/locales/nl/index.d.ts +2 -0
  44. package/dist/services/translation/locales/nl/order.d.ts +1 -0
  45. package/dist/services/translation/locales/ru/error.d.ts +1 -0
  46. package/dist/services/translation/locales/ru/index.d.ts +2 -0
  47. package/dist/services/translation/locales/ru/order.d.ts +1 -0
  48. package/dist/services/translation/locales/tr/error.d.ts +1 -0
  49. package/dist/services/translation/locales/tr/index.d.ts +2 -0
  50. package/dist/services/translation/locales/tr/order.d.ts +1 -0
  51. package/dist/store/order.d.ts +2 -1
  52. package/dist/styles/ui.css +1 -1
  53. package/dist/styles/ui.css.map +1 -1
  54. package/dist/utils/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +1 -0
  55. package/dist/utils/index.esm.js.map +1 -1
  56. package/dist/utils/index.js.map +1 -1
  57. package/dist/utils/modules/order/hooks.d.ts +3 -10
  58. package/dist/utils/modules/order/models.d.ts +14 -0
  59. package/dist/utils/services/translation/locales/az/error.d.ts +1 -0
  60. package/dist/utils/services/translation/locales/az/index.d.ts +2 -0
  61. package/dist/utils/services/translation/locales/az/order.d.ts +1 -0
  62. package/dist/utils/services/translation/locales/en/error.d.ts +1 -0
  63. package/dist/utils/services/translation/locales/en/index.d.ts +1 -0
  64. package/dist/utils/services/translation/locales/et/error.d.ts +1 -0
  65. package/dist/utils/services/translation/locales/et/index.d.ts +2 -0
  66. package/dist/utils/services/translation/locales/et/order.d.ts +1 -0
  67. package/dist/utils/services/translation/locales/index.d.ts +11 -0
  68. package/dist/utils/services/translation/locales/nl/error.d.ts +1 -0
  69. package/dist/utils/services/translation/locales/nl/index.d.ts +2 -0
  70. package/dist/utils/services/translation/locales/nl/order.d.ts +1 -0
  71. package/dist/utils/services/translation/locales/ru/error.d.ts +1 -0
  72. package/dist/utils/services/translation/locales/ru/index.d.ts +2 -0
  73. package/dist/utils/services/translation/locales/ru/order.d.ts +1 -0
  74. package/dist/utils/services/translation/locales/tr/error.d.ts +1 -0
  75. package/dist/utils/services/translation/locales/tr/index.d.ts +2 -0
  76. package/dist/utils/services/translation/locales/tr/order.d.ts +1 -0
  77. package/dist/utils/store/order.d.ts +2 -1
  78. package/package.json +2 -1
@@ -5,4 +5,5 @@ export interface OrderTypeForMethods {
5
5
  icon: IconType;
6
6
  title: string;
7
7
  isDisabled: boolean;
8
+ isVisible: boolean;
8
9
  }
@@ -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;