@pisell/materials 1.0.181 → 1.0.183

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.
@@ -9,7 +9,7 @@ const ItemMeta: ComponentMetadata = {
9
9
  "devMode": "proCode",
10
10
  "npm": {
11
11
  "package": "@pisell/materials",
12
- "version": "1.0.180",
12
+ "version": "1.0.182",
13
13
  "exportName": "Breadcrumb",
14
14
  "main": "src/index.tsx",
15
15
  "destructuring": true,
@@ -622,6 +622,16 @@ export default {
622
622
  display: "block",
623
623
  type: "group",
624
624
  items: [
625
+ {
626
+ name: "scroll.autoCalc",
627
+ title: {
628
+ label: "自动计算",
629
+ tip: "scroll.autoCalc | 是否自动计算scroll x y",
630
+ },
631
+ propType: "bool",
632
+ setter: "BoolSetter",
633
+ defaultValue: false,
634
+ },
625
635
  {
626
636
  name: "scroll.scrollToFirstRowOnChange",
627
637
  title: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.181",
3
+ "version": "1.0.183",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -57,9 +57,9 @@
57
57
  "@dnd-kit/utilities": "^3.2.1",
58
58
  "ahooks": "^3.7.6",
59
59
  "react-infinite-scroll-component": "^6.1.0",
60
+ "@pisell/date-picker": "1.0.57",
60
61
  "@pisell/utils": "1.0.21",
61
- "@pisell/icon": "0.0.8",
62
- "@pisell/date-picker": "1.0.57"
62
+ "@pisell/icon": "0.0.8"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^18.0.0",