vx-vue 0.7.0 → 0.7.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.
- package/README.md +1 -1
- package/dist/vxvue.es.js +214 -205
- package/dist/vxvue.umd.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -58,6 +58,6 @@ So far the following components have been implemented:
|
|
|
58
58
|
| `pagination` | a pagination component for arbitrary items; opinionated in its layout | `page` `total` `perPage` `showNavButtons` `prevText` `nextText` `showAllPages` `markerPosition` | `update:page` | |
|
|
59
59
|
| `password-input` | a simple input with toggle button which toggles between `type='button'` and `type='text'` | `modelValue` | `update:modelValue` | `default` |
|
|
60
60
|
| `simple-tree` | a simple tree implemented with a recursive component | `branch` | `branch-selected` `expand` | |
|
|
61
|
-
| `slider` | a slider with one or more thumbs; `modelValue` can be a number or an array of numbers; the length of the array determines the number of thumbs | `modelValue` `min` `max`
|
|
61
|
+
| `slider` | a slider with one or more thumbs; `modelValue` can be a number or an array of numbers; the length of the array determines the number of thumbs | `modelValue` `min` `max` `vertical` | `update:modelValue` | |
|
|
62
62
|
| `sortable` | a sortable table; the `columns` prop specifies the columns and their sorting options | `columns` `rows` `offset` `count` `sortProp` `sortDirection` `keyProperty` | `before-sort` `after-sort` | `{ column: prop }-header` `{ column: prop }` |
|
|
63
63
|
| `tabs` | a tabs component which allows both badges and icons | `items` `activeIndex` | `update:active-index` | `icon` `default` |
|