@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.
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/checkout/components/CashPaymentModule/index.js +0 -1
- package/lib/components/checkout/components/CashPaymentModule/index.js +0 -1
- package/package.json +3 -3
- package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -15
- package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/private-materials",
|
|
3
|
-
"version": "6.11.
|
|
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/
|
|
70
|
+
"@pisell/materials": "6.11.40",
|
|
71
71
|
"@pisell/icon": "0.0.11",
|
|
72
72
|
"@pisell/date-picker": "3.0.8",
|
|
73
|
-
"@pisell/
|
|
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;
|