@pisell/materials 6.11.249 → 6.11.250

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 (81) 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 +3 -3
  6. package/build/lowcode/preview.js +1 -1
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +48 -48
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +48 -48
  11. package/es/components/PisellCards/index.d.ts +1 -0
  12. package/es/components/PisellFields/index.d.ts +1 -0
  13. package/es/components/PisellLayouts/index.d.ts +1 -0
  14. package/es/components/PisellMetrics/index.d.ts +1 -0
  15. package/es/components/appVersionControl/types.d.ts +1 -0
  16. package/es/components/calendar/index.d.ts +1 -0
  17. package/es/components/checkbox/index.d.ts +1 -0
  18. package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  19. package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +1 -0
  20. package/es/components/dataSourceComponents/fields/Checkbox/WithMode.d.ts +1 -0
  21. package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  22. package/es/components/dataSourceComponents/fields/Radio/WithMode.d.ts +1 -0
  23. package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  24. package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  25. package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -1
  26. package/es/components/dataSourceComponents/fields/Translation/type.d.ts +1 -0
  27. package/es/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +1 -0
  28. package/es/components/date-picker/index.d.ts +1 -0
  29. package/es/components/drag-sort-tree/types.d.ts +1 -0
  30. package/es/components/filter/components/FilterButton/types.d.ts +1 -0
  31. package/es/components/input/index.d.ts +1 -0
  32. package/es/components/pisell-config-provider/context.d.ts +1 -0
  33. package/es/components/pisellDatePicker/index.d.ts +1 -0
  34. package/es/components/pisellGridPro/ToolBar/type.d.ts +1 -0
  35. package/es/components/pisellMenu/types.d.ts +1 -0
  36. package/es/components/pisellQuickFilter/type.d.ts +1 -0
  37. package/es/components/productCard/cartSkuCard/components/AmountFooter/index.less +1 -1
  38. package/es/components/productCard/cartSkuCard/components/specs/index.less +9 -4
  39. package/es/components/productCard/cartSkuCard/index.less +3 -0
  40. package/es/components/radio/index.d.ts +1 -0
  41. package/es/components/section-footers/index.d.ts +1 -0
  42. package/es/components/skeleton/index.d.ts +1 -0
  43. package/es/components/time-picker/index.d.ts +1 -0
  44. package/es/components/upload/index.d.ts +1 -0
  45. package/es/components/virtual-keyboard/Amount/types.d.ts +1 -0
  46. package/lib/components/PisellCards/index.d.ts +1 -0
  47. package/lib/components/PisellFields/index.d.ts +1 -0
  48. package/lib/components/PisellLayouts/index.d.ts +1 -0
  49. package/lib/components/PisellMetrics/index.d.ts +1 -0
  50. package/lib/components/appVersionControl/types.d.ts +1 -0
  51. package/lib/components/calendar/index.d.ts +1 -0
  52. package/lib/components/checkbox/index.d.ts +1 -0
  53. package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -0
  54. package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +1 -0
  55. package/lib/components/dataSourceComponents/fields/Checkbox/WithMode.d.ts +1 -0
  56. package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
  57. package/lib/components/dataSourceComponents/fields/Radio/WithMode.d.ts +1 -0
  58. package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +1 -1
  59. package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -1
  60. package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +2 -1
  61. package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +1 -0
  62. package/lib/components/dataSourceComponents/provider/dataSource/DataSourceContext.d.ts +1 -0
  63. package/lib/components/date-picker/index.d.ts +1 -0
  64. package/lib/components/drag-sort-tree/types.d.ts +1 -0
  65. package/lib/components/filter/components/FilterButton/types.d.ts +1 -0
  66. package/lib/components/input/index.d.ts +1 -0
  67. package/lib/components/pisell-config-provider/context.d.ts +1 -0
  68. package/lib/components/pisellDatePicker/index.d.ts +1 -0
  69. package/lib/components/pisellGridPro/ToolBar/type.d.ts +1 -0
  70. package/lib/components/pisellMenu/types.d.ts +1 -0
  71. package/lib/components/pisellQuickFilter/type.d.ts +1 -0
  72. package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.less +1 -1
  73. package/lib/components/productCard/cartSkuCard/components/specs/index.less +9 -4
  74. package/lib/components/productCard/cartSkuCard/index.less +3 -0
  75. package/lib/components/radio/index.d.ts +1 -0
  76. package/lib/components/section-footers/index.d.ts +1 -0
  77. package/lib/components/skeleton/index.d.ts +1 -0
  78. package/lib/components/time-picker/index.d.ts +1 -0
  79. package/lib/components/upload/index.d.ts +1 -0
  80. package/lib/components/virtual-keyboard/Amount/types.d.ts +1 -0
  81. package/package.json +3 -3
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellBasicCardProps } from "./types.js";
2
3
  import { ImageDataSource, ImageFillMode, PisellImageCardProps } from "./components/PisellImageCard/types.js";
