@pisell/private-materials 6.2.35 → 6.2.37
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/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +13 -29
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +6 -6
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +8 -8
- package/es/components/appointmentBooking/components/Content/index.js +1 -1
- package/es/components/appointmentBooking/components/Content/index.less +3 -3
- package/es/components/appointmentBooking/components/Services/index.js +2 -2
- package/es/components/appointmentBooking/index.js +8 -2
- package/es/components/booking/components/voucher/index.js +5 -0
- package/es/components/booking/deposit/ClientItem/index.js +1 -1
- package/es/components/booking/deposit/DepositItem/index.js +1 -1
- package/es/components/booking/forms/single/RenderValueById.d.ts +1 -0
- package/es/components/booking/forms/single/RenderValueById.js +68 -17
- package/es/components/booking/forms/single/index.less +67 -1
- package/es/components/booking/hooks/useQuotation.js +1 -1
- package/es/components/booking/info/clientVariant/utils.d.ts +2 -0
- package/es/components/booking/info/clientVariant/utils.js +7 -0
- package/es/components/booking/info/clientVariant/vertical/index.js +3 -2
- package/es/components/booking/info2/service/addService/utils.js +2 -1
- package/es/components/booking/info2/service/addTimeModal/index.js +0 -1
- package/es/components/booking/info2/service/editService/index.js +37 -29
- package/es/components/booking/info2/utilsByBooking.js +4 -4
- package/es/components/booking/locales.d.ts +3 -0
- package/es/components/booking/locales.js +6 -3
- package/es/components/booking/materiels/duration/index.js +1 -1
- package/es/components/booking/materiels/startTime/index.d.ts +1 -0
- package/es/components/booking/materiels/startTime/index.js +1 -1
- package/es/components/booking/utils.js +3 -3
- package/es/components/eftposPay/amount.d.ts +1 -1
- package/es/components/eftposPay/device.d.ts +1 -1
- package/es/components/eftposPay/store/index.d.ts +3 -3
- package/es/components/eventBooking/index.js +8 -1
- package/es/components/productSelect/components/TabProduct/index.js +7 -2
- package/es/components/schedules/utils.d.ts +1 -1
- package/es/components/shoppingCart/components/Cart/Product.js +2 -1
- package/es/components/ticketBooking/components/addServiceVariant/addService.js +172 -91
- package/es/components/ticketBooking/components/timeBar/index.js +3 -3
- package/es/components/ticketBooking/utils/index.d.ts +3 -1
- package/es/components/ticketBooking/utils/index.js +18 -2
- package/es/hooks/useWindowSize.js +8 -1
- package/es/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
- package/es/plus/productSelect/CategoryTabs/CategorySkeleton.js +29 -0
- package/es/plus/productSelect/CategoryTabs/CategorySkeleton.less +30 -0
- package/es/plus/productSelect/CategoryTabs/index.d.ts +18 -0
- package/es/plus/productSelect/CategoryTabs/index.js +171 -0
- package/es/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +10 -0
- package/es/plus/productSelect/ProductCard/ProductCardSkeleton.js +37 -0
- package/es/plus/productSelect/ProductCard/ProductCardSkeleton.less +81 -0
- package/es/plus/productSelect/ProductCard/index.d.ts +45 -0
- package/es/plus/productSelect/ProductCard/index.js +170 -0
- package/es/plus/productSelect/ProductCard/index.less +270 -0
- package/es/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/es/plus/productSelect/ProductList/gridComponents.js +149 -0
- package/es/plus/productSelect/ProductList/index.d.ts +22 -0
- package/es/plus/productSelect/ProductList/index.js +72 -0
- package/es/plus/productSelect/ProductList/index.less +0 -0
- package/es/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
- package/es/plus/productSelect/components/IntersectionObserver.js +276 -0
- package/es/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
- package/es/plus/productSelect/components/TabsStructure/TabsStructure.js +357 -0
- package/es/plus/productSelect/components/TabsStructure/TabsStructure.less +224 -0
- package/es/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
- package/es/plus/productSelect/components/TabsStructure/hooks.js +243 -0
- package/es/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
- package/es/plus/productSelect/components/TabsStructure/index.js +13 -0
- package/es/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
- package/es/plus/productSelect/components/TabsStructure/styles.js +87 -0
- package/es/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
- package/es/plus/productSelect/components/TabsStructure/types.js +1 -0
- package/es/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
- package/es/plus/productSelect/components/TabsStructure/utils.js +56 -0
- package/es/plus/productSelect/components/pisellPriceText/index.d.ts +11 -0
- package/es/plus/productSelect/components/pisellPriceText/index.js +43 -0
- package/es/plus/productSelect/hooks/useToken.d.ts +18 -0
- package/es/plus/productSelect/hooks/useToken.js +34 -0
- package/es/plus/productSelect/index.d.ts +31 -0
- package/es/plus/productSelect/index.js +270 -0
- package/es/plus/productSelect/index.less +56 -0
- package/es/plus/productSelect/locales.d.ts +18 -0
- package/es/plus/productSelect/locales.js +17 -0
- package/es/plus/productSelect/theme/token.d.ts +17 -0
- package/es/plus/productSelect/theme/token.js +19 -0
- package/es/plus/productSelect/utils.d.ts +39 -0
- package/es/plus/productSelect/utils.js +162 -0
- package/es/pro/pisellNumberSelector/index.js +3 -3
- package/es/pro/pisellPhoneKeyboard/index.js +1 -1
- package/es/utils/index.d.ts +1 -1
- package/lib/components/appointmentBooking/components/Content/index.js +1 -1
- package/lib/components/appointmentBooking/components/Content/index.less +3 -3
- package/lib/components/appointmentBooking/components/Services/index.js +2 -2
- package/lib/components/appointmentBooking/index.js +6 -1
- package/lib/components/booking/components/voucher/index.js +5 -0
- package/lib/components/booking/deposit/ClientItem/index.js +1 -1
- package/lib/components/booking/deposit/DepositItem/index.js +1 -1
- package/lib/components/booking/forms/single/RenderValueById.d.ts +1 -0
- package/lib/components/booking/forms/single/RenderValueById.js +37 -9
- package/lib/components/booking/forms/single/index.less +67 -1
- package/lib/components/booking/hooks/useQuotation.js +1 -1
- package/lib/components/booking/info/clientVariant/utils.d.ts +2 -0
- package/lib/components/booking/info/clientVariant/utils.js +13 -2
- package/lib/components/booking/info/clientVariant/vertical/index.js +7 -6
- package/lib/components/booking/info2/service/addService/utils.js +3 -3
- package/lib/components/booking/info2/service/addTimeModal/index.js +0 -1
- package/lib/components/booking/info2/service/editService/index.js +22 -12
- package/lib/components/booking/info2/utilsByBooking.js +7 -8
- package/lib/components/booking/locales.d.ts +3 -0
- package/lib/components/booking/locales.js +6 -3
- package/lib/components/booking/materiels/duration/index.js +1 -1
- package/lib/components/booking/materiels/startTime/index.d.ts +1 -0
- package/lib/components/booking/materiels/startTime/index.js +1 -1
- package/lib/components/booking/utils.js +3 -3
- package/lib/components/eftposPay/amount.d.ts +1 -1
- package/lib/components/eftposPay/device.d.ts +1 -1
- package/lib/components/eftposPay/store/index.d.ts +3 -3
- package/lib/components/eventBooking/index.js +6 -1
- package/lib/components/productSelect/components/TabProduct/index.js +7 -1
- package/lib/components/schedules/utils.d.ts +1 -1
- package/lib/components/shoppingCart/components/Cart/Product.js +7 -4
- package/lib/components/ticketBooking/components/addServiceVariant/addService.js +87 -14
- package/lib/components/ticketBooking/components/timeBar/index.js +89 -70
- package/lib/components/ticketBooking/utils/index.d.ts +3 -1
- package/lib/components/ticketBooking/utils/index.js +21 -0
- package/lib/hooks/useWindowSize.js +6 -1
- package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.d.ts +10 -0
- package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.js +62 -0
- package/lib/plus/productSelect/CategoryTabs/CategorySkeleton.less +30 -0
- package/lib/plus/productSelect/CategoryTabs/index.d.ts +18 -0
- package/lib/plus/productSelect/CategoryTabs/index.js +183 -0
- package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.d.ts +10 -0
- package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.js +58 -0
- package/lib/plus/productSelect/ProductCard/ProductCardSkeleton.less +81 -0
- package/lib/plus/productSelect/ProductCard/index.d.ts +45 -0
- package/lib/plus/productSelect/ProductCard/index.js +184 -0
- package/lib/plus/productSelect/ProductCard/index.less +270 -0
- package/lib/plus/productSelect/ProductList/gridComponents.d.ts +44 -0
- package/lib/plus/productSelect/ProductList/gridComponents.js +148 -0
- package/lib/plus/productSelect/ProductList/index.d.ts +22 -0
- package/lib/plus/productSelect/ProductList/index.js +86 -0
- package/lib/plus/productSelect/ProductList/index.less +0 -0
- package/lib/plus/productSelect/components/IntersectionObserver.d.ts +42 -0
- package/lib/plus/productSelect/components/IntersectionObserver.js +269 -0
- package/lib/plus/productSelect/components/TabsStructure/TabsStructure.d.ts +30 -0
- package/lib/plus/productSelect/components/TabsStructure/TabsStructure.js +393 -0
- package/lib/plus/productSelect/components/TabsStructure/TabsStructure.less +224 -0
- package/lib/plus/productSelect/components/TabsStructure/hooks.d.ts +22 -0
- package/lib/plus/productSelect/components/TabsStructure/hooks.js +209 -0
- package/lib/plus/productSelect/components/TabsStructure/index.d.ts +5 -0
- package/lib/plus/productSelect/components/TabsStructure/index.js +92 -0
- package/lib/plus/productSelect/components/TabsStructure/styles.d.ts +47 -0
- package/lib/plus/productSelect/components/TabsStructure/styles.js +122 -0
- package/lib/plus/productSelect/components/TabsStructure/types.d.ts +105 -0
- package/lib/plus/productSelect/components/TabsStructure/types.js +17 -0
- package/lib/plus/productSelect/components/TabsStructure/utils.d.ts +12 -0
- package/lib/plus/productSelect/components/TabsStructure/utils.js +72 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.d.ts +11 -0
- package/lib/plus/productSelect/components/pisellPriceText/index.js +72 -0
- package/lib/plus/productSelect/hooks/useToken.d.ts +18 -0
- package/lib/plus/productSelect/hooks/useToken.js +50 -0
- package/lib/plus/productSelect/index.d.ts +31 -0
- package/lib/plus/productSelect/index.js +299 -0
- package/lib/plus/productSelect/index.less +56 -0
- package/lib/plus/productSelect/locales.d.ts +18 -0
- package/lib/plus/productSelect/locales.js +41 -0
- package/lib/plus/productSelect/theme/token.d.ts +17 -0
- package/lib/plus/productSelect/theme/token.js +47 -0
- package/lib/plus/productSelect/utils.d.ts +39 -0
- package/lib/plus/productSelect/utils.js +138 -0
- package/lib/pro/pisellNumberSelector/index.js +3 -3
- package/lib/pro/pisellPhoneKeyboard/index.js +1 -1
- package/lib/utils/index.d.ts +1 -1
- package/package.json +4 -4
@@ -0,0 +1,39 @@
|
|
1
|
+
interface Product {
|
2
|
+
id: number;
|
3
|
+
title: string;
|
4
|
+
sort?: number;
|
5
|
+
category: Array<{
|
6
|
+
id: number;
|
7
|
+
name: string;
|
8
|
+
icon?: string;
|
9
|
+
slug: string;
|
10
|
+
sort: number;
|
11
|
+
}>;
|
12
|
+
[key: string]: any;
|
13
|
+
}
|
14
|
+
interface CategoryItem {
|
15
|
+
__typename: 'category';
|
16
|
+
id: number;
|
17
|
+
name: string;
|
18
|
+
icon?: string;
|
19
|
+
slug: string;
|
20
|
+
sort: number;
|
21
|
+
}
|
22
|
+
interface ProductItem extends Product {
|
23
|
+
__typename?: 'product';
|
24
|
+
}
|
25
|
+
declare type ListItem = CategoryItem | ProductItem;
|
26
|
+
/**
|
27
|
+
* 按目录对商品进行分组,产出平级的数据结构用于虚拟列表渲染
|
28
|
+
* @param products 商品列表
|
29
|
+
* @returns 包含目录项和商品项的平级数组
|
30
|
+
*/
|
31
|
+
export declare function groupProductsByCategory(products: Product[]): ListItem[];
|
32
|
+
/**
|
33
|
+
* 根据传入的元素标识符获取DOM元素
|
34
|
+
* @param elementIdentifier 元素标识符,可以是HTMLElement、带'#'的id、带'.'的类名或CSS选择器
|
35
|
+
* @returns 找到的DOM元素或null
|
36
|
+
*/
|
37
|
+
export declare function getElementByIdentifier(elementIdentifier: HTMLElement | string | null | undefined): HTMLElement | null;
|
38
|
+
export declare const getOffsetTopRelativeToScrollContainer: (targetElement: HTMLElement, scrollContainer: HTMLElement) => number;
|
39
|
+
export {};
|
@@ -0,0 +1,138 @@
|
|
1
|
+
var __defProp = Object.defineProperty;
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
5
|
+
var __export = (target, all) => {
|
6
|
+
for (var name in all)
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
8
|
+
};
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
11
|
+
for (let key of __getOwnPropNames(from))
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
14
|
+
}
|
15
|
+
return to;
|
16
|
+
};
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
18
|
+
|
19
|
+
// src/plus/productSelect/utils.ts
|
20
|
+
var utils_exports = {};
|
21
|
+
__export(utils_exports, {
|
22
|
+
getElementByIdentifier: () => getElementByIdentifier,
|
23
|
+
getOffsetTopRelativeToScrollContainer: () => getOffsetTopRelativeToScrollContainer,
|
24
|
+
groupProductsByCategory: () => groupProductsByCategory
|
25
|
+
});
|
26
|
+
module.exports = __toCommonJS(utils_exports);
|
27
|
+
var import_utils = require("@pisell/utils");
|
28
|
+
function groupProductsByCategory(products) {
|
29
|
+
if (!products || products.length === 0) {
|
30
|
+
return [];
|
31
|
+
}
|
32
|
+
const categoryMap = /* @__PURE__ */ new Map();
|
33
|
+
const categoryProductsMap = /* @__PURE__ */ new Map();
|
34
|
+
const uncategorizedProducts = [];
|
35
|
+
products.forEach((product) => {
|
36
|
+
if (product.category && Array.isArray(product.category) && product.category.length > 0) {
|
37
|
+
product.category.forEach((cat) => {
|
38
|
+
if (!categoryMap.has(cat.id)) {
|
39
|
+
categoryMap.set(cat.id, {
|
40
|
+
__typename: "category",
|
41
|
+
id: cat.id,
|
42
|
+
name: cat.name,
|
43
|
+
icon: cat.icon,
|
44
|
+
slug: cat.slug,
|
45
|
+
sort: cat.sort
|
46
|
+
});
|
47
|
+
}
|
48
|
+
if (!categoryProductsMap.has(cat.id)) {
|
49
|
+
categoryProductsMap.set(cat.id, []);
|
50
|
+
}
|
51
|
+
categoryProductsMap.get(cat.id).push({
|
52
|
+
...product,
|
53
|
+
__typename: "product",
|
54
|
+
__categoryId: cat.id
|
55
|
+
});
|
56
|
+
});
|
57
|
+
} else {
|
58
|
+
uncategorizedProducts.push({
|
59
|
+
...product,
|
60
|
+
__typename: "product",
|
61
|
+
__categoryId: 0
|
62
|
+
});
|
63
|
+
}
|
64
|
+
});
|
65
|
+
const sortedCategories = Array.from(categoryMap.values()).sort(
|
66
|
+
(a, b) => b.sort - a.sort
|
67
|
+
);
|
68
|
+
const result = [];
|
69
|
+
sortedCategories.forEach((category) => {
|
70
|
+
result.push(category);
|
71
|
+
const categoryProducts = categoryProductsMap.get(category.id) || [];
|
72
|
+
const sortedProducts = categoryProducts.sort((a, b) => {
|
73
|
+
const sortA = a.sort || 0;
|
74
|
+
const sortB = b.sort || 0;
|
75
|
+
return sortB - sortA;
|
76
|
+
});
|
77
|
+
result.push(...sortedProducts);
|
78
|
+
});
|
79
|
+
if (uncategorizedProducts.length > 0) {
|
80
|
+
const otherCategory = {
|
81
|
+
__typename: "category",
|
82
|
+
id: 0,
|
83
|
+
name: import_utils.locales.getText("pisell2.text.other"),
|
84
|
+
icon: "",
|
85
|
+
slug: "other",
|
86
|
+
sort: 99999999
|
87
|
+
// 确保other分组排在最后
|
88
|
+
};
|
89
|
+
result.push(otherCategory);
|
90
|
+
const sortedUncategorizedProducts = uncategorizedProducts.sort((a, b) => {
|
91
|
+
const sortA = a.sort || 0;
|
92
|
+
const sortB = b.sort || 0;
|
93
|
+
return sortB - sortA;
|
94
|
+
});
|
95
|
+
result.push(...sortedUncategorizedProducts);
|
96
|
+
}
|
97
|
+
console.log("xxxxxx", result);
|
98
|
+
return result;
|
99
|
+
}
|
100
|
+
function getElementByIdentifier(elementIdentifier) {
|
101
|
+
if (!elementIdentifier) {
|
102
|
+
return null;
|
103
|
+
}
|
104
|
+
if (elementIdentifier instanceof HTMLElement) {
|
105
|
+
return elementIdentifier;
|
106
|
+
}
|
107
|
+
if (typeof elementIdentifier === "string") {
|
108
|
+
if (elementIdentifier.startsWith("#")) {
|
109
|
+
return document.getElementById(elementIdentifier.slice(1));
|
110
|
+
}
|
111
|
+
if (elementIdentifier.startsWith(".")) {
|
112
|
+
return document.querySelector(elementIdentifier);
|
113
|
+
}
|
114
|
+
return document.querySelector(elementIdentifier);
|
115
|
+
}
|
116
|
+
return null;
|
117
|
+
}
|
118
|
+
var getOffsetTopRelativeToScrollContainer = (targetElement, scrollContainer) => {
|
119
|
+
if (!targetElement || !scrollContainer) return 0;
|
120
|
+
if (targetElement === scrollContainer) {
|
121
|
+
return 0;
|
122
|
+
}
|
123
|
+
const bodyTransform = getComputedStyle(document.body).transform;
|
124
|
+
let scaleY = 1;
|
125
|
+
if (bodyTransform !== "none") {
|
126
|
+
const matrix = new DOMMatrix(bodyTransform);
|
127
|
+
scaleY = matrix.d;
|
128
|
+
}
|
129
|
+
const targetRect = targetElement.getBoundingClientRect();
|
130
|
+
const containerRect = scrollContainer.getBoundingClientRect();
|
131
|
+
return targetRect.top / scaleY - containerRect.top / scaleY + scrollContainer.scrollTop;
|
132
|
+
};
|
133
|
+
// Annotate the CommonJS export names for ESM import in node:
|
134
|
+
0 && (module.exports = {
|
135
|
+
getElementByIdentifier,
|
136
|
+
getOffsetTopRelativeToScrollContainer,
|
137
|
+
groupProductsByCategory
|
138
|
+
});
|
@@ -34,9 +34,9 @@ __export(pisellNumberSelector_exports, {
|
|
34
34
|
module.exports = __toCommonJS(pisellNumberSelector_exports);
|
35
35
|
var import_react = __toESM(require("react"));
|
36
36
|
var import_antd = require("antd");
|
37
|
-
var import_Delete = __toESM(require("@pisell/icon/
|
38
|
-
var import_Plus = __toESM(require("@pisell/icon/
|
39
|
-
var import_Minus = __toESM(require("@pisell/icon/
|
37
|
+
var import_Delete = __toESM(require("@pisell/icon/es/Delete"));
|
38
|
+
var import_Plus = __toESM(require("@pisell/icon/es/Plus"));
|
39
|
+
var import_Minus = __toESM(require("@pisell/icon/es/Minus"));
|
40
40
|
var import_numberKeyboard = __toESM(require("../numberKeyboard"));
|
41
41
|
var import_classnames = __toESM(require("classnames"));
|
42
42
|
var import_utils = require("@pisell/utils");
|
@@ -36,7 +36,7 @@ var import_react = __toESM(require("react"));
|
|
36
36
|
var import_materials = require("@pisell/materials");
|
37
37
|
var import_antd = require("antd");
|
38
38
|
var import_index = require("./index.less");
|
39
|
-
var import_Delete = __toESM(require("@pisell/icon/
|
39
|
+
var import_Delete = __toESM(require("@pisell/icon/es/Delete"));
|
40
40
|
var import_utils = require("@pisell/utils");
|
41
41
|
var import_locales = __toESM(require("./locales"));
|
42
42
|
var import_locales2 = require("../../utils/locales");
|
package/lib/utils/index.d.ts
CHANGED
@@ -18,6 +18,6 @@ declare let modal: Omit<ModalStaticFunctions, 'warn'>;
|
|
18
18
|
export declare const setModal: (m: Omit<ModalStaticFunctions, 'warn'>) => void;
|
19
19
|
export declare const saveConfirm: () => Promise<{
|
20
20
|
destroy: () => void;
|
21
|
-
update: (configUpdate: import("antd
|
21
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
22
22
|
}>;
|
23
23
|
export { modal };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pisell/private-materials",
|
3
|
-
"version": "6.2.
|
3
|
+
"version": "6.2.37",
|
4
4
|
"main": "./lib/index.js",
|
5
5
|
"module": "./es/index.js",
|
6
6
|
"types": "./lib/index.d.ts",
|
@@ -59,10 +59,10 @@
|
|
59
59
|
"react-infinite-scroll-component": "^6.1.0",
|
60
60
|
"react-resizable": "^3.0.5",
|
61
61
|
"styled-components": "^6.0.0-rc.3",
|
62
|
+
"@pisell/date-picker": "3.0.4",
|
62
63
|
"@pisell/icon": "0.0.11",
|
63
|
-
"@pisell/materials": "6.2.
|
64
|
-
"@pisell/utils": "3.0.0"
|
65
|
-
"@pisell/date-picker": "3.0.4"
|
64
|
+
"@pisell/materials": "6.2.36",
|
65
|
+
"@pisell/utils": "3.0.0"
|
66
66
|
},
|
67
67
|
"peerDependencies": {
|
68
68
|
"react": "^18.0.0",
|