CardListView ve css düzenlemesi

This commit is contained in:
Sedat Öztürk 2025-11-30 19:01:35 +03:00
parent 0d69ae05ce
commit 2e1dc8db3a
73 changed files with 266 additions and 913599 deletions

View file

@ -239,7 +239,15 @@
"dx.material.purple.light.compact": "App.Setting.material.purple.light.compact", "dx.material.purple.light.compact": "App.Setting.material.purple.light.compact",
"dx.material.purple.dark.compact": "App.Setting.material.purple.dark.compact", "dx.material.purple.dark.compact": "App.Setting.material.purple.dark.compact",
"dx.material.teal.light.compact": "App.Setting.material.teal.light.compact", "dx.material.teal.light.compact": "App.Setting.material.teal.light.compact",
"dx.material.teal.dark.compact": "App.Setting.material.teal.dark.compact" "dx.material.teal.dark.compact": "App.Setting.material.teal.dark.compact",
"dx.fluent.blue.dark.compact": "App.Setting.fluent.blue.dark.compact",
"dx.fluent.blue.dark": "App.Setting.fluent.blue.dark",
"dx.fluent.blue.light.compact": "App.Setting.fluent.blue.light.compact",
"dx.fluent.blue.light": "App.Setting.fluent.blue.light",
"dx.fluent.saas.dark.compact": "App.Setting.fluent.saas.dark.compact",
"dx.fluent.saas.dark": "App.Setting.fluent.saas.dark",
"dx.fluent.saas.light.compact": "App.Setting.fluent.saas.light.compact",
"dx.fluent.saas.light": "App.Setting.fluent.saas.light"
}, },
"order": 3 "order": 3
}, },

View file

@ -232,6 +232,14 @@ public static class PlatformConsts
{ "dx.material.purple.dark.compact",$"{Prefix.App}.Setting.material.purple.dark.compact" }, { "dx.material.purple.dark.compact",$"{Prefix.App}.Setting.material.purple.dark.compact" },
{ "dx.material.teal.light.compact", $"{Prefix.App}.Setting.material.teal.light.compact" }, { "dx.material.teal.light.compact", $"{Prefix.App}.Setting.material.teal.light.compact" },
{ "dx.material.teal.dark.compact", $"{Prefix.App}.Setting.material.teal.dark.compact" }, { "dx.material.teal.dark.compact", $"{Prefix.App}.Setting.material.teal.dark.compact" },
{ "dx.fluent.blue.dark.compact", $"{Prefix.App}.Setting.fluent.blue.dark.compact" },
{ "dx.fluent.blue.dark", $"{Prefix.App}.Setting.fluent.blue.dark" },
{ "dx.fluent.blue.light.compact", $"{Prefix.App}.Setting.fluent.blue.light.compact" },
{ "dx.fluent.blue.light", $"{Prefix.App}.Setting.fluent.blue.light" },
{ "dx.fluent.saas.dark.compact", $"{Prefix.App}.Setting.fluent.saas.dark.compact" },
{ "dx.fluent.saas.dark", $"{Prefix.App}.Setting.fluent.saas.dark" },
{ "dx.fluent.saas.light.compact", $"{Prefix.App}.Setting.fluent.saas.light.compact" },
{ "dx.fluent.saas.light", $"{Prefix.App}.Setting.fluent.saas.light" },
}; };
} }
} }

View file

@ -263,6 +263,14 @@ public static class SeedConsts
{ "dx.material.purple.dark.compact",$"{Prefix.App}.Setting.material.purple.dark.compact" }, { "dx.material.purple.dark.compact",$"{Prefix.App}.Setting.material.purple.dark.compact" },
{ "dx.material.teal.light.compact", $"{Prefix.App}.Setting.material.teal.light.compact" }, { "dx.material.teal.light.compact", $"{Prefix.App}.Setting.material.teal.light.compact" },
{ "dx.material.teal.dark.compact", $"{Prefix.App}.Setting.material.teal.dark.compact" }, { "dx.material.teal.dark.compact", $"{Prefix.App}.Setting.material.teal.dark.compact" },
{ "dx.fluent.blue.dark.compact", $"{Prefix.App}.Setting.fluent.blue.dark.compact" },
{ "dx.fluent.blue.dark", $"{Prefix.App}.Setting.fluent.blue.dark" },
{ "dx.fluent.blue.light.compact", $"{Prefix.App}.Setting.fluent.blue.light.compact" },
{ "dx.fluent.blue.light", $"{Prefix.App}.Setting.fluent.blue.light" },
{ "dx.fluent.saas.dark.compact", $"{Prefix.App}.Setting.fluent.saas.dark.compact" },
{ "dx.fluent.saas.dark", $"{Prefix.App}.Setting.fluent.saas.dark" },
{ "dx.fluent.saas.light.compact", $"{Prefix.App}.Setting.fluent.saas.light.compact" },
{ "dx.fluent.saas.light", $"{Prefix.App}.Setting.fluent.saas.light" },
}; };
} }
} }

