зеркало из
1
0
Форкнуть 0
This commit is contained in:
iordanGrancharov 2023-12-20 15:04:12 +02:00
Родитель 0b49afa7fa
Коммит 63aaabd4ed
2 изменённых файлов: 155 добавлений и 157 удалений

Просмотреть файл

@ -1,48 +1,48 @@
{
"name": "kendo-react-new-overview",
"homepage": "https://telerik.github.io/kendo-react-homepage-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.2",
"@progress/kendo-data-query": "^1.6.0",
"@progress/kendo-drawing": "^1.17.2",
"@progress/kendo-react-charts": "^5.9.0",
"@progress/kendo-react-dateinputs": "^5.9.0",
"@progress/kendo-react-dropdowns": "^5.9.0",
"@progress/kendo-react-grid": "^5.9.0",
"@progress/kendo-react-inputs": "^5.9.0",
"@progress/kendo-react-intl": "^5.9.0",
"@progress/kendo-react-layout": "^5.9.0",
"@progress/kendo-theme-material": "^5.12.0",
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"graphql": "^16.6.0",
"hammerjs": "^2.0.8",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-scripts": "5.0.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^4.0.0"
}
}
{
"name": "kendo-react-new-overview",
"homepage": "https://telerik.github.io/kendo-react-homepage-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.8.7",
"@progress/kendo-data-query": "^1.7.0",
"@progress/kendo-drawing": "^1.19.0",
"@progress/kendo-react-charts": "^7.0.2",
"@progress/kendo-react-dateinputs": "^7.0.2",
"@progress/kendo-react-dropdowns": "^7.0.2",
"@progress/kendo-react-grid": "^7.0.2",
"@progress/kendo-react-inputs": "^7.0.2",
"@progress/kendo-react-intl": "^7.0.2",
"@progress/kendo-react-layout": "^7.0.2",
"@progress/kendo-theme-material": "^7.0.2",
"bootstrap": "5.2.1",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"hammerjs": "^2.0.8",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-scripts": "5.0.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^6.1.0"
}
}

Просмотреть файл

@ -1,109 +1,107 @@
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/maps";
@import "~bootstrap/scss/mixins";
@import "~bootstrap/scss/reboot";
@import "~bootstrap/scss/grid";
@import "~@progress/kendo-theme-material/scss/variables";
@import "~@progress/kendo-theme-material/scss/dataviz";
@import "~@progress/kendo-theme-material/scss/tabstrip";
@import "~@progress/kendo-theme-material/scss/grid";
@import "./fonts.scss";
html,
body {
height: 100vh;
width: 100%;
}
.img-circle {
border: 1px solid $primary;
border-radius: 2rem;
margin-right: 0.5rem;
}
#root {
height: 100%;
}
.k-grid {
p {
margin-bottom: 0;
}
.k-hierarchy-cell,
.k-detail-cell {
background: white !important;
}
.k-detail-cell {
padding-left: 0 !important;
}
.assign-to-container {
margin: 0.25rem 0;
}
.issue-description {
background-repeat: no-repeat;
background-color: white;
background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
/* Opera doesn't support this in the shorthand */
background-attachment: local, local, scroll, scroll;
}
.k-grid-container {
// max-height: 490px;
}
.k-grid-pager {
width: 100%;
position: fixed;
bottom: 0;
}
}
.k-tabstrip .k-animation-container,
.k-tabstrip .k-child-animation-container,
div[role="tabpanel"],
div[role="tabpanel"] > div {
height: 100%;
}
.demo-heading {
// position: absolute;
font-family: "Metric";
color: $primary;
display: flex;
position: absolute;
left: 1rem;
justify-content: flex-end;
font-size: 1.75rem;
margin-top: 7px;
margin-bottom: auto;
}
.k-i-loading {
min-height: 400px;
width: 100%;
}
.k-tabstrip {
height: 100%;
position: relative;
.k-tabstrip-items {
display: flex;
justify-content: flex-end;
}
.k-content {
padding: 0;
}
.k-animation-container {
display: block;
widows: 100%;
}
}
@import "~bootstrap/scss/mixins";
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/maps";
@import "~bootstrap/scss/reboot";
@import "~bootstrap/scss/grid";
@import "~@progress/kendo-theme-material/dist/all.scss";
@import "./fonts.scss";
html,
body {
height: 100vh;
width: 100%;
}
.img-circle {
border: 1px solid $primary;
border-radius: 2rem;
margin-right: 0.5rem;
}
#root {
height: 100%;
}
.k-grid {
p {
margin-bottom: 0;
}
.k-hierarchy-cell,
.k-detail-cell {
background: white !important;
}
.k-detail-cell {
padding-left: 0 !important;
}
.assign-to-container {
margin: 0.25rem 0;
}
.issue-description {
background-repeat: no-repeat;
background-color: white;
background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
/* Opera doesn't support this in the shorthand */
background-attachment: local, local, scroll, scroll;
}
.k-grid-container {
// max-height: 490px;
}
.k-grid-pager {
width: 100%;
position: fixed;
bottom: 0;
}
}
.k-tabstrip .k-animation-container,
.k-tabstrip .k-child-animation-container,
div[role="tabpanel"],
div[role="tabpanel"] > div {
height: 100%;
}
.demo-heading {
// position: absolute;
font-family: "Metric";
color: $primary;
display: flex;
position: absolute;
left: 1rem;
justify-content: flex-end;
font-size: 1.75rem;
margin-top: 7px;
margin-bottom: auto;
}
.k-i-loading {
min-height: 400px;
width: 100%;
}
.k-tabstrip {
height: 100%;
position: relative;
.k-tabstrip-items {
display: flex;
justify-content: flex-end;
}
.k-content {
padding: 0;
}
.k-animation-container {
display: block;
widows: 100%;
}
}