diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb92cdd1..6ba33f9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,14 +29,8 @@ jobs: filters: | dashboard: - 'examples-standalone/dashboard/**' - vite-coffee-warehouse: - - 'examples-standalone/vite-coffee-warehouse/**' - - # - name: Build Coffee warehouse app - # working-directory: ./examples-standalone/coffee-warehouse - # run: | - # npm ci - # npm run build + coffee-warehouse: + - 'examples-standalone/coffee-warehouse/**' - name: Build Dashboard app working-directory: ./examples-standalone/dashboard @@ -46,8 +40,8 @@ jobs: npm run build - name: Build Vite Coffee warehouse app - working-directory: ./examples-standalone/vite-coffee-warehouse - if: steps.changes.outputs.vite-coffee-warehouse == 'true' + working-directory: ./examples-standalone/coffee-warehouse + if: steps.changes.outputs.coffee-warehouse == 'true' run: | npm ci npm run build diff --git a/examples-standalone/coffee-warehouse/.gitignore b/examples-standalone/coffee-warehouse/.gitignore index 8a99ddd6..a547bf36 100644 --- a/examples-standalone/coffee-warehouse/.gitignore +++ b/examples-standalone/coffee-warehouse/.gitignore @@ -1,20 +1,24 @@ -.DS_Store -node_modules - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/examples-standalone/coffee-warehouse/README.md b/examples-standalone/coffee-warehouse/README.md index 03cda2f5..0f47065a 100644 --- a/examples-standalone/coffee-warehouse/README.md +++ b/examples-standalone/coffee-warehouse/README.md @@ -1,26 +1,21 @@ -This project was bootstrapped with [Vue CLI](https://cli.vuejs.org/). - -# kendo-vue-template-app - -## Project setup -``` -npm install -``` - -### Compiles and hot-reloads for development -``` -npm run serve -``` - -### Compiles and minifies for production -``` -npm run build -``` - -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +# Kendo UI for Vue Dashboard Application + +The current example shows how the Native Grid, Charts, Inputs, Labels, etc. component can be combined in a real-life application. The project uses Vue 3 in Vite. + +## Project setup + +Install the NPM packages using: + +``` +npm install +``` + +Start the project using: + +``` +npm run dev +``` + +## Recommended IDE Setup + +- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) diff --git a/examples-standalone/coffee-warehouse/babel.config.js b/examples-standalone/coffee-warehouse/babel.config.js deleted file mode 100644 index a6736555..00000000 --- a/examples-standalone/coffee-warehouse/babel.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] -} diff --git a/examples-standalone/coffee-warehouse/dist/css/app.35fe3187.css b/examples-standalone/coffee-warehouse/dist/css/app.35fe3187.css deleted file mode 100644 index 3b6b4c28..00000000 --- a/examples-standalone/coffee-warehouse/dist/css/app.35fe3187.css +++ /dev/null @@ -1 +0,0 @@ -.ddl-theme[data-v-eaa39c2c]{width:60px;min-width:60px}.localeDropDownList[data-v-eaa39c2c]{min-width:100px;margin:10px}.k-dropdownlist[data-v-eaa39c2c]{min-height:30px}body,h1,h2,h3{margin:0;padding:0}a{text-decoration:none}.k-drawer-container{background-color:#d4d6e4;min-height:100%}.k-drawer-container .k-drawer{box-shadow:0 0 10px rgba(0,0,0,.2)}.k-drawer-container .k-drawer.k-drawer-start{border-right-width:0}.k-drawer-container.k-drawer-push .k-drawer{position:sticky;top:80px;height:calc(100vh - 80px)}.k-drawer-container .k-drawer-item{-webkit-user-select:none;-moz-user-select:none;user-select:none}.k-drawer-container .k-drawer-content{overflow:hidden}.card-container{min-height:100%;background-color:#fff;padding:40px 0;text-align:center}.card-container .card-header-wrapper{display:flex;justify-content:space-between;margin-bottom:1rem}.card-container.grid{display:grid;grid-template-columns:repeat(1,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:1em}.card-container .card-buttons .k-button{min-width:105px}.card-container .card-ranges .k-dateinput{width:105px}.card-container .chart-tooltip{text-align:center;font-size:15px;font-weight:700}.card-container .card-ranges .k-i-calendar{color:#656565;cursor:pointer;margin-right:5px}.card-container .card-ranges{white-space:nowrap}.card-container .card-ranges .k-daterangepicker .k-floating-label-container,.card-container .card-ranges .k-daterangepicker .k-textbox-container{padding-top:0;min-width:105px}.card-container .card-ranges .k-daterangepicker .k-label{display:none}.card-container .card-component{grid-column:1/-1;overflow:hidden}@media (min-width:480px){.content-wrapper>.column.menu{display:none}.card-container{text-align:initial;padding:30px}.card-container.grid{grid-template-columns:repeat(2,1fr)}.card-container .card-title{grid-column:1/2;grid-row:1}.card-container .card-buttons{text-align:center;grid-column:1/-1;grid-row:2}.card-container .card-ranges{text-align:right;grid-column:2/3;grid-row:1}}@media (min-width:768px){.content-wrapper>.column.menu{display:inherit}.card-container{margin:25px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2)}.card-container.grid{grid-template-columns:repeat(3,1fr)}.card-container .card-buttons{text-align:center}.card-container .card-ranges{text-align:right;grid-column:3/4}.card-container .card-component{grid-column-start:1;grid-column-end:-1}}@media (min-width:900px){.card-container .card-buttons{text-align:center;grid-column:2/3;grid-row:1}}@media (max-width:900px){.card-header-wrapper{flex-direction:column}.card-header-wrapper .card-buttons,.card-header-wrapper .card-ranges{margin-top:1rem;text-align:left}}.dashboard-page .k-grid-toolbar .k-textbox{margin-bottom:10px}@media (min-width:480px){.dashboard-page .k-grid-toolbar .k-textbox{margin-bottom:0;float:left}.dashboard-page .k-grid-toolbar .k-button{float:right}}@media (min-width:768px){.dashboard-page .card-container:last-of-type{padding-top:30px}}.planning-page .card-container,.planning-page .personal-card{grid-template-columns:repeat(1,1fr)}.planning-page .personal-card{display:grid;grid-row-gap:1em;row-gap:1em}.planning-page .k-card-header{padding-left:10px;padding-right:10px}.planning-page .card-title{grid-column:1/-1}.planning-page .k-hbox{padding:0 20px;background:transparent;align-items:center}.planning-page .k-card-title{font-size:15px;margin-bottom:-6px;text-align:left}.planning-page .k-card-subtitle{margin-top:0;text-transform:uppercase;font-size:11px}.planning-page .disabled{opacity:.5}@media (min-width:480px){.planning-page .card-container,.planning-page .personal-card{grid-template-columns:repeat(2,1fr)}.planning-page .k-hbox{padding-left:0}}@media (min-width:768px){.planning-page .k-hbox{border-width:0}}@media (min-width:960px){.planning-page .card-container{grid-template-columns:repeat(3,1fr)}.planning-page .personal-card{grid-template-columns:repeat(2,1fr)}}@media (min-width:1130px){.planning-page .personal-card{grid-template-columns:repeat(3,1fr)}}@media (min-width:1360px){.planning-page .card-container{grid-template-columns:repeat(5,1fr)}}@media (min-width:1770px){.planning-page .personal-card{grid-template-columns:repeat(5,1fr)}}.profile-page .card-container{text-align:left}.profile-page .k-form .k-form-field{display:block;padding:0 15px;margin-top:1.5rem}.profile-page .k-form .k-label{text-align:right}.profile-page .k-form-field:first-of-type .k-form-field-wrap{margin:auto}.profile-page .k-form-field:first-of-type .k-avatar{margin:0 auto 1rem}.profile-page hr{margin-top:2rem;opacity:.2}.profile-page .k-form .k-form-buttons{justify-content:center}.profile-page .k-form .k-form-buttons>*{min-width:140px}@media (min-width:480px){.profile-page .k-form .k-form-field{display:flex}.profile-page .k-form-field:first-of-type .k-avatar{margin:0}}@media (min-width:768px){.profile-page .k-form{margin:0 auto;padding:0}.profile-page .k-form .k-form-field{padding:0}}.info-page{background-color:#06163e;background-image:url(/kendo-vue/coffee-warehouse/img/info-bg.a419fc23.png);background-position:right 0 top 0;color:#fff;background-repeat:no-repeat;opacity:.9}.info-page .component-link,.info-page h1,.info-page h2,.info-page h3{font-family:Metric,Helvetica,Arial,sans-serif}.info-page a:not(.k-button){color:#71a6ff}.info-page .content{padding-top:40px;margin:0 auto;position:relative;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAABCAYAAAA/6bM1AAAAw3pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjabVDbDcMgDPxnio7gF69xSJNK3aDj9whGCm1Owj58cBiH4/N+hUeHsAWLuaSaEgFWrUoDKTTQzshkZzwBKXt1qYdJSMAUWf1CGplnfZ7zzA0sXozK04VtFaq5f/kxkpG0d9T57kbVjVSGwG7Qxrco1ZKvX9gOWlHGCj1YWdv+22dMb494R0UOZSVEURkNaF8ctEFgRNKIg6wGrtj1enUzDORuThPhC+gfWQ8kgbh/AAABhGlDQ1BJQ0MgcHJvZmlsZQAAeJx9kT1Iw0AcxV9Ti6IVBzsUUchQnSyIijhKFYtgobQVWnUwufQLmjQkKS6OgmvBwY/FqoOLs64OroIg+AHi5uak6CIl/i8ptIjx4Lgf7+497t4BQqPCVLNrAlA1y0jFY2I2typ2v6IPAQQxgrDETD2RXszAc3zdw8fXuyjP8j735+hX8iYDfCLxHNMNi3iDeGbT0jnvE4dYSVKIz4nHDbog8SPXZZffOBcdFnhmyMik5olDxGKxg+UOZiVDJZ4mjiiqRvlC1mWF8xZntVJjrXvyFwbz2kqa6zSHEccSEkhChIwayqjAQpRWjRQTKdqPefiHHH+SXDK5ymDkWEAVKiTHD/4Hv7s1C1OTblIwBgRebPtjFOjeBZp12/4+tu3mCeB/Bq60tr/aAGY/Sa+3tcgRMLANXFy3NXkPuNwBwk+6ZEiO5KcpFArA+xl9Uw4YvAV619zeWvs4fQAy1NXyDXBwCIwVKXvd4909nb39e6bV3w9XJHKc297odQAAD5xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDQuNC4wLUV4aXYyIj4KIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgIHhtbG5zOmlwdGNFeHQ9Imh0dHA6Ly9pcHRjLm9yZy9zdGQvSXB0YzR4bXBFeHQvMjAwOC0wMi0yOS8iCiAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICB4bWxuczpwbHVzPSJodHRwOi8vbnMudXNlcGx1cy5vcmcvbGRmL3htcC8xLjAvIgogICAgeG1sbnM6R0lNUD0iaHR0cDovL3d3dy5naW1wLm9yZy94bXAvIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgIHhtcE1NOkRvY3VtZW50SUQ9ImdpbXA6ZG9jaWQ6Z2ltcDowYzRmZDhiOC0zMTZkLTQ1ODctOGUwZS0xOTU1YWMwMTY1MjgiCiAgIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OGIyYTUwYWYtNzAwMS00MmY5LTkwMzMtOTFmYTA1NzA3M2M2IgogICB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6OTFkZDE3ZWYtZjQ0MS00NzViLWI0ZjMtMWE5ZDBkYTFkOTM4IgogICBHSU1QOkFQST0iMi4wIgogICBHSU1QOlBsYXRmb3JtPSJXaW5kb3dzIgogICBHSU1QOlRpbWVTdGFtcD0iMTYzNjExNTQyMTQxNzkzMCIKICAgR0lNUDpWZXJzaW9uPSIyLjEwLjIyIgogICBkYzpGb3JtYXQ9ImltYWdlL3BuZyIKICAgdGlmZjpPcmllbnRhdGlvbj0iMSIKICAgeG1wOkNyZWF0b3JUb29sPSJHSU1QIDIuMTAiPgogICA8aXB0Y0V4dDpMb2NhdGlvbkNyZWF0ZWQ+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpMb2NhdGlvbkNyZWF0ZWQ+CiAgIDxpcHRjRXh0OkxvY2F0aW9uU2hvd24+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpMb2NhdGlvblNob3duPgogICA8aXB0Y0V4dDpBcnR3b3JrT3JPYmplY3Q+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpBcnR3b3JrT3JPYmplY3Q+CiAgIDxpcHRjRXh0OlJlZ2lzdHJ5SWQ+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpSZWdpc3RyeUlkPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJzYXZlZCIKICAgICAgc3RFdnQ6Y2hhbmdlZD0iLyIKICAgICAgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplZjJlZTU0MC1kNTU1LTQzMGMtODJkOS1kNTljNzYzNTA3MTAiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkdpbXAgMi4xMCAoV2luZG93cykiCiAgICAgIHN0RXZ0OndoZW49IjIwMjEtMTEtMDVUMTQ6MzA6MjEiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogICA8cGx1czpJbWFnZVN1cHBsaWVyPgogICAgPHJkZjpTZXEvPgogICA8L3BsdXM6SW1hZ2VTdXBwbGllcj4KICAgPHBsdXM6SW1hZ2VDcmVhdG9yPgogICAgPHJkZjpTZXEvPgogICA8L3BsdXM6SW1hZ2VDcmVhdG9yPgogICA8cGx1czpDb3B5cmlnaHRPd25lcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkNvcHlyaWdodE93bmVyPgogICA8cGx1czpMaWNlbnNvcj4KICAgIDxyZGY6U2VxLz4KICAgPC9wbHVzOkxpY2Vuc29yPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+OezGtQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+ULBQweFXrVw+IAAAETSURBVFjD7VdJEsMgDEP00B/0O/3/p6weOilLyOI0IcBY5wRvkhc8X286g8FgMBgMhkEBoCvfBM75TrczgQzBGc9vHUKdHnmkWy8ov6/PO5LNaCW3W/JNV8Br4wDb7zE8zSVZ4PSdPVku5+Af5OuiX07xkkxi12jvKt5r3p38vU2Dsd299aROS9jrA2RWzyGhzV8HC1WiwcbKl8+7kn89cW54fVTM4dp20NKOWfUOioQTx5u3oZAfLOSHv5swv09OmhzaxlvBRsghCqSirG9aS/+NBP04g6Kersi5dfs1eFaT51t7O+d6ZbipvaZPYL6vHTkLJBrUcD7pvf7IW5mOSDrPsXv3+Zduvd0slIaRHso6+gCewFiNfrV6WwAAAABJRU5ErkJggg==);background-repeat:repeat-y}.info-page .section-1{text-align:center}.info-page .section-1 h1{font-size:48px;font-weight:700}.info-page .section-1 h2{font-size:30px;margin-bottom:53px}.info-page .section-1 .button-group{margin-bottom:30px}.info-page .section-1 .button-group .k-button{display:block;margin:10px auto;min-width:145px;width:60%}.info-page .section-1 .github-link{display:inline-flex;flex-direction:row;align-items:center;align-content:center}.info-page .section-1 .github-link .github-text{margin-left:15px}.info-page .section-2,.info-page .section-3{text-align:center;margin-top:40px;padding:0 15px}.info-page .section-3{-moz-column-count:2;column-count:2}.info-page .section-3 ul{list-style:none;padding:0;margin:0}.info-page .package-item{display:inline-block;margin-top:20px}.info-page .package-title a{font-size:17px;color:#ccc;text-transform:uppercase}.info-page .component-link{padding:5px 0}.info-page .component-link a{font-size:20px}.info-page .footer{background-image:url(/kendo-vue/coffee-warehouse/img/info-waves.60f8aba6.svg);background-repeat:no-repeat;height:320px;background-size:cover}@media (min-width:480px){.info-page .content{padding:40px 40px 40px}.info-page .section-1 h1{font-size:71px}.info-page .section-1 h2{font-size:38px}.info-page .section-1 .button-group .k-button{display:inline-block;margin-right:10px;width:auto}}@media (min-width:992px){.info-page .section-3{-moz-column-count:3;column-count:3}}@media (min-width:1370px){.info-page .content{padding:120px 40px 0}.info-page .section-1,.info-page .section-2,.info-page .section-3{text-align:left;padding:0}.info-page .section-3{-moz-column-count:4;column-count:4}}@media (-ms-high-contrast:none){.k-drawer-container.k-drawer-push .k-drawer{position:static;height:auto}.planning-page .card-title{margin-bottom:1rem;text-align:left}.planning-page .personal-card{display:block;margin-bottom:1rem}}@font-face{font-family:Roboto;src:url(/kendo-vue/coffee-warehouse/fonts/Roboto-Regular.ae3a8db9.ttf) format("truetype")}body{font-family:Roboto,sans-serif}h1{font-size:1.25rem;font-weight:400}h2{font-size:1rem;font-weight:200}h3{font-weight:400}h3,h4,h5{font-size:1.25rem}a,p{font-size:1rem}@media (min-width:480px){h1{font-size:1.5rem;font-weight:400}h2{font-size:1.25rem;font-weight:200}}@media (min-width:768px){h1{font-weight:400}h1,h2{font-size:1.75rem}h2{font-weight:200}}.app-header>.project-name{text-align:left;letter-spacing:0;color:#000;opacity:1}.app-header>.nav{float:righnpmt}.content{min-height:100vh}.logo{font-weight:700;font-size:24px}.welcome{font-weight:900;color:#000}.sub-header,.welcome{text-align:center;letter-spacing:0;opacity:1}.sub-header{font-weight:400;color:#919191;margin-bottom:4rem}.get-started{text-align:center;font-weight:900;font-size:78px;letter-spacing:0;color:#000;opacity:1;margin-bottom:1rem}.kendoka{width:12.5rem;height:12.5rem;opacity:1}.change-theme{font-size:14px;color:#9098a5}.components-list>p>a{margin-left:.6em}.components-list>p>img{width:1.25rem;height:1.3125rem}.divider{margin-left:.4rem;margin-right:.4rem;opacity:.2}.copyright{letter-spacing:.33px;color:#fff;opacity:.6}.k-widget.k-menu{height:100%}.social img{margin-left:3rem}.header-bg{background-image:url(/kendo-vue/coffee-warehouse/img/header-bg.b6d60964.png)}.header{height:80px;position:sticky;top:0;z-index:3}.header .nav-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;color:#fff}.header .menu-button{flex:0 0 50px;text-align:center}.header .hamburger-icon{background-image:url(/kendo-vue/coffee-warehouse/img/hamburger-icon.19d0bbb4.svg);background-repeat:no-repeat;width:20px;cursor:pointer}.header .title{display:flex;flex:1 0 auto;flex-direction:column;align-items:flex-start;margin-left:25px}.header .k-avatar{display:block;width:40px;height:40px;flex-basis:40px;margin:0 25px;box-shadow:0 0 0 1px #fff}.header .settings{display:none}@media (min-width:480px){.header .title{flex-direction:row;align-items:center}.header .vl{border-left:1px solid #fff;height:25px;margin:6px 15px}}@media (min-width:768px){.header .settings{display:flex;flex:0 0 auto;align-items:center}.header .k-dropdown{max-width:90px;margin-left:15px}}.header .title{flex-direction:row;align-items:center}.header .vl{border-left:1px solid #fff;height:25px;margin:6px 15px}.k-menu-vertical>.k-menu-item.k-state-selected.material>.k-menu-link{color:#ff4081}.k-menu-vertical>.k-menu-item.material>.k-menu-link{color:rgba(0,0,0,.87)}.k-menu-vertical>.k-menu-item.k-state-selected.bootstrap>.k-menu-link{color:#fff}.k-menu-vertical>.k-menu-item.k-state-selected.bootstrap{background-color:#0071eb}.k-menu-vertical>.k-menu-item.bootstrap>.k-menu-link{color:#212529}.k-menu-vertical>.k-menu-item.k-state-selected.default>.k-menu-link{color:#fff}.k-menu-vertical>.k-menu-item.k-state-selected.default{background-color:#ff6358}.k-menu-vertical>.k-menu-item.default>.k-menu-link{color:#424242}.k-widget.k-dropdown.ddl-theme,.k-widget.k-dropdown.localeDropDownList{background-color:#f5f5f5;border-radius:2px}.k-menu.k-menu-vertical:not(.k-context-menu){padding:0}.column{display:inline-block}.column.content{min-width:500px}.k-item.k-menu-item.k-drawer-item.k-state-selected{color:#fff}.content-wrapper{display:grid;grid-template-columns:220px 1fr}.k-drawer-container.k-drawer-push{display:inherit;padding-top:5px;padding-bottom:5px}td.text-center{text-align:center}.customer-photo{width:32px;height:32px;border-radius:50%;background-size:32px 35px;background-position:50%;box-shadow:inset 0 0 1px #999,inset 0 0 10px rgba(0,0,0,.2);margin-left:5px}.customer-name,.customer-photo{display:inline-block;vertical-align:middle;line-height:32px}.customer-name{padding-left:10px}.red{color:#d9534f}.text-bold{font-weight:600}.export-buttons{margin-left:auto;margin-right:0}.k-form-field-wrap[data-v-4a2c0b4d]{margin:auto}.k-form-buttons[data-v-ff4a2cb8]{justify-content:center}.chart-tooltip[data-v-67888aa6]{text-align:center;font-size:15px;font-weight:700}.card-header-wrapper[data-v-67888aa6]{display:flex;justify-content:space-between;margin-bottom:1rem}.card-title[data-v-67888aa6]{grid-column:1/2;grid-row:1}.card-title[data-v-67888aa6],.k-button-group[data-v-67888aa6]{margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0}.k-button-group[data-v-67888aa6]{display:block}.card-ranges[data-v-67888aa6]{margin-top:1rem;text-align:left} \ No newline at end of file diff --git a/examples-standalone/coffee-warehouse/dist/fonts/Roboto-Regular.ae3a8db9.ttf b/examples-standalone/coffee-warehouse/dist/fonts/Roboto-Regular.ae3a8db9.ttf deleted file mode 100644 index 2b6392ff..00000000 Binary files a/examples-standalone/coffee-warehouse/dist/fonts/Roboto-Regular.ae3a8db9.ttf and /dev/null differ diff --git a/examples-standalone/coffee-warehouse/dist/img/github-icon.42f4ca19.svg b/examples-standalone/coffee-warehouse/dist/img/github-icon.42f4ca19.svg deleted file mode 100644 index a4ed73da..00000000 --- a/examples-standalone/coffee-warehouse/dist/img/github-icon.42f4ca19.svg +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/examples-standalone/coffee-warehouse/dist/img/hamburger-icon.19d0bbb4.svg b/examples-standalone/coffee-warehouse/dist/img/hamburger-icon.19d0bbb4.svg deleted file mode 100644 index 4814a830..00000000 --- a/examples-standalone/coffee-warehouse/dist/img/hamburger-icon.19d0bbb4.svg +++ /dev/null @@ -1,5 +0,0 @@ - diff --git a/examples-standalone/coffee-warehouse/dist/img/header-bg.b6d60964.png b/examples-standalone/coffee-warehouse/dist/img/header-bg.b6d60964.png deleted file mode 100644 index 80b2b45b..00000000 Binary files a/examples-standalone/coffee-warehouse/dist/img/header-bg.b6d60964.png and /dev/null differ diff --git a/examples-standalone/coffee-warehouse/dist/img/info-bg.a419fc23.png b/examples-standalone/coffee-warehouse/dist/img/info-bg.a419fc23.png deleted file mode 100644 index 205bf8b4..00000000 Binary files a/examples-standalone/coffee-warehouse/dist/img/info-bg.a419fc23.png and /dev/null differ diff --git a/examples-standalone/coffee-warehouse/dist/img/info-waves.60f8aba6.svg b/examples-standalone/coffee-warehouse/dist/img/info-waves.60f8aba6.svg deleted file mode 100644 index c147dab1..00000000 --- a/examples-standalone/coffee-warehouse/dist/img/info-waves.60f8aba6.svg +++ /dev/null @@ -1,7 +0,0 @@ - - \ No newline at end of file diff --git a/examples-standalone/coffee-warehouse/dist/img/user.aaada67a.jpg b/examples-standalone/coffee-warehouse/dist/img/user.aaada67a.jpg deleted file mode 100644 index 61d0de30..00000000 Binary files a/examples-standalone/coffee-warehouse/dist/img/user.aaada67a.jpg and /dev/null differ diff --git a/examples-standalone/coffee-warehouse/dist/index.html b/examples-standalone/coffee-warehouse/dist/index.html index c655a521..4cbdca47 100644 --- a/examples-standalone/coffee-warehouse/dist/index.html +++ b/examples-standalone/coffee-warehouse/dist/index.html @@ -1 +1,14 @@ -
{{ demoInfoMessage }}
\r\nd)return null;var m=h+(f-p)/s,v=m%1;return i?m=Math.round(m):0===v&&m>0&&m--,Math.floor(m)},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.options.categories[e]},e.prototype.categoryIndex=function(t){return this.totalIndex(t)-Math.floor(this.options.min||0)},e.prototype.categoryAt=function(t,e){var n=this.options;return(e?n.srcCategories:n.categories)[t]},e.prototype.categoriesCount=function(){return(this.options.categories||[]).length},e.prototype.translateRange=function(t){var e=this.options,n=this.lineBox(),i=e.vertical?n.height():n.width(),r=e.categories.length,o=i/r,a=Yt(t/o,g);return{min:a,max:r+a}},e.prototype.scaleRange=function(t,e){var n=Math.abs(this.pointOffset(e)),i=this.totalRangeIndices(),r=i.max-i.min,o=this.scaleToDelta(t,r),a=n*o,s=(1-n)*o,l=i.min+a,u=i.max-s;return u-l 0){var e=this.options,n=e.rangeDistance,i=e.rangeSize,r=this.getRangeRadius();this.options.labels.position===fd&&(r+=i+n);for(var o=r+i/2,a=0;a0&&!r)a--,r=o[a][n];return r?r=o[a][e]:(r=this._createGapStackPoint(t),this._stackPoints.push(r)),r},e.prototype._createGapStackPoint=function(t){var e=this.pointOptions({},0),n=new ss(0,e);return n.categoryIx=t,n.series={},n},e.prototype.seriesMissingValues=function(t){return t.missingValues||Io},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Ss),Ls=Os,Es=function(t){function e(){t.call(this),this.axisRanges={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.update=function(t){var e=this.axisRanges;for(var n in t){var i=t[n],r=e[n];e[n]=r=r||{min:S,max:M},r.min=Math.min(r.min,i.min),r.max=Math.max(r.max,i.max)}},e.prototype.reset=function(t){this.axisRanges[t]=void 0},e.prototype.query=function(t){return this.axisRanges[t]},e}(Lt.A),Ps=Es,Ds=function(t){function e(e,n,i){t.call(this,n),this.textBox=new An(e,this.options,i),this.append(this.textBox)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){this.textBox.options.noclip=this.options.noclip},e.prototype.reflow=function(t){var e=this.options,n=e.vertical,i=e.aboveAxis,r=this.children[0],o=r.options,a=r.box,s=r.options.padding,l=t;o.align=n?c:_,o.vAlign=n?R:c,e.position===Ba?n?(o.vAlign=R,!i&&a.height(){4:d} Open: {0:C} High: {1:C} Low: {2:C} "},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}}}),ot(Ys.prototype,is),ot(Ys.prototype,os);var Xs=Ys;function Js(t){return no(t)===t.length}var Qs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,n=e.length,i=0;iClose: {3:C} {6:d} Lower: {0:C} Q1: {1:C} Median: {2:C} Mean: {5:C} Q3: {3:C} "},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}},outliers:{visible:!0,size:Ao,type:d,background:z,border:{width:2,opacity:1},opacity:0},extremes:{visible:!0,size:Ao,type:h,background:z,border:{width:2,opacity:1},opacity:0}}),ot(el.prototype,is);var nl=el,il=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowBoxSlot=function(t){this.boxSlot.y1=t.y1,this.boxSlot.y2=t.y2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.y1=t.y1,this.whiskerSlot.y2=t.y2},e.prototype.calcMeanPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e.prototype.calcWhiskerPoints=function(t,e){var n=e.center().y;return[[[e.x1,n-5],[e.x1,n+5],[e.x1,n],[t.x1,n]],[[e.x2,n-5],[e.x2,n+5],[e.x2,n],[t.x2,n]]]},e.prototype.calcMedianPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e}(nl),rl=il,ol=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e){var n,i=e.categoryIx,r=e.category,o=e.series,a=e.seriesIx,s=this,l=s.children,u=s.options,c=t.valueFields,h=this.splitValue(c),p=Js(h),d=o.data[i],f=this.categoryPoints[i];f||(this.categoryPoints[i]=f=[]),p&&(n=this.createPoint(t,e));var m=l[i];m||(m=new Us({vertical:u.invertAxes,gap:u.gap,spacing:u.spacing,rtl:!u.invertAxes&&(this.chartService||{}).rtl}),this.append(m)),n&&(this.updateRange(c,e),m.append(n),n.categoryIx=i,n.category=r,n.series=o,n.seriesIx=a,n.owner=this,n.dataItem=d),this.points.push(n),f.push(n)},e.prototype.pointType=function(){return this.options.invertAxes?rl:nl},e.prototype.splitValue=function(t){return[t.lower,t.q1,t.median,t.q3,t.upper]},e.prototype.updateRange=function(t,e){var n=e.series.axis,i=this.valueAxisRanges[n],r=this.splitValue(t).concat(this.filterOutliers(t.outliers));Ft(t.mean)&&(r=r.concat(t.mean)),i=this.valueAxisRanges[n]=i||{min:S,max:M},i=this.valueAxisRanges[n]={min:Math.min.apply(Math,r.concat([i.min])),max:Math.max.apply(Math,r.concat([i.max]))}},e.prototype.formatPointValue=function(t,e){var n=t.value;return this.chartService.format.auto(e,n.lower,n.q1,n.median,n.q3,n.upper,n.mean,t.category)},e.prototype.filterOutliers=function(t){for(var e=(t||[]).length,n=[],i=0;iUpper: {4:C}
Target: {1}"},notes:{label:{}}}),ot(yl.prototype,is),ot(yl.prototype,os);var bl=yl,xl=function(t){function e(e,n){wl(n),t.call(this,e,n)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,n=e.length,i=0;iu.center.x?(y=u.center.x-u.radius-a,l.options.labels.align!==jo?y>g.x?d.lineTo(y,v.y):d.lineTo(v.x-2*a,v.y):d.lineTo(y,v.y),d.lineTo(g.x,b.y)):(x.y=b.y,d.lineTo(x.x,x.y))),d.lineTo(b.x,b.y),e._connectorLines.push(d),e.visual.append(d)}}}},e.prototype.renderVisual=function(){if(t.prototype.renderVisual.call(this),ie(this.options.series,(function(t){return t.autoFit}))){var e=this.targetBox,n=this.box.center(),i=this.visual.bbox();if(!i)return;var r=i.bottomRight(),o=Math.min((n.y-e.y1)/(n.y-i.origin.y),(e.y2-n.y)/(r.y-n.y),(n.x-e.x1)/(n.x-i.origin.x),(e.x2-n.x)/(r.x-n.x));o<1&&this.visual.transform(je.A().scale(o,o,[n.x,n.y]))}},e.prototype.labelComparator=function(t){var e=t?-1:1;return function(t,n){var i=(t.parent.sector.middle()+270)%360,r=(n.parent.sector.middle()+270)%360;return(i-r)*e}},e.prototype.hAlignLabel=function(t,e,n,i,r){var o=e.radius,a=e.center,s=a.x,l=a.y,u=Math.min(Math.abs(l-n),Math.abs(l-i));return u>o?t:s+Math.sqrt(o*o-u*u)*(r?1:-1)},e.prototype.pointInCircle=function(t,e,n){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)=0;i--)l[e-1-i]=Em(o[i],8);return l}function Pv(t,e){for(var n,i,r,o,a,s=0,l=[],u=[],c=e.groups,h=0;h