@pisell/private-materials 6.11.28 → 6.11.30
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.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +3 -3
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/es/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/es/components/booking/utils.d.ts +2 -2
- package/es/components/ecocup/components/CupStatusModal/hooks.d.ts +1 -1
- package/es/components/eftpos/hooks.d.ts +1 -0
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/hooks.d.ts +2 -2
- package/es/components/eftposPay/store/index.d.ts +4 -4
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/es/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/es/components/ticketBooking/utils/index.d.ts +1 -1
- package/es/hooks/usePaymentLogger.d.ts +0 -1
- package/es/plus/pisellSalesGrid/PisellSalesGrid.js +2 -2
- package/es/plus/pisellSalesGrid/PisellSalesGrid.less +6 -0
- package/es/plus/pisellSalesGrid/serve.d.ts +1 -1
- package/es/plus/pisellSalesGrid/serve.js +7 -7
- package/es/plus/pisellSalesGrid/types.d.ts +2 -0
- package/es/plus/pisellSalesManagement/components/BookingFormsPreview.js +3 -2
- package/es/plus/pisellSalesManagement/config/booking.d.ts +26 -0
- package/es/plus/pisellSalesManagement/config/booking.js +9 -5
- package/es/plus/pisellSalesManagement/hooks/useBookingPerspective.js +68 -27
- package/es/plus/pisellSalesManagement/hooks/useOrderPerspective.js +38 -22
- package/es/plus/pisellSalesManagement/index.js +3 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +0 -1
- package/lib/components/booking/info/hooks/useInfoHolder.d.ts +0 -1
- package/lib/components/booking/utils.d.ts +2 -2
- package/lib/components/ecocup/components/CupStatusModal/hooks.d.ts +1 -1
- package/lib/components/eftpos/hooks.d.ts +1 -0
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/hooks.d.ts +2 -2
- package/lib/components/eftposPay/store/index.d.ts +4 -4
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/Finish/index.d.ts +0 -1
- package/lib/components/pay/toC/PaymentMethods/StripePay/Stripe/components/PageLoading/index.d.ts +0 -1
- package/lib/components/ticketBooking/utils/index.d.ts +1 -1
- package/lib/hooks/usePaymentLogger.d.ts +0 -1
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.js +5 -2
- package/lib/plus/pisellSalesGrid/PisellSalesGrid.less +6 -0
- package/lib/plus/pisellSalesGrid/serve.d.ts +1 -1
- package/lib/plus/pisellSalesGrid/serve.js +6 -6
- package/lib/plus/pisellSalesGrid/types.d.ts +2 -0
- package/lib/plus/pisellSalesManagement/components/BookingFormsPreview.js +3 -2
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +26 -0
- package/lib/plus/pisellSalesManagement/config/booking.js +9 -5
- package/lib/plus/pisellSalesManagement/hooks/useBookingPerspective.js +65 -29
- package/lib/plus/pisellSalesManagement/hooks/useOrderPerspective.js +39 -21
- package/lib/plus/pisellSalesManagement/index.js +1 -1
- package/package.json +4 -4
|
@@ -107,7 +107,6 @@ var useBookingPerspective = (params) => {
|
|
|
107
107
|
title: bookingLabels.bookingBrief,
|
|
108
108
|
key: "booking_brief",
|
|
109
109
|
width: 225,
|
|
110
|
-
// fixed: 'left',
|
|
111
110
|
render: (_, record) => {
|
|
112
111
|
var _a2, _b, _c;
|
|
113
112
|
const startAt = (0, import_perspectiveUtils.buildDateTime)(record == null ? void 0 : record.start_date, record == null ? void 0 : record.start_time) || (record == null ? void 0 : record.start_at);
|
|
@@ -183,16 +182,49 @@ var useBookingPerspective = (params) => {
|
|
|
183
182
|
return null;
|
|
184
183
|
}
|
|
185
184
|
return /* @__PURE__ */ import_react.default.createElement("div", { style: { textAlign: "center" } }, /* @__PURE__ */ import_react.default.createElement(import_materials.PisellTimeRangeDisplay, { startAt, endAt }));
|
|
185
|
+
},
|
|
186
|
+
uniformCompare: (_, record) => {
|
|
187
|
+
const {
|
|
188
|
+
start_date = "",
|
|
189
|
+
start_time = "",
|
|
190
|
+
end_date = "",
|
|
191
|
+
end_time = ""
|
|
192
|
+
} = record;
|
|
193
|
+
return `${start_date}${start_time}${end_date}${end_time}`;
|
|
186
194
|
}
|
|
187
195
|
},
|
|
188
196
|
{
|
|
189
197
|
title: bookingLabels.customer,
|
|
190
|
-
dataIndex: "order",
|
|
191
198
|
key: "customer",
|
|
192
199
|
align: "center",
|
|
193
200
|
width: 150,
|
|
194
|
-
|
|
201
|
+
uniformCompare: (_, record) => {
|
|
202
|
+
const value = record.order;
|
|
203
|
+
const customer = value == null ? void 0 : value.customer;
|
|
204
|
+
if (!customer) return "-";
|
|
205
|
+
const guestCode = customer == null ? void 0 : customer.guest_code;
|
|
206
|
+
if (guestCode) return `${guestCode}`;
|
|
207
|
+
if (customer.user_id === 1) return "walk-in";
|
|
208
|
+
return customer;
|
|
209
|
+
},
|
|
210
|
+
render: (_, record) => {
|
|
211
|
+
const value = record.order;
|
|
195
212
|
const customer = value == null ? void 0 : value.customer;
|
|
213
|
+
const guestCode = customer == null ? void 0 : customer.guest_code;
|
|
214
|
+
if (guestCode) {
|
|
215
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
216
|
+
"div",
|
|
217
|
+
{
|
|
218
|
+
style: {
|
|
219
|
+
display: "flex",
|
|
220
|
+
flexDirection: "column",
|
|
221
|
+
alignItems: "center",
|
|
222
|
+
textAlign: "center"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
/* @__PURE__ */ import_react.default.createElement("div", { style: { fontWeight: "bold" } }, bookingLabels.guest)
|
|
226
|
+
);
|
|
227
|
+
}
|
|
196
228
|
const phone = (0, import_perspectiveUtils.formatPhone)(
|
|
197
229
|
(customer == null ? void 0 : customer.phone) || (record == null ? void 0 : record.phone),
|
|
198
230
|
(customer == null ? void 0 : customer.country_calling_code) || (record == null ? void 0 : record.country_calling_code)
|
|
@@ -216,12 +248,19 @@ var useBookingPerspective = (params) => {
|
|
|
216
248
|
},
|
|
217
249
|
{
|
|
218
250
|
title: bookingLabels.contact,
|
|
219
|
-
dataIndex: "order",
|
|
220
251
|
key: "contact",
|
|
221
252
|
align: "center",
|
|
222
253
|
width: 150,
|
|
223
|
-
|
|
224
|
-
const
|
|
254
|
+
uniformCompare: (_, record) => {
|
|
255
|
+
const value = record.order;
|
|
256
|
+
const contactValue = value == null ? void 0 : value.contacts_info;
|
|
257
|
+
if (!contactValue) return "-";
|
|
258
|
+
return contactValue;
|
|
259
|
+
},
|
|
260
|
+
render: (_, record) => {
|
|
261
|
+
const value = record.order;
|
|
262
|
+
const contactValue = value == null ? void 0 : value.contacts_info;
|
|
263
|
+
if (!contactValue) return "-";
|
|
225
264
|
const phone = (0, import_perspectiveUtils.formatPhone)(contactValue == null ? void 0 : contactValue.phone);
|
|
226
265
|
const lines = (0, import_perspectiveUtils.getDisplayLines)([phone, contactValue == null ? void 0 : contactValue.email]);
|
|
227
266
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
@@ -251,6 +290,10 @@ var useBookingPerspective = (params) => {
|
|
|
251
290
|
key: "holder_data",
|
|
252
291
|
align: "center",
|
|
253
292
|
width: 110,
|
|
293
|
+
uniformCompare: (value, record) => {
|
|
294
|
+
if (!value) return "-";
|
|
295
|
+
return value;
|
|
296
|
+
},
|
|
254
297
|
render: (value, record) => {
|
|
255
298
|
var _a2;
|
|
256
299
|
if (!value) return "-";
|
|
@@ -314,16 +357,19 @@ var useBookingPerspective = (params) => {
|
|
|
314
357
|
},
|
|
315
358
|
lines.map((line, index) => /* @__PURE__ */ import_react.default.createElement("div", { key: `${line}-${index}`, style: import_perspectiveUtils.textStyles.text }, line))
|
|
316
359
|
);
|
|
360
|
+
},
|
|
361
|
+
uniformCompare: (_value, record) => {
|
|
362
|
+
return (record == null ? void 0 : record.order_detail) || "";
|
|
317
363
|
}
|
|
318
364
|
},
|
|
319
365
|
{
|
|
320
366
|
title: bookingLabels.pax,
|
|
321
367
|
dataIndex: "number",
|
|
322
|
-
key: "
|
|
368
|
+
key: "number",
|
|
323
369
|
align: "center",
|
|
324
370
|
width: 110,
|
|
325
|
-
render: (
|
|
326
|
-
const count =
|
|
371
|
+
render: (_, record) => {
|
|
372
|
+
const count = record == null ? void 0 : record.number;
|
|
327
373
|
return /* @__PURE__ */ import_react.default.createElement("span", { style: { ...import_perspectiveUtils.textStyles.text, textAlign: "center" } }, count ?? "-");
|
|
328
374
|
}
|
|
329
375
|
},
|
|
@@ -333,34 +379,22 @@ var useBookingPerspective = (params) => {
|
|
|
333
379
|
key: "relation_form_name",
|
|
334
380
|
align: "center",
|
|
335
381
|
width: 100,
|
|
336
|
-
render: (value
|
|
382
|
+
render: (value) => {
|
|
337
383
|
if (!value) return "-";
|
|
338
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
339
|
-
"div",
|
|
340
|
-
{
|
|
341
|
-
style: {
|
|
342
|
-
display: "flex",
|
|
343
|
-
flexDirection: "column",
|
|
344
|
-
alignItems: "center",
|
|
345
|
-
textAlign: "center"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
/* @__PURE__ */ import_react.default.createElement("div", { style: import_perspectiveUtils.textStyles.text }, value)
|
|
349
|
-
);
|
|
384
|
+
return /* @__PURE__ */ import_react.default.createElement("div", { style: import_perspectiveUtils.textStyles.text }, value);
|
|
350
385
|
}
|
|
351
386
|
},
|
|
352
387
|
{
|
|
353
388
|
title: bookingLabels.forms,
|
|
354
|
-
dataIndex: "appointment_form",
|
|
355
389
|
key: "appointment_form",
|
|
356
390
|
// width: 128,
|
|
357
391
|
align: "center",
|
|
358
|
-
render: (
|
|
392
|
+
render: (_, record) => {
|
|
359
393
|
var _a2;
|
|
360
394
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
361
395
|
import_BookingFormsPreview.default,
|
|
362
396
|
{
|
|
363
|
-
value:
|
|
397
|
+
value: record == null ? void 0 : record.appointment_form,
|
|
364
398
|
uniqueTables,
|
|
365
399
|
bookingLabels,
|
|
366
400
|
textStyles: import_perspectiveUtils.textStyles,
|
|
@@ -569,6 +603,7 @@ var useBookingPerspective = (params) => {
|
|
|
569
603
|
getChildComponentProps: (ctx) => ({
|
|
570
604
|
grid: {
|
|
571
605
|
bordered: true,
|
|
606
|
+
collapseUniformColumns: true,
|
|
572
607
|
columns: buildColumns(ctx),
|
|
573
608
|
defaultHiddenColumnKeys: ["order_origin", "updated"],
|
|
574
609
|
scroll: {
|
|
@@ -636,12 +671,13 @@ var useBookingPerspective = (params) => {
|
|
|
636
671
|
filterList: [
|
|
637
672
|
{
|
|
638
673
|
type: "rangePicker",
|
|
639
|
-
name: "
|
|
640
|
-
key: "
|
|
674
|
+
name: "booking_time_start_between",
|
|
675
|
+
key: "bookingTimeStartBetween",
|
|
641
676
|
props: {
|
|
642
677
|
placeholder: import_utils.locales.getText(
|
|
643
|
-
"pisell2.
|
|
644
|
-
)
|
|
678
|
+
"pisell2.salesManagement.booking.filter.bookingDate.label"
|
|
679
|
+
),
|
|
680
|
+
showTime: true
|
|
645
681
|
}
|
|
646
682
|
}
|
|
647
683
|
]
|
|
@@ -165,14 +165,21 @@ var useOrderPerspective = () => {
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
title: orderLabels.customer,
|
|
168
|
-
dataIndex: "customer",
|
|
169
168
|
key: "customer",
|
|
170
169
|
align: "center",
|
|
171
170
|
width: 150,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
const guestCode =
|
|
171
|
+
uniformCompare: (value, record) => {
|
|
172
|
+
const customer = record == null ? void 0 : record.customer;
|
|
173
|
+
if (!customer) return "-";
|
|
174
|
+
const guestCode = customer == null ? void 0 : customer.guest_code;
|
|
175
|
+
if (guestCode) return `${guestCode}`;
|
|
176
|
+
if (customer.user_id === 1) return "walk-in";
|
|
177
|
+
return customer;
|
|
178
|
+
},
|
|
179
|
+
render: (_, record) => {
|
|
180
|
+
const customer = record == null ? void 0 : record.customer;
|
|
181
|
+
if (!customer) return "-";
|
|
182
|
+
const guestCode = customer == null ? void 0 : customer.guest_code;
|
|
176
183
|
if (guestCode) {
|
|
177
184
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
178
185
|
"div",
|
|
@@ -213,6 +220,10 @@ var useOrderPerspective = () => {
|
|
|
213
220
|
key: "contacts_info",
|
|
214
221
|
align: "center",
|
|
215
222
|
width: 150,
|
|
223
|
+
uniformCompare: (value, record) => {
|
|
224
|
+
if (!value) return "-";
|
|
225
|
+
return value;
|
|
226
|
+
},
|
|
216
227
|
render: (value) => {
|
|
217
228
|
if (!value) return "-";
|
|
218
229
|
const info = (value == null ? void 0 : value.value) || {};
|
|
@@ -235,11 +246,11 @@ var useOrderPerspective = () => {
|
|
|
235
246
|
},
|
|
236
247
|
{
|
|
237
248
|
title: orderLabels.paymentInfo,
|
|
238
|
-
dataIndex: "payment_status",
|
|
239
249
|
key: "payment_info",
|
|
240
250
|
width: 124,
|
|
241
251
|
align: "center",
|
|
242
|
-
render: (
|
|
252
|
+
render: (_, record) => {
|
|
253
|
+
const value = record == null ? void 0 : record.payment_status;
|
|
243
254
|
const currencySymbol = record == null ? void 0 : record.currency_symbol;
|
|
244
255
|
const totalAmount = Number((record == null ? void 0 : record.total_amount) || 0);
|
|
245
256
|
const paidAmount = Number((record == null ? void 0 : record.paid_amount) || 0);
|
|
@@ -358,12 +369,11 @@ var useOrderPerspective = () => {
|
|
|
358
369
|
},
|
|
359
370
|
{
|
|
360
371
|
title: orderLabels.items,
|
|
361
|
-
dataIndex: "product_quantity",
|
|
362
372
|
key: "product_quantity",
|
|
363
373
|
align: "center",
|
|
364
374
|
width: 120,
|
|
365
|
-
render: (
|
|
366
|
-
const count =
|
|
375
|
+
render: (_, record) => {
|
|
376
|
+
const count = (record == null ? void 0 : record.product_quantity) || 0;
|
|
367
377
|
return /* @__PURE__ */ import_react.default.createElement("span", { style: { ...import_perspectiveUtils.textStyles.text, textAlign: "center" } }, count, amountLabels.items);
|
|
368
378
|
}
|
|
369
379
|
},
|
|
@@ -468,18 +478,19 @@ var useOrderPerspective = () => {
|
|
|
468
478
|
},
|
|
469
479
|
{
|
|
470
480
|
title: orderLabels.shippingMethod,
|
|
471
|
-
dataIndex: "delivery_type",
|
|
472
481
|
key: "delivery_type",
|
|
473
482
|
align: "center",
|
|
474
483
|
width: 160,
|
|
475
|
-
render: (
|
|
484
|
+
render: (_, record) => {
|
|
476
485
|
var _a2, _b2;
|
|
486
|
+
const deliveryType = record == null ? void 0 : record.delivery_type;
|
|
477
487
|
const serverType = (_b2 = (_a2 = record == null ? void 0 : record.metadata) == null ? void 0 : _a2.shop_service_type) == null ? void 0 : _b2.server_type;
|
|
478
|
-
if (!
|
|
479
|
-
const isShopService =
|
|
480
|
-
const label = isShopService ? SHOP_SERVICE_TYPE_LABEL_MAP[serverType] : DELIVERY_TYPE_LABEL_MAP[
|
|
481
|
-
if (!label || !isShopService &&
|
|
482
|
-
|
|
488
|
+
if (!deliveryType && !serverType) return "-";
|
|
489
|
+
const isShopService = deliveryType === "shop_service";
|
|
490
|
+
const label = isShopService ? SHOP_SERVICE_TYPE_LABEL_MAP[serverType] : DELIVERY_TYPE_LABEL_MAP[deliveryType];
|
|
491
|
+
if (!label || !isShopService && deliveryType === "nil")
|
|
492
|
+
return "-";
|
|
493
|
+
const color = isShopService ? import_order.SHOP_SERVICE_TYPE_COLOR_MAP[serverType] : import_order.DELIVERY_TYPE_COLOR_MAP[deliveryType];
|
|
483
494
|
return /* @__PURE__ */ import_react.default.createElement("div", { style: { textAlign: "center" } }, /* @__PURE__ */ import_react.default.createElement(
|
|
484
495
|
import_perspectiveUtils.Tag,
|
|
485
496
|
{
|
|
@@ -488,6 +499,12 @@ var useOrderPerspective = () => {
|
|
|
488
499
|
},
|
|
489
500
|
label
|
|
490
501
|
));
|
|
502
|
+
},
|
|
503
|
+
uniformCompare: (_, record) => {
|
|
504
|
+
var _a2, _b2;
|
|
505
|
+
const deliveryType = (record == null ? void 0 : record.delivery_type) || "";
|
|
506
|
+
const serverType = ((_b2 = (_a2 = record == null ? void 0 : record.metadata) == null ? void 0 : _a2.shop_service_type) == null ? void 0 : _b2.server_type) || "";
|
|
507
|
+
return `${deliveryType}|${serverType}`;
|
|
491
508
|
}
|
|
492
509
|
},
|
|
493
510
|
{
|
|
@@ -536,12 +553,12 @@ var useOrderPerspective = () => {
|
|
|
536
553
|
},
|
|
537
554
|
{
|
|
538
555
|
title: orderLabels.updated,
|
|
539
|
-
dataIndex: "last_edit_account",
|
|
540
556
|
key: "last_edit_account",
|
|
541
557
|
width: 132,
|
|
542
558
|
align: "center",
|
|
543
|
-
render: (
|
|
544
|
-
const
|
|
559
|
+
render: (_, record) => {
|
|
560
|
+
const editor = record == null ? void 0 : record.last_edit_account;
|
|
561
|
+
const time = (editor == null ? void 0 : editor.created_at) || (record == null ? void 0 : record.updated_at);
|
|
545
562
|
const channel = PLATFORM_LABEL_MAP[record == null ? void 0 : record.order_platform] || (record == null ? void 0 : record.order_platform);
|
|
546
563
|
const lines = (0, import_perspectiveUtils.getDisplayLines)([channel]);
|
|
547
564
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
@@ -556,7 +573,7 @@ var useOrderPerspective = () => {
|
|
|
556
573
|
/* @__PURE__ */ import_react.default.createElement(
|
|
557
574
|
import_clientName.default,
|
|
558
575
|
{
|
|
559
|
-
dataSource:
|
|
576
|
+
dataSource: editor || record.create_account,
|
|
560
577
|
style: { fontSize: 14 }
|
|
561
578
|
}
|
|
562
579
|
),
|
|
@@ -605,6 +622,7 @@ var useOrderPerspective = () => {
|
|
|
605
622
|
getChildComponentProps: (ctx) => ({
|
|
606
623
|
grid: {
|
|
607
624
|
bordered: true,
|
|
625
|
+
collapseUniformColumns: true,
|
|
608
626
|
columns: buildColumns(ctx),
|
|
609
627
|
defaultHiddenColumnKeys: [
|
|
610
628
|
"order_origin",
|
|
@@ -99,7 +99,7 @@ var PisellSalesManagement = (props) => {
|
|
|
99
99
|
dateAdapter: import_AdapterDayjs.AdapterDayjs,
|
|
100
100
|
adapterLocale
|
|
101
101
|
},
|
|
102
|
-
/* @__PURE__ */ import_react.default.createElement("div", { style: props == null ? void 0 : props.style }, /* @__PURE__ */ import_react.default.createElement(
|
|
102
|
+
/* @__PURE__ */ import_react.default.createElement("div", { style: Object.assign({}, { height: 0 }, props == null ? void 0 : props.style) }, /* @__PURE__ */ import_react.default.createElement(
|
|
103
103
|
import_pisellSalesGrid.default,
|
|
104
104
|
{
|
|
105
105
|
perspectives,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/private-materials",
|
|
3
|
-
"version": "6.11.
|
|
3
|
+
"version": "6.11.30",
|
|
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/materials": "6.11.
|
|
72
|
-
"@pisell/
|
|
73
|
-
"@pisell/
|
|
71
|
+
"@pisell/materials": "6.11.11",
|
|
72
|
+
"@pisell/date-picker": "3.0.8",
|
|
73
|
+
"@pisell/icon": "0.0.11"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"react": "^18.0.0",
|