Commit Graph

2096 Commits (ac448df0c7e7717679e116091a2e6cbef0fe6038)

Author SHA1 Message Date
mertsincan 9572a804d5 Added Diamond images 2020-10-22 13:45:59 +03:00
Cagatay Civici 30daa63a58 Fixed #555 - DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects 2020-10-22 12:13:48 +03:00
Cagatay Civici 074538ac94 Fixed #591 - Do not hide overlays on body scroll 2020-10-22 12:11:55 +03:00
Christoph Wagner cc179c84e2
Update MultiSelectDoc.vue
Added a missing `/` to close the `<template>`-tag.
2020-10-22 07:50:54 +00:00
Cagatay Civici 4044be48cb Fixed #549 - Declare events in "emits" section of every component 2020-10-21 21:03:17 +03:00
Cagatay Civici 41074b0e7e Fixed #586 - Dropdown inside datable using showClear causing: Cannot read property 'classList' of null 2020-10-21 13:58:07 +03:00
Cagatay Civici 9b9802d838 Fixed #587 - Property "disabled" was accessed during render but is not defined on instance 2020-10-21 13:46:47 +03:00
Cagatay Civici a15c19623e Removed type from textarea 2020-10-21 13:43:00 +03:00
mertsincan 046c34a41e Update InputNumber.d.ts 2020-10-13 16:45:08 +03:00
mertsincan 7d6e55e7a9 Update inputnumber doc 2020-10-13 16:44:55 +03:00
mertsincan b50f8de238 Fixed #551 - Add inputStyle and inputClass properties to InputNumber 2020-10-13 16:38:44 +03:00
Yiğit FINDIKLI 5b50463188 Fixed #550 - pRipple working when disabled(etc menuitem) 2020-10-13 13:01:39 +03:00
garel 3b1c3067a0
TerminalDoc update
The TerminalService does not have $on, $off, and $emit properties. I believe this comes from the ts declaration, but in plain js, this produces an error. Even in the TerminalDemo.vue, the TerminalService uses the event listeners without the $ sign. This should be fixed, because its misleading.
2020-10-12 23:58:34 +02:00
Cagatay Civici bc0f99da43 Fixed link 2020-10-12 00:10:51 +03:00
Cagatay Civici 90a9a775f8 New dev iteration 2020-10-11 22:46:45 +03:00
Cagatay Civici 9d57306dea Set version 2020-10-11 22:28:56 +03:00
Cagatay Civici 63233f265c Change severity 2020-10-11 22:26:13 +03:00
Cagatay Civici 23a1f594b9 smaller Galleria max-width 2020-10-11 22:25:30 +03:00
Cagatay Civici b68e9a1da5 Fixed #543 - Tree selection is broken when ripple is enabled 2020-10-10 18:47:15 +03:00
Cagatay Civici 4670fda12d Fixed #535 2020-10-10 16:49:47 +03:00
Cagatay Civici cbbc56fabe Fixed #495 - Add indentation property to TreeTable 2020-10-10 15:29:01 +03:00
Cagatay Civici ea3c291cac Fixed #524 - Can't close MultiSelect or Select when inside Dialog component 2020-10-10 15:22:24 +03:00
Cagatay Civici 227482ed1a
Merge pull request #525 from thestonehead/master
ColorPicker watches value instead of modelValue
2020-10-10 14:28:33 +03:00
Cagatay Civici 782d3f8ef6 Fixed #519 - TouchUI modal gets stuck if input tabs out 2020-10-10 14:23:45 +03:00
Cagatay Civici 355399f47d Add fluent ui to config 2020-10-10 13:32:08 +03:00
Cagatay Civici bac1b73c2c Doc update 2020-10-10 13:29:34 +03:00
Cagatay Civici e8b73066ea Merge branch 'master' of https://github.com/primefaces/primevue 2020-10-10 13:20:28 +03:00
Cagatay Civici ac82af6d8c Add soho and fluent themes along with theme improvements 2020-10-10 13:20:25 +03:00
mertsincan b83486be97 Fixed #537 - The 'disabled' option has no effect on InputNumber 2020-10-09 12:04:44 +03:00
mertsincan 583aaa1b6d Refactor on InputNumber 2020-10-09 11:54:28 +03:00
mertsincan 2bb7300979 Fixed #531 - inputNumber with numeric prefix is not working as expected 2020-10-09 11:36:57 +03:00
mertsincan 946e3b2e8d Fixed #530 - Problems when typing or pasting numbers into InputNumber 2020-10-09 11:34:20 +03:00
mertsincan 5ce105335c Fixed #532 - InputNumber with spinner mode throws a JS exception 2020-10-09 11:06:51 +03:00
mertsincan f010b971de Fixed #533 - InputNumber cannot set value when format property is false 2020-10-09 11:05:23 +03:00
DejanFrankovic 3cbb6a0397 ColorPicker watches value instead of modelValue 2020-10-02 21:46:18 +02:00
mertsincan 5c08797500 Fixed #523 - Tooltip doesn't close in scrollable containers 2020-10-02 13:23:19 +03:00
Cagatay Civici 5d39e4959a Set version 2020-09-29 15:52:18 +03:00
Cagatay Civici 784c95cdcb Fixed duplicate beforeUnmount 2020-09-28 14:36:26 +03:00
Cagatay Civici ed0fdc98a5 Merge branch 'master' of https://github.com/primefaces/primevue 2020-09-28 14:34:45 +03:00
Cagatay Civici a473897486 Fixed #507 - Improve calendar tabbing behavior 2020-09-28 14:34:42 +03:00
mertsincan c9582a42c2 Add resize listener to Password 2020-09-28 14:27:22 +03:00
Cagatay Civici 8f866252dc Add resize listeners 2020-09-28 14:22:17 +03:00
mertsincan 7b0ad66903 Refactor #500 2020-09-28 14:04:30 +03:00
mertsincan b8a5149718 Refactor #500 2020-09-28 13:58:09 +03:00
Cagatay Civici a80bdc9498 Refactored ScrollHandler 2020-09-28 13:24:10 +03:00
Cagatay Civici fd188a46bb Add Vue Global 2020 video 2020-09-28 11:32:42 +03:00
mertsincan f1d96c24a0 Refactor #506 - Update InputNumber doc 2020-09-27 22:16:24 +03:00
mertsincan 7cf493de03 Fixed #506 - Add input event to InputNumber 2020-09-27 22:10:59 +03:00
mertsincan ba6f6bf7b9 Refactor #500 - For DataTable and TreeTable 2020-09-27 21:29:11 +03:00
mertsincan 92f30301a4 Remove debugger; from BlockUI 2020-09-27 21:14:48 +03:00
mertsincan 36d437d6fc Refactor #500 - For Password 2020-09-27 21:10:38 +03:00
mertsincan ee5f43f753 Refactor #500 - For OverlayPanel 2020-09-27 19:53:38 +03:00
mertsincan 1c89ad4aa2 Fixed #505 - Add id property to OverlayPanel 2020-09-27 19:53:06 +03:00
mertsincan 300e27800f Refactor #500 - For Menu 2020-09-27 19:48:57 +03:00
mertsincan b5522c4d20 Fixed #504 - Add id property to Menu 2020-09-27 19:48:28 +03:00
mertsincan 85029d1d38 Fixed #503 - Add id property to TieredMenu 2020-09-27 19:45:29 +03:00
mertsincan 87d9a2a59e Refactor #500 - For TieredMenu 2020-09-27 19:43:41 +03:00
mertsincan 792ca3372f Refactor #500 - For Dropdown 2020-09-27 19:37:02 +03:00
mertsincan d386eff647 Refactor #500 - For ColorPicker 2020-09-27 19:25:44 +03:00
mertsincan aaadcd5770 Reverted #501 2020-09-27 19:21:02 +03:00
mertsincan 94cb6d2185 Reverted #502 2020-09-27 19:15:46 +03:00
mertsincan 5efcd01077 Refactor #500 - For Calendar 2020-09-27 19:04:54 +03:00
mertsincan 78e9678c95 Fixed #502 - Add id property to AutoComplete 2020-09-27 18:34:48 +03:00
mertsincan 87f22a4aa8 Refactor #500 - For AutoComplete 2020-09-27 18:32:55 +03:00
mertsincan 3ad88388c0 Fixed #501 - Add id property to MultiSelect 2020-09-27 18:30:26 +03:00
mertsincan 63020feb8e Fixed #500 - Improvement in behavior of components that have overlay panels in scrollable containers 2020-09-27 18:27:08 +03:00
mertsincan 27178a0a51 Fixed #500 - Improvement in behavior of components that have overlay panels in scrollable containers 2020-09-27 18:26:26 +03:00
Cagatay Civici 3509e3628f Fixed #478 - Button not registered in FileUpload 2020-09-26 17:14:14 +03:00
Cagatay Civici e5caac3811 Fixed #485 2020-09-26 17:10:54 +03:00
Cagatay Civici 59a4e6d9c9 Add vue3 banner 2020-09-26 13:15:01 +03:00
Cagatay Civici b35f002b0b Update menu 2020-09-26 13:02:20 +03:00
Cagatay Civici f41fbe5c4e Updated getting started to V3 2020-09-26 12:57:15 +03:00
Cagatay Civici 8637737a3d Disabled reorg 2020-09-24 18:39:36 +03:00
Cagatay Civici 8411cd33d4 Watch for changes 2020-09-24 18:23:25 +03:00
Cagatay Civici 213ea89588 Add links to figma and v2 2020-09-24 18:10:41 +03:00
Cagatay Civici f2bddfa111 Migrated Galleria to V3 2020-09-24 17:47:01 +03:00
Cagatay Civici bfa9f99dc6 Aligned scrollbar 2020-09-24 15:51:23 +03:00
Cagatay Civici 3ae21b266d Utilize panelClass 2020-09-24 15:41:55 +03:00
Cagatay Civici 7b7e80d2db Doc update to cover sync to v-model migration 2020-09-24 15:34:54 +03:00
Cagatay Civici 3d2d2a7a0f Fixed dialog transitions 2020-09-24 15:24:43 +03:00
Cagatay Civici 680db0a923 Corrected CodeHighlight 2020-09-24 14:14:55 +03:00
Cagatay Civici a16779a64c Column toggle demo update to keep order 2020-09-24 14:06:30 +03:00
Cagatay Civici 0db8f3f17c Migrated TreeTable to V3 2020-09-24 14:02:09 +03:00
Cagatay Civici d32c681ce1 Fixed showcase config for input style and ripple 2020-09-24 13:09:48 +03:00
Cagatay Civici 93a9865d92 Refactor using null operator 2020-09-24 13:04:32 +03:00
Cagatay Civici 334471ad4f Escape key suypport 2020-09-24 13:01:08 +03:00
Cagatay Civici a9d38ffca3 Edit demo update 2020-09-24 12:36:43 +03:00
Cagatay Civici 1ebf30b229 Fixed warning 2020-09-24 12:01:53 +03:00
Cagatay Civici 57374fc2b7 Fixed exporting to csv 2020-09-24 11:55:27 +03:00
Cagatay Civici 488c09b0ee Add null operator for props 2020-09-24 11:30:11 +03:00
Cagatay Civici f114c0247f Fixed csv export for V3 2020-09-24 11:14:55 +03:00
Cagatay Civici 927e7df1cd Update demo 2020-09-24 11:13:42 +03:00
Cagatay Civici f4b92a97ac Reset scroll 2020-09-24 11:12:54 +03:00
Cagatay Civici 19a4036021 Fixed row grouping 2020-09-24 11:07:56 +03:00
Cagatay Civici effb19203a V3 migration for Table Reordering 2020-09-24 11:05:14 +03:00
Cagatay Civici 8164fbe703 V3 support for Col Toggle 2020-09-23 22:48:53 +03:00
Cagatay Civici 1e56e62f40 Fixed filtering 2020-09-23 22:20:09 +03:00
Cagatay Civici bfc723d06e Scrolling for V3 2020-09-23 22:12:48 +03:00
Cagatay Civici 2efaa699c7 Initated datatable migration 2020-09-23 20:55:00 +03:00
Cagatay Civici 6aeefbce5a Fixed carousel sort issue 2020-09-23 16:06:34 +03:00
Cagatay Civici f2d0121f12 Updated Tree to V3 2020-09-23 16:04:12 +03:00
Cagatay Civici 99a1ee7dfc Updated DataView to V3 2020-09-23 15:50:30 +03:00
Cagatay Civici 1e350808b7 Fixed paginator rows per page dropdown 2020-09-23 15:49:01 +03:00
Cagatay Civici 844edd45a7 Updated OrgChart to V3 2020-09-23 15:47:28 +03:00
Cagatay Civici ca201d8e1d Migrated BlockUI to V3 2020-09-23 15:41:42 +03:00
Cagatay Civici ac7ee76682 Add mitt doc 2020-09-23 14:56:24 +03:00
Cagatay Civici 0befe4ebe8 Fixed ripple 2020-09-23 14:47:20 +03:00
Cagatay Civici 96c6c078ca Fixed toast animations 2020-09-23 14:41:47 +03:00
Cagatay Civici 6e3eb8d585 Updated messages to V3 2020-09-23 14:39:14 +03:00
Cagatay Civici 32cc3b0357 Migrates Steps to V3 2020-09-23 14:28:25 +03:00
Cagatay Civici 98c20dbf3c Fixed overlay menus 2020-09-23 14:08:06 +03:00
Cagatay Civici adb6978198 Migrated PickList to V3 2020-09-23 14:01:35 +03:00
Cagatay Civici e337897771 Merge branch 'master' of https://github.com/primefaces/primevue 2020-09-23 13:56:41 +03:00
Cagatay Civici 6ca5d9a6ad Migrated OrderList to V3 2020-09-23 13:56:38 +03:00
onursenture 416d023c51 Fix link 2020-09-23 10:43:08 +03:00
Cagatay Civici 53d281fe36 Updated tooltip to V3 2020-09-22 18:02:29 +03:00
Cagatay Civici 4be27bd422 Migrated Sidebar to V3 2020-09-22 18:00:33 +03:00
Cagatay Civici cacf0609f7 Migrated OverlayPanel to V3 2020-09-22 17:58:10 +03:00
Cagatay Civici bf9f2cebaa Migrated Dialog to V3 2020-09-22 17:55:01 +03:00
Cagatay Civici ecfd5f8501 Migrated charts to v3 2020-09-22 16:08:44 +03:00
Cagatay Civici 1375a8e9c2 Update footer version 2020-09-22 14:22:30 +03:00
Cagatay Civici eb52d41e4f Migrated accordion to V3 2020-09-22 14:22:00 +03:00
Cagatay Civici 874102e8bc New codehighlighter 2020-09-22 12:32:14 +03:00
Cagatay Civici 2902cc2b81 Type update 2020-09-22 11:24:00 +03:00
Cagatay Civici 50f5fd7bc2 Migrated TabView to V3 2020-09-22 11:23:15 +03:00
Cagatay Civici 86360a6df1 Restore to 2.x 2020-09-21 17:31:41 +03:00
Cagatay Civici 8eae5039fe Demo update 2020-09-21 17:23:01 +03:00
Cagatay Civici 5cad8a0fad Use programmatic navigation 2020-09-21 17:19:27 +03:00
Cagatay Civici e6f20f0e2c Doc update 2020-09-21 17:12:41 +03:00
Cagatay Civici 0e1d57319e Fixed scrollpanel demo 2020-09-21 16:19:06 +03:00
Cagatay Civici 292424bc1f Refactor order 2020-09-21 16:12:33 +03:00
Cagatay Civici e62d00331e Add watcher 2020-09-21 16:12:08 +03:00
Cagatay Civici 9fe4700be3 Add spacing 2020-09-21 16:11:25 +03:00
Cagatay Civici 4a680fad9f Migrated Menu and SplitButton to V3 2020-09-21 15:47:24 +03:00
Cagatay Civici e27dfcf54e Doc update 2020-09-21 15:27:08 +03:00
Cagatay Civici 2855620131 Migrated input components to Vue 3 2020-09-21 14:43:12 +03:00
Cagatay Civici 91aef8c761 Cleanup events 2020-09-18 15:44:31 +03:00
Cagatay Civici 24b45d3664 Migrated chips to new v-model and $attrs api 2020-09-18 15:42:32 +03:00
Cagatay Civici b8b9c336d7 Migrated calendar to new v-model and $attrs api 2020-09-18 15:36:00 +03:00
Cagatay Civici 572691e063 Updated transition classes 2020-09-18 15:18:38 +03:00
Cagatay Civici 9b06b72e26 Migrated calendar to new v-model and $attrs api 2020-09-18 15:13:14 +03:00
Cagatay Civici d3dca3e042 Class and Style bindings for AutoComplete 2020-09-17 22:29:24 +03:00
Cagatay Civici fb356b7694 Get disabled from $attrs 2020-09-17 22:23:32 +03:00
Cagatay Civici f5d283be4e Migrated autocomplete to new v-model API 2020-09-17 22:21:20 +03:00
Cagatay Civici 8860a174bb ::v-deep migration 2020-09-17 22:09:37 +03:00
Cagatay Civici 16b101c2a2 Move key to element 2020-09-17 16:40:29 +03:00
Cagatay Civici efefea2edd Linting for v3... Lifecycle migration, remove .native, key for templates. 2020-09-17 15:19:11 +03:00
Cagatay Civici 040c599e51 Update lint rules 2020-09-17 15:11:27 +03:00
Cagatay Civici 83e789e1d5 Fixed lint errors and code styles 2020-09-17 14:58:41 +03:00
Cagatay Civici 607ecf528a Merge branch 'master' of https://github.com/primefaces/primevue 2020-09-17 14:33:54 +03:00
Cagatay Civici 2dcf967c00 Cleanup 2020-09-17 14:33:52 +03:00
yigitfindikli fa05b9e124 Merge branch 'master' of https://github.com/primefaces/primevue 2020-09-16 22:15:54 +03:00
yigitfindikli b148748da0 doc update 2020-09-16 22:15:50 +03:00
Cagatay Civici 5326378de8 Demo update 2020-09-13 00:01:15 +03:00
Cagatay Civici d42ba43e32 Migrated InputText to Vue 3 2020-09-12 23:57:21 +03:00
Cagatay Civici 9431e0486c Removed TabViewHeaderSlot in favor of component 2020-09-11 20:58:51 +03:00
Cagatay Civici 4a56b810fd Migrated TabView 2020-09-11 20:52:54 +03:00
Cagatay Civici 6ea8264887 Removed $listeners from button 2020-09-11 20:16:56 +03:00
Cagatay Civici 0dce8b5174 Initiated Vue 3 update 2020-09-11 19:50:20 +03:00
Cagatay Civici 4c26da85b0 Fixed #471 - 2020-09-08 17:32:07 +03:00
mertsincan acb0fe42f7 Fixed #473 - Dialog with Long Content does not scroll in IE11 2020-09-08 16:37:30 +03:00
Cagatay Civici 22e6af3c8c Remove invalid css 2020-09-08 16:26:08 +03:00
Cagatay Civici 48f8978f97
Merge pull request #466 from RmRaja/master
Fixed mistake in TabMenu component documentation.
2020-09-08 15:26:14 +03:00
Cagatay Civici 63847ec162 Doc update 2020-09-08 15:25:15 +03:00
Cagatay Civici 4b3734fc02 Fixed #457 - Allow custom display callbacks in resolving fields 2020-09-08 15:16:20 +03:00
Cagatay Civici 74c5461388 Fixed #465 - Click on Dropdown's filter text box closes items list 2020-09-08 15:01:22 +03:00
Cagatay Civici 67720d1750 Fixed #462 - Scrollable Table alignment improvement 2020-09-08 14:48:52 +03:00
Cagatay Civici d8488e9dee Fixed #461 - Calendar misplaced layout if more than one month is shown 2020-09-08 14:26:26 +03:00
Cagatay Civici 8f9782c79c Fixed #464 - Update PrimeFlex documentation to 2.0.0 2020-09-08 13:47:51 +03:00
Cagatay Civici e0a2ec8be0 Fixed #459 - emptyFilterMessage for Dropdown, MultiSelect and Listbox filter 2020-09-08 13:32:25 +03:00
Rm Raja ed2101d8df Fixed mistake in TabMenu component documentation. 2020-09-03 19:23:06 +08:00
cagataycivici 3fd6adb4a6 Doc update 2020-09-02 11:03:47 +03:00
cagataycivici fc6de3164b Merge branch 'master' of https://github.com/primefaces/primevue 2020-09-02 10:48:44 +03:00
cagataycivici 42bc801f55 Doc update 2020-09-02 10:48:41 +03:00
mertsincan d59dc76eb9 Fixed #460 - inputNumber cannot set value bigger than 99.999 for an ES locale 2020-09-01 15:52:17 +03:00
mertsincan 2b74fb8d23 Fixed #458 - Negative sign with InputNumber 2020-09-01 12:54:40 +03:00
mertsincan 056e8faada Fixed #455 - InputNumber with dynamic fraction digits doesn't work as expected 2020-09-01 11:43:16 +03:00
mertsincan 3b1fe8dcbd Fixed #330 - InputNumber Currency not working as expected 2020-09-01 11:14:56 +03:00
cagataycivici a2a197f8dd New dev iteration 2020-08-27 14:48:32 +03:00
cagataycivici 1dfece269d Typo fix 2020-08-27 14:37:51 +03:00
Cagatay Civici ce5df49e68
Merge pull request #444 from lochstar/dialog-close
Added 'dismissableMask' and 'closeOnEscape' props to Dialog
2020-08-27 14:36:08 +03:00
mertsincan 91ebe9dd66 Fixed #453 - Can't type - as first symbol into an Inputnumber 2020-08-27 14:20:48 +03:00
cagataycivici 19252e6b68 Cosmetics 2020-08-27 13:58:24 +03:00
Cagatay Civici fb7a0d7547
Merge pull request #448 from lochstar/button-slot-ripple-fix
Fix Ripple error when using svg in Button slot
2020-08-27 13:56:07 +03:00
cagataycivici 24c76ee929 Refactor #439 and docs 2020-08-27 13:54:51 +03:00
Cagatay Civici d873d2470d
Merge pull request #439 from juanparati/master
Implemented custom password level check based on regular expressions
2020-08-27 13:46:21 +03:00
cagataycivici e8a2dc8df0 Doc update 2020-08-27 13:43:45 +03:00
Cagatay Civici b740d5216d
Merge pull request #451 from lochstar/progress-bar-slot
Added default slot to ProgressBar
2020-08-27 13:41:50 +03:00
cagataycivici d83ccb7675 Merge branch 'master' of https://github.com/primefaces/primevue 2020-08-27 13:40:41 +03:00
cagataycivici 08207930a5 Fixed #450 - When autocomplete is bound to an object, float label overlaps in some circumstances 2020-08-27 13:40:38 +03:00
mertsincan 4b2ef6abc6 Fixed eslint errors 2020-08-27 13:25:50 +03:00
mertsincan 1150e3329c Fixed #432 - InputNumber with decimals should support entering comma/decimal point 2020-08-27 13:23:25 +03:00
mertsincan 4d58949b4a Merge branch 'master' of https://github.com/primefaces/primevue 2020-08-27 13:22:46 +03:00
cagataycivici 9653b312a8 Merge branch 'master' of https://github.com/primefaces/primevue 2020-08-27 13:20:45 +03:00
cagataycivici bb7da80567 Fixed #445 - TreeTable template always render field valu 2020-08-27 13:20:41 +03:00
mertsincan 063a57b83e Fixed #452 - Add Del key support to InputNumber 2020-08-27 13:05:03 +03:00
mertsincan f93764fcec Fixed #429 - InputNumber throws error if emptied 2020-08-27 12:44:51 +03:00
mertsincan 0cb59a5266 Fixed #431 - InputNumber with stacked Buttons is broken 2020-08-27 12:17:59 +03:00
cagataycivici a0f11bdacf Fixed #434 - Docs for PrimeFlex Setup 2020-08-27 11:52:20 +03:00
cagataycivici e74cf13e11 Fixed #433 -Setting placeholder text for Editor / Quill component doesn't work 2020-08-26 15:31:45 +03:00
cagataycivici 9d466555d9 Fixed #430 2020-08-26 15:29:12 +03:00
cagataycivici 276d658ee6 Fixed #428 - Pill Text not centered 2020-08-26 15:22:18 +03:00
cagataycivici 3350ac18fe Cosmetics on action buttons 2020-08-26 15:06:47 +03:00
lochstar 496ba4132b added default slot to ProgressBar 2020-08-26 09:01:28 +10:00
yigitfindikli a4ebd752a8 Update PaymentDemo.vue 2020-08-19 17:02:16 +03:00
lochstar 0027a49b52 remove empty line 2020-08-19 14:12:53 +10:00
lochstar f815fdb37d fix ripple error when using svg in button slot 2020-08-19 14:02:31 +10:00
lochstar 9073ce75ab added 'dismissableMask' and 'closeOnEscape' props to Dialog - resolves #372 2020-08-18 15:21:26 +10:00
Juan Lago 4bb31f8e71 Implemented custom password level check based on regular expressions 2020-08-11 11:48:02 +02:00
mertsincan f2b4d1b3f3 Refactor on RadarChartDemo 2020-08-07 12:55:23 +03:00
cagataycivici 9cb958c64c New dev iteration 2020-08-05 17:17:08 +03:00
mertsincan 4e58e8d6f9 Fixed #427 - Global filter is not working with invalid values on TreeTable 2020-08-05 17:04:27 +03:00
Cagatay Civici 6da0f9820d
Merge pull request #426 from rathiayush/master
fix for global filter in treetable
2020-08-05 16:37:15 +03:00
cagataycivici 370dd15f9a Demo update 2020-08-05 16:37:02 +03:00
cagataycivici d7e7ec9652 Fixed #424 - Duplicate keys in TreeTable 2020-08-05 16:20:11 +03:00
Rathi_ayush9 9f43747837 fix for global filter in treetable 2020-08-05 17:13:34 +05:30
cagataycivici 60673fc845 Link update 2020-08-05 10:52:31 +03:00
cagataycivici 8297201695 New dev iteration 2020-08-04 16:24:53 +03:00
cagataycivici 1e81630ee3 Lint fixes 2020-08-04 15:58:15 +03:00
cagataycivici f4994764fb Fixed #418 2020-08-04 15:56:47 +03:00
cagataycivici 7fb409d6ac Fixed #417 - TabMenu should include subpaths in active tab detection 2020-08-04 15:52:48 +03:00
cagataycivici 5c847c0292 Fixed #416 - TabMenu error when no route matches one of the menu paths 2020-08-04 15:50:50 +03:00
cagataycivici b1bfa2fcb0 Fixed #419 - DataTable row reorder demo not working 2020-08-04 15:48:47 +03:00
cagataycivici ab589686f1 Fixed #413 - DataTable: Exporting an empty DataTable throws TypeError 2020-08-04 15:46:23 +03:00
cagataycivici aac75d9084 Fixed #424 - Duplicate keys in TreeTable 2020-08-04 15:26:57 +03:00
cagataycivici 6a6c0e320b Use rem unit 2020-08-04 15:15:57 +03:00
Cagatay Civici d5e3ad290c
Merge pull request #411 from GMihalkow/master
DataView demo grid view fix.
2020-08-04 15:15:26 +03:00
Cagatay Civici 8b53ce4281
Merge pull request #414 from RmRaja/master
Fixed typo in ProgressBarDoc.vue
2020-08-04 15:11:38 +03:00
cagataycivici c2b10355c8 Fixed #422 - Paginator is displayed over table loading overlay 2020-08-04 15:11:16 +03:00
cagataycivici f5b7e34b14 Fixed #420 - Rename toast message title class 2020-08-04 14:55:20 +03:00
cagataycivici d55aebb3d2 Menu update 2020-08-04 14:48:44 +03:00
cagataycivici 47ef4d9d8e Remove event 2020-08-04 14:46:36 +03:00
cagataycivici a02bc42b8e Cosmetics 2020-08-04 14:43:10 +03:00
cagataycivici d78e443fe8 Remove section 2020-08-04 14:41:12 +03:00
cagataycivici 6b7bbfede0 Cosmetics and Typos 2020-08-04 14:38:58 +03:00
Rm Raja c68d0a03bd
Fixed typo - ProgressBarDoc.vue 2020-07-30 14:42:25 +08:00
GMihalkov 526beccf41 Data View Demo - Fixed the grid view demo. 2020-07-29 10:37:52 +03:00
Yiğit FINDIKLI d624e17cf1 Update _content.scss 2020-07-27 15:40:02 +03:00
cagataycivici 7740e41d5b Add flex-wrap for the content 2020-07-25 13:01:09 +03:00
cagataycivici c313d39577 Wording 2020-07-24 19:02:00 +03:00
cagataycivici 124b8b74af New iteration 2020-07-24 13:03:32 +03:00
cagataycivici 0be8672835 Merge branch 'master' of https://github.com/primefaces/primevue 2020-07-24 12:32:10 +03:00
cagataycivici dad04cc9d5 Wording update 2020-07-24 12:32:07 +03:00
Merve Özçifçi 81c9602413 Fixed #329 2020-07-24 11:52:36 +03:00
Merve Özçifçi 458a9faffc Fixed #408 2020-07-24 11:52:12 +03:00
Merve Özçifçi 562dee95b0 Fixed #409 2020-07-24 11:51:52 +03:00
cagataycivici 78dfe55991 Fixed source display 2020-07-23 16:26:43 +03:00
cagataycivici da363d88c7 Fixed listview demo 2020-07-23 16:04:00 +03:00
cagataycivici 512a8a112c New dev iteration 2020-07-23 12:15:55 +03:00
cagataycivici 0d1eb5a51e Updated docs 2020-07-23 11:47:22 +03:00