mertsincan
f1c641ce59
Fixed #1505 - DataTable State broken with resizableColumns
2021-09-15 12:35:26 +03:00
mertsincan
7806189b02
Update DataTableScrollDemo.vue
2021-09-15 11:28:13 +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
e2d74f04db
Fixed key name to void conflict
2021-09-15 10:39:42 +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
Cagatay Civici
5b0263636d
Add sakai
2021-09-13 19:05:18 +03:00
Cagatay Civici
391d6f108b
Update version to 3.7.2-SNAPSHOT
2021-09-13 18:51:52 +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
Tuğçe Küçükoğlu
221a3f827d
refactor
2021-09-09 14:44:49 +03: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
Cagatay Civici
3adf1b2cc5
Doc update
2021-09-06 14:28:53 +03:00
Cagatay Civici
eedc0b3cab
Doc update
2021-09-06 14:26:45 +03:00
Cagatay Civici
eb9a51222f
Set version
2021-09-06 14:25:26 +03:00
mertsincan
906f3be7a5
Update api-gen and doc of InputNumber
2021-09-06 14:02:23 +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
c63d1844d3
Add tailwind logo
2021-09-06 12:17:44 +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
8f2be06a5b
Merge branch 'master' of https://github.com/primefaces/primevue
2021-09-06 11:58:17 +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
Cagatay Civici
f217bff91f
Merge branch 'master' of https://github.com/primefaces/primevue
2021-09-06 11:54:31 +03:00
Cagatay Civici
0804082e78
Fixed #1500 - Tailwind theme
2021-09-06 11:54:28 +03:00
Tuğçe Küçükoğlu
f07a6a6a9c
func description fix
2021-09-03 10:08:18 +03:00
onursenture
6a566ec5e8
Fix header wording
2021-09-02 09:41:11 +03:00
Tuğçe Küçükoğlu
e61b4b0b99
speeddial demo fix
2021-09-02 09:23:44 +03:00
Tuğçe Küçükoğlu
d501c12b0f
add image component
2021-09-02 09:23:18 +03:00
Tuğçe Küçükoğlu
02d50fa70d
name fix
2021-09-02 09:23:09 +03:00
Tuğçe Küçükoğlu
d43fb4b15b
live editor fix
2021-09-02 09:16:06 +03:00
Tuğçe Küçükoğlu
a3d5b8669e
link fix
2021-09-02 09:15:56 +03:00
Cagatay Civici
73a55a9443
Set version
2021-09-01 13:54:34 +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
onursenture
a6f05052db
Add link to Support page
2021-09-01 09:56:36 +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
mertsincan
7258ee0ded
Refactor doc tabview
2021-08-31 16:44:22 +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
b21c23a263
Add description
2021-08-31 15:01:34 +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
Burtchen
fb256ed938
Update SeatDemo.vue ( #1409 )
...
vagon => wagon
2021-08-31 14:39:15 +03:00
mertsincan
76cc027504
Update Dock doc and api-gen
2021-08-31 14:29:01 +03:00
mertsincan
aeba88374b
Fixed #1490 - Add tooltipOptions property to Dock
2021-08-31 14:28:46 +03:00
mertsincan
003b90c62d
Update SpeedDial doc and demo
2021-08-31 14:20:07 +03:00
mertsincan
be2365bfef
Fixed #1489 - Add tooltipOptions property to SpeedDial
2021-08-31 14:18:37 +03:00
mertsincan
c4be23c9af
Remove IE section from Setup page
2021-08-31 12:42:45 +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
132f91f7aa
update tabmenu demo, doc
2021-08-31 12:16:43 +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
4e46143faf
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 10:57:16 +03:00
mertsincan
aa6c94bc3a
Refactor #1446
2021-08-31 10:57:09 +03:00
Cagatay Civici
f5d857178e
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 10:47:56 +03:00
Cagatay Civici
ed8dbcb7da
Api docs for image
2021-08-31 10:47:54 +03:00
mertsincan
6c2f936780
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 10:47:32 +03:00
mertsincan
b684f1680b
Update DialogDoc
2021-08-31 10:47:26 +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
928e98034e
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 10:44:09 +03:00
Cagatay Civici
945880e99a
Docs for Image
2021-08-31 10:44:06 +03:00
mertsincan
bc19f7f587
Refactor VirtualScroll demo
2021-08-31 10:33:45 +03:00
mertsincan
35438385b3
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 10:12:27 +03:00
mertsincan
41fe395bf3
Update Tabview demo
2021-08-31 10:12:19 +03:00
mertsincan
85be3bb715
Refactor #1446
2021-08-31 10:07:45 +03:00
Tuğçe Küçükoğlu
bbc9f284dd
Merge branch 'master' of https://github.com/primefaces/primevue
2021-08-31 09:50:49 +03:00
Tuğçe Küçükoğlu
75113d0a7f
csb img fix
2021-08-31 09:50:42 +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