@pisell/private-materials 6.11.134 → 6.11.135

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.
@@ -301,7 +301,6 @@ export function CashPaymentModule(_ref) {
301
301
  ,
302
302
  value: amount,
303
303
  disabled: disabled,
304
- hiddenChangeDue: roundingAmount > 0,
305
304
  onChange: function onChange(value) {
306
305
  applyInputAmount(value);
307
306
  },
@@ -248,7 +248,6 @@ function CashPaymentModule({
248
248
  originalValue: keyboardOriginalValue,
249
249
  value: amount,
250
250
  disabled,
251
- hiddenChangeDue: roundingAmount > 0,
252
251
  onChange: (value) => {
253
252
  applyInputAmount(value);
254
253
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.11.134",
3
+ "version": "6.11.135",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -67,10 +67,10 @@
67
67
  "react-infinite-scroll-component": "^6.1.0",
68
68
  "react-resizable": "^3.0.5",
69
69
  "styled-components": "^6.0.0-rc.3",
70
- "@pisell/utils": "3.0.2",
70
+ "@pisell/materials": "6.11.40",
71
71
  "@pisell/icon": "0.0.11",
72
72
  "@pisell/date-picker": "3.0.8",
73
- "@pisell/materials": "6.11.40"
73
+ "@pisell/utils": "3.0.2"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^18.0.0",
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { type TicketBookingSecondaryDisplayConfig } from './useTicketBookingSecondaryScreen';
3
- import './index.less';
4
- import { ProductDisplayConfig, ProductDisplayPresetKey } from '../ProductDisplayAdapter/types';
5
- export declare const _formatBookingDetail: (data: any, modalState: any) => any;
6
- interface TicketBookingProps {
7
- onPrerenderComplete?: () => void;
8
- productDisplayConfig?: ProductDisplayPresetKey | ProductDisplayConfig;
9
- isShowTimeBar?: boolean;
10
- isShowFloatButtons?: boolean;
11
- /** 副屏展示:购物车列数、是否显示客户信息等 */
12
- secondaryScreenDisplay?: TicketBookingSecondaryDisplayConfig;
13
- }
14
- declare const TicketBooking: (props: TicketBookingProps) => React.JSX.Element;
15
- export default TicketBooking;
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { type TicketBookingSecondaryDisplayConfig } from './useTicketBookingSecondaryScreen';
3
- import './index.less';
4
- import { ProductDisplayConfig, ProductDisplayPresetKey } from '../ProductDisplayAdapter/types';
5
- export declare const _formatBookingDetail: (data: any, modalState: any) => any;
6
- interface TicketBookingProps {
7
- onPrerenderComplete?: () => void;
8
- productDisplayConfig?: ProductDisplayPresetKey | ProductDisplayConfig;
9
- isShowTimeBar?: boolean;
10
- isShowFloatButtons?: boolean;
11
- /** 副屏展示:购物车列数、是否显示客户信息等 */
12
- secondaryScreenDisplay?: TicketBookingSecondaryDisplayConfig;
13
- }
14
- declare const TicketBooking: (props: TicketBookingProps) => React.JSX.Element;
15
- export default TicketBooking;