@infinilabs/ui-web-cli 0.0.16 → 0.0.17
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.
- package/README.md +3 -0
- package/lib/bundle.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,6 +58,9 @@ Here’s the English translation of the table:
|
|
|
58
58
|
| minimize | Whether the component can be minimized | boolean | false | 1.0.0 |
|
|
59
59
|
| resizeable | Whether the component can be resized | boolean | false | 1.0.0 |
|
|
60
60
|
| height | Component height | string | "50vh" | 1.0.0 |
|
|
61
|
+
| width | Component width | string | "100%" | 1.0.1 |
|
|
62
|
+
| defaultCluster | Default cluster to use when initializing | object | null | 1.0.1 |
|
|
63
|
+
| dragConfig | Drag and drop configuration options | object | {enabled: true, tabDraggable: true} | 1.0.1 |
|
|
61
64
|
| DataSourceSelector | Data source component | DOM | - | 1.0.0 |
|
|
62
65
|
| tabData | Data for the component | object | {activeKey: "", panes: []} | 1.0.0 |
|
|
63
66
|
| renderTabBarItemIcon | Icon for the tab title component | DOM | - | 1.0.0 |
|