@tradeshift/elements.aside
Advanced tools
Comparing version 0.27.0 to 0.27.2
{ | ||
"name": "@tradeshift/elements.aside", | ||
"version": "0.27.0", | ||
"version": "0.27.2", | ||
"repository": { | ||
@@ -18,9 +18,9 @@ "type": "git", | ||
"dependencies": { | ||
"@tradeshift/elements": "^0.27.0", | ||
"@tradeshift/elements.button": "^0.27.0", | ||
"@tradeshift/elements.cover": "^0.27.0", | ||
"@tradeshift/elements.spinner": "^0.27.0" | ||
"@tradeshift/elements": "^0.27.2", | ||
"@tradeshift/elements.button": "^0.27.2", | ||
"@tradeshift/elements.cover": "^0.27.2", | ||
"@tradeshift/elements.spinner": "^0.27.2" | ||
}, | ||
"src": "src/aside.js", | ||
"gitHead": "a11a27abc355ec5cca791ff7353068f97f0872c7" | ||
"gitHead": "bd49caa355a07257efd18228a55185ce788f7bce" | ||
} |
@@ -36,20 +36,20 @@ <h1 align="center"> | ||
| Property | Attribute | Type | Default | Description | | ||
| ----------------- | ------------------- | ------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------- | | ||
| dir | dir | String | ltr | Direction of the component 'rtl' or 'ltr' | | ||
| title | data-title | String | '' | Aside header title | | ||
| visible | data-visible | Boolean | false | Show/hide aside | | ||
| busy | data-busy | String | | If it exist as an attribute, the aside would show a spinner in it with the provided value of this attribute as the message of it | | ||
| noCloseOnEscKey | no-close-on-esc-key | Boolean | false | Disable closing the aside with escape key | | ||
| hasFoot | hasFoot | Boolean | false | INTERNAL | | ||
| hasPlatformObject | hasPlatformObject | Boolean | false | INTERNAL | | ||
| Property | Attribute | Type | Default | Description | | ||
| --- | --- | --- | --- | --- | | ||
| dir | dir | String | ltr | Direction of the component 'rtl' or 'ltr' | | ||
| title | data-title | String | '' | Aside header title | | ||
| visible | data-visible | Boolean | false | Show/hide aside | | ||
| busy | data-busy | String | | If it exist as an attribute, the aside would show a spinner in it with the provided value of this attribute as the message of it | | ||
| noCloseOnEscKey | no-close-on-esc-key | Boolean | false | Disable closing the aside with escape key | | ||
| hasFoot | hasFoot | Boolean | false | INTERNAL | | ||
| hasPlatformObject | hasPlatformObject | Boolean | false | INTERNAL | | ||
## ➤ Slots | ||
| Name | Description | | ||
| --------------- | ------------------------------------------------------------------------------------------------------------------ | | ||
| note | Use this slot name on the \`ts-note\` in the aside | | ||
| platform-object | The section between aside header and content that platform object should be shown with different background color | | ||
| main | Main content of the aside that doesn't fit into any other available slots | | ||
| footer | Footer content and action buttons goes. You should use the ts-button-group here. | | ||
| Name | Description | | ||
| --- | --- | | ||
| note | Use this slot name on the \`ts-note\` in the aside | | ||
| platform-object | The section between aside header and content that platform object should be shown with different background color | | ||
| main | Main content of the aside that doesn't fit into any other available slots | | ||
| footer | Footer content and action buttons goes. You should use the ts-button-group here. | | ||
@@ -56,0 +56,0 @@ ## ➤ Events |
Sorry, the diff of this file is not supported yet
188930