Cagatay Civici
38fccede63
Add sfc field to distribution
2021-01-18 18:32:24 +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
7e6a166fb6
Remove index files
2021-01-18 11:27:05 +03:00
Cagatay Civici
382bc7dabd
New build
2020-12-29 21:25:30 +03:00
Cagatay Civici
0fbadafef8
Fixed #678 - New ConfirmDialog Component
2020-11-26 17:53:50 +03:00
Cagatay Civici
1d72c920a1
Fixed #595 - Typescript definitions improvement
2020-11-26 11:20:37 +03:00
Cagatay Civici
4044be48cb
Fixed #549 - Declare events in "emits" section of every component
2020-10-21 21:03:17 +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
3d2d2a7a0f
Fixed dialog transitions
2020-09-24 15:24:43 +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
2855620131
Migrated input components to Vue 3
2020-09-21 14:43:12 +03:00
Cagatay Civici
efefea2edd
Linting for v3... Lifecycle migration, remove .native, key for templates.
2020-09-17 15:19:11 +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
lochstar
9073ce75ab
added 'dismissableMask' and 'closeOnEscape' props to Dialog - resolves #372
2020-08-18 15:21:26 +10:00
cagataycivici
5e71f09e91
Refactor initial dialog focus management
2020-06-28 02:22:51 +03:00
cagataycivici
c00f3822bf
Ripple for icons
2020-06-26 23:39:38 +03:00
cagataycivici
e1b14c1085
Fixed #310 , Fixed #333
2020-05-27 15:57:44 +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
Cagatay Civici
d8e2223e17
Merge pull request #310 from ajacob/fix-dialog-focus
...
Fix closable dialog focus
2020-05-27 15:50:05 +03:00
cagataycivici
4e6080d505
em to rem conversion
2020-05-14 11:51:13 +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
80175e7fac
Fixed alignment
2020-04-30 00:58:41 +03:00
cagataycivici
b04b7ba925
New styling
2020-04-28 12:34:12 +03:00
cagataycivici
1979589d83
More work on theming refactor
2020-04-24 19:15:39 +03:00
cagataycivici
86d98e5e42
Fixed #262 , Fixed #265
2020-04-07 15:04:25 +03:00
cagataycivici
382a51c036
#237 for Dialog - Animate modal background
2020-03-17 12:51:52 +03:00
mertsincan
5f3f46172d
Fixed #190 - Top* and Bottom* animation are not working correctly on Dialog with 'position' property
2020-02-07 15:54:20 +03:00
cagataycivici
e741c3d269
Refactor styles
2020-02-06 14:57:20 +03:00
mertsincan
aeed505de4
Added position animations
2020-02-04 10:46:11 +03:00
mertsincan
b3a80cf128
Fixed #184 - Add position property to Dialog
2020-02-03 15:18:00 +03:00
mertsincan
8447b3892f
Refactor #183
2020-02-03 12:44:20 +03:00
mertsincan
768485ffcf
Fixed #183 - Add maximizable property to Dialog
2020-02-03 12:08:54 +03:00
mertsincan
d41c339c60
Refactor #179
2020-02-03 11:02:27 +03:00
mertsincan
82e6ddf102
Fixed #182 - Style classes are not rendered correctly on Dialog
2020-02-03 10:25:08 +03:00
mertsincan
20209b8a06
Fixed #179 - Dialog header not visible
2020-01-31 16:34:35 +03:00
cagataycivici
f21bdf4f79
Improve leave animation
2020-01-30 11:05:19 +03:00
mertsincan
44a29f57a0
Fixed #167 - Dialog visuals broken when initially displayed
2020-01-30 11:03:03 +03:00
mertsincan
805f352b04
Fixed #166 - Dialog animation leave does not work
2020-01-30 10:57:29 +03:00
cagataycivici
ba4121afae
Refactor data name
2020-01-30 10:13:26 +03:00
mertsincan
8e878257ce
Refactor #153
2020-01-23 11:39:52 +03:00
mertsincan
72b687499d
Fixed #153 - Dialog in mobile view
2020-01-23 11:27:24 +03:00
mertsincan
b0457ef4fb
Fixed #145 - Dialog block UI removes page scroll
2020-01-20 13:54:26 +03:00
Merve Özçifçi
fb253ef387
Fixed #145
2020-01-17 16:27:16 +03:00
Merve Özçifçi
d944b45a33
Revert "Fixed #145"
...
This reverts commit 1c7b1aa406
.
2020-01-17 15:54:55 +03:00
Merve Özçifçi
1c7b1aa406
Fixed #145
2020-01-17 15:45:10 +03:00
cagataycivici
5244372d72
Add type="button"
2020-01-13 13:06:08 +03:00