Tuğçe Küçükoğlu
378184ed1c
Fixed #1745 - Cell editing without editor templating defect
2021-11-15 13:54:05 +03:00
mertsincan
d5a26c61ad
Fixed #1750 - Add responsiveOptions property to Calendar
2021-11-12 17:14:10 +03:00
Tuğçe Küçükoğlu
3d343c9cdd
Fixed #1748 - New change event for SelectButton
2021-11-12 16:10:50 +03:00
Tuğçe Küçükoğlu
fbce467721
Fixed #1719 - ColorPicker: events
2021-11-12 10:33:58 +03:00
Cagatay Civici
6c556624e0
Better positioning for inline calendar
2021-11-11 18:07:55 +03:00
Cagatay Civici
ac4aa0ac68
Better positioning for Calendar
2021-11-11 18:03:32 +03:00
Cagatay Civici
bcf326e0d9
Merge branch 'master' of https://github.com/primefaces/primevue
2021-11-11 14:31:39 +03:00
Cagatay Civici
4714b324c1
Fixed #1744 , Fixed #1743 , Fixed #1580
2021-11-11 14:31:37 +03:00
Tuğçe Küçükoğlu
ab208ecc2d
Fixed #1663 - Default focus button should be configurable for ConfirmDialog
2021-11-11 14:20:44 +03:00
Tuğçe Küçükoğlu
2134166472
Fixed #1738 - Missing InputText events
2021-11-11 09:27:06 +03:00
Tuğçe Küçükoğlu
089f315ced
Fixed #1735 - TreeSelect should automatically scroll to show the selected option
2021-11-10 17:28:19 +03:00
Tuğçe Küçükoğlu
d849dea6f8
Fixed #1737 - New selectionMode for OrderList
2021-11-10 12:10:55 +03:00
Tuğçe Küçükoğlu
a51f26ce40
Fixed #1630 - Cannot create dynamic ColumnGroup columns in DataTable
2021-11-10 12:01:35 +03:00
Tuğçe Küçükoğlu
1897f7ee43
Fixed #1720 - BUG: Autocomplete #header slot with autoHighlight option
2021-11-09 14:12:37 +03:00
Tuğçe Küçükoğlu
cedb06ca0a
Fixed #1734 - New rowStyle prop for DataTable
2021-11-08 16:53:53 +03:00
Tuğçe Küçükoğlu
3112519a84
Update Api.d.ts
2021-11-08 15:51:21 +03:00
Tuğçe Küçükoğlu
13e15e8d47
Fixed #1733 - Update PrimeIcons v5.0.0
2021-11-08 15:50:11 +03:00
Tuğçe Küçükoğlu
26be2ac728
Fixed #1562 - DataTable with selectionMode 'multiple' select with shift
2021-11-08 10:24:15 +03:00
Tuğçe Küçükoğlu
08c2f21963
Fixed #1732 - [Bug] PanelMenu template prop type issue
2021-11-08 09:47:03 +03:00
Ryan O'Hern
9b7db214b6
Update DataTable.vue
...
When wrapping vue components, default slots get nested inside the slot's children array. So if you attempt to pass default slots down through multiple layers, they will be nested further. See link below. Currently, the DataTable component can only be wrapped once as the computed property for columns() only checks against the children array and is not recursive. If you attempt to wrap the components inside multiple layers, it does not work. Proposed is an update to the columns computed property to make it recursive.
https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbmltcG9ydCBHcmFuZFBhcmVudCBmcm9tICcuL0dyYW5kUGFyZW50LnZ1ZSc7XG5cblxuPC9zY3JpcHQ+XG5cbjx0ZW1wbGF0ZT5cbiAgPGgxPkdyZWF0R3JhbmRQYXJlbnQ8L2gxPlxuICA8R3JhbmRQYXJlbnQ+XG4gIFx0PHNwYW4+Q29sdW1uIDE8L3NwYW4+XG4gICAgPHNwYW4+Q29sdW1uIDI8L3NwYW4+XG4gICAgPHNwYW4+Q29sdW1uIDM8L3NwYW4+XG4gICAgPHRlbXBsYXRlICNjdXN0b20+XG4gICAgXHQ8c3Bhbj5DdXN0b20gMTwvc3Bhbj5cbiAgICAgIDxzcGFuPkN1c3RvbSAyPC9zcGFuPlxuICAgIDwvdGVtcGxhdGU+XG4gIDwvR3JhbmRQYXJlbnQ+XG48L3RlbXBsYXRlPiIsImltcG9ydC1tYXAuanNvbiI6IntcbiAgXCJpbXBvcnRzXCI6IHtcbiAgICBcInZ1ZVwiOiBcImh0dHBzOi8vdW5wa2cuY29tL0B2dWUvcnVudGltZS1kb21AMy4yLjIwL2Rpc3QvcnVudGltZS1kb20uZXNtLWJyb3dzZXIuanNcIlxuICB9XG59IiwiQ2hpbGQudnVlIjoiPHRlbXBsYXRlPlxuICA8aDM+XG4gICAgQ2hpbGRcbiAgPC9oMz5cbjwvdGVtcGxhdGU+XG5cbjxzY3JpcHQ+XG5leHBvcnQgZGVmYXVsdCB7XG4gIG5hbWU6ICdDaGlsZCcsXG4gIG1vdW50ZWQoKSB7XG4gICAgY29uc29sZS5sb2coJ0NoaWxkIGRlZmF1bHQgc2xvdHMnLCB0aGlzLiRzbG90cy5kZWZhdWx0KCkpO1xuICAgIGNvbnNvbGUubG9nKCdDaGlsZCBjdXN0b20gc2xvdHMnLCB0aGlzLiRzbG90cy5jdXN0b20oKSk7XG4gICAgY29uc29sZS5sb2coJ0dldCBjb2x1bW5zJywgdGhpcy5jb2x1bW5zKCkpO1xuICB9LFxuICBtZXRob2RzOiB7XG4gICAgY29sdW1ucygpIHtcbiAgICAgIGxldCBjb2xzID0gW107XG4gICAgICBsZXQgY2hpbGRyZW4gPSB0aGlzLiRzbG90cy5kZWZhdWx0KCk7XG5cbiAgICAgIGlmICghY2hpbGRyZW4pIHtcbiAgICAgICAgcmV0dXJuO1xuICAgICAgfVxuXG4gICAgICBjaGlsZHJlbi5mb3JFYWNoKGNoaWxkID0+IHtcbiAgICAgICAgaWYgKGNoaWxkLmNoaWxkcmVuICYmIGNoaWxkLmNoaWxkcmVuIGluc3RhbmNlb2YgQXJyYXkpXG4gICAgICAgICAgY29scyA9IFsuLi5jb2xzLCAuLi5jaGlsZC5jaGlsZHJlbl07XG4gICAgICAgIGVsc2UgaWYgKGNoaWxkLnR5cGUubmFtZSA9PT0gJ0NvbHVtbicpXG4gICAgICAgICAgY29scy5wdXNoKGNoaWxkKTtcbiAgICAgIH0pO1xuICAgICAgcmV0dXJuIGNvbHM7XG4gICAgfVxuICB9XG59XG48L3NjcmlwdD4iLCJQYXJlbnQudnVlIjoiPHRlbXBsYXRlPlxuXHQ8aDM+UGFyZW50PC9oMz5cbiAgPENoaWxkPlxuICAgIDx0ZW1wbGF0ZSB2LWZvcj1cIihpbmRleCwgbmFtZSkgaW4gJHNsb3RzXCIgdi1zbG90OltuYW1lXT5cbiAgICBcdDxzbG90IDpuYW1lPVwibmFtZVwiPjwvc2xvdD5cblx0XHQ8L3RlbXBsYXRlPlxuICA8L0NoaWxkPlxuPC90ZW1wbGF0ZT5cblxuPHNjcmlwdD5cbmltcG9ydCBDaGlsZCBmcm9tICcuL0NoaWxkLnZ1ZSc7XG5leHBvcnQgZGVmYXVsdCB7XG4gIG5hbWU6ICdQYXJlbnQnLFxuICBjb21wb25lbnRzOiB7IENoaWxkIH0sXG4gIG1vdW50ZWQoKSB7XG4gICAgY29uc29sZS5sb2coJ1BhcmVudCBkZWZhdWx0IHNsb3RzJywgdGhpcy4kc2xvdHMuZGVmYXVsdCgpKTtcbiAgICBjb25zb2xlLmxvZygnUGFyZW50IGN1c3RvbSBzbG90cycsIHRoaXMuJHNsb3RzLmN1c3RvbSgpKTtcbiAgfSxcbn1cbjwvc2NyaXB0PiIsIkdyYW5kUGFyZW50LnZ1ZSI6Ijx0ZW1wbGF0ZT5cblx0PGgzPkdyYW5kUGFyZW50PC9oMz5cbiAgPFBhcmVudD5cbiAgICA8dGVtcGxhdGUgdi1mb3I9XCIoaW5kZXgsIG5hbWUpIGluICRzbG90c1wiIHYtc2xvdDpbbmFtZV0+XG4gICAgXHQ8c2xvdCA6bmFtZT1cIm5hbWVcIj48L3Nsb3Q+XG5cdFx0PC90ZW1wbGF0ZT5cbiAgPC9QYXJlbnQ+XG48L3RlbXBsYXRlPlxuXG48c2NyaXB0PlxuaW1wb3J0IFBhcmVudCBmcm9tICcuL1BhcmVudC52dWUnO1xuZXhwb3J0IGRlZmF1bHQge1xuICBuYW1lOiAnR3JhbmRQYXJlbnQnLFxuICBjb21wb25lbnRzOiB7IFBhcmVudCB9LFxuICBtb3VudGVkKCkge1xuICAgIGNvbnNvbGUubG9nKCdHcmFuZFBhcmVudCBkZWZhdWx0IHNsb3RzJywgdGhpcy4kc2xvdHMuZGVmYXVsdCgpKTtcbiAgICBjb25zb2xlLmxvZygnR3JhbmRQYXJlbnQgY3VzdG9tIHNsb3RzJywgdGhpcy4kc2xvdHMuY3VzdG9tKCkpO1xuICB9LFxufVxuPC9zY3JpcHQ+In0=
2021-11-04 14:14:39 -04:00
Tuğçe Küçükoğlu
0d049b4ca0
Fixed #1621 - [Feature Request] Disable +- Button on InputNumber when value reach min, max
2021-11-04 10:33:11 +03:00
Tuğçe Küçükoğlu
4547fe5e5c
Fixed #1715 - DataTable wrong TypeScript definition for row click events
2021-11-04 09:54:33 +03:00
a.langner
10f3139875
add property "icon" to Message.vue to display a custom icon
2021-11-03 13:18:51 +01:00
Tuğçe Küçükoğlu
87941b29c2
Fixed #1685 - Templating Support for ConfirmPopup
2021-11-02 12:47:22 +03:00
Tuğçe Küçükoğlu
033f46dfb6
refactor
2021-11-02 11:04:51 +03:00
Tuğçe Küçükoğlu
e2ce66b2ea
Fixed #1698 - Panel #icons template causes vue-tsc compile error
2021-11-02 11:04:37 +03:00
Tuğçe Küçükoğlu
0d1ed578eb
Fixed #1625 - BlockUI not working with div as child component
2021-10-25 17:34:32 +03:00
Tuğçe Küçükoğlu
cc7d7c437c
Fixed #1616 - Accessibility issue with Accordion keyboard navigation
2021-10-25 17:30:09 +03:00
Cagatay Civici
78a91c718a
Fixed #1697 - Flicker on non-modal Dialogs
2021-10-25 14:59:56 +03:00
Cagatay Civici
380cc59ccf
Fixed prop name
2021-10-25 14:51:02 +03:00
Cagatay Civici
f61efad17e
Fixed #1696 - Add tableStyle and tableClass to Table
2021-10-25 14:49:59 +03:00
Cagatay Civici
10e49e1de5
Fixed #1674 - Wrong TypeScript-types for InputText component
2021-10-25 14:03:47 +03:00
Tuğçe Küçükoğlu
380f61d2e3
Fixed #1526 - Menubar templating error
2021-10-25 11:48:04 +03:00
Tuğçe Küçükoğlu
56285f087c
Fixed #1695 - Update all .d.ts files for events and slots
2021-10-25 10:06:40 +03:00
Tuğçe Küçükoğlu
6b196a6030
Fixed #1688 - ContextMenu "template" prop type error
2021-10-22 17:27:36 +03:00
Tuğçe Küçükoğlu
4920f2d88b
Fixed #1657 - Dropdown should automatically scroll to show the selected option
2021-10-22 17:15:01 +03:00
Tuğçe Küçükoğlu
28f9bdb314
Fixed #1690 - ToastSeverity added .d.ts
2021-10-22 17:13:33 +03:00
Tuğçe Küçükoğlu
3b392d6a24
Refactor #1687
2021-10-22 14:08:53 +03:00
Tuğçe Küçükoğlu
2959abe245
Refactor #1687 - VirtualScroll update d.ts
2021-10-22 10:26:53 +03:00
Javier Peletier
edc1f49178
VirtualScroller: add missing method typings
2021-10-22 10:21:58 +03:00
Tuğçe Küçükoğlu
217ff51323
Fixed #1684 - Dragging a Dialog breaks "maximize" feature
2021-10-21 16:44:51 +03:00
Tuğçe Küçükoğlu
8797191625
Fixed #1679 - MegaMenu templating not work
2021-10-18 17:25:24 +03:00
Tuğçe Küçükoğlu
af6154f9dc
Fixed #1661 - inputNumber class prop type defect
2021-10-15 16:07:58 +03:00
Tuğçe Küçükoğlu
b988a82eed
Fixed #1610 - VirtualScroller.scrollToIndex programming error
2021-10-12 17:01:55 +03:00
Tuğçe Küçükoğlu
be0f826707
Fixed #1651 - disabled props for Inplace
2021-10-12 14:39:00 +03:00
Tuğçe Küçükoğlu
21d3ee6fdf
Fixed #1658 - Menu Model icon defect for Dock
2021-10-12 12:19:52 +03:00
Tuğçe Küçükoğlu
dd1888c171
Fixed #1652 - Ripple added Dock
2021-10-08 14:52:36 +03:00
mertsincan
306b38ef5d
Fixed #1646 - Kebab-case properties are not working on DataTable and TreeTable
2021-10-07 09:26:26 +03:00
Tuğçe Küçükoğlu
34d6fc9e37
Fixed #1638 - Tiered Menu with Templating throw 'type check failed for prop "template"
2021-10-05 09:19:13 +03:00
Colin Bester
5603b44cd5
Update Chart.vue
2021-10-04 15:37:49 -05:00
Tuğçe Küçükoğlu
2a5f2422a9
Merge pull request #1595 from yichunsung/bugfix/fix-vue-Plugin-issue
...
Fixed #1596 : Typescript `Plugin` issue of `ConfirmationService.d.ts` and `ToastService.d.ts`
2021-10-04 15:34:53 +03:00
mertsincan
dcf60ef1a3
Refactor #1263
2021-10-04 12:25:41 +03:00
mertsincan
c88265ecbe
Fixed #1633 - Improve sorting performance on DataTable
2021-10-04 11:31:10 +03:00
mertsincan
81ef7ee157
Fixed #1632 - Improve accessibility on Editable DataTable
2021-10-04 11:27:08 +03:00
mertsincan
2eb45a5b92
Fixed #1631 - The editingRows property is not working with initial value on DataTable
2021-10-04 10:53:44 +03:00
mertsincan
b5fd87dcd6
Refactor #1273
2021-10-04 10:36:36 +03:00
Tuğçe Küçükoğlu
2a05640b46
Merge pull request #1529 from shadoWalker89/patch-3
...
Add events emitted by OverlayPanel
2021-10-04 10:08:44 +03:00
Tuğçe Küçükoğlu
1f34b15a60
Merge pull request #1628 from samperumal/samperumal/datatable-expansion
...
Add missing 'expansion' slot TypeScript definition to DataTable.d.ts
2021-10-04 10:07:11 +03:00
Tuğçe Küçükoğlu
8e71e7b058
Merge pull request #1544 from thomaswan/patch-1
...
SpeedDial hideOnClickOutside not working
2021-10-04 10:02:49 +03:00
mertsincan
fa4d6344e5
Refactor #1273
2021-10-04 09:01:09 +03:00
mertsincan
69e7d3b167
Update DataTable.d.ts
2021-10-02 23:51:09 +03:00
mertsincan
044290601e
Fixed #1273 - Support for Filtering, Sorting and Cell Editing on DataTable
2021-10-02 23:49:23 +03:00
Sam Perumal
b6a3beefd2
Add missing 'expansion' slot TypeScript definition
...
The DataTable.d.ts is missing the 'expansion' field
in the $slots class field.
2021-10-02 19:04:15 +02:00
Cagatay Civici
1a72acabb5
Fixed reference error
2021-10-02 18:59:13 +03:00
Cagatay Civici
1e305ba7ff
Remove static from Utils
2021-10-02 18:58:31 +03:00
Cagatay Civici
fe9413c7b7
Fixed #1263 - Kebap-case is not supported in some components like DataTable
2021-10-02 18:41:59 +03:00
mertsincan
231dfe22c1
Fixed #1622 - Add type definition for Utils modules
2021-10-01 11:10:01 +03:00
mertsincan
e5e5f14a1b
Fixed #1620 - Improve scrollbar style on BreadCrumb and TabMenu
2021-09-30 14:44:26 +03:00
Tuğçe Küçükoğlu
f23856b3a0
emits added
2021-09-29 16:29:05 +03:00
mertsincan
11e89e1c0b
Refactor #1612
2021-09-28 12:15:43 +03:00
John Campion Jr
b58f3ddab6
Fixed #1612 - Feature: Custom Tooltip classes ( #1572 )
...
* Added custom classes to the tooltip for use in errors
* Added source to docs
2021-09-28 12:02:33 +03:00
Yiğit FINDIKLI
c17b67e2f5
Fixed #1602 - Paginator's Inputnumber displays index instead of current page
2021-09-23 12:31:47 +03:00
YiChun Sung
bfdf90460a
Fixed issue of ConfirmationService.d.ts and ToastService.d.ts
2021-09-23 01:52:31 +08:00
Yiğit FINDIKLI
6648de2769
Fixed #1586 - InputSwitch - trueValue-falseValue features causes warning
2021-09-22 14:14:21 +03:00
Colin Bester
32293383fa
Update Chart.vue to trigger on any change to object data
...
Use deep watch on data prop to enable triggering watch for changes within structure otherwise the entire data object needs to be replaced to trigger watch
2021-09-21 09:51:41 -05:00
thomaswan
8e0e80d04e
Update SpeedDial.vue
2021-09-15 19:42:47 +08:00
thomaswan
887b635a92
Update SpeedDial.vue
2021-09-15 19:41:13 +08:00
thomaswan
7e3f17c4a3
SpeedDial hideOnClickOutside not working
...
this.bindDocumentClickListener() is called in beforeMount without case checking. update code to check props hideOnClickOutside before bind listener.
2021-09-15 19:21:33 +08:00
mertsincan
a159ad44d9
Fixed #1531 - DataTable - RowGrouping Breaks Filter Row Column Widths
2021-09-15 14:17:05 +03:00
mertsincan
f1c641ce59
Fixed #1505 - DataTable State broken with resizableColumns
2021-09-15 12:35:26 +03:00
mertsincan
3151dd896c
Fixed #1508 and #1521 - DataTable doesn't work as expected when the container is resized.
2021-09-15 11:13:04 +03:00
Cagatay Civici
b9f3762302
Fixed #1540
2021-09-15 10:35:12 +03:00
mertsincan
18c228eda6
Refactor #1362
2021-09-15 09:39:40 +03:00
Mouad Taoussi
d9d871efb6
Fixed #1362 - Added autoHighlight property to AutoComplete ( #1429 )
...
* Adding autoHighlight to first element in autocomplete
* Adding autoHighlight to first element in autocomplete
* Adding autoHighlight to first element in autocomplete
* Adding autoHighlight to first element in autocomplete
* Added autoHighlight to first element in autocomplete
* Added autoHighlight to first element in autocomplete: set default to false
2021-09-15 09:33:20 +03:00
mertsincan
357b26178b
Fixed #1520 - Extra space between Dropdown and filter list
2021-09-14 16:00:38 +03:00
mertsincan
6df9d4e461
Fixed #1516 - Dropdown with filter bug selecting with arrow keys
2021-09-14 13:42:01 +03:00
Melek REBAI
121054cc67
Fixed #1528 - Prevent overlay from closing when clicking on a label inside ( #1527 )
...
Hi,
On this PR https://github.com/primefaces/primevue/pull/1361 the event used for checking if the click is inside the overlay was changed from @click to @mousedown
This caused the overlay to hide when clicking on a <label> tag within the overlay
In this PR, i'm adding a listener for the click event that calls onContentClick function
I tested this change locally and now both clicking on a label or trying to select text work both fine
2021-09-14 12:56:23 +03:00
mertsincan
3723548c43
Fixed #1536 - PanelMenu subItems 'to' route configuration breaks menu rendering
2021-09-14 12:50:24 +03:00
mertsincan
af831bb135
Fixed #1537 - BlockUI doesn't get rid of div
2021-09-14 12:39:53 +03:00
mertsincan
aee227f41e
Refactor #1532
2021-09-14 09:38:58 +03:00
John Campion Jr
0298dde7ea
[ Fix #1532 ] DataTable - Implements showClearButton property ( #1533 )
...
Closes #1532 .
2021-09-14 09:37:38 +03:00
mertsincan
064ad749d8
Refactor #1511
2021-09-14 09:29:37 +03:00
mertsincan
3039690bef
Fixed #1542 - InputNumber: setting "min" to anything greater than 0 implies "required"
2021-09-13 11:32:29 +03:00
Tuğçe Küçükoğlu
a3979ad0f5
Fixed #1512 - Tooltip: word wrap
2021-09-10 15:37:49 +03:00
Tuğçe Küçükoğlu
0e750fdb1c
Fixed #1511 - Tooltip: crash when empty\null
2021-09-10 15:36:11 +03:00
mertsincan
13dd5820b3
Fixed #1534 - Checkbox causes layout issues when used inside an overflow: auto div
2021-09-10 11:07:52 +03:00
Melek REBAI
0a601257de
Add events emitted by OverlayPanel
...
This PR adds the emits: ['show', 'hide'] to OverlayPanel component.
Without these vue will throw warnings in the console
Also in vue js docs, they encourage to add the emits
2021-09-09 17:59:28 +01:00
mertsincan
e274666d4d
Fixed #1523 - Thumbnails are not displayed correctly on Galleria if numVisible is greater than the length of value
2021-09-08 14:41:51 +03:00
mertsincan
f5226f6803
Fixed #1522 - InputNumber: issues with decimal separator for some locales, 0s are added to input
2021-09-08 14:21:14 +03:00
mertsincan
999022caca
Fixed #1515 - Negative sign in front of number is not possible for Finnish or Swedish locale
2021-09-07 17:45:09 +03:00
mertsincan
a7c3110a4e
Refactor #1513
2021-09-07 17:28:08 +03:00
mertsincan
3ab8ce06f7
Fixed #1513 - Input number caret issue with negatives
2021-09-07 17:17:07 +03:00
mertsincan
dc8b4217bb
Fixed #1510 - inputnumber : both prefix and currency Input error
2021-09-07 11:15:51 +03:00
mertsincan
f761200c4a
Update d.ts and doc of InputNumber
2021-09-07 10:06:58 +03:00
mertsincan
b17ed7924e
Fixed #1509 - Add getFormatter method to InputNumber
2021-09-07 10:06:38 +03:00
mertsincan
75e14a66d4
Fixed #1502 - Add allowEmpty property to InputNumber
2021-09-06 14:01:55 +03:00
mertsincan
a14af778f8
Merge branch 'master' of https://github.com/primefaces/primevue
2021-09-06 12:23:28 +03:00
mertsincan
c7ce9a13df
Fixed #1501 - Dropdown scrolls top after reopened
2021-09-06 12:22:19 +03:00
Cagatay Civici
0f4c9f0da8
Fixed #1453 - [OverlayPanel] add @show and @hide events
2021-09-06 12:04:01 +03:00
Cagatay Civici
9ecd219fb2
Merge branch 'master' of https://github.com/primefaces/primevue
2021-09-06 11:59:29 +03:00
Cagatay Civici
3a74243bdb
Fixed #1496 - filterMatchMode option is ignored in Dropdown
2021-09-06 11:59:26 +03:00
mertsincan
c7e86119ef
Fixed #1498 - When inputnumber has fractionDigits and suffix, a number cannot be entered into it.
2021-09-06 11:58:09 +03:00
mertsincan
214942a87b
Refactor #1446
2021-09-01 11:11:11 +03:00
mertsincan
2b3e461811
Fixed #1495 - Change button/maskClassName properties with button/maskClass properties on SpeedDial
2021-09-01 10:43:29 +03:00
mertsincan
dbdf1bfc44
Fixed #1494 - The maskStyle property doesn't work as expected in SpeedDial
2021-08-31 22:55:17 +03:00
mertsincan
f3a551f85c
Fixed #1493 - DomHandler imports from wrong module path in SpeedDial component
2021-08-31 22:24:47 +03:00
mertsincan
e96f3d2d94
Refactor #1481
2021-08-31 17:45:28 +03:00
Cagatay Civici
df559cb1e1
Fixed #1447 - Set Paginator Page from InputNumber
2021-08-31 16:11:04 +03:00
Cagatay Civici
0ce958ddf3
Theming for scrollable tabs
2021-08-31 15:53:48 +03:00
Cagatay Civici
28d33b0a5b
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 15:00:07 +03:00
Cagatay Civici
b46ad4374e
Fixed #1447 Fixed #1491
2021-08-31 15:00:04 +03:00
mertsincan
aeba88374b
Fixed #1490 - Add tooltipOptions property to Dock
2021-08-31 14:28:46 +03:00
mertsincan
be2365bfef
Fixed #1489 - Add tooltipOptions property to SpeedDial
2021-08-31 14:18:37 +03:00
mertsincan
f12f8e73a6
Fixed #1473 - Alignment issue with multiple frozen columns on DataTable
2021-08-31 12:33:15 +03:00
Tuğçe Küçükoğlu
2495d6099a
Fixed #1488 - activeIndex for TabMenu
2021-08-31 12:16:23 +03:00
Cagatay Civici
488cb9fdaa
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 11:10:27 +03:00
Cagatay Civici
e7e4d8ed66
Image component refactor
2021-08-31 11:10:24 +03:00
mertsincan
aa6c94bc3a
Refactor #1446
2021-08-31 10:57:09 +03:00
mertsincan
6c2f936780
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 10:47:32 +03:00
mertsincan
cb6f17a4aa
Update d.ts and api-gen of Dialog
2021-08-31 10:47:15 +03:00
mertsincan
652725016d
Fixed #1483 - Add appendTo property to Dialog
2021-08-31 10:46:53 +03:00
Cagatay Civici
945880e99a
Docs for Image
2021-08-31 10:44:06 +03:00
mertsincan
85be3bb715
Refactor #1446
2021-08-31 10:07:45 +03:00
mertsincan
7744691246
Update doc and d.ts file of Tabview
2021-08-31 09:47:07 +03:00
mertsincan
0704975c15
Fixed #1446 and #1486 - Improve Tabview component
2021-08-31 09:46:25 +03:00
Cagatay Civici
b9736729cd
Initiated Image component
2021-08-29 15:54:41 +03:00
Cagatay Civici
2b00a72b7a
Fixed #1475 - CurrentPageReport displays wrong value
2021-08-27 17:26:57 +03:00
Cagatay Civici
3f5d6a2bf1
Fixed #1482 - start and end slots for MegaMenu, remove default slot
2021-08-27 17:02:32 +03:00
Cagatay Civici
5b0532aeca
#1459 for other selects
2021-08-27 16:58:51 +03:00
Cagatay Civici
2670b1e539
Merge pull request #1460 from nbrylevv/dropdown-trigger-slot
...
feature - trigger slot for Dropdown
2021-08-27 16:53:40 +03:00
Cagatay Civici
85710c958a
Fixed #1468 - Dropdown does not correctly handle empty label strings
2021-08-27 16:52:36 +03:00
Cagatay Civici
a023df876c
#1275 for Steps
2021-08-27 16:47:45 +03:00
Cagatay Civici
30a1d5c72d
#1254 for Dock
2021-08-27 16:41:51 +03:00
Cagatay Civici
23f842e203
#1275 for PanelMenu
2021-08-27 16:31:55 +03:00
Cagatay Civici
22521d5817
#1275 for Megamenu
2021-08-27 15:58:54 +03:00
Cagatay Civici
23970ebedf
#1275 for ContextMenu
2021-08-27 15:50:14 +03:00
Cagatay Civici
35974df78b
#1275 for Menubar
2021-08-27 15:46:44 +03:00
Cagatay Civici
558418030f
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-27 15:04:50 +03:00
Cagatay Civici
05565212bc
#1275 for TieredMenu
2021-08-27 15:04:48 +03:00
mertsincan
2ecc6950ba
Fixed #1393 - Calendar WCAG Accessibility Issue with Keyboard Navigation
2021-08-27 14:55:21 +03:00
Cagatay Civici
1bdf46a22c
#1275 for breadcrumb
2021-08-27 14:48:05 +03:00
mertsincan
bede50d494
Fixed #1345 - DataTable row group and sortable columns are not working together
2021-08-27 13:51:49 +03:00
mertsincan
94a4218556
Fixed #1398 - Make Dock component mobile friendly
2021-08-27 12:35:57 +03:00
Cagatay Civici
648e6cf4a2
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-27 11:09:46 +03:00
Cagatay Civici
16fe00529e
#1275 for menu
2021-08-27 11:09:41 +03:00
mertsincan
68e748bf92
Refactor #1477
2021-08-26 14:01:01 +03:00
mertsincan
f83169dd60
Fixed #1477 - Add keepInvalid property to Calendar
2021-08-26 14:00:48 +03:00
mertsincan
bd1aac9b5e
Fixed #1392 - Datatable date filter throws uncaught error when invalid date string is entered
2021-08-26 13:50:16 +03:00
mertsincan
4c59131889
Fixed #1399 - FileUpload Invalid File messages not displaying on repeat attempts
2021-08-26 11:27:38 +03:00
mertsincan
0f82cd9215
Fixed #1390 - Dropdown onkeydown item search not working properly
2021-08-26 11:11:11 +03:00
mertsincan
730503bea7
Refactor #1441 and #1136
2021-08-26 10:15:38 +03:00
mertsincan
26eba9e055
Fixed #1441 and #1136 - Improve decimal separator behavior on InputNumber
2021-08-25 17:51:25 +03:00
Tuğçe Küçükoğlu
d924dbac8d
Fixed #1428 - [feature request]Please add event while menu/overlay is dismissed
2021-08-25 14:46:46 +03:00
mertsincan
a321ccaa63
Fixed #1411 - Filtered Dropdown unusable on Windows Tablet
2021-08-25 12:44:49 +03:00
mertsincan
93cc6a8a6e
Fixed #1381 - Auto ZIndex Issue with Toast and Sidebar
2021-08-25 11:05:14 +03:00
mertsincan
05d0f8c35d
Fixed #1372 - InputNumber input event returns wrong value
2021-08-25 10:51:54 +03:00
Cagatay Civici
798c514448
Add to emits
2021-08-25 10:10:52 +03:00
Cagatay Civici
cae2bf165a
Prevent duplicate event invocation
2021-08-25 10:09:50 +03:00
Tuğçe Küçükoğlu
6e61d66226
fix props warning
2021-08-25 10:07:37 +03:00
mertsincan
023d7794ad
Fixed #1337 - input mask - mask affecting dirty state
2021-08-25 10:03:17 +03:00
Cagatay Civici
a1cf1d4277
Fixed #1471 - Add input, focus, blur events for Checkbox
2021-08-25 09:58:21 +03:00
Cagatay Civici
53a69ebd72
Fixed #1470 - Add trueValue-falseValue to InputSwitch
2021-08-25 09:53:23 +03:00
Cagatay Civici
3a854247be
Fixed #1320 - Checkbox true-value / false-value does not work
2021-08-25 09:48:02 +03:00
Cagatay Civici
b13d8d517f
Fixed #1234 - Add input, focus, blur events for InputSwitch
2021-08-25 09:30:41 +03:00
mertsincan
52cc71e12b
Refactor #1467
2021-08-24 16:56:37 +03:00
Yiğit FINDIKLI
593b23af70
Fixed #10532 - Table Header Checkbox not working when lazy loading enabled
2021-08-24 16:33:58 +03:00
Tuğçe Küçükoğlu
e28ca17eca
Fixed #1187 - Constants for Toast severities
2021-08-24 10:33:48 +03:00
Tuğçe Küçükoğlu
1ecaba2b87
Fixed #1293 - MenuModel - disabled should be a function to support dynamic behavior
2021-08-24 09:52:57 +03:00
mertsincan
628325522c
Fixed #1463 - When Chart component is updated, it throws an exception
2021-08-23 16:54:04 +03:00
Yiğit FINDIKLI
32d23d01e9
Fixed #1461 - pFrozenColumn is moving when position set to left
2021-08-20 15:58:48 +03:00
Nikita Brylev
681b66f563
feature - trigger slot for Dropdown
2021-08-19 19:21:56 +03:00
Tuğçe Küçükoğlu
03d111f215
Refactor #1451 - update d.ts, docs, api-generator
2021-08-17 17:09:43 +03:00
Tuğçe Küçükoğlu
9e6e8633a2
Refactor #1451 - For AutoComplete
2021-08-17 17:01:21 +03:00
mertsincan
c8421dcb0f
Refactor #1451 - For MultiSelect
2021-08-17 14:02:42 +03:00
mertsincan
4cfa62f29e
Refactor #1451 - For keyboard support on Dropdown
2021-08-17 11:24:42 +03:00
mertsincan
86458bc1c5
Refactor #1451
2021-08-16 14:21:36 +03:00
mertsincan
6d90f461a4
Refactor #1451 - For AutoComplete
2021-08-16 14:20:49 +03:00
mertsincan
ba75e9c51c
Refactor #1451 - For Listbox
2021-08-16 13:48:28 +03:00
mertsincan
d128063d59
Refactor #1451 - For Dropdown
2021-08-16 11:50:32 +03:00
mertsincan
7cdef9dc17
Refactor #1451 - For Dropdown
2021-08-16 10:38:18 +03:00
mertsincan
1983225b2f
Refactor on VirtualScroller
2021-08-16 10:28:33 +03:00
mertsincan
1ac34d77ca
Refactor #1451 - For Dropdown
2021-08-13 17:29:39 +03:00
mertsincan
efc8b36523
Refactor on VirtualScroller
2021-08-13 16:53:11 +03:00
Tuğçe Küçükoğlu
5243d5ba00
Fixed #1311 - DataTable State: columnwidths are not restored correctly when using scrollable and resizableColumns props
2021-08-12 14:31:02 +03:00
Cagatay Civici
33a93d8c08
Fixed #1443 - Unnecessary horizontal scrollbar displayed with rowgrouping
2021-08-11 14:00:31 +03:00
Cagatay Civici
0c16992f5b
Fixed #1436 - StyleClass does not open overlay when source is clicked again
2021-08-10 16:35:46 +03:00
Cagatay Civici
2a5b1872e7
Support for footer
2021-08-09 17:50:10 +03:00
Cagatay Civici
9eac2da7ec
Fixed #1314 - Support for scrolling and column groups
2021-08-09 17:37:09 +03:00
Cagatay Civici
0333cf1fce
Fixed #1415 - Toast does not clear hide timeout on unmount
2021-08-06 10:29:07 +03:00
Tuğçe Küçükoğlu
1b50d13cd2
Refactor #1407
2021-08-04 17:43:39 +03:00
Tuğçe Küçükoğlu
39f9b55be3
Fixed #1407 - style and class props for FileUpload
2021-08-04 17:26:21 +03:00
Tuğçe Küçükoğlu
08681e45bc
Fixed #1405 - New v-styleclass directive
2021-08-04 13:01:03 +03:00
Tuğçe Küçükoğlu
6e119d9ac2
Fixed #1404 - value and disabled props for Tooltip
2021-08-04 12:17:15 +03:00
Tuğçe Küçükoğlu
a4973cb39a
Fixed #1403 - New styleClass and contentStyleClass props for Toast
2021-08-04 11:58:17 +03:00
Tuğçe Küçükoğlu
98fa9847c6
Fixed #1386 - New Dock Component
2021-07-27 13:03:28 +03:00
mertsincan
a9c215224d
Cosmetics
2021-07-27 12:16:18 +03:00
Cagatay Civici
4dae38663f
Support for PrimeFlex v3
2021-07-27 11:43:16 +03:00
Cagatay Civici
b7b4f6e0d2
Merge pull request #1361 from Mirko92/master
...
Fix: Prevent overlay closing if click start inside
2021-07-27 11:21:23 +03:00
Cagatay Civici
240d7f67a4
Merge branch 'master' of https://github.com/primefaces/primevue
2021-07-27 11:17:24 +03:00
Cagatay Civici
a5c045f2da
Fixed #1375 - Add "multiple" support to simple FileUpload button
2021-07-27 11:17:21 +03:00
Tuğçe Küçükoğlu
6daa56c36b
Fixed #1384 - New Speed Dial Component
2021-07-27 11:16:27 +03:00
Cagatay Civici
90b2e10b6b
Merge pull request #1333 from Dodobibi/patch-1
...
Wrong typescript declaration for usePrimeVue
2021-07-27 11:03:37 +03:00
Cagatay Civici
c86f5e0c2a
Merge pull request #1363 from Burtchen/patch-1
...
Linting fixes in Password.vue
2021-07-27 11:02:03 +03:00
Cagatay Civici
ab17ffa622
Fixed #942 - Custom target for OverlayPane
2021-07-27 11:00:47 +03:00
Cagatay Civici
c0e13b0cd9
Fixed #1278 - No exportFunction, it's called but not defined.
2021-07-26 11:26:00 +03:00
Tuğçe Küçükoğlu
d31b23c381
Fixed #1368 - Comments in ColumnGroup rows are rendered as <th> elements
2021-07-16 17:50:36 +03:00
Tuğçe Küçükoğlu
a5365d8292
Fixed #692 - VirtualScroller Component
2021-07-16 12:39:45 +03:00
Burtchen
c7a553ffb8
Linting fixes in Password.vue
...
Three small fixes:
- className where "class" is correct
- a let that should be a const as the variable is never reassigned
- a superfluous % after a "0" CSS value
2021-07-02 19:03:04 +02:00
Mirko
49b5442a9f
Fix: Prevent overlay closing if click start inside
2021-07-01 14:17:28 +02:00
Tuğçe Küçükoğlu
0e34488099
Fixed #1313 - New SplitButton with TieredMenu
2021-06-25 17:18:14 +03:00
Tuğçe Küçükoğlu
a812acebd7
Added default attributes
2021-06-25 13:13:32 +03:00
Tuğçe Küçükoğlu
037183aa25
Fixed #1249 - Feature Request: Templating for Toast component
2021-06-25 13:10:52 +03:00
Tuğçe Küçükoğlu
e4d83d48c6
Fixed #1272 - ProgressBar does not show zero percent
2021-06-23 16:07:45 +03:00
Tuğçe Küçükoğlu
679cf8f766
Fixed #1358 - Overlay aligning calculation defect
2021-06-23 15:46:10 +03:00
Tuğçe Küçükoğlu
2933ca3ea7
Fixed #1319 - Missing class prop on Button component fails Typescript complier
2021-06-23 14:44:32 +03:00
Tuğçe Küçükoğlu
44a7edda0c
Fixed #1318 - Tooltips closed on window resize after system keyboard appears on mobile devices
2021-06-23 11:31:59 +03:00
Tuğçe Küçükoğlu
eedaf01961
Fixed #1357 - DataTable cell editing regression
2021-06-23 09:37:13 +03:00
Tuğçe Küçükoğlu
10f47c6ff9
Fixed #1355 - DataTable row group and resizable column not working together
2021-06-18 16:41:15 +03:00
Tuğçe Küçükoğlu
71e93a1bf8
Fixed #1354 - Responsive Toast
2021-06-16 13:00:57 +03:00
Tuğçe Küçükoğlu
cbc0b98846
Fixed #1353 - Responsive TabMenu and Breadcrumb
2021-06-16 11:47:20 +03:00
Tuğçe Küçükoğlu
5d257140b3
Fixed #1351 - Update FullCalendar to 5.7.2
2021-06-16 10:40:42 +03:00
Tuğçe Küçükoğlu
3c8ec4e437
Fixed #1348 - Upgrade Chart.js to 3.3.2
2021-06-15 13:10:28 +03:00
Tuğçe Küçükoğlu
4d1891b47c
update .d.ts files
2021-06-14 17:05:02 +03:00
Yiğit FINDIKLI
2a2c97703c
Fixed #1342 - Filtering non existing item in dropdown [filter=true, group=true] and pressing key down generates error
2021-06-11 16:41:00 +03:00
Cagatay Civici
990e07c12d
Fixed #1341 - Chip templating support for AutoComplete and MultiSelec
2021-06-11 15:38:06 +03:00
Cagatay Civici
eff295242c
Refactored #1315
2021-06-11 15:19:09 +03:00
Cagatay Civici
a478ace3fb
Fixed #1323 - Dynamic columns not showing in Datatable with vue 3.1.1
2021-06-11 15:12:29 +03:00
Cagatay Civici
e21906e672
Fixed #1269 - DataTable does not honor initial selection
2021-06-11 15:11:02 +03:00
Tuğçe Küçükoğlu
002b8451b1
Refactor #1339
2021-06-11 14:10:54 +03:00
Tuğçe Küçükoğlu
e1b3ef76d4
Fixed #1339 - AccordionTab error with v-if="false"
2021-06-11 13:37:16 +03:00
Tuğçe Küçükoğlu
a9484ff654
Fixed #1315 - Toast center positioning enhancement
2021-06-09 15:47:05 +03:00
Dominique BILLET
482c4f9529
Update PrimeVue.d.ts
...
usePrimeVue ts declaration is wrong : PrimeVueConfiguration must be under config
2021-06-09 12:57:48 +02:00
Tuğçe Küçükoğlu
5defea1f94
Fixed #1274 - DataTable slotProps.index mismatch
2021-06-04 16:05:01 +03:00
Tuğçe Küçükoğlu
afed3bad7f
Fixed #1294 - Upload button disable on FileUpload
2021-06-02 12:15:45 +03:00
Tuğçe Küçükoğlu
46a9ab9114
Fixed #1308 - Datatable event @value-change return undefined when filtering
2021-06-01 17:09:55 +03:00
Tuğçe Küçükoğlu
4325d930bc
Refactor #1310
2021-06-01 14:27:44 +03:00
Tuğçe Küçükoğlu
1f23736c2b
Fixed #1310 - Programmatic PanelMenu header link needs click twice to toggle itself
2021-06-01 12:26:15 +03:00
Tuğçe Küçükoğlu
39d3375342
Fixed #1300 - Remove button in Chips template
2021-05-31 15:57:00 +03:00
Tuğçe Küçükoğlu
cbcc74b71d
Fixed #1306 - JumpToPageDropdown are numbered from 0 instead of 1
2021-05-31 15:36:23 +03:00
Yiğit FINDIKLI
468cc8fefd
Fixed #1298 - The TreeSelect shouldn't scroll the Browser when trying to open it with the keyboard
2021-05-25 15:19:21 +03:00
Cagatay Civici
092396ca9c
Fixed #1066 - hideIcon and showIcon for Password
2021-05-18 12:57:22 +03:00
Cagatay Civici
bc8a5154a7
Merge pull request #1190 from asanovr/patch-1
...
TreeSelect node-unselect not triggered
2021-05-18 12:43:29 +03:00
Tuğçe Küçükoğlu
bc3655b82a
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-18 12:42:17 +03:00
Cagatay Civici
1b776b9abd
Merge pull request #1199 from evolvedlight/patch-1
...
Fix incorrect type on inputClass
2021-05-18 12:41:59 +03:00
Tuğçe Küçükoğlu
43531e93c4
remove console.log
2021-05-18 12:41:58 +03:00
Cagatay Civici
0cc7a4510b
Merge pull request #1227 from Aysnine/patch-1
...
fix CascadeSelectProp.optionGroupChildren type
2021-05-18 12:41:15 +03:00
Cagatay Civici
97e0bbbed8
Fixed #1256 - Chip - allow removable property while template is defined
2021-05-18 12:10:12 +03:00
Cagatay Civici
940d86299c
Fixed #1255 - Dropdown filter is incorrect when grouped and optionGroupChildren not named "items
2021-05-18 12:08:32 +03:00
Cagatay Civici
1253676112
Fixed #1268 - Add lazy option to TabView and Accordion
2021-05-18 11:57:37 +03:00
Cagatay Civici
fd7267bc01
Add npe check
2021-05-18 11:33:48 +03:00
Cagatay Civici
c04098e4fe
Fixed #367 - Ability to activate PanelMenu item declaratively or programmatically
2021-05-17 18:44:09 +03:00
Cagatay Civici
66ef0a5686
Fixed #1247 -
2021-05-17 17:43:23 +03:00
Cagatay Civici
a53bae5b46
Fixed #1266 - FilterContent overlaps on frozen columns
2021-05-17 16:36:18 +03:00
Cagatay Civici
d8c6ab597c
Scroll+Resize support for TreeTable
2021-05-17 15:57:40 +03:00
Cagatay Civici
7e6a0c041f
Disable resize when frozen
2021-05-17 15:55:38 +03:00
Cagatay Civici
86a91ae4c3
Fixed #1018 - Resize support for Scrollable Tables
2021-05-17 15:53:35 +03:00
Cagatay Civici
d7c01c8f6e
Fixed #1244 - Templating for Menus
2021-05-17 14:58:53 +03:00
mertsincan
85f09a74f4
Cosmetic
2021-05-17 03:20:57 +03:00
Ahmed Kandil
25af520e4d
Fixed #1087 - DataTable global filter is reset when applying other filters
...
Fixes #1087
Co-authored-by: mertsincan <sincan.mert@gmail.com>
2021-05-17 03:19:24 +03:00
mertsincan
10348594f3
Fixed #1178 - DataTable state restoring seems broken for columnOrder and columnWidths
2021-05-17 02:31:38 +03:00
mertsincan
2b9a2de321
Cosmetic
2021-05-17 02:21:31 +03:00
mertsincan
aed0d5eed2
Fixed #508 - Edit and Sort combination support for Table
2021-05-17 02:00:53 +03:00
mertsincan
dabc67877b
Fixed #115 - Calendar datetime picker with stepMinute 15
2021-05-16 22:06:34 +03:00
Tuğçe Küçükoğlu
5136a928b9
Fixed #354 - AutoComplete completeOnFocus like PrimeNG
2021-05-16 17:47:52 +03:00
mertsincan
bf114576b1
Fixed #1098 - Column Reorder and Toggle support for Table
2021-05-15 15:27:58 +03:00
Cagatay Civici
5169491ffc
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-15 13:31:43 +03:00
Cagatay Civici
57af5b2796
Fixed #1261 - Add responsiveLayout property to TreeTable
2021-05-15 13:31:39 +03:00
mertsincan
3f0d35cc20
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-15 13:29:00 +03:00
mertsincan
5cd2c1460e
Fixed #1131 - ScrollPanel pushes content to the left in order to show scrollbar
2021-05-15 13:28:53 +03:00
Cagatay Civici
d8fac497c7
Fixed horizontal only scroll
2021-05-15 13:12:56 +03:00
Cagatay Civici
729133f428
Fixed #1260 - TreeTable does not add column and style props
2021-05-15 13:06:54 +03:00
Cagatay Civici
e3ab60c725
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-15 13:05:02 +03:00
Cagatay Civici
fb2a517838
Fixed #1259 - Filter column is not frozen
2021-05-15 13:04:59 +03:00
Yannis Thomopoulos
b3dece37ed
Fixes #1201 - Add conditional rendering to Carousel indicators
...
When totalIndicators is below 0 (when the value prop is an empty array) and numScroll !== numVisible, a RangeError is thrown.
2021-05-15 12:59:28 +03:00
Cagatay Civici
60547bc237
Fixed #338 - Scrollable TreeTable
2021-05-15 12:45:36 +03:00
Cagatay Civici
8329ed5423
Initiated scrollable treetable
2021-05-15 11:25:42 +03:00
Cagatay Civici
0a52948b4c
Fixed #830 - Improve active route detection in TabMenu
2021-05-14 22:04:21 +03:00
Cagatay Civici
22fc6b212a
Fixed #949 - Router support for PanelMenu headers
2021-05-14 18:58:46 +03:00
Cagatay Civici
5319c59d01
Fixed #1105 - Filter Event for Lazy Loading
2021-05-14 18:50:45 +03:00
Cagatay Civici
cfa4b06c03
Fixed #956 - Possibility to define column visibility
2021-05-14 15:30:49 +03:00
Cagatay Civici
feb3187d68
Fixed #944 - Dropdown component does not fire focus or blur events
2021-05-14 13:36:59 +03:00
Cagatay Civici
c67bf1a764
Refactor on events
2021-05-14 13:31:44 +03:00
Cagatay Civici
69c37f7751
Add doc for dragend event
2021-05-14 13:23:14 +03:00
Cagatay Civici
fa39c21c34
Fixed #85 - Draggable Dialog
2021-05-14 13:21:59 +03:00
Cagatay Civici
2acf800b43
Fixed #931 - Customizing the line of Timeline component
2021-05-14 12:50:55 +03:00
Cagatay Civici
805efbea4e
Fixed #1013 - Event for file remove in FileUpload
2021-05-14 12:08:46 +03:00
Cagatay Civici
025d9381a0
Fixed #1132 - Add loading prop to Dropdown, Multiselect
2021-05-14 12:01:25 +03:00
Tuğçe Küçükoğlu
fd15103171
Fixed #967 - Decimal value for Slider step does not work
2021-05-14 11:16:09 +03:00
Tuğçe Küçükoğlu
f579ac54b7
Revert #967
2021-05-14 11:13:00 +03:00
Cagatay Civici
9ba548c637
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-13 17:14:55 +03:00
Cagatay Civici
bf2e456705
Fixed #396 - Scrollable Tree
2021-05-13 17:14:52 +03:00
Tuğçe Küçükoğlu
247cc64be3
Fixed #984 - OverlayPanel with input closes when typing on mobile
2021-05-12 17:45:49 +03:00
Tuğçe Küçükoğlu
5efaf616e1
Fixed #967 - Decimal value for Slider step does not work
2021-05-12 17:21:11 +03:00
Cagatay Civici
64df59f515
Fixed #1096 - On Row Expansion Nested Data Table Column Headers No Longer work
2021-05-12 16:53:21 +03:00
Cagatay Civici
0fbb9ee277
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-12 16:47:34 +03:00
Cagatay Civici
ac948d5b57
Fixed #1075 - Row double click for Table
2021-05-12 16:47:31 +03:00
Tuğçe Küçükoğlu
3e746e1ca3
Fixed #1252 Fixed #878 FileUpload
2021-05-12 16:09:39 +03:00
Cagatay Civici
8d87d78db2
Fixed #1078 - Bad type for column field when fn is used
2021-05-12 15:46:08 +03:00
Cagatay Civici
0728aaa9ab
Fixed #247 - JumpToPageDropdown
2021-05-12 15:45:03 +03:00
Cagatay Civici
81c0928fa0
Fixed #1207 - Slot support for Badge component
2021-05-12 15:25:12 +03:00
Cagatay Civici
af4f9183a3
Fixed #1192 - Disabled options do not get disabled
2021-05-12 15:17:41 +03:00
Cagatay Civici
7634c02295
Fixed #1210 - FileUpload - long filename
2021-05-12 15:03:02 +03:00
mertsincan
378f2d6867
Fixed #1191 - Checkbox typings insufficient
2021-05-12 13:52:46 +03:00
mertsincan
848890c9c5
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-12 13:50:10 +03:00
mertsincan
7b33b84e18
Fixed #1077 - Scrollpanel - Cannot read property classList
2021-05-12 13:50:03 +03:00
Cagatay Civici
f9604c5d86
Fixed #1239 - Add selectionLimit to MultiSelect
2021-05-12 13:49:50 +03:00
mertsincan
ef21283bf4
Revert "Fixed #726 - ScrollPanel: Cannot read property 'classList' of null"
...
This reverts commit f5de73de8f
.
2021-05-12 13:48:53 +03:00
mertsincan
f5de73de8f
Fixed #726 - ScrollPanel: Cannot read property 'classList' of null
2021-05-12 13:47:59 +03:00
Cagatay Civici
fa385602f9
Fixed #1206 - Support moving the item in PickList with double-click
2021-05-12 12:46:16 +03:00
Cagatay Civici
401d9eb59e
Merge branch 'master' of https://github.com/primefaces/primevue
2021-05-12 12:13:53 +03:00
Cagatay Civici
714d339549
Fixed #1248 - InputStyle and Ripple config do not work on components that are attached to body
2021-05-12 12:13:50 +03:00
mertsincan
563703bb20
Fixed #1186 - Error when hidding tab panel using v-if
2021-05-12 12:09:02 +03:00
mertsincan
6ab161680f
Fixed #1175 - Sidebar content overflows its container
2021-05-12 11:51:30 +03:00
mertsincan
367d4a5f14
Fixed #1093 - Anonymous Component in vue-devtools
2021-05-11 12:11:49 +03:00
Cagatay Civici
aac1e1ceb7
Cosmetics
2021-05-10 19:06:39 +03:00
mertsincan
843742cdaa
Refactor #719
2021-05-10 14:47:40 +03:00
Tuğçe Küçükoğlu
39b5d8c415
reorder func edited
2021-05-10 11:22:27 +03:00
mertsincan
b328ea952c
Fixed #955 - Chart.js gives Chart is not a contructor
2021-05-05 12:34:24 +03:00
Tuğçe Küçükoğlu
e230370091
Fixed #1205 - AutoComplete forceSelection with Multiple overwrites selection
2021-04-30 18:08:23 +03:00
mertsincan
888eb54a4c
Fixed #719 - Conditonally rendering columns in DataTable with v-if is throwing error
2021-04-30 17:42:00 +03:00
CNine
d5ceb72365
fix CascadeSelectProp.optionGroupChildren type
2021-04-30 14:50:32 +08:00
Tuğçe Küçükoğlu
064c647b7b
Fixed #1180 - Dropdown and Multiselect with filter fails in Android
2021-04-28 10:35:18 +03:00
Tuğçe Küçükoğlu
c5650518fa
android, ios check
2021-04-28 10:34:17 +03:00
Tuğçe Küçükoğlu
09f104536a
typo fix chip remove icon
2021-04-22 12:45:15 +03:00
Stephen Brown
d448415eec
Fix incorrect type on inputClass
...
This was added as "toString" instead of "String", this this component breaks during development as it's typechecked
2021-04-20 18:29:55 +02:00
Tuğçe Küçükoğlu
96439017cc
Fixed #1175 - Sidebar content overflows its container
2021-04-19 20:16:42 +03:00
Ruslan
d87b3bd454
TreeSelect incorrect event if an item is unselected
2021-04-19 04:35:07 +05:00
Cagatay Civici
c99e242eb7
Fixed button loading animation
2021-04-16 14:51:20 +03:00
Cagatay Civici
a3a2f7a361
Fixed teleport
2021-04-16 13:04:45 +03:00
Cagatay Civici
c170d3ab7c
Fixed #1185 - Fixed #1185 -
2021-04-16 12:17:19 +03:00
Cagatay Civici
3e9cf7b746
Animation for button loading
2021-04-16 11:36:04 +03:00
Cagatay Civici
3e29cec8f3
Disable button when loading
2021-04-16 11:06:52 +03:00
Cagatay Civici
ead74b07c3
Fixed #1160 - [Feature-Request] Add "loading" prop to Buttons
2021-04-16 10:55:07 +03:00
Cagatay Civici
8a5731757d
Fixed typo
2021-04-15 18:02:02 +03:00
Cagatay Civici
4128992708
Merge branch 'master' of https://github.com/primefaces/primevue
2021-04-15 17:53:36 +03:00
Cagatay Civici
f200fc102e
Fixed #1181 - Reimplement EventBus
2021-04-15 17:53:33 +03:00
Yiğit FINDIKLI
78c09590be
Fixed #1173 - Color Picker Touch Support
2021-04-15 16:41:26 +03:00
Cagatay Civici
f586985d4d
Fixed #1150 - DataTable : Selection multiple with checkbox didn't appear with filter row
2021-04-15 15:35:24 +03:00
Cagatay Civici
1efe8f27f1
Fixed #1158 - Datatable - Subheader Grouping with button, button comes over the subheader
2021-04-15 15:23:45 +03:00
Cagatay Civici
133f36045f
Fixed whitespace
2021-04-15 15:09:36 +03:00
Cagatay Civici
1405a14768
Fixed #1083 - Added panelClass where necessary
2021-04-15 15:06:20 +03:00
Cagatay Civici
9875abb85d
Fixed #1076 - DataTable Filter Menu insertBefore defect
2021-04-15 14:43:55 +03:00
Cagatay Civici
97256988a9
Fixed reference
2021-04-14 22:01:39 +03:00
Cagatay Civici
6bf5736060
Fixed zindex issue
2021-04-14 16:42:38 +03:00
Cagatay Civici
32389aea17
Fixed #1146 - Allow Adding Classes to Dialog Content
2021-04-14 16:27:16 +03:00
Cagatay Civici
6bd39b173d
Merge branch 'master' of https://github.com/primefaces/primevue
2021-04-14 16:08:08 +03:00
Cagatay Civici
1d1be6b4d0
Fixed #1161 - OverlayPanel throws an error if still open when a new route is pushed
2021-04-14 16:08:04 +03:00
Cagatay Civici
2684f075f3
Merge pull request #1165 from zmwangx/config-fix-ts
...
Fix plugin type in config/PrimeVue.d.ts
2021-04-14 16:01:56 +03:00
Cagatay Civici
5a5111e021
Merge pull request #1155 from zmwangx/api-fix-ts-declarations
...
Fix type declarations in Api.d.ts
2021-04-14 15:22:25 +03:00
Cagatay Civici
343e9a896e
Fixed #1108 - Add maximize event to Dialog
2021-04-14 15:13:48 +03:00
Cagatay Civici
b910825a84
Fixed #1169 - Customizable ZIndex Layering
2021-04-13 16:59:08 +03:00
Zhiming Wang
dfe7d3f891
Fix plugin type in config/PrimeVue.d.ts
...
vue 3 does not export a PluginFunction type. The install function should be of
type PluginInstallFunction, but even that isn't exported. Instead we declare
the type of the default export as Plugin.
See
f0cf14bcc5/packages/runtime-core/src/apiCreateApp.ts (L90-L96)
.
Fixes #1164 .
2021-04-11 01:33:00 +08:00
Cagatay Civici
3d72768811
Update state based on selection
2021-04-09 17:26:23 +03:00
Cagatay Civici
86221e419d
Fixed #1159 - New TreeSelect Component
2021-04-09 15:04:11 +03:00
Zhiming Wang
941cc2b9d9
Fix type declarations in Api.d.ts
...
Fixes #1154 .
2021-04-08 16:50:24 +08:00
mertsincan
f61b77ceef
Add reset method to EventBus in core
2021-04-06 12:49:34 +03:00
Tuğçe Küçükoğlu
52429b0efe
Fixed #1037 - Dropdown optionDisabled is not working
2021-03-25 14:34:14 +03:00
Tuğçe Küçükoğlu
146cc6b70d
Fixed #1114 - Circle shape is broken for Avatar
2021-03-25 12:13:29 +03:00
Yiğit FINDIKLI
5f9bc71d3d
Fixed #1103 - Animation "none" not working for Skeleton
2021-03-22 13:27:44 +03:00
mertsincan
025214889f
Refactor on LiveEditor
2021-03-17 14:29:01 +03:00
Tuğçe Küçükoğlu
79421cd6f5
Fixed #1071 - Calendar showOtherMonths = false does not hide neighbour months
2021-03-11 09:24:11 +03:00
Cagatay Civici
b917e11672
Better alignment for header content
2021-03-10 13:33:21 +03:00
Cagatay Civici
e29928b520
Fixed #1050 - [Enhancement] - For editor component
2021-03-10 12:37:58 +03:00
Cagatay Civici
7c9e6234c7
Fixed #1042 - DataTable "select all checkbox" and "export csv" exclude frozen rows
2021-03-10 12:36:09 +03:00
Cagatay Civici
301781e3e0
Fixed #1048 - Date Filter Error on DataTable
2021-03-10 12:01:36 +03:00
Tuğçe Küçükoğlu
29ab8456a8
Fix 1060 - Inline Calendar Teleport defect
2021-03-08 10:13:13 +03:00
Cagatay Civici
1b83d9319b
Refactor OverlayEventBus location
2021-03-03 13:30:19 +03:00
Cagatay Civici
870693e7df
Fixed #1046 - CDN builds are broken
2021-03-03 12:56:04 +03:00
Cagatay Civici
9434ae6e7d
Improved connected scroll handler
2021-03-02 13:29:07 +03:00
Cagatay Civici
da96cba95a
#1041 for table cell edit
2021-03-02 13:17:11 +03:00
Cagatay Civici
8c9227849b
Fixed #1041 - Improve the interaction of nested overlays
2021-03-02 13:01:07 +03:00
Cagatay Civici
d51cc9607d
Fixed #1040 - Remove mitt
2021-03-02 11:54:37 +03:00
Cagatay Civici
3748b2dcc7
Fixed #1039 - Breakpoints to OverlayPanel
2021-03-02 10:52:56 +03:00
Cagatay Civici
200c095944
Fixed #1036 - TreeTable filter demo not working
2021-03-02 00:02:20 +03:00
Cagatay Civici
ec15e94718
Fixed #1028 , Fixed #993
2021-03-01 23:54:17 +03:00
Cagatay Civici
c3afd88435
Fixed #1033 - AutoComplete component is broken
2021-03-01 17:19:17 +03:00
Cagatay Civici
054b1df026
Fixed warning
2021-02-27 13:21:12 +03:00
Cagatay Civici
cc5cb1a8b1
Fixed #1029 - Menubar, ContextMenu, TieredMenu warning
2021-02-27 13:20:49 +03:00
Cagatay Civici
c9d9342493
Fixed selector
2021-02-26 15:30:01 +03:00
Cagatay Civici
f51c05c3f3
Fixed #1020 - DataTable error while using stateStorage with date filter
2021-02-26 15:16:03 +03:00
Cagatay Civici
14fd05f393
Fixed #1026 - [BUG] PrimeVue 3.3.0: Dropdown's select item logic is broken
2021-02-26 15:02:23 +03:00
Yiğit FINDIKLI
abc1297bf8
Picklist Responsive icons fixed
2021-02-26 11:53:16 +03:00
Cagatay Civici
0922b16850
Fixed #1024 - Add showGridlines and stripedRows props to DataTable
2021-02-25 16:57:26 +03:00
Cagatay Civici
61a7b2b490
Fixed #1015 - Feature Request: Add "tab-click" to Event from TabView
2021-02-25 16:02:43 +03:00
Cagatay Civici
179d947b26
Fixed #1016 - DataTable Column's header text does not align in v.3.3.0
2021-02-25 16:00:37 +03:00
Cagatay Civici
9a81a5aeec
Responsive table demos updated
2021-02-25 15:49:28 +03:00
Cagatay Civici
5b87ef92fc
Fixed #1023 - Add responsive and breakpoint props to OrderList and PickList
2021-02-25 14:10:21 +03:00
Cagatay Civici
b505b16f38
Removed unused part
2021-02-25 13:36:10 +03:00
Cagatay Civici
7aece338f2
Theming for responsive table
2021-02-25 12:59:03 +03:00
Cagatay Civici
48ae20bef1
Fixed #1022 - New Table Responsive layout
2021-02-25 12:44:29 +03:00