@pisell/materials 6.2.26 → 6.2.27

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 (105) 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/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +144 -160
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +25 -44
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +30 -49
  11. package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  12. package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  13. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  14. package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  15. package/es/components/dataSourceComponents/fields/index.d.ts +8 -8
  16. package/es/components/iconfont/index.d.ts +8 -0
  17. package/es/components/pisellAdjustPrice/index.d.ts +4 -0
  18. package/es/components/pisellAdjustPrice/status.d.ts +32 -0
  19. package/es/components/pisellAdjustPrice/type.d.ts +20 -0
  20. package/es/components/pisellToast/index.d.ts +16 -0
  21. package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +21 -0
  22. package/es/components/productCard/cartSkuCard/components/basicInfo/index.js +1 -1
  23. package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  24. package/es/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  25. package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  26. package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  27. package/es/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  28. package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +11 -0
  29. package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  30. package/es/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +43 -0
  31. package/es/components/productCard/cartSkuCard/components/swipeAction/index.js +282 -0
  32. package/es/components/productCard/cartSkuCard/components/swipeAction/index.less +38 -0
  33. package/es/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
  34. package/es/components/productCard/cartSkuCard/index.d.ts +9 -0
  35. package/es/components/productCard/cartSkuCard/index.js +28 -9
  36. package/es/components/productCard/cartSkuCard/locales.d.ts +96 -0
  37. package/es/components/productCard/components/Header/index.d.ts +3 -0
  38. package/es/components/productCard/components/Sales/index.d.ts +3 -0
  39. package/es/components/productCard/index.d.ts +7 -0
  40. package/es/components/productCard/locales.d.ts +84 -0
  41. package/es/components/productCard/status.d.ts +32 -0
  42. package/es/components/productCard/types.d.ts +84 -0
  43. package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  44. package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  45. package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  46. package/es/components/table/Table/utils.d.ts +1 -1
  47. package/es/components/virtual-keyboard/Amount/index.d.ts +5 -0
  48. package/es/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  49. package/es/components/virtual-keyboard/Amount/types.d.ts +44 -0
  50. package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +21 -0
  51. package/es/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  52. package/es/components/virtual-keyboard/Number/index.d.ts +5 -0
  53. package/es/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  54. package/es/components/virtual-keyboard/Number/types.d.ts +25 -0
  55. package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  56. package/es/components/virtual-keyboard/index.d.ts +25 -0
  57. package/es/utils/index.d.ts +1 -1
  58. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +2 -2
  59. package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +3 -3
  60. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  61. package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
  62. package/lib/components/dataSourceComponents/fields/index.d.ts +8 -8
  63. package/lib/components/iconfont/index.d.ts +8 -0
  64. package/lib/components/pisellAdjustPrice/index.d.ts +4 -0
  65. package/lib/components/pisellAdjustPrice/status.d.ts +32 -0
  66. package/lib/components/pisellAdjustPrice/type.d.ts +20 -0
  67. package/lib/components/pisellToast/index.d.ts +16 -0
  68. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +21 -0
  69. package/lib/components/productCard/cartSkuCard/components/basicInfo/index.js +1 -1
  70. package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +2 -0
  71. package/lib/components/productCard/cartSkuCard/components/holders/index.d.ts +3 -0
  72. package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +10 -0
  73. package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +20 -0
  74. package/lib/components/productCard/cartSkuCard/components/resources/index.d.ts +3 -0
  75. package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +11 -0
  76. package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +3 -0
  77. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.d.ts +43 -0
  78. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.js +330 -0
  79. package/lib/components/productCard/cartSkuCard/components/swipeAction/index.less +38 -0
  80. package/lib/components/productCard/cartSkuCard/components/timeRange/index.d.ts +6 -0
  81. package/lib/components/productCard/cartSkuCard/index.d.ts +9 -0
  82. package/lib/components/productCard/cartSkuCard/index.js +29 -13
  83. package/lib/components/productCard/cartSkuCard/locales.d.ts +96 -0
  84. package/lib/components/productCard/components/Header/index.d.ts +3 -0
  85. package/lib/components/productCard/components/Sales/index.d.ts +3 -0
  86. package/lib/components/productCard/index.d.ts +7 -0
  87. package/lib/components/productCard/locales.d.ts +84 -0
  88. package/lib/components/productCard/status.d.ts +32 -0
  89. package/lib/components/productCard/types.d.ts +84 -0
  90. package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
  91. package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
  92. package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
  93. package/lib/components/table/Table/utils.d.ts +1 -1
  94. package/lib/components/virtual-keyboard/Amount/index.d.ts +5 -0
  95. package/lib/components/virtual-keyboard/Amount/themeConfig.d.ts +32 -0
  96. package/lib/components/virtual-keyboard/Amount/types.d.ts +44 -0
  97. package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +21 -0
  98. package/lib/components/virtual-keyboard/Keyboard/index.d.ts +21 -0
  99. package/lib/components/virtual-keyboard/Number/index.d.ts +5 -0
  100. package/lib/components/virtual-keyboard/Number/themeConfig.d.ts +32 -0
  101. package/lib/components/virtual-keyboard/Number/types.d.ts +25 -0
  102. package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +13 -0
  103. package/lib/components/virtual-keyboard/index.d.ts +25 -0
  104. package/lib/utils/index.d.ts +1 -1
  105. package/package.json +4 -2