3
4
  import { GraphicConfig, GraphicTextCardProps, GraphicTextCardSize, GraphicTextCardVariant } from "./components/GraphicTextCard/types.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellSingleLineTextProps } from "../pisellSingleLineText/types.js";
2
3
  import { PisellLongTextProps } from "../pisellLongText/types.js";
3
4
  import { PisellNumberProps } from "../pisellNumber/types.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellBasicGridProps } from "../PisellBasicGrid/types.js";
2
3
  import { PisellScrollViewProps, PisellScrollViewRef } from "../PisellScrollView/types.js";
3
4
  import { FloorMapFullscreenMode, FloorMapItemBase, FloorMapLayoutContextValue, PisellFloorMapLayoutProps, PisellFloorMapLayoutRef } from "../pisellFloorMapLayout/types.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellMetricCardProps } from "../pisellMetricCard/types.js";
2
3
  import { PisellStatisticListProps } from "../pisellStatisticList/index.js";
3
4
  import { PisellStatisticProps } from "../cardMetricItem/index.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  //#region src/components/appVersionControl/types.d.ts
2
3
  interface Version {
3
4
  id: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/calendar/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/checkbox/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { LocalSettingsType } from "../../table/types.js";
2
3
  import { DataSourceType } from "../provider/dataSource/DataSourceContext.js";
3
4
  import { ColumnType } from "antd/es/table";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CheckboxGroupProps } from "./type.js";
2
3
  import { WithModeProps } from "../../dataSourceForm/utils.js";
3
4
  import * as _$react from "react";
@@ -6,7 +6,7 @@ import * as _$antd from "antd";
6
6
  declare const Subdomain: React.FC<_$antd.InputProps & {
7
7
  onChange: (value: string) => void;
8
8
  onBlur?: ((e: React.FocusEvent<HTMLInputElement, Element>) => void) | undefined;
9
- rootDomain: "custom" | "saas" | "xzero";
9
+ rootDomain: "saas" | "custom" | "xzero";
10
10
  customDomain?: string | undefined;
11
11
  value?: string | undefined;
12
12
  tenantId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WithModeProps } from "../../dataSourceForm/utils.js";
2
3
  import { RadioGroupProps } from "./type.js";
3
4
  import * as _$react from "react";
@@ -5,7 +5,7 @@ import React from "react";
5
5
  //#region src/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts
