Commit Graph

1512 Commits (040ea8b9fd7ce73b3c416ecbd1c68c1646ff8851)

Author SHA1 Message Date
Cagatay Civici 040ea8b9fd Remove useTheme util 2024-05-03 10:40:40 +03:00
tugcekucukoglu d61c9f5e61 Merge branch 'master' into v4 2024-05-03 09:51:16 +03:00
tugcekucukoglu f3f32b98fd TreeTable doc updates 2024-05-03 09:34:31 +03:00
tugcekucukoglu 587a773a68 Refactor 2024-05-02 16:15:26 +03:00
tugcekucukoglu cdee9a5ac7 Router warning fixes 2024-05-02 13:42:38 +03:00
tugcekucukoglu cf8f24d097 Update VerticalDoc.vue 2024-05-02 13:29:29 +03:00
Mert Sincan ba00f3bc7b Theme Doc update 2024-05-01 09:32:55 +01:00
tugcekucukoglu fa42242e15 Typo fixes 2024-04-30 20:45:38 +03:00
tugcekucukoglu 14eca0cc80 Update TemplateDoc.vue 2024-04-30 16:05:29 +03:00
tugcekucukoglu a247c49bd9 Update IconsDoc.vue 2024-04-30 11:04:41 +03:00
tugcekucukoglu 4c8eb6cab2 Refactor #5592, #5661, #5662 - For SplitButton 2024-04-30 11:02:09 +03:00
tugcekucukoglu f268ef050c Update RowEditDoc.vue 2024-04-29 12:55:59 +03:00
tugcekucukoglu fb387de29e DataTable edit & filter button props updated 2024-04-29 12:55:47 +03:00
Cagatay Civici 142524f06e Add deprecation notice 2024-04-29 12:18:36 +03:00
mertsincan 38b4683485 Refactor 2024-04-25 00:54:39 +01:00
mertsincan 305af028fc Refactor #5621 2024-04-25 00:37:23 +01:00
mertsincan a2524ed21a Refactor 2024-04-24 23:43:32 +01:00
mertsincan 64e8742da7 Update Accordion demo 2024-04-24 23:43:09 +01:00
tugcekucukoglu 8290426202 Update ForceSelectionDoc.vue 2024-04-24 13:36:41 +03:00
tugcekucukoglu 3902a31d38 Update StyledDoc.vue 2024-04-24 11:52:25 +03:00
GitHub Actions Bot 498a0050a2 Update API doc 2024-04-24 06:04:12 +00:00
Cagatay Civici 9c90990092 FileUpload CSS refactor 2024-04-20 15:45:44 +03:00
mertsincan 6880f6f5c2 Update BasicDoc.vue 2024-04-19 15:06:13 +01:00
mertsincan c80c3ad0ea Fixed #5621 - New Component: Tabs 2024-04-19 14:51:57 +01:00
GitHub Actions Bot b15719071e Update API doc 2024-04-19 11:34:59 +00:00
Tuğçe Küçükoğlu ac99818022
Merge pull request #5584 from RustyRaptor/nuxt-docs-issue-5583
Explain the default exclude option in the Nuxt module configuration docs.
2024-04-19 12:20:29 +03:00
tugcekucukoglu e7ec2ad79a Fixed #5616 2024-04-19 12:16:26 +03:00
Tuğçe Küçükoğlu e747e01e3d
Merge pull request #5569 from dispatchrabbi/issue-1027
Fixed #1027 - Knob: Allow a label function for greater flexibility
2024-04-19 12:12:51 +03:00
tugcekucukoglu fa9145b45d Api generator updates 2024-04-18 17:37:42 +03:00
tugcekucukoglu b2ec54e364 Showcase updates 2024-04-18 17:22:30 +03:00
tugcekucukoglu 0558b0df0a `warn` renaming on demos 2024-04-16 10:35:56 +03:00
mertsincan 51110b585a Theming API: Refactor on $dt method and inline styles for css variables 2024-04-15 10:17:29 +01:00
tugcekucukoglu ddeaab525a New *ButtonProps properties added - I 2024-04-15 11:08:42 +03:00
RustyRaptor 3ce7f69a9d
Explain the default behavior of primevue.components.exclude in the Nuxt module configuration and how to mitigate.
In the documentation for configuring the Nuxt module components, there is no indication that Chart and Editor are excluded by default. The only way to find out is if you happen upon a single issue in the github repo of the nuxt module npm package or read the full source code of the module. Although the intention of this default behavior is to avoid compatibility issues because of the dependencies of those 2 components, it leads to even more confusion when you know what they need but they aren't being detected as components. They are excluded even if you use the * option in include. This change introduces a helpful tip into the docs page so users know what to do when they want to use those components.
2024-04-14 10:32:03 -06:00
Eli Morris-Heft 2bde6fc165
Fixed #1027 - Knob: Allow a label function for greater flexibility 2024-04-11 17:52:30 -04:00
Cagatay Civici b828f34a86 Refactored Galleria 2024-04-10 15:05:27 +03:00
Rainer Eli 608ceae956
Update StyledDoc.vue 2024-04-09 10:25:52 -06:00
tugcekucukoglu 6b605f6b57 Refactor #5553 - For Inplace 2024-04-09 17:11:00 +03:00
Cagatay Civici ea27d3ee5c Refactored Dock Styles 2024-04-09 16:26:23 +03:00
tugcekucukoglu a6af490275 SpeedDial template demo updated 2024-04-09 14:24:32 +03:00
tugcekucukoglu 40ae9b5f6e Update NumberOfStarsDoc.vue 2024-04-09 10:55:12 +03:00
tugcekucukoglu 1b13aaa9d9 Refactor #5553 - For Calendar 2024-04-09 09:24:28 +03:00
tugcekucukoglu f6751003f9 Refactor #5548 - For Dropdown 2024-04-08 15:58:58 +03:00
tugcekucukoglu 916825df76 Refactor #5548 - For AutoComplete 2024-04-08 15:20:42 +03:00
Cagatay Civici af56b7c054 Fixed #5547 - Remove styled from speed 2024-04-08 13:43:16 +03:00
tugcekucukoglu 1cb315bdca Merge branch 'v4-prod' into v4 2024-04-08 12:38:41 +03:00
tugcekucukoglu 59c6d2e76f Template page updates 2024-04-08 12:33:03 +03:00
tugcekucukoglu 7681760b77 Merge branch 'master' into v4 2024-04-08 08:31:59 +03:00
tugcekucukoglu dc1b18d7e5 Template page updates 2024-04-08 08:20:44 +03:00
Cagatay Civici a57bd36f20 Refactored IconField 2024-04-07 12:53:01 +03:00