@@ -0,0 +1,32 @@
1
+ import { ProductCardTypes, bundleType, optionType, productType } from './types';
2
+ /**
3
+ * @title: 套餐数据
4
+ * @description:
5
+ * @return {*}
6
+ * @Author: WangHan
7
+ * @Date: 2025-01-02 23:21
8
+ */
9
+ export declare const defaultBundle: bundleType;
10
+ /**
11
+ * @description: 单规格
12
+ * @return {*}
13
+ * @Author: WangHan
14
+ * @Date: 2025-01-02 23:00
15
+ */
16
+ export declare const defaultOption: optionType;
17
+ /**
18
+ * @title: 商品商品类型
19
+ * @description:
20
+ * @return {*}
21
+ * @Author: WangHan
22
+ * @Date: 2025-01-02 22:48
23
+ */
24
+ export declare const defaultProduct: productType;
25
+ /**
26
+ * @title: 默认数据
27
+ * @description:
28
+ * @return {*}
29
+ * @Author: WangHan
30
+ * @Date: 2024-12-12 16:49
31
+ */
32
+ export declare const defaultValue: ProductCardTypes;
@@ -0,0 +1,84 @@
1
+ export declare type bundleType = {
2
+ id: number;
3
+ name: string;
4
+ num: number;
5
+ price: number;
6
+ total: number;
7
+ origin_total?: number;
8
+ price_type?: string;
9
+ options?: optionType[];
10
+ };
11
+ /**
12
+ * @description:
13
+ * @return {*}
14
+ * @Author: WangHan
15
+ * @Date: 2025-01-02 23:00
16
+ */
17
+ export declare type optionType = {
18
+ id: number;
19
+ name: string;
20
+ num: number;
21
+ price: number;
22
+ total: number;
23
+ origin_total?: number;
24
+ };
25
+ /**
26
+ * @title: 商品商品类型
27
+ * @description:
28
+ * @return {*}
29
+ * @Author: WangHan
30
+ * @Date: 2025-01-02 22:48
31
+ */
32
+ export declare type productType = {
33
+ _id: string | number;
34
+ id: number;
35
+ name: string;
36
+ price: number;
37
+ total: number;
38
+ num: number;
39
+ origin_total?: number;
40
+ image?: string;
41
+ isShowNote?: boolean;
42
+ note?: string;
43
+ like_status?: string;
44
+ bundle?: bundleType[];
45
+ options?: optionType[];
46
+ isShowAction?: boolean;
47
+ actionText?: string;
48
+ errorMessage?: string;
49
+ product_option_string?: string;
50
+ discount_reason?: string;
51
+ relation_products?: any[];
52
+ resource_id?: string | number;
53
+ relation_form_name?: string;
54
+ holder_title?: string;
55
+ start_date?: string;
56
+ end_date?: string;
57
+ is_show_duration?: boolean;
58
+ is_show_week?: boolean;
59
+ };
60
+ /**
61
+ * 排序总配置
62
+ */
63
+ export declare type ProductCardTypes = {
64
+ dataSource: productType;
65
+ isShowImage?: boolean;
66
+ isShowHolder?: boolean;
67
+ isShowNote?: boolean;
68
+ isShowPackageNote?: boolean;
69
+ isShowDelete?: boolean;
70
+ disabledEdit?: boolean;
71
+ locale?: string;
72
+ symbol?: string;
73
+ isShowChangeHolder?: boolean;
74
+ isShowChangeResource?: boolean;
75
+ isShowChangeDate?: boolean;
76
+ onAction?: (val: any) => void;
77
+ onDelete?: (val: any) => void;
78
+ onNote?: (val: any) => void;
79
+ onLike?: (val: any) => void;
80
+ onCard?: (val: any) => void;
81
+ onChangeResource?: (val: any) => void;
82
+ osWarnTips?: Array<string>;
83
+ [key: string]: any;
84
+ };
@@ -1,5 +1,5 @@
1
1
  declare const useGapSize: (gap: number | number[]) => {
2
- horizontal: any;
3
- vertical: any;
2
+ horizontal: number;
3
+ vertical: number;
4
4
  };
