@pisell/materials 1.0.205 → 1.0.207-fix.1

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.
@@ -283,6 +283,11 @@ export default {
283
283
  display: 'block',
284
284
  type: 'group',
285
285
  items: [
286
+ {
287
+ title: "others",
288
+ name: "others",
289
+ setter: ["JsonSetter", "VariableSetter"],
290
+ },
286
291
  {
287
292
  name: 'className',
288
293
  title: { label: '容器类名', tip: 'className | 对话框外层容器的类名' },
@@ -9,7 +9,7 @@ const ItemMeta: ComponentMetadata = {
9
9
  "devMode": "proCode",
10
10
  "npm": {
11
11
  "package": "@pisell/materials",
12
- "version": "1.0.204",
12
+ "version": "1.0.165",
13
13
  "exportName": "Breadcrumb",
14
14
  "main": "src/index.tsx",
15
15
  "destructuring": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.205",
3
+ "version": "1.0.207-fix.1",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -57,7 +57,7 @@
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/utils": "1.0.21",
60
+ "@pisell/utils": "1.0.23",
61
61
  "@pisell/icon": "0.0.8",
62
62
  "@pisell/date-picker": "1.0.67"
63
63
  },