-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 943da3b Merge: a45165c 0a2bb9f Author: Sebastian Wróblewski <[email protected]> Date: Sun Jan 21 22:14:13 2024 +0100 Merge branch 'main' of https://github.com/Kreyu/data-table-bundle into feature/testing/filters commit a45165c Author: Sebastian Wróblewski <[email protected]> Date: Sun Jan 21 22:03:11 2024 +0100 wip commit e351b38 Author: Sebastian Wróblewski <[email protected]> Date: Sun Jan 21 20:36:39 2024 +0100 wip commit 54eb354 Author: Sebastian Wróblewski <[email protected]> Date: Sun Jan 21 19:34:00 2024 +0100 wip commit ebebb9b Author: Sebastian Wróblewski <[email protected]> Date: Sun Jan 21 19:31:10 2024 +0100 wip commit 63a22c6 Author: Sebastian Wróblewski <[email protected]> Date: Sun Jan 21 19:30:00 2024 +0100 wip commit 67c3558 Author: Sebastian Wróblewski <[email protected]> Date: Sun Jan 21 19:23:14 2024 +0100 wip commit 5986098 Author: Sebastian Wróblewski <[email protected]> Date: Sat Jan 13 14:06:45 2024 +0100 wip commit e0c989f Author: Sebastian Wróblewski <[email protected]> Date: Sat Jan 13 13:57:47 2024 +0100 wip commit e2939a0 Author: Sebastian Wróblewski <[email protected]> Date: Tue Jan 2 22:10:05 2024 +0100 wip commit e4cd4f9 Author: Sebastian Wróblewski <[email protected]> Date: Tue Jan 2 21:59:28 2024 +0100 wip commit e8cc9c3 Author: Sebastian Wróblewski <[email protected]> Date: Tue Jan 2 21:39:07 2024 +0100 wip commit 53a1fd0 Author: Sebastian Wróblewski <[email protected]> Date: Tue Jan 2 00:00:45 2024 +0100 wip commit 5b82994 Author: Sebastian Wróblewski <[email protected]> Date: Sat Dec 30 15:20:44 2023 +0100 wip commit 490d233 Author: Sebastian Wróblewski <[email protected]> Date: Sat Dec 30 15:14:24 2023 +0100 wip commit 42b0fa3 Author: Sebastian Wróblewski <[email protected]> Date: Fri Dec 29 18:58:01 2023 +0100 wip commit 14393a0 Author: Sebastian Wróblewski <[email protected]> Date: Fri Dec 29 00:26:30 2023 +0100 wip commit 519ace9 Author: Sebastian Wróblewski <[email protected]> Date: Thu Dec 28 22:17:33 2023 +0100 wip commit fbca593 Author: Sebastian Wróblewski <[email protected]> Date: Thu Dec 28 01:03:17 2023 +0100 wip commit 9aa831d Author: Sebastian Wróblewski <[email protected]> Date: Wed Dec 27 18:39:57 2023 +0100 wip commit 5e7a4a9 Author: Sebastian Wróblewski <[email protected]> Date: Fri Dec 22 12:50:26 2023 +0100 wip commit bc77417 Author: Sebastian Wróblewski <[email protected]> Date: Sat Dec 16 20:57:21 2023 +0100 wip commit e68466e Author: Sebastian Wróblewski <[email protected]> Date: Mon Dec 4 00:44:36 2023 +0100 wip commit 4a8cc7b Author: Sebastian Wróblewski <[email protected]> Date: Mon Dec 4 00:43:37 2023 +0100 wip commit f5b3d63 Author: Sebastian Wróblewski <[email protected]> Date: Mon Dec 4 00:42:39 2023 +0100 wip commit a312f47 Author: Sebastian Wróblewski <[email protected]> Date: Tue Nov 28 19:48:13 2023 +0100 wip commit 5604a34 Author: Sebastian Wróblewski <[email protected]> Date: Tue Nov 28 18:06:49 2023 +0100 wip commit 490e6c6 Author: Sebastian Wróblewski <[email protected]> Date: Sat Nov 25 13:42:45 2023 +0100 fix open spout docs commit 5a34957 Merge: a269700 166f7b3 Author: Sebastian Wróblewski <[email protected]> Date: Thu Nov 23 00:20:21 2023 +0100 Merge branch 'main' of https://github.com/Kreyu/data-table-bundle into feature/testing/filters commit a269700 Author: Sebastian Wróblewski <[email protected]> Date: Wed Nov 22 22:45:26 2023 +0100 wip
- Loading branch information
Showing
332 changed files
with
11,980 additions
and
6,790 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Testing | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build-test: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: php-actions/composer@v6 | ||
with: | ||
php_extensions: dom fileinfo filter libxml xmlreader zip gd | ||
- uses: php-actions/phpstan@v3 | ||
- uses: php-actions/phpunit@v3 | ||
with: | ||
php_extensions: xdebug dom fileinfo filter libxml xmlreader zip gd | ||
args: --coverage-text | ||
env: | ||
XDEBUG_MODE: coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
/venv | ||
/composer.lock | ||
/.php-cs-fixer.cache | ||
/.phpunit.cache | ||
/.phpunit.result.cache | ||
/.idea | ||
/.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
.vitepress/cache/ | ||
.vitepress/dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,175 @@ | ||
import { defineConfig } from 'vitepress' | ||
|
||
// https://vitepress.dev/reference/site-config | ||
export default defineConfig({ | ||
title: 'DataTableBundle', | ||
description: 'Streamlines creation process of the data tables', | ||
srcDir: './src', | ||
head: [ | ||
['link', { rel: 'icon', type: 'image/png', href: '/logo.png' }], | ||
], | ||
themeConfig: { | ||
logo: '/logo.png', | ||
externalLinkIcon: true, | ||
outline: 'deep', | ||
|
||
// https://vitepress.dev/reference/default-theme-config | ||
nav: [ | ||
{ text: 'Home', link: '/' }, | ||
{ text: 'Documentation', link: '/docs/introduction', activeMatch: '/docs/' }, | ||
{ text: 'Reference', link: '/reference/types/data-table', activeMatch: '/reference/' }, | ||
], | ||
|
||
sidebar: { | ||
'/docs/': [ | ||
{ | ||
text: 'Getting started', | ||
items: [ | ||
{ text: 'Introduction', link: '/docs/introduction' }, | ||
{ text: 'Installation', link: '/docs/installation' }, | ||
] | ||
}, | ||
{ | ||
text: 'Components', | ||
items: [ | ||
{ text: 'Columns', link: '/docs/components/columns' }, | ||
{ text: 'Filters', link: '/docs/components/filters' }, | ||
{ text: 'Actions', link: '/docs/components/actions' }, | ||
{ text: 'Exporters', link: '/docs/components/exporters' }, | ||
] | ||
}, | ||
{ | ||
text: 'Features', | ||
items: [ | ||
{ text: 'Sorting', link: '/docs/features/sorting' }, | ||
{ text: 'Filtering', link: '/docs/features/filtering' }, | ||
{ text: 'Exporting', link: '/docs/features/exporting' }, | ||
{ text: 'Pagination', link: '/docs/features/pagination' }, | ||
{ text: 'Personalization', link: '/docs/features/personalization' }, | ||
{ text: 'Persistence', link: '/docs/features/persistence' }, | ||
{ text: 'Theming', link: '/docs/features/theming' }, | ||
{ text: 'Asynchronicity', link: '/docs/features/asynchronicity' }, | ||
{ text: 'Extensibility', link: '/docs/features/extensibility' }, | ||
] | ||
}, | ||
{ | ||
text: 'Integrations', | ||
items: [ | ||
{ | ||
text: 'Doctrine ORM', | ||
collapsed: true, | ||
items: [ | ||
{ text: 'Expression transformers', link: '/docs/integrations/doctrine-orm/expression-transformers' }, | ||
{ text: 'Events', link: '/docs/integrations/doctrine-orm/events' } | ||
], | ||
}, | ||
] | ||
}, | ||
{ text: 'Troubleshooting', link: '/docs/troubleshooting' }, | ||
{ text: 'Contributing', link: '/docs/contributing' }, | ||
], | ||
'/reference/': [ | ||
{ | ||
text: 'Types', | ||
items: [ | ||
{ | ||
text: 'DataTable', | ||
link: '/reference/types/data-table' | ||
}, | ||
{ | ||
text: 'Column', | ||
link: '/reference/types/column', | ||
collapsed: true, | ||
items: [ | ||
{ text: 'Text', link: '/reference/types/column/text' }, | ||
{ text: 'Number', link: '/reference/types/column/number' }, | ||
{ text: 'Money', link: '/reference/types/column/money' }, | ||
{ text: 'Boolean', link: '/reference/types/column/boolean' }, | ||
{ text: 'Link', link: '/reference/types/column/link' }, | ||
{ text: 'Date', link: '/reference/types/column/date' }, | ||
{ text: 'DateTime', link: '/reference/types/column/date-time' }, | ||
{ text: 'DatePeriod', link: '/reference/types/column/date-period' }, | ||
{ text: 'Collection', link: '/reference/types/column/collection' }, | ||
{ text: 'Template', link: '/reference/types/column/template' }, | ||
{ text: 'Actions', link: '/reference/types/column/actions' }, | ||
{ text: 'Checkbox', link: '/reference/types/column/checkbox' }, | ||
{ text: 'Column', link: '/reference/types/column/column' }, | ||
] | ||
}, | ||
{ | ||
text: 'Filter', | ||
link: '/reference/types/filter', | ||
collapsed: true, | ||
items: [ | ||
{ | ||
text: 'Doctrine ORM', | ||
collapsed: false, | ||
items: [ | ||
{ text: 'String', link: '/reference/types/filter/doctrine-orm/string' }, | ||
{ text: 'Numeric', link: '/reference/types/filter/doctrine-orm/numeric' }, | ||
{ text: 'Boolean', link: '/reference/types/filter/doctrine-orm/boolean' }, | ||
{ text: 'Date', link: '/reference/types/filter/doctrine-orm/date' }, | ||
{ text: 'DateTime', link: '/reference/types/filter/doctrine-orm/date-time' }, | ||
{ text: 'DateRange', link: '/reference/types/filter/doctrine-orm/date-range' }, | ||
{ text: 'Entity', link: '/reference/types/filter/doctrine-orm/entity' }, | ||
{ text: 'DoctrineOrm', link: '/reference/types/filter/doctrine-orm/doctrine-orm' }, | ||
], | ||
}, | ||
{ text: 'Callback', link: '/reference/types/filter/callback' }, | ||
{ text: 'Search', link: '/reference/types/filter/search' }, | ||
{ text: 'Filter', link: '/reference/types/filter/filter' }, | ||
], | ||
}, | ||
{ | ||
text: 'Action', | ||
link: '/reference/types/action', | ||
collapsed: true, | ||
items: [ | ||
{ text: 'Link', link: '/reference/types/action/link' }, | ||
{ text: 'Button', link: '/reference/types/action/button' }, | ||
{ text: 'Form', link: '/reference/types/action/form' }, | ||
{ text: 'Action', link: '/reference/types/action/action' }, | ||
], | ||
}, | ||
{ | ||
text: 'Exporter', | ||
link: '/reference/types/exporter', | ||
collapsed: true, | ||
items: [ | ||
{ | ||
text: 'PhpSpreadsheet', | ||
collapsed: false, | ||
items: [ | ||
{ text: 'Csv', link: '/reference/types/exporter/php-spreadsheet/csv' }, | ||
{ text: 'Xls', link: '/reference/types/exporter/php-spreadsheet/xls' }, | ||
{ text: 'Xlsx', link: '/reference/types/exporter/php-spreadsheet/xlsx' }, | ||
{ text: 'Ods', link: '/reference/types/exporter/php-spreadsheet/ods' }, | ||
{ text: 'Pdf', link: '/reference/types/exporter/php-spreadsheet/pdf' }, | ||
{ text: 'Html', link: '/reference/types/exporter/php-spreadsheet/html' }, | ||
], | ||
}, | ||
{ | ||
text: 'OpenSpout', | ||
collapsed: false, | ||
items: [ | ||
{ text: 'Csv', link: '/reference/types/exporter/open-spout/csv' }, | ||
{ text: 'Xlsx', link: '/reference/types/exporter/open-spout/xlsx' }, | ||
{ text: 'Ods', link: '/reference/types/exporter/open-spout/ods' }, | ||
], | ||
}, | ||
{ text: 'Callback', link: '/reference/types/exporter/callback' }, | ||
{ text: 'Exporter', link: '/reference/types/exporter/exporter' }, | ||
], | ||
}, | ||
] | ||
}, | ||
{ text: 'Configuration', link: '/reference/configuration' }, | ||
{ text: 'Twig', link: '/reference/twig' }, | ||
], | ||
}, | ||
|
||
socialLinks: [ | ||
{ icon: 'github', link: 'https://github.com/kreyu/data-table-bundle' } | ||
] | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import DefaultTheme from 'vitepress/theme' | ||
import './style.css' | ||
|
||
export default DefaultTheme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.VPContent.is-home { | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
} | ||
|
||
:root { | ||
--vp-button-brand-bg: #7986CB; | ||
--vp-button-brand-hover-bg: #9FA8DA; | ||
|
||
--vp-c-brand-1: #7986CB; | ||
--vp-c-brand-2: #9FA8DA; | ||
|
||
--vp-home-hero-name-color: transparent; | ||
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #32bffc 10%, #7986CB); | ||
|
||
--vp-home-hero-image-background-image: -webkit-linear-gradient(120deg, rgba(68, 113, 210, 1), 30%, rgba(50, 191, 252, 1)); | ||
} | ||
|
||
@media (min-width: 640px) { | ||
:root { | ||
--vp-home-hero-image-filter: blur(56px); | ||
} | ||
} | ||
|
||
@media (min-width: 960px) { | ||
:root { | ||
--vp-home-hero-image-filter: blur(65px); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Documentation | ||
|
||
To start the development server, run following commands: | ||
|
||
```shell | ||
npm install && npm run docs:dev | ||
``` |
Oops, something went wrong.