Commit Graph

9310 Commits (dfcc243fe1ea70a7f1e9a983ccf2fbc9ee4da73f)

Author SHA1 Message Date
Cagatay Civici c828680c69 Migrated Data Components 2024-03-13 14:13:29 +03:00
Tuğçe Küçükoğlu 961ee18164
Merge pull request #5391 from kehwar/patch-1
fix: use KeyboardEvent `key` instead of `code`
2024-03-13 14:10:41 +03:00
GitHub Actions Bot 139250ece2 Update API doc 2024-03-13 09:50:41 +00:00
Tuğçe Küçükoğlu 0bc9e6232e
Merge pull request #5390 from Popeye4242/master
Update Image.d.ts
2024-03-13 12:49:37 +03:00
Tuğçe Küçükoğlu 11620b6655
Merge pull request #5395 from primefaces/issue-5394
fixed #5394 | replace isIntegerOnly with integerOnly
2024-03-13 12:30:29 +03:00
GitHub Actions Bot 8f0b32b7c7 Update API doc 2024-03-13 08:57:17 +00:00
tugcekucukoglu 688430587a Fixed #5410 - Type 'string' is not assignable to type 'object'. 2024-03-13 11:56:02 +03:00
Cagatay Civici 02104cea25 Migrated buttons 2024-03-13 11:36:59 +03:00
Cagatay Civici 580ca3a90d Migrated menu components 2024-03-13 09:56:24 +03:00
Cagatay Civici e9d9e14027 Migrated Overlay components 2024-03-12 15:07:51 +03:00
Cagatay Civici 180e41bca3 Migrated FileUpload 2024-03-12 14:31:18 +03:00
Cagatay Civici 66dbc53907 Migrated Media components 2024-03-12 14:27:32 +03:00
mertsincan 475604491f Remove console.log 2024-03-12 10:33:30 +00:00
Cagatay Civici 7616deb940 Migrated message components 2024-03-12 13:20:51 +03:00
Cagatay Civici add991240a Migrated Misc category 2024-03-12 13:07:36 +03:00
mertsincan 75b5f494d3 Refactor on dynamic changes 2024-03-12 09:46:43 +00:00
Cagatay Civici 31e56ea73a Initiated refactor of token convention and use of dt 2024-03-12 11:19:23 +03:00
mertsincan 9d84a9f92c Change `palette` method 2024-03-08 12:07:16 +00:00
Mehmet Çetin f136b80b8a fixed #5394 | replace isIntegerOnly with integerOnly 2024-03-08 13:19:36 +03:00
Kenyi Watanabe 20d069cff2
fix: use KeyboardEvent `key` instead of `code` 2024-03-08 00:44:46 -05:00
Patrick Spiegel 5ae1c7051c
Update Image.d.ts
Made typescript interface indicator slot match the docs and implementation
2024-03-07 20:02:39 +01:00
navedqb 39e823297f
Merge pull request #29 from navedqb/fix--5382
fix: incorrect inputmode
2024-03-07 14:32:38 +05:30
navedqb 159106539a
fix incorrect inputmode 2024-03-07 14:31:21 +05:30
Amal Mathew 47061f02ca
Merge pull request #5 from qburst/#5336-fix-inputotp-length-not-working
Fix #5336: InputOtp Length not working - Lint fix
2024-03-07 10:45:17 +05:30
Amal Mathew 211b252025 Fix #5336: InputOtp Length not working - lint fix 2024-03-07 10:44:01 +05:30
Amal Mathew 6cbf7828f1
Merge pull request #4 from qburst/#5336-fix-inputotp-length-not-working
Fix #5336: InputOtp Length not working
2024-03-07 10:35:03 +05:30
Amal Mathew 33b9a1ba1f Fix #5336: InputOtp Length not working 2024-03-07 10:33:38 +05:30
mertsincan 7b3908908a Update BaseThemeStyle.js 2024-03-06 11:13:19 +00:00
mertsincan 2841ed3684 Rename `colorMode` with `colorScheme` 2024-03-06 10:38:51 +00:00
mertsincan 65a999933c Update panel 2024-03-05 12:30:35 +00:00
mertsincan 23fbb68f52 Refactor 2024-03-05 11:59:37 +00:00
mertsincan 6730af3d20 Added basetheme structure 2024-03-05 11:08:00 +00:00
mertsincan 43bdf2c3e5 Change theming implementation - 1/2 2024-03-05 09:22:33 +00:00
tugcekucukoglu d7c25df7b0 Fixed #5376 - IconField: Wrong casing in Typescript module declaration file (.d.ts) 2024-03-04 19:18:18 +03:00
tugcekucukoglu 0ffeebdc7e Merge branch 'prod' 2024-03-04 09:26:37 +03:00
tugcekucukoglu 3b034554a3 Landing input icon theme fixes 2024-03-04 09:26:22 +03:00
GitHub Actions Bot 13965813f9 Update API doc 2024-03-04 06:13:42 +00:00
tugcekucukoglu 43268b66f7 Update SelectButton.d.ts 2024-03-04 09:12:43 +03:00
GitHub Actions Bot 251eb2bb4f Update API doc 2024-03-04 06:09:17 +00:00
Tuğçe Küçükoğlu d0644ce79f
Merge pull request #5355 from drevantonder/patch-1
Add `disabled` to `SelectButtonContext` type
2024-03-04 09:08:16 +03:00
GitHub Actions Bot a7582f4a6c Update API doc 2024-03-04 06:07:15 +00:00
Tuğçe Küçükoğlu 7952429669
Merge pull request #5370 from swarakaka/master
Refactor: Rename AccordionStyle to FileUploadStyle
2024-03-04 09:05:48 +03:00
Swara 401719b233
Refactor: Rename AccordionStyle to FileUploadStyle 2024-03-03 22:29:25 +01:00
Andre van Tonder bd4f338e24
Add `disabled` to `SelectButtonContext` type 2024-02-29 09:24:52 +10:00
Isabelle Glasmacher d6d58557ef
feat: Tree - add slot for nodeIcon
closes #4833
2024-02-26 13:04:14 +01:00
tugcekucukoglu a31f1a0c8f Set new version 2024-02-26 09:40:35 +03:00
tugcekucukoglu 538a4ee568 Update CHANGELOG.md 2024-02-26 09:40:27 +03:00
tugcekucukoglu e745f914a3 Fixed #5332 - Stepper component style build is broken 2024-02-26 09:24:26 +03:00
Cagatay Civici 6479cad038 Merge branch 'master' into v4 2024-02-25 13:30:51 +03:00
tugcekucukoglu 3923edff54 Typo fix 2024-02-23 16:51:40 +03:00