Commit Graph

100 Commits (4dec38079a532559950c6179d1aa041bc1083e6f)

Author SHA1 Message Date
Mert Sincan 8574a61891 Refactor #5667 2024-05-02 23:12:36 +01:00
Mert Sincan 0979dde96d Fixed #5667 - Remove base option from theme config 2024-05-01 09:26:48 +01:00
mertsincan 9bdabd8530 Theming API: update `mergeKeys` method for presets 2024-04-15 11:21:03 +01:00
mertsincan 51110b585a Theming API: Refactor on $dt method and inline styles for css variables 2024-04-15 10:17:29 +01:00
mertsincan 9e1bb1b950 Update BaseComponent.vue 2024-04-02 11:23:32 +01:00
mertsincan 7c299f55f9 Theming API: Add `dt` props to all component 2024-04-01 14:08:53 +01:00
mertsincan feaa8dd8a9 Theming API: Add `unstyled` check to decide whether theme can be loaded or not 2024-04-01 08:43:06 +01:00
mertsincan 45521ea6af Theming API: Improve performance 2024-03-31 05:44:48 +01:00
mertsincan a5dff7722e Theming API: update nuxt-primevue module 2024-03-29 11:25:15 +00:00
mertsincan 869b572bac Refactor on BaseComponent 2024-03-27 16:50:41 +00:00
mertsincan a6f99cdc67 Theming API: Refactor layers 2024-03-18 12:23:53 +00:00
mertsincan 592a8ed0c4 Theming API: Implement layer order 2024-03-18 10:57:17 +00:00
mertsincan 43d561a2b6 Refactor on theme structure 2024-03-13 12:05:23 +00:00
mertsincan 475604491f Remove console.log 2024-03-12 10:33:30 +00:00
mertsincan 75b5f494d3 Refactor on dynamic changes 2024-03-12 09:46:43 +00:00
mertsincan 9d84a9f92c Change `palette` method 2024-03-08 12:07:16 +00:00
mertsincan 2841ed3684 Rename `colorMode` with `colorScheme` 2024-03-06 10:38:51 +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
mertsincan 0ce4b3a229 Update BaseComponent.vue 2024-02-20 14:57:52 +00:00
mertsincan 4c67b97481 Cosmetics 2024-02-20 11:44:09 +00:00
mertsincan b5df82f247 Update theme config with `theme.base`, `theme.preset` and `theme.options` 2024-02-19 22:53:42 +00:00
mertsincan e54e59c117 Update BaseComponent.vue 2024-02-13 09:38:20 +00:00
mertsincan 964037361e Theme: Update on BaseComponent and BaseDirective structures v3 2024-02-13 09:36:36 +00:00
mertsincan 3be4ffe8be Theme: Update on BaseComponent structure v2 2024-02-12 10:30:01 +00:00
mertsincan 31f465c702 Theme: Update on BaseComponent structure 2024-02-11 09:37:25 +00:00
mertsincan 641b84a34a Merge branch 'master' into v4 2024-02-11 08:47:11 +00:00
mertsincan 5d9ac9917d Refactor #5257 2024-02-11 08:46:46 +00:00
mertsincan 7d5e24e25d Merge branch 'master' into v4 2024-02-11 08:12:55 +00:00
mertsincan dd84dbbb60 Refactor #5257 2024-02-11 08:10:29 +00:00
Cagatay Civici eb5c1629d4 Merge branch 'master' into v4 2024-02-10 09:40:34 +03:00
mertsincan e40c2e7c9c Refactor #5257 - Implement BaseComponent 2024-02-10 00:19:32 +00:00
mertsincan 46661ea658 Refactor on variable import style 2024-02-05 13:00:52 +00:00
Cagatay Civici 5ac44cfc6f Merge branch 'master' into v4 2024-02-03 15:50:33 +03:00
mertsincan 4836654f7b Fixed #5179 - Improve `data-pc-` structure in components 2024-01-30 14:35:32 +00:00
mertsincan c749f0522b Fixed #4707 - PassThought new merging strategy 2024-01-29 12:35:09 +00:00
mertsincan 8e4854474d Init theme structure 2024-01-02 10:18:28 +00:00
mertsincan d1d1e61392 Fixed #4924 - DataTable or Column leak computed properties to their children through VirtualScroller 2023-12-18 17:07:16 +00:00
mertsincan 92180d87bd Refactor #4951 2023-12-10 21:43:59 +00:00
mertsincan 7581419a2d Fixed #4951 - Add `attrs` param to all `pt` functions 2023-12-10 21:41:17 +00:00
mertsincan eb00b8ee23 Fixed #4929 - Add parent param to all pt method options 2023-12-05 11:06:32 +00:00
mertsincan dc2913e887 Fixed #4530 - Export styles of all components 2023-10-02 11:46:09 +01:00
Tuğçe Küçükoğlu b48d33eddd Refactor #4504 2023-09-26 12:14:27 +03:00
Tuğçe Küçükoğlu 01753ac08a Refactor #4504 2023-09-26 09:40:02 +03:00
Tuğçe Küçükoğlu e6499c0365 Refactor #4504 2023-09-25 22:11:55 +03:00
Tuğçe Küçükoğlu f1b73c1cf1
Merge pull request #4468 from maspetsberger/fix-buttonset-style
Fix buttonset styling when only a single button is present.
2023-09-20 21:05:05 +03:00
mertsincan 44212378dc Refactor #4473 2023-09-20 12:48:21 +01:00
mertsincan 31c3bdf566 Fixed #4473 - Add ptOptions option to PrimeVue config 2023-09-20 12:25:33 +01:00
Michael Aspetsberger 2ff4257421
Fix buttonset styling when only a single button is present. 2023-09-19 11:10:37 +02:00