6
6
  declare const RecordListWrapperWithDataSource: (props: RecordListWrapperProps & WithModeProps & WithFormItemProps & {
7
7
  options?: any;
8
- optionSourceType?: "default" | "custom" | "api" | undefined;
8
+ optionSourceType?: "default" | "api" | "custom" | undefined;
9
9
  labelField: string;
10
10
  valueField: string;
11
11
  extraParams?: Record<string, any> | undefined;
@@ -6,7 +6,7 @@ import * as _$antd_es_select0 from "antd/es/select";
6
6
  //#region src/components/dataSourceComponents/fields/Select/index.d.ts
7
7
  declare const SelectWithDataSource: (props: _$antd.SelectProps<any, _$antd_es_select0.DefaultOptionType> & WithModeProps & WithFormItemProps & {
8
8
  options?: any;
9
- optionSourceType?: "default" | "custom" | "api" | undefined;
9
+ optionSourceType?: "default" | "api" | "custom" | undefined;
10
10
  labelField: string;
11
11
  valueField: string;
12
12
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WithFormItemProps, WithModeProps } from "../../dataSourceForm/utils.js";
2
3
  import { TabsProps } from "./type.js";
3
4
  import * as _$react from "react";
@@ -6,7 +7,7 @@ import * as _$react from "react";
6
7
  /** 包装 DataSource 层(提供数据源上下文) */
7
8
  declare const FormItemTabs: (props: TabsProps & WithModeProps & WithFormItemProps & {
8
9
  options?: any;
9
- optionSourceType?: "default" | "custom" | "api" | undefined;
10
+ optionSourceType?: "default" | "api" | "custom" | undefined;
10
11
  labelField: string;
11
12
  valueField: string;
12
13
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ModeType } from "../../dataSourceForm/type.js";
2
3
 
3
4
  //#region src/components/dataSourceComponents/fields/Translation/type.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ActionsItem } from "../../dataSourceForm/serve.js";
2
3
  import { Result } from "ahooks/es/useRequest/src/types";
3
4
 
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/date-picker/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  //#region src/components/drag-sort-tree/types.d.ts
2
3
  type IdType = string | number;
3
4
  type ValueProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterItemProps } from "../../types.js";
2
3
 
3
4
  //#region src/components/filter/components/FilterButton/types.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
  import { InputProps, InputRef } from "antd";
3
4
  import * as _$antd_es_input0 from "antd/es/input";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/pisell-config-provider/context.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/pisellDatePicker/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  //#region src/components/pisellGridPro/ToolBar/type.d.ts
2
3
  interface ToolBarProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { MenuProps } from "antd";
2
3
 
3
4
  //#region src/components/pisellMenu/types.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterItemProps } from "../filter/types.js";
2
3
  import { FormInstance } from "antd";
3
4
 
@@ -23,7 +23,7 @@
23
23
  }
24
24
 
25
25
  &__footer-price-wrap--weighing {
26
- font-size: var(--pisell-cart-sku-card-physical-text-height, 4mm);
26
+ font-size: var(--pisell-cart-sku-card-weighing-summary-font-size, 18px);
27
27
  line-height: 1.3;
28
28
  letter-spacing: -0.02em;
29
29
  }
@@ -47,9 +47,9 @@
47
47
 
48
48
  .pisell-cart-sku-card__product-meta--weighing & {
49
49
  .pisell-lowcode-packages-product-bundle-option {
50
- font-size: var(--pisell-cart-sku-card-physical-text-height, 4mm);
50
+ font-size: var(--pisell-cart-sku-card-weighing-meta-font-size, 18px);
51
51
  line-height: 1.3;
52
- letter-spacing: -0.04em;
52
+ letter-spacing: -0.01em;
53
53
  }
54
54
  }
55
55
 
@@ -62,8 +62,13 @@
62
62
 
63
63
  .pisell-cart-sku-card__product-meta--weighing {
64
64
  .pisell-cart-sku-card__specs {
65
- font-size: var(--pisell-cart-sku-card-physical-text-height, 4mm);
65
+ font-size: var(--pisell-cart-sku-card-weighing-meta-font-size, 18px);
66
66
  line-height: 1.3;
67
- letter-spacing: -0.04em;
67
+ letter-spacing: -0.01em;
68
+ }
69
+
70
+ .pisell-cart-sku-card__specs-more {
71
+ font-size: 14px;
72
+ line-height: 18px;
68
73
  }
69
74
  }
@@ -36,6 +36,9 @@
36
36
  var(--pisell-cart-sku-card-weighing-font-base) *
37
37
  var(--pisell-cart-sku-card-device-font-scale)
38
38
  );
39
+ // 称重卡片的辅助信息保持易读,但不与毛重/净重争夺视觉层级。
40
+ --pisell-cart-sku-card-weighing-meta-font-size: 18px;
41
+ --pisell-cart-sku-card-weighing-summary-font-size: 18px;
39
42
 
40
43
  padding: 4px 8px 4px 4px;
41
44
  border-radius: inherit;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/radio/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/section-footers/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/skeleton/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/time-picker/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/upload/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BaseNumberKeyboardProps } from "../BaseNumberKeyboard/index.js";
2
3
 
3
4
  //#region src/components/virtual-keyboard/Amount/types.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellBasicCardProps } from "./types.js";