10
ui/package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "erp-platform-ui", "name": "erp-platform-ui",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "erp-platform-ui", "name": "erp-platform-ui",
"version": "1.0.1", "version": "1.0.2",
"dependencies": { "dependencies": {
"@babel/generator": "^7.28.3", "@babel/generator": "^7.28.3",
"@babel/parser": "^7.28.0", "@babel/parser": "^7.28.0",
@ -30,6 +30,7 @@
"classnames": "^2.5.1", "classnames": "^2.5.1",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"devextreme": "25.1.7", "devextreme": "25.1.7",
"devextreme-dist": "25.1.7",
"devextreme-react": "25.1.7", "devextreme-react": "25.1.7",
"easy-peasy": "^6.0.5", "easy-peasy": "^6.0.5",
"emoji-picker-react": "^4.14.1", "emoji-picker-react": "^4.14.1",
@ -5783,6 +5784,11 @@
"devextreme-bundler-init": "bin/bundler-init.js" "devextreme-bundler-init": "bin/bundler-init.js"
} }
}, },
"node_modules/devextreme-dist": {
"version": "25.1.7",
"resolved": "https://registry.npmjs.org/devextreme-dist/-/devextreme-dist-25.1.7.tgz",
"integrity": "sha512-pgTiadUS239aL8RJo9aO+H0DzCaufM/pp+oY6C1Oo36Wk2/zScUNmjAytJDfEeHOm/eChXi3EtLn1FHvHstlcQ=="
},
"node_modules/devextreme-quill": { "node_modules/devextreme-quill": {
"version": "1.7.6", "version": "1.7.6",
"resolved": "https://registry.npmjs.org/devextreme-quill/-/devextreme-quill-1.7.6.tgz", "resolved": "https://registry.npmjs.org/devextreme-quill/-/devextreme-quill-1.7.6.tgz",

View file

@ -1,7 +1,7 @@
{ {
"name": "erp-platform-ui", "name": "erp-platform-ui",
"private": true, "private": true,
"version": "1.0.1", "version": "1.0.2",
"elstarVersion": "2.1.6", "elstarVersion": "2.1.6",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -38,6 +38,7 @@
"classnames": "^2.5.1", "classnames": "^2.5.1",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"devextreme": "25.1.7", "devextreme": "25.1.7",
"devextreme-dist": "25.1.7",
"devextreme-react": "25.1.7", "devextreme-react": "25.1.7",
"easy-peasy": "^6.0.5", "easy-peasy": "^6.0.5",
"emoji-picker-react": "^4.14.1", "emoji-picker-react": "^4.14.1",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,9 +1,9 @@
/** /**
* DevExtreme (dx.common.css) * DevExtreme (dx.common.css)
* Version: 23.1.5 * Version: 25.1.7
* Build date: Wed Aug 30 2023 * Build date: Mon Nov 10 2025
* *
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/ */
/*! /*!

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -7,7 +7,6 @@ import { useStoreActions, useStoreState } from '@/store/store'
import classNames from 'classnames' import classNames from 'classnames'
import { useLocalization } from '@/utils/hooks/useLocalization' import { useLocalization } from '@/utils/hooks/useLocalization'
import { GridDto } from '@/proxy/form/models' import { GridDto } from '@/proxy/form/models'
import Card from './Card'
import { Badge, Button } from '@/components/ui' import { Badge, Button } from '@/components/ui'
import Pivot from './Pivot' import Pivot from './Pivot'
import Tree from './Tree' import Tree from './Tree'
@ -15,6 +14,7 @@ import { getList } from '@/services/form.service'
import { useCurrentMenuIcon } from '@/utils/hooks/useCurrentMenuIcon' import { useCurrentMenuIcon } from '@/utils/hooks/useCurrentMenuIcon'
import { ListViewLayoutType } from '../admin/listForm/edit/types' import { ListViewLayoutType } from '../admin/listForm/edit/types'
import Chart from './Chart' import Chart from './Chart'
import Card from './Card'
const List = () => { const List = () => {
const params = useParams() const params = useParams()

View file

@ -102,7 +102,7 @@ export function setGridPanelColor(color: any) {
'dx-datagrid-header-panel', 'dx-datagrid-header-panel',
) as HTMLCollectionOf<HTMLElement> ) as HTMLCollectionOf<HTMLElement>
if (pnlGrid?.length) { if (pnlGrid?.length) {
pnlGrid[0].style.backgroundColor = color pnlGrid[0].style.borderBottom = `3px solid ${color}`
} }
//TreeList icin //TreeList icin
@ -110,7 +110,7 @@ export function setGridPanelColor(color: any) {
'dx-treelist-header-panel', 'dx-treelist-header-panel',
) as HTMLCollectionOf<HTMLElement> ) as HTMLCollectionOf<HTMLElement>
if (pnlTree?.length) { if (pnlTree?.length) {
pnlTree[0].style.backgroundColor = color pnlTree[0].style.borderBottom = `3px solid ${color}`
} }
} }