5
5
  export default useGapSize;
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): any;
5
+ }): boolean;
@@ -2,4 +2,4 @@ export default function ({ value, key, item, }: {
2
2
  value: string | string[] | Record<string, any>[];
3
3
  key: string | string[];
4
4
  item: Record<string, any>;
5
- }): any;
5
+ }): boolean;
@@ -155,7 +155,7 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
155
155
  sort?: SortType | undefined;
156
156
  mode: "" | "localStorage" | "remote";
157
157
  currentViewMode: ModeType;
158
- }) => ("view_mode" | "filter_setting" | "group_by" | "order_by" | "column_setting" | "gallery_setting")[];
158
+ }) => ("filter_setting" | "column_setting" | "gallery_setting" | "view_mode" | "group_by" | "order_by")[];
159
159
  export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
160
160
  export declare const stringify: (obj: Record<string, any>) => string;
161
161
  export {};
@@ -0,0 +1,5 @@
1
+ import { AmountProps, RightItemsStyleProps } from './types';
2
+ import './index.less';
3
+ export type { AmountProps, RightItemsStyleProps };
4
+ declare const Amount: (props: AmountProps) => JSX.Element;
5
+ export default Amount;
@@ -0,0 +1,32 @@
1
+ export declare const amountThemeConfig: {
2
+ dark: {
3
+ backgroundColor: string;
4
+ containerBackgroundColor: string;
5
+ buttonBackgroundColor: string;
6
+ textColor: string;
7
+ resetButtonBackgroundColor: string;
8
+ resetButtonTextColor: string;
9
+ isDoneButtonFollowTheme: boolean;
10
+ doneButtonBackgroundColor: string;
11
+ doneButtonTextColor: string;
12
+ keyboardBackgroundColor: string;
13
+ keyboardButtonBackgroundColor: string;
14
+ keyboardButtonTextColor: string;
15
+ keyboardButtonHoverColor: string;
16
+ };
17
+ light: {
18
+ backgroundColor: string;
19
+ containerBackgroundColor: string;
20
+ buttonBackgroundColor: string;
21
+ textColor: string;
22
+ resetButtonBackgroundColor: string;
23
+ resetButtonTextColor: string;
24
+ isDoneButtonFollowTheme: boolean;
25
+ doneButtonBackgroundColor: string;
26
+ doneButtonTextColor: string;
27
+ keyboardBackgroundColor: string;
28
+ keyboardButtonBackgroundColor: string;
29
+ keyboardButtonTextColor: string;
30
+ keyboardButtonHoverColor: string;
31
+ };
32
+ };
@@ -0,0 +1,44 @@
1
+ /// <reference types="react" />
2
+ import { BaseNumberKeyboardProps } from '../BaseNumberKeyboard';
3
+ export interface RightItemsStyleProps {
4
+ buttonBackgroundColor?: string;
5
+ textColor?: string;
6
+ resetButtonBackgroundColor?: string;
7
+ resetButtonTextColor?: string;
8
+ isDoneButtonFollowTheme?: boolean;
9
+ doneButtonBackgroundColor?: string;
10
+ doneButtonTextColor?: string;
11
+ }
12
+ export interface AmountProps {
13
+ max?: number;
14
+ min?: number;
15
+ doneText?: string;
16
+ resetText?: string;
17
+ defaultValue?: string | number;
18
+ placeholder?: string;
19
+ amountProps?: {
20
+ showCurrencySymbol: boolean;
21
+ useThousandsSeparator: boolean;
22
+ };
23
+ presets?: BaseNumberKeyboardProps['presets'];
24
+ value?: string | number;
25
+ onChange?: (val: string | number) => void;
26
+ onEnter?: (val: string | number) => void;
27
+ defaultSelect?: boolean;
28
+ inputFormat?: (_v: string) => React.ReactNode | null;
29
+ rightItemsStyle?: RightItemsStyleProps;
30
+ selectType?: 'light' | 'dark';
31
+ backgroundColor?: string;
32
+ containerBackgroundColor?: string;
33
+ buttonBackgroundColor?: string;
34
+ textColor?: string;
35
+ resetButtonBackgroundColor?: string;
36
+ resetButtonTextColor?: string;
37
+ isDoneButtonFollowTheme?: boolean;
38
+ doneButtonBackgroundColor?: string;
39
+ doneButtonTextColor?: string;
40
+ keyboardBackgroundColor?: string;
41
+ keyboardButtonBackgroundColor?: string;
42
+ keyboardButtonTextColor?: string;
43
+ keyboardButtonHoverColor?: string;
44
+ }
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { PresetsProps } from './Presets';
3
+ import { RightItemsStyleProps } from '../Amount';
4
+ import './index.less';
5
+ export interface BaseNumberKeyboardProps {
6
+ placeholder?: string;
7
+ format?: (val: string) => React.ReactNode;
8
+ defaultValue?: string | number;
9
+ doneText?: string;
10
+ resetText?: string;
11
+ onChange?: (val: string) => void;
12
+ onEnter?: (val: string) => void;
13
+ value?: string | number;
14
+ max?: number;
15
+ min?: number;
16
+ presets?: PresetsProps['presets'];
17
+ defaultSelect?: boolean;
18
+ rightItemsStyle?: RightItemsStyleProps;
19
+ }
20
+ declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => JSX.Element;
21
+ export default BaseNumberKeyboard;
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import './index.less';
3
+ export declare type ItemValue = string | number;
4
+ export interface Item {
5
+ value: ItemValue;
6
+ label: React.ReactNode;
7
+ disabled: boolean;
8
+ type: 'text' | 'primary';
9
+ style?: React.CSSProperties;
10
+ size?: number;
11
+ }
12
+ export interface KeyboardProps {
13
+ className?: string;
14
+ style?: React.CSSProperties;
15
+ onChange?: (value?: ItemValue) => void;
16
+ items?: Item[];
17
+ rightItems?: Item[];
18
+ keydown?: boolean;
19
+ }
20
+ declare const _default: React.MemoExoticComponent<(props: KeyboardProps) => JSX.Element>;
21
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { NumberProps } from './types';
2
+ import './index.less';
3
+ export type { NumberProps };
4
+ declare const Number: (props: NumberProps) => JSX.Element;
5
+ export default Number;
@@ -0,0 +1,32 @@
1
+ export declare const numberThemeConfig: {
2
+ dark: {
3
+ backgroundColor: string;
4
+ containerBackgroundColor: string;
5
+ buttonBackgroundColor: string;
6
+ textColor: string;
7
+ resetButtonBackgroundColor: string;
8
+ resetButtonTextColor: string;
9
+ isDoneButtonFollowTheme: boolean;
10
+ doneButtonBackgroundColor: string;
11
+ doneButtonTextColor: string;
12
+ keyboardBackgroundColor: string;
13
+ keyboardButtonBackgroundColor: string;
14
+ keyboardButtonTextColor: string;
15
+ keyboardButtonHoverColor: string;
16
+ };
17
+ light: {
18
+ backgroundColor: string;
19
+ containerBackgroundColor: string;
20
+ buttonBackgroundColor: string;
21
+ textColor: string;
22
+ resetButtonBackgroundColor: string;
23
+ resetButtonTextColor: string;
24
+ isDoneButtonFollowTheme: boolean;
25
+ doneButtonBackgroundColor: string;
26
+ doneButtonTextColor: string;
27
+ keyboardBackgroundColor: string;
28
+ keyboardButtonBackgroundColor: string;
29
+ keyboardButtonTextColor: string;
30
+ keyboardButtonHoverColor: string;
31
+ };
32
+ };
@@ -0,0 +1,25 @@
1
+ export interface NumberProps {
2
+ max?: number;
3
+ min?: number;
4
+ doneText?: string;
5
+ resetText: string;
6
+ defaultValue?: string | number;
7
+ placeholder?: string;
8
+ value?: string | number;
9
+ onChange?: (val: string | number) => void;
10
+ onEnter?: (val: string | number) => void;
11
+ selectType?: 'light' | 'dark';
12
+ backgroundColor?: string;
13
+ containerBackgroundColor?: string;
14
+ buttonBackgroundColor?: string;
15
+ textColor?: string;
16
+ resetButtonBackgroundColor?: string;
17
+ resetButtonTextColor?: string;
18
+ isDoneButtonFollowTheme?: boolean;
19
+ doneButtonBackgroundColor?: string;
20
+ doneButtonTextColor?: string;
21
+ keyboardBackgroundColor?: string;
22
+ keyboardButtonBackgroundColor?: string;
23
+ keyboardButtonTextColor?: string;
24
+ keyboardButtonHoverColor?: string;
25
+ }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { InputProps } from 'antd';
3
+ import './index.less';
4
+ export interface VirtualKeyInputProps extends InputProps {
5
+ previewValue?: string;
6
+ renderInput?: (props: any) => any;
7
+ showDelete?: boolean;
8
+ onValueSelect?: (selected: boolean) => void;
9
+ defaultSelect?: boolean;
10
+ style?: React.CSSProperties;
11
+ }
12
+ declare const VirtualKeyInput: (props: VirtualKeyInputProps) => JSX.Element;
13
+ export default VirtualKeyInput;
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+ import { KeyboardProps } from "./Keyboard";
3
+ import { VirtualKeyInputProps } from "./VirtualKeyInput";
4
+ import "./index.less";
5
+ interface VirtualKeyboardProps extends React.HTMLAttributes<HTMLDivElement> {
6
+ keyboardProps?: KeyboardProps;
7
+ virtualKeyInputProps?: VirtualKeyInputProps;
8
+ rightPanel?: React.ReactNode;
9
+ style?: React.CSSProperties;
10
+ onChange?: (value?: any) => void;
11
+ value?: string;
12
+ selectType?: 'light' | 'dark';
13
+ backgroundColor?: string;
14
+ containerBackgroundColor?: string;
15
+ buttonBackgroundColor?: string;
16
+ textColor?: string;
17
+ keyboardBackgroundColor?: string;
18
+ keyboardButtonBackgroundColor?: string;
19
+ keyboardButtonTextColor?: string;
20
+ keyboardButtonHoverColor?: string;
21
+ primaryButtonBackgroundColor?: string;
22
+ primaryButtonTextColor?: string;
23
+ }
24
+ declare const VirtualKeyboard: (props: VirtualKeyboardProps) => JSX.Element;
25
+ export default VirtualKeyboard;
@@ -1,4 +1,4 @@
1
1
  export declare const isBrowser: boolean;
