mirror of
https://github.com/RADar-AZDelta/azd-radar-data-datatable.git
synced 2026-03-23 20:37:13 +00:00
[PR #62] [MERGED] Svelte5 refactoring #64
Labels
No labels
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
RADar-AZDelta/archived-azd-radar-data-datatable#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RADar-AZDelta/azd-radar-data-datatable/pull/62
Author: @BostoenToby
Created: 12/23/2024
Status: ✅ Merged
Merged: 12/23/2024
Merged by: @BostoenToby
Base:
master← Head:svelte5-refactoring📝 Commits (10+)
4620b80Refactor settings to a seperate component935d074Create extra classes & component as cleanup43744f1Refactor table heada55456brefactor DataTable & clean upac1f1c3Fix issue with storing options & columnsa55f9b3solved issue with non relative paths7719398refactor code to work reactive7534ad0Use alias instead of relative paths422be48fix linting issuesa7eb984fix tsconfig & set Svelte as peerDep📊 Changes
69 files changed (+3733 additions, -2644 deletions)
View changed files
➖
.eslintignore(+0 -13)➖
.eslintrc.json(+0 -28)📝
.prettierrc(+0 -1)➕
eslint.config.js(+39 -0)📝
package.json(+30 -26)📝
pnpm-lock.yaml(+1853 -1647)📝
src/app.d.ts(+1 -1)📝
src/app.html(+1 -1)📝
src/examples/FetchDataTypeClass.ts(+8 -19)📝
src/lib/actions/escapeWithKey.ts(+1 -1)📝
src/lib/actions/repositionableColumn.ts(+7 -4)📝
src/lib/actions/resizableColumn.ts(+7 -18)📝
src/lib/actions/saveWithKey.ts(+2 -3)➖
src/lib/components/ColumnFilter.svelte(+0 -25)📝
src/lib/components/DataTable.svelte(+53 -551)📝
src/lib/components/Options.svelte(+3 -5)📝
src/lib/components/Pagination.svelte(+21 -22)➕
src/lib/components/datatable/ColGroup.svelte(+14 -0)➕
src/lib/components/datatable/elements/FilterRow.svelte(+38 -0)➕
src/lib/components/datatable/elements/TableBody.svelte(+33 -0)...and 49 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.