Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "grid-plan", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -55,8 +55,8 @@ <p align="center"> | ||
| Prop name | TS type | Required | Description | | ||
| -------------- | -------------- | ----------------------------------- | ----------------------------------------------------------- | | ||
| availableTypes | GridPlanItem[] | YES | The types of components that can be placed on the blueprint | | ||
| placedItems | GridPlanItem[] | YES (can be empty) | Components already placed on the blueprint | | ||
| placedItems | boolean | NO (default: false) | Blueprint will be readonly if true | | ||
| config | GridPlanConfig | NO (default config will be applied) | Configuration object to customize looks | | ||
| Prop name | TS type | Required | Description | | ||
| -------------- | ------------------ | ----------------------------------- | ----------------------------------------------------------- | | ||
| availableTypes | GridPlanItemType[] | YES | The types of components that can be placed on the blueprint | | ||
| placedItems | GridPlanItem[] | YES (can be empty) | Components already placed on the blueprint | | ||
| radonly | boolean | NO (default: false) | Blueprint will be readonly if true | | ||
| config | GridPlanConfig | NO (default config will be applied) | Configuration object to customize looks | | ||
@@ -63,0 +63,0 @@ ## Example |
Sorry, the diff of this file is too big to display
93547