Commit Graph

12813 Commits (125c66a65ca88665a34ad47ec5f45b5c6e2b54e3)

Author SHA1 Message Date
Mert Sincan 125c66a65c fix: update copyright year in LICENSE.md 2025-01-29 16:56:33 +00:00
GitHub Actions Bot 07c5dc2ef7 Update API doc 2025-01-28 20:14:02 +00:00
Mert Sincan 153b37da63 Merge branch 'master' of https://github.com/primefaces/primevue 2025-01-28 20:12:50 +00:00
Mert Sincan 7d70280d79 feat: Added utils methods to primevue package 2025-01-28 20:12:43 +00:00
GitHub Actions Bot 55acd255bc Update API doc 2025-01-28 20:09:44 +00:00
Mert Sincan 68e0813622 refactor: update utils.d.ts 2025-01-28 20:08:32 +00:00
GitHub Actions Bot ecde5f788c Update API doc 2025-01-28 19:58:04 +00:00
Mert Sincan 303959438a fix: Base Presets: CSS var --p-scrollbar-width is not defined. Fixes #6094 2025-01-28 19:56:48 +00:00
GitHub Actions Bot 4c6a60e984 Update API doc 2025-01-28 12:39:07 +00:00
Mert Sincan 9ac4c5a07f fix: update '@primeuix/styles' imports to use 'style' instead of 'theme' across multiple components 2025-01-28 12:37:54 +00:00
tugcekucukoglu f158e4b500 Lint fixes 2025-01-28 11:33:24 +03:00
Tuğçe Küçükoğlu 230e4f6cce
Merge pull request #7144 from abu-co/feature/form-field-name-attribute-typing
fix(forms): add name attribute to FormFieldProps
2025-01-28 11:31:39 +03:00
Tuğçe Küçükoğlu baf52b0066
Merge pull request #7147 from mrheinen/master
DataTable : Allow ctrl-c during selection mode (port from Vue 3 PR)
2025-01-28 11:28:18 +03:00
Mert Sincan 1eae2b0289 fix: update '@primeuix/themes' version to 0.1.0-beta.4 in pnpm workspace and lock files 2025-01-28 02:05:30 +00:00
Mert Sincan af3cc0db55 refactor: update d.ts files in themes package
Refactor #7152
2025-01-28 01:49:15 +00:00
Mert Sincan c5c2072f4d fix: deduplicate dependencies for vue and '@primeuix/themes' in nuxt.config.js 2025-01-28 01:24:05 +00:00
Mert Sincan 9042028588 fix: Update imports from '@primevue/themes' to '@primeuix/themes' 2025-01-27 23:37:36 +00:00
Mert Sincan 9503798742 refactor: remove typedoc.json and update tsconfig.json includes 2025-01-27 23:34:38 +00:00
Mert Sincan 6fa4442cef refactor: remove build-tokens.js 2025-01-27 23:34:18 +00:00
Mert Sincan 7a7a19ce74 refactor: update filterfill export in package.json 2025-01-27 22:41:51 +00:00
Mert Sincan cf45e2dc94 fix: Update imports from '@primevue/themes' to '@primeuix/themes' 2025-01-27 22:30:21 +00:00
tugcekucukoglu b6c7b434b1 Refactor #6986 2025-01-27 18:05:01 +03:00
tugcekucukoglu 4852576beb Fixed #7153 - Port all styles to @primeuix/styles 2025-01-27 14:52:25 +03:00
GitHub Actions Bot f009680452 Update API doc 2025-01-27 11:03:03 +00:00
Mert Sincan 8b30a82d29 fix: Port all themes to `@primeuix/themes`
Fixes #7152
2025-01-27 11:01:48 +00:00
GitHub Actions Bot cad113fc7a Update API doc 2025-01-27 09:44:07 +00:00
Jupiter 4ae05194ed
feat(Password): add cursor pointer to ToggleMask icon (#7132)
Co-authored-by: hxl <52553624@qq.com>
2025-01-27 09:42:58 +00:00
GitHub Actions Bot c357a2e9b1 Update API doc 2025-01-27 09:38:32 +00:00
Mert Sincan 36e418b726 refactor: #7153 - For InputOtp and InputText 2025-01-27 09:37:20 +00:00
Mert Sincan 8fe73b1498 refactor: #7152 - Port to @primeuix/themes 2025-01-27 09:36:36 +00:00
GitHub Actions Bot 36fd3d909f Update API doc 2025-01-27 07:47:17 +00:00
tugcekucukoglu e3238dbd7c Fixed #7150 - TreeTable: node added to column context options 2025-01-27 10:46:05 +03:00
niels c862d1adc5 Allow ctrl-c during selection mode 2025-01-25 15:48:55 +01:00
abuco a7679da0af Add name to FormFieldProps 2025-01-25 13:11:19 +11:00
Mert Sincan 68fa947faf refactor: update `@primeuix` packages 2025-01-24 21:47:04 +00:00
tugcekucukoglu 70ec837543 Template doc visual defects 2025-01-24 13:37:51 +03:00
GitHub Actions Bot 096f2e3bdb Update API doc 2025-01-24 08:48:55 +00:00
Tuğçe Küçükoğlu 1babaf4f4d
Merge pull request #7131 from dec87/master
fix(floatlabel): correct font.weight style key weight for active label
2025-01-24 11:47:41 +03:00
tugcekucukoglu 46a0c5b9d6 Merge branch 'prod' 2025-01-23 11:51:46 +03:00
tugcekucukoglu 798bb436ee Duplicate iftalabel demo 2025-01-23 11:51:32 +03:00
Tuğçe Küçükoğlu 44c877ef4c
Merge pull request #7129 from ducmerida/fix/7128-accordion-expand-collapse-icons-direction
Fix reversed Expand/Collapse icons of AccordionHeader.vue
2025-01-22 15:32:54 +03:00
Damian Celmer 89c46a3b0d fix(floatlabel): correct font.weight style key weight for active label 2025-01-22 11:09:07 +01:00
tugcekucukoglu a77e375e4f Fixed #7123 - Dialog close button when label is empty 2025-01-22 12:36:21 +03:00
tugcekucukoglu 682caf013d Fixed #7130 - Missing exposed methods in types 2025-01-22 10:57:56 +03:00
GitHub Actions Bot ea205f849c Update API doc 2025-01-22 07:45:19 +00:00
Tuğçe Küçükoğlu 5c78108edc
Merge pull request #7127 from J-Michalek/fix/select-exposed-methods
fix(select): add exposed methods to types
2025-01-22 10:44:10 +03:00
Tuğçe Küçükoğlu 5ccc07fc94
Merge pull request #7125 from J-Michalek/fix/multiselect-exposed-methods
fix(multi-select): add exposed methods to types
2025-01-22 10:43:38 +03:00
David Cardós Uc e6d81c8528
Fix reversed Expand/Collapse icons of AccordionHeader.vue 2025-01-21 13:13:57 -06:00
J-Michalek 69dfde2e4e Revert "fix(multi-select): add exposed methods to types"
This reverts commit 4bb3c3d3a6.
2025-01-21 16:05:32 +01:00
J-Michalek 9a20148b5e Merge branch 'fix/select-exposed-methods' of https://github.com/J-Michalek/primevue into fix/select-exposed-methods 2025-01-21 16:04:48 +01:00