2
- export declare const getCssNumber: (val: string | number) => string | number;
2
+ export declare const getCssNumber: (val: string | number) => string;
3
3
  export declare function uuid(): string;
4
4
  export * from './mergeWith';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.2.26",
3
+ "version": "6.2.27",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -55,6 +55,8 @@
55
55
  "@dnd-kit/modifiers": "^6.0.1",
56
56
  "@dnd-kit/sortable": "^7.0.2",
57
57
  "@dnd-kit/utilities": "^3.2.1",
58
+ "@react-spring/web": "^9.6.1",
59
+ "@use-gesture/react": "^10.3.1",
58
60
  "@zxing/library": "0.21.2",
59
61
  "ahooks": "^3.7.6",
60
62
  "antd": "^5.6.3",
@@ -63,13 +65,13 @@
63
65
  "crypto-js": "^4.2.0",
64
66
  "dayjs": "^1.11.8",
65
67
  "libphonenumber-js": "^1.11.17",
68
+ "react-barcode": "^1.5.3",
66
69
  "react-infinite-scroll-component": "^6.1.0",
67
70
  "react-resizable": "^3.0.5",
68
71
  "react-virtualized-auto-sizer": "^1.0.20",
69
72
  "react-window": "^1.8.10",
70
73
  "styled-components": "^6.0.0-rc.3",
71
74
  "swiper": "^8.4.7",
72
- "react-barcode": "^1.5.3",
73
75
  "vod-js-sdk-v6": "^1.4.11",
74
76
  "@pisell/date-picker": "3.0.4",
75
77
  "@pisell/icon": "0.0.11",