@pisell/private-materials 6.11.119 → 6.11.120

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 (37) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/meta.js +1 -1
  5. package/build/lowcode/render/default/view.js +1 -1
  6. package/build/lowcode/view.js +1 -1
  7. package/es/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -1
  8. package/es/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  9. package/es/components/appointmentBooking/components/Content/index.d.ts +0 -1
  10. package/es/components/appointmentBooking/components/Footer/index.d.ts +0 -1
  11. package/es/components/appointmentBooking/index.d.ts +0 -1
  12. package/es/components/booking/components/footer/index.d.ts +0 -1
  13. package/es/components/booking/info/index.d.ts +0 -1
  14. package/es/components/booking/info/service/addTimeModal/index.d.ts +0 -1
  15. package/es/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -1
  16. package/es/components/eventBooking/components/Provider/Cart/index.d.ts +0 -1
  17. package/es/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
  18. package/es/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  19. package/es/components/eventBooking/index.d.ts +0 -1
  20. package/es/components/ticketBooking/components/ticketBooking/index.d.ts +0 -1
  21. package/es/plus/pisellReservation/PisellReservation.js +1 -1
  22. package/lib/components/appointmentBooking/components/Cart/Item/index.d.ts +0 -1
  23. package/lib/components/appointmentBooking/components/Cart/index.d.ts +0 -1
  24. package/lib/components/appointmentBooking/components/Content/index.d.ts +0 -1
  25. package/lib/components/appointmentBooking/components/Footer/index.d.ts +0 -1
  26. package/lib/components/appointmentBooking/index.d.ts +0 -1
  27. package/lib/components/booking/components/footer/index.d.ts +0 -1
  28. package/lib/components/booking/info/index.d.ts +0 -1
  29. package/lib/components/booking/info/service/addTimeModal/index.d.ts +0 -1
  30. package/lib/components/eventBooking/components/Provider/Cart/Item/index.d.ts +0 -1
  31. package/lib/components/eventBooking/components/Provider/Cart/index.d.ts +0 -1
  32. package/lib/components/eventBooking/components/Provider/Content/index.d.ts +0 -1
  33. package/lib/components/eventBooking/components/Provider/Footer/index.d.ts +0 -1
  34. package/lib/components/eventBooking/index.d.ts +0 -1
  35. package/lib/components/ticketBooking/components/ticketBooking/index.d.ts +0 -1
  36. package/lib/plus/pisellReservation/PisellReservation.js +1 -1
  37. package/package.json +3 -3
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const CartItem: ({ onNext, renderContactInfo }: any) => JSX.Element;
4
3
  export default CartItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Cart: ({ open, onCancel, onNext }: any) => JSX.Element;
4
3
  export default Cart;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Layout: () => JSX.Element;
4
3
  export default Layout;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Footer: ({ onNext, isOpen }: any) => JSX.Element;
4
3
  export default Footer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const AppointmentBooking: () => JSX.Element;
4
3
  export default AppointmentBooking;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  /**
4
3
  * @title: 底部
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InfoProps } from './main';
3
2
  declare const APP: (props: InfoProps) => JSX.Element;
4
3
  export default APP;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const AddTimeModal: () => JSX.Element;
4
3
  export default AddTimeModal;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const CartItem: () => JSX.Element;
4
3
  export default CartItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Cart: ({ open, onCancel }: any) => JSX.Element;
4
3
  export default Cart;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Layout: () => JSX.Element;
4
3
  export default Layout;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Footer: () => JSX.Element;
4
3
  export default Footer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const EventBooking: () => JSX.Element;
4
3
  export default EventBooking;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TicketBookingSecondaryDisplayConfig } from './useTicketBookingSecondaryScreen';
3
2
  import './index.less';
4
3
  import { ProductDisplayConfig, ProductDisplayPresetKey } from '../ProductDisplayAdapter/types';
@@ -316,7 +316,7 @@ export var PisellReservationCore = function PisellReservationCore(props) {
316
316
  };
317
317
  }, [shellBodyView, resourceWallFilterIdsForFloorBooking, floorBoundFormRecordIds]);
318
318
  var floorDayBookingData = usePisellReservationBookingData(floorBookingResourceReady, {
319
- listPageSize: 999,
319
+ listPageSize: 9999,
320
320
  extraRequestParams: floorBookingExtraParams
321
321
  });
322
322
  var _getRelationTables = useRequest(getRelationTables);
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const CartItem: ({ onNext, renderContactInfo }: any) => JSX.Element;
4
3
  export default CartItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Cart: ({ open, onCancel, onNext }: any) => JSX.Element;
4
3
  export default Cart;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Layout: () => JSX.Element;
4
3
  export default Layout;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Footer: ({ onNext, isOpen }: any) => JSX.Element;
4
3
  export default Footer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const AppointmentBooking: () => JSX.Element;
4
3
  export default AppointmentBooking;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  /**
4
3
  * @title: 底部
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { InfoProps } from './main';
3
2
  declare const APP: (props: InfoProps) => JSX.Element;
4
3
  export default APP;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const AddTimeModal: () => JSX.Element;
4
3
  export default AddTimeModal;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const CartItem: () => JSX.Element;
4
3
  export default CartItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Cart: ({ open, onCancel }: any) => JSX.Element;
4
3
  export default Cart;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Layout: () => JSX.Element;
4
3
  export default Layout;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const Footer: () => JSX.Element;
4
3
  export default Footer;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import './index.less';
3
2
  declare const EventBooking: () => JSX.Element;
4
3
  export default EventBooking;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type TicketBookingSecondaryDisplayConfig } from './useTicketBookingSecondaryScreen';
3
2
  import './index.less';
4
3
  import { ProductDisplayConfig, ProductDisplayPresetKey } from '../ProductDisplayAdapter/types';
@@ -278,7 +278,7 @@ var PisellReservationCore = (props) => {
278
278
  ]);
279
279
  const floorDayBookingData = (0, import_usePisellReservationBookingData.usePisellReservationBookingData)(
280
280
  floorBookingResourceReady,
281
- { listPageSize: 999, extraRequestParams: floorBookingExtraParams }
281
+ { listPageSize: 9999, extraRequestParams: floorBookingExtraParams }
282
282
  );
283
283
  const _getRelationTables = (0, import_ahooks.useRequest)(import_serve.getRelationTables);
284
284
  const bookingPerspectiveParams = (0, import_react.useMemo)(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.11.119",
3
+ "version": "6.11.120",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -68,9 +68,9 @@
68
68
  "react-resizable": "^3.0.5",
69
69
  "styled-components": "^6.0.0-rc.3",
70
70
  "@pisell/utils": "3.0.2",
71
- "@pisell/icon": "0.0.11",
72
71
  "@pisell/materials": "6.11.31",
73
- "@pisell/date-picker": "3.0.8"
72
+ "@pisell/date-picker": "3.0.8",
73
+ "@pisell/icon": "0.0.11"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^18.0.0",