Skip to content

Commit 9e48a99

Browse files
committed
Feat: Confirm component got slot properties
Build: Bumped package version Chore: Dependencies updated Doc: Changelog and vitepress files updated to reflect new feature
1 parent df1f952 commit 9e48a99

File tree

5 files changed

+474
-416
lines changed

5 files changed

+474
-416
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [v1.3.5]
2+
- The `confirm` component got slot properties for the `header` and `default` slot
3+
14
## [v1.3.4]
25
- The `v-floating-label` throws no longer an error when applied to an element or component which provides an element with a placeholder; instead the directive is ignored
36

docs/components/confirm.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ const doAlert = () => alertDialog.value.open().then(() => {}).catch(() => {})
129129
| `headerClass` | `String` | | A string determining the CSS classes for the title |
130130

131131
## Slots
132-
| Name | Scoped | Description |
133-
|-----------|--------|-----------------------------------------------------------------------------|
134-
| `default` | | The container holding the message |
135-
| `title` | | The title line |
136-
| `icon` | | An additional slot which allows the display of an icon along with the title |
132+
| Name | Scoped | Description |
133+
|-----------|---------------------------------------------------------------------|-----------------------------------------------------------------------------|
134+
| `default` | `message` - the message string passed to the component when opening | The container holding the message |
135+
| `title` | `title` - the title string passed to the component when opening | The title line |
136+
| `icon` | | An additional slot which allows the display of an icon along with the title |
137137

138138
## Exposes
139139
| Method | Arguments | Description |

0 commit comments

Comments
 (0)