Commit Graph

53 Commits (2684f075f3b6e0753a247d811e1323b7e02a8631)

Author SHA1 Message Date
Cagatay Civici b910825a84 Fixed #1169 - Customizable ZIndex Layering 2021-04-13 16:59:08 +03:00
mertsincan f61b77ceef Add reset method to EventBus in core 2021-04-06 12:49:34 +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 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 3bd70d34c1 Initiated new DataTable Scrolling Implementation 2021-02-10 13:28:47 +03:00
Cagatay Civici 4983330e7a Removed FilterUtils in favor of the new FilterService API 2021-02-08 15:02:05 +03:00
Cagatay Civici a981d5504b Initiated Phase 2 of Advanced Table Filtering - Filter Menu feature 2021-02-06 14:23:00 +03:00
Cagatay Civici 716ff58bde Phase 1 of new Table filtering - Implement Filter Row mode 2021-02-06 12:26:12 +03:00
Cagatay Civici 038b04d9bb Use cjs as main as vue 3 doesn't provide a umd build 2021-01-18 17:39:05 +03:00
Cagatay Civici 52babc22fb Update package export default formats 2021-01-18 15:21:54 +03:00
Cagatay Civici cdeb4ae1cc New build improvements based on rollup. 2021-01-18 14:20:34 +03:00
Cagatay Civici 1a68b600b6 Fixed #556 - Error with empty objects 2020-11-25 17:52:03 +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
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 a80bdc9498 Refactored ScrollHandler 2020-09-28 13:24:10 +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
Cagatay Civici efefea2edd Linting for v3... Lifecycle migration, remove .native, key for templates. 2020-09-17 15:19:11 +03:00
Cagatay Civici 4b3734fc02 Fixed #457 - Allow custom display callbacks in resolving fields 2020-09-08 15:16:20 +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 4c4f605d54 Demo update 2020-06-26 18:58:49 +03:00
cagataycivici 1ecdcf58b4 Add ripple support 2020-06-25 11:26:13 +03:00
cagataycivici 7e66c9c37b Revert "Merge pull request #310 from ajacob/fix-dialog-focus"
This reverts commit d8e2223e17, reversing
changes made to 3489846376.
2020-05-27 15:53:10 +03:00
Alexandre Jacob dfa41f905b Fix closable dialog focus
When opening a closable dialog, the focus goes to the close button.

```html
<button aria-label="close" type="button"
    class="p-dialog-titlebar-icon p-dialog-titlebar-close p-link">...</button>
```

This button should not be focused
2020-05-09 19:34:51 +02:00
cagataycivici ac495ff32c Update DomHandler.js 2020-05-02 12:55:09 +03:00
cagataycivici 3ec1a7446a Cleanup p-c class 2020-05-02 12:46:30 +03:00
cagataycivici 306e7b573d Cleanup p-clickable and p-c 2020-05-02 12:19:17 +03:00
cagataycivici b04b7ba925 New styling 2020-04-28 12:34:12 +03:00
cagataycivici 14f20d03e3 Linting 2020-04-20 16:11:43 +03:00
cagataycivici 42a1ef2a66 Fixed #279 - filterLocale for components with filtering 2020-04-19 12:09:27 +03:00
cagataycivici 8b60fbf355 Lint fix 2020-03-06 11:44:03 +03:00
cagataycivici 1f71cb5c51 Add filterField and updated demos 2020-03-04 11:45:35 +03:00
cagataycivici ffa7caa295 Fixed #217, Fixed #219 , Fixed #220 2020-03-04 09:41:10 +03:00
cagataycivici 1dbdf3c310 Fixed #108 - Enhance ARIA roles and attributes for the components 2019-12-26 14:24:53 +03:00
cagataycivici 24b3ac7ae0 Initiated VirtualScroll Table 2019-11-19 14:54:24 +03:00
cagataycivici 98f9ab2579 Fixed #77 - Modal dialog not blocking background 2019-11-01 11:30:06 +03:00
cagataycivici dc0adff628 Keyboard navigation for cell editing 2019-10-30 10:42:52 +03:00
Merve Özçifçi a287262560 Fixed #61 2019-10-08 14:22:32 +03:00
cagataycivici fb54d5e5e0 Removed spaces with lint 2019-10-01 16:00:26 +03:00
cagataycivici e158ddca9d Implemented OrderList 2019-07-16 15:47:00 +03:00
cagataycivici b10cf9eb6b Add FilterUtils 2019-05-30 17:36:07 +03:00
mertsincan 8f44e19412 Fixed transpile issues for .js files 2019-05-29 10:11:07 +03:00
cagataycivici c5dce96fbd Add filterutils 2019-05-28 15:56:58 +03:00
cagataycivici c8fb79571f Implemented Dropdown Component 2018-12-28 15:03:07 +03:00
cagataycivici b27739126c Implemented Checkbox Component 2018-12-14 18:35:42 +03:00
cagataycivici d51c2ae811 Lint fix 2018-12-09 01:40:59 +03:00