Commit Graph

3892 Commits (cba6de4f2a07816bebc77fabd0e3d03f6f18ddfb)

Author SHA1 Message Date
Tuğçe Küçükoğlu cba6de4f2a Update .eslintrc.js 2022-03-10 13:41:42 +03:00
Tuğçe Küçükoğlu b6eec4ded2 re-organize 2022-03-10 13:41:42 +03:00
Tuğçe Küçükoğlu 33f6caa53b Create Accordion.spec.js 2022-03-10 13:41:42 +03:00
Tuğçe Küçükoğlu 431d8bc77c Update Dropdown.spec.js 2022-03-10 13:41:42 +03:00
Tuğçe Küçükoğlu b2f3886ab9 first tests added 2022-03-10 13:41:42 +03:00
mertsincan 996e7a7fc9 Added edit + sort + filter demo to DataTable 2022-03-09 11:59:22 +00:00
mertsincan 67ace50831 Fixed #2271 - DataTable with edit, sort and filter options does not work as expected 2022-03-09 11:51:53 +00:00
Tuğçe Küçükoğlu 5323655dd1 Fixed #2241 - Pressing Enter/Return key submits form when there is a single MultiSelect and it has focus 2022-03-04 16:12:16 +03:00
Tuğçe Küçükoğlu 5844180d8e breakpoint fix 2022-03-02 17:27:05 +03:00
Tuğçe Küçükoğlu 911cc83116 new dev iteration 2022-03-02 15:00:30 +03:00
Tuğçe Küçükoğlu cad142128a Update CHANGELOG.md 2022-03-02 14:51:57 +03:00
Tuğçe Küçükoğlu cea3f8cd54 set new version 2022-03-02 14:41:28 +03:00
Tuğçe Küçükoğlu 3654c641cc Fixed #2245 - Galleria containerStyle and containerClass TypeScript error 2022-03-02 14:29:11 +03:00
Tuğçe Küçükoğlu 923f236d4c Fixed #2239 - Material Calendar | Disabled Calendar getting opacity twice 2022-03-01 16:56:42 +03:00
Cagatay Civici 96ecbf2d0c Add padding 2022-03-01 15:28:56 +03:00
Tuğçe Küçükoğlu dd54b139b7 Refactor #2235 2022-03-01 12:47:50 +03:00
Tuğçe Küçükoğlu aba41078f9 Fixed #2235 - Added InputNumber focus and blur events 2022-03-01 12:45:46 +03:00
Tuğçe Küçükoğlu 1dde367cee Fixed #2227 - Material DataTable extension border typo fix 2022-03-01 11:37:38 +03:00
Tuğçe Küçükoğlu 8fd606b0f6 Update ChartDoc.vue 2022-03-01 11:03:46 +03:00
Tuğçe Küçükoğlu d8ad47cab4 Fixed #2230 - Add p-button-* class support to SplitButton 2022-03-01 10:57:30 +03:00
Tuğçe Küçükoğlu 6264f2bdc3 Fixed #2228 - DataView DataViewLayoutType TypeScript error 2022-03-01 09:31:30 +03:00
Tuğçe Küçükoğlu 38d8b24fa9 Fixed #2196 - DataTableFilterMeta TypeScript error 2022-03-01 09:31:30 +03:00
Tuğçe Küçükoğlu f639b8ffef Fixed #1944 - Red Color Palette 2022-02-28 17:48:03 +03:00
Tuğçe Küçükoğlu 8524b0181a Fixed #1389 - Dropdown search don't work with Gboard 2022-02-25 17:00:11 +03:00
Tuğçe Küçükoğlu db46ee81af Fixed #2219 - Calendar keydown event 2022-02-25 16:36:59 +03:00
Cagatay Civici cc0e6c8580 Redirect old urls 2022-02-24 21:50:42 +03:00
Cagatay Civici 928aad2982 Fixed navigations 2022-02-24 20:07:50 +03:00
Cagatay Civici 695043f937 Cosmetics 2022-02-24 19:27:26 +03:00
Tuğçe Küçükoğlu 2fb44329a8 Fixed #2068 - DataTable row-select index is always undefined 2022-02-24 15:39:54 +03:00
Tuğçe Küçükoğlu 227623f3b3 blocks added 2022-02-24 14:07:46 +03:00
yigitfindikli dba903144c Fixed #2212 - Inline calendar adds autofocus 2022-02-24 13:56:14 +03:00
yigitfindikli 6f16614948 Revert "Fixed #2212 - Inline calendar adds autofocus"
This reverts commit 19552c351a.
2022-02-24 13:50:08 +03:00
yigitfindikli 19552c351a Fixed #2212 - Inline calendar adds autofocus 2022-02-24 13:48:28 +03:00
Tuğçe Küçükoğlu 8501cd1165 Fixed #2210 - Bug on Dark Themes related with fixed columns 2022-02-24 12:59:35 +03:00
Ali Alrabeah 7838a3fcd6 Fixed class binding quotation mark typo
On line 186 there is a class binding quotation mark typo inside the <a> tag on the router configuration example that leads to an error when used. Simply changed
:class="{'active-link': isActive, 'active-link-exact": isExactActive}
to
:class="{'active-link': isActive, 'active-link-exact': isExactActive}"
in the <a> tag.
2022-02-24 12:45:24 +03:00
Dennis H 94e2d3d796 Fix quotation mark in doc 2022-02-24 12:37:10 +03:00
Cagatay Civici da45b059a9 Fixed table theme switcher 2022-02-24 12:28:26 +03:00
Cagatay Civici 5cffbb9203 Change v2 path 2022-02-24 12:15:09 +03:00
Cagatay Civici 014815f81b Set deploy path 2022-02-24 12:13:37 +03:00
Cagatay Civici b3df1b4055 Use blue table theme 2022-02-24 12:09:33 +03:00
Cagatay Civici 85fe7cd398 update table themes 2022-02-24 12:07:36 +03:00
Cagatay Civici 1c5df8ab58 Fixed designer logo colors 2022-02-24 11:52:41 +03:00
Cagatay Civici 7217f643b6 Use blue for designer 2022-02-24 11:51:17 +03:00
yigitfindikli ad5584dfd3 Fixed #2209 - Lara Light Blue | Primary Button Hover is not Changing 2022-02-24 11:48:38 +03:00
Tuğçe Küçükoğlu a436d32124 refactor 2022-02-24 10:11:04 +03:00
Tuğçe Küçükoğlu 57ad1be0a5 responsiveness 2022-02-24 09:56:19 +03:00
Cagatay Civici 69ab7c1576 Toggle between blue not indigo 2022-02-24 01:20:45 +03:00
Cagatay Civici 50568cabe6 Removed duplicate button 2022-02-24 01:19:37 +03:00
Cagatay Civici 374a3518af Remove message 2022-02-24 01:11:32 +03:00
Cagatay Civici bd1fe58321 Update color 2022-02-24 01:09:05 +03:00