2
3
  import { ImageDataSource, ImageFillMode, PisellImageCardProps } from "./components/PisellImageCard/types.js";
3
4
  import { GraphicConfig, GraphicTextCardProps, GraphicTextCardSize, GraphicTextCardVariant } from "./components/GraphicTextCard/types.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellSingleLineTextProps } from "../pisellSingleLineText/types.js";
2
3
  import { PisellLongTextProps } from "../pisellLongText/types.js";
3
4
  import { PisellNumberProps } from "../pisellNumber/types.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellBasicGridProps } from "../PisellBasicGrid/types.js";
2
3
  import { PisellScrollViewProps, PisellScrollViewRef } from "../PisellScrollView/types.js";
3
4
  import { FloorMapFullscreenMode, FloorMapItemBase, FloorMapLayoutContextValue, PisellFloorMapLayoutProps, PisellFloorMapLayoutRef } from "../pisellFloorMapLayout/types.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PisellMetricCardProps } from "../pisellMetricCard/types.js";
2
3
  import { PisellStatisticListProps } from "../pisellStatisticList/index.js";
3
4
  import { PisellStatisticProps } from "../cardMetricItem/index.js";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  //#region src/components/appVersionControl/types.d.ts
2
3
  interface Version {
3
4
  id: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/calendar/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/checkbox/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { LocalSettingsType } from "../../table/types.js";
2
3
  import { DataSourceType } from "../provider/dataSource/DataSourceContext.js";
3
4
  import { ColumnType } from "antd/es/table";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CheckboxGroupProps } from "./type.js";
2
3
  import { WithModeProps } from "../../dataSourceForm/utils.js";
3
4
  import * as _$react from "react";
@@ -6,7 +6,7 @@ import * as _$antd from "antd";
6
6
  declare const Subdomain: React.FC<_$antd.InputProps & {
7
7
  onChange: (value: string) => void;
8
8
  onBlur?: ((e: React.FocusEvent<HTMLInputElement, Element>) => void) | undefined;
9
- rootDomain: "custom" | "saas" | "xzero";
9
+ rootDomain: "saas" | "custom" | "xzero";
10
10
  customDomain?: string | undefined;
11
11
  value?: string | undefined;
12
12
  tenantId: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WithModeProps } from "../../dataSourceForm/utils.js";
2
3
  import { RadioGroupProps } from "./type.js";
3
4
  import * as _$react from "react";
@@ -5,7 +5,7 @@ import React from "react";
5
5
  //#region src/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts
6
6
  declare const RecordListWrapperWithDataSource: (props: RecordListWrapperProps & WithModeProps & WithFormItemProps & {
7
7
  options?: any;
8
- optionSourceType?: "default" | "custom" | "api" | undefined;
8
+ optionSourceType?: "default" | "api" | "custom" | undefined;
9
9
  labelField: string;
10
10
  valueField: string;
11
11
  extraParams?: Record<string, any> | undefined;
@@ -6,7 +6,7 @@ import * as _$antd_es_select0 from "antd/es/select";
6
6
  //#region src/components/dataSourceComponents/fields/Select/index.d.ts
7
7
  declare const SelectWithDataSource: (props: _$antd.SelectProps<any, _$antd_es_select0.DefaultOptionType> & WithModeProps & WithFormItemProps & {
8
8
  options?: any;
9
- optionSourceType?: "default" | "custom" | "api" | undefined;
9
+ optionSourceType?: "default" | "api" | "custom" | undefined;
10
10
  labelField: string;
11
11
  valueField: string;
12
12
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { WithFormItemProps, WithModeProps } from "../../dataSourceForm/utils.js";
2
3
  import { TabsProps } from "./type.js";
3
4
  import * as _$react from "react";
@@ -6,7 +7,7 @@ import * as _$react from "react";
6
7
  /** 包装 DataSource 层(提供数据源上下文) */
7
8
  declare const FormItemTabs: (props: TabsProps & WithModeProps & WithFormItemProps & {
8
9
  options?: any;
9
- optionSourceType?: "default" | "custom" | "api" | undefined;
10
+ optionSourceType?: "default" | "api" | "custom" | undefined;
10
11
  labelField: string;
11
12
  valueField: string;
12
13
  extraParams?: Record<string, any> | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ModeType } from "../../dataSourceForm/type.js";
2
3
 
3
4
  //#region src/components/dataSourceComponents/fields/Translation/type.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ActionsItem } from "../../dataSourceForm/serve.js";
2
3
  import { Result } from "ahooks/es/useRequest/src/types";
3
4
 
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/date-picker/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  //#region src/components/drag-sort-tree/types.d.ts
2
3
  type IdType = string | number;
3
4
  type ValueProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterItemProps } from "../../types.js";
2
3
 
3
4
  //#region src/components/filter/components/FilterButton/types.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
  import { InputProps, InputRef } from "antd";
3
4
  import * as _$antd_es_input0 from "antd/es/input";
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/pisell-config-provider/context.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/pisellDatePicker/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  //#region src/components/pisellGridPro/ToolBar/type.d.ts
2
3
  interface ToolBarProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { MenuProps } from "antd";
2
3
 
3
4
  //#region src/components/pisellMenu/types.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { FilterItemProps } from "../filter/types.js";
2
3
  import { FormInstance } from "antd";
3
4
 
@@ -23,7 +23,7 @@
23
23
  }
24
24
 
25
25
  &__footer-price-wrap--weighing {
26
- font-size: var(--pisell-cart-sku-card-physical-text-height, 4mm);
26
+ font-size: var(--pisell-cart-sku-card-weighing-summary-font-size, 18px);
27
27
  line-height: 1.3;
28
28
  letter-spacing: -0.02em;
29
29
  }
@@ -47,9 +47,9 @@
47
47
 
48
48
  .pisell-cart-sku-card__product-meta--weighing & {
49
49
  .pisell-lowcode-packages-product-bundle-option {
50
- font-size: var(--pisell-cart-sku-card-physical-text-height, 4mm);
50
+ font-size: var(--pisell-cart-sku-card-weighing-meta-font-size, 18px);
51
51
  line-height: 1.3;
52
- letter-spacing: -0.04em;
52
+ letter-spacing: -0.01em;
53
53
  }
54
54
  }
55
55
 
@@ -62,8 +62,13 @@
62
62
 
63
63
  .pisell-cart-sku-card__product-meta--weighing {
64
64
  .pisell-cart-sku-card__specs {
65
- font-size: var(--pisell-cart-sku-card-physical-text-height, 4mm);
65
+ font-size: var(--pisell-cart-sku-card-weighing-meta-font-size, 18px);
66
66
  line-height: 1.3;
67
- letter-spacing: -0.04em;
67
+ letter-spacing: -0.01em;
68
+ }
69
+
70
+ .pisell-cart-sku-card__specs-more {
71
+ font-size: 14px;
72
+ line-height: 18px;
68
73
  }
69
74
  }
@@ -36,6 +36,9 @@
36
36
  var(--pisell-cart-sku-card-weighing-font-base) *
37
37
  var(--pisell-cart-sku-card-device-font-scale)
38
38
  );
39
+ // 称重卡片的辅助信息保持易读,但不与毛重/净重争夺视觉层级。
40
+ --pisell-cart-sku-card-weighing-meta-font-size: 18px;
41
+ --pisell-cart-sku-card-weighing-summary-font-size: 18px;
39
42
 
40
43
  padding: 4px 8px 4px 4px;
41
44
  border-radius: inherit;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/radio/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/section-footers/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/skeleton/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/time-picker/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import * as _$react from "react";
2
3
 
3
4
  //#region src/components/upload/index.d.ts
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BaseNumberKeyboardProps } from "../BaseNumberKeyboard/index.js";
2
3
 
3
4
  //#region src/components/virtual-keyboard/Amount/types.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "6.11.249",
3
+ "version": "6.11.250",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -95,9 +95,9 @@
95
95
  "swiper": "^8.4.7",
96
96
  "antd-mobile": "^5.38.1",
97
97
  "vod-js-sdk-v6": "^1.4.11",
98
+ "@pisell/icon": "0.0.11",
98
99
  "@pisell/date-picker": "3.0.10",
99
- "@pisell/utils": "3.0.4",
100
- "@pisell/icon": "0.0.11"
100
+ "@pisell/utils": "3.0.4"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": "^18.0.0",