├── src
├── assets
│ ├── .gitkeep
│ └── favicon.svg
├── app
│ ├── preview
│ │ ├── form
│ │ │ ├── form.component.css
│ │ │ ├── form.component.html
│ │ │ └── form.component.ts
│ │ ├── list
│ │ │ ├── list.component.css
│ │ │ └── list.component.html
│ │ ├── menu
│ │ │ ├── menu.component.css
│ │ │ └── menu.component.html
│ │ ├── tabs
│ │ │ ├── tabs.component.css
│ │ │ ├── tabs.component.html
│ │ │ └── tabs.component.ts
│ │ ├── cardview
│ │ │ ├── cardview.component.css
│ │ │ └── cardview.component.html
│ │ ├── sliders
│ │ │ ├── sliders.component.css
│ │ │ ├── sliders.component.html
│ │ │ └── sliders.component.ts
│ │ ├── treelist
│ │ │ ├── treelist.component.css
│ │ │ └── treelist.component.html
│ │ ├── treeview
│ │ │ ├── treeview.component.css
│ │ │ ├── treeview.component.html
│ │ │ └── treeview.component.ts
│ │ ├── datatgrid
│ │ │ ├── datatgrid.component.css
│ │ │ └── datatgrid.component.html
│ │ ├── pivotgrid
│ │ │ ├── pivotgrid.component.css
│ │ │ └── pivotgrid.component.html
│ │ ├── progressbar
│ │ │ ├── progressbar.component.css
│ │ │ ├── progressbar.component.html
│ │ │ └── progressbar.component.ts
│ │ ├── scheduler
│ │ │ ├── scheduler.component.css
│ │ │ └── scheduler.component.html
│ │ ├── filterbuilder
│ │ │ ├── filterbuilder.component.css
│ │ │ ├── filterbuilder.component.html
│ │ │ └── filterbuilder.component.ts
│ │ ├── fieldset
│ │ │ ├── fieldset.component.css
│ │ │ ├── fieldset.component.ts
│ │ │ └── fieldset.component.html
│ │ ├── scrollview
│ │ │ ├── scrollview.component.css
│ │ │ ├── scrollview.component.ts
│ │ │ └── scrollview.component.html
│ │ ├── toolbar
│ │ │ ├── toolbar.component.html
│ │ │ ├── toolbar.component.css
│ │ │ └── toolbar.component.ts
│ │ ├── accordion
│ │ │ ├── accordion.component.html
│ │ │ ├── accordion.component.css
│ │ │ └── accordion.component.ts
│ │ ├── chat
│ │ │ ├── chat.component.css
│ │ │ ├── chat.component.html
│ │ │ └── chat.component.ts
│ │ ├── gallery
│ │ │ ├── gallery.component.css
│ │ │ ├── gallery.component.html
│ │ │ └── gallery.component.ts
│ │ ├── preview-title
│ │ │ ├── preview-title.component.html
│ │ │ ├── preview-title.component.css
│ │ │ └── preview-title.component.ts
│ │ ├── drawer
│ │ │ ├── drawer.component.css
│ │ │ ├── drawer.component.html
│ │ │ └── drawer.component.ts
│ │ ├── index.component.html
│ │ ├── button-detailed
│ │ │ ├── button-detailed.component.css
│ │ │ ├── button-detailed.component.html
│ │ │ └── button-detailed.component.ts
│ │ ├── stepper
│ │ │ ├── stepper.component.css
│ │ │ ├── stepper.component.ts
│ │ │ └── stepper.component.html
│ │ ├── index.component.css
│ │ ├── splitter
│ │ │ ├── splitter.component.css
│ │ │ └── splitter.component.ts
│ │ ├── buttons
│ │ │ ├── buttons.component.css
│ │ │ └── buttons.component.ts
│ │ ├── button-group
│ │ │ └── button-group.component.css
│ │ ├── editors
│ │ │ ├── editors.component.ts
│ │ │ └── editors.component.css
│ │ ├── overlays
│ │ │ ├── overlays.component.css
│ │ │ └── overlays.component.ts
│ │ ├── wizard
│ │ │ ├── wizard.component.css
│ │ │ └── wizard.component.html
│ │ ├── preview
│ │ │ └── preview.component.css
│ │ └── index.component.ts
│ ├── layouts
│ │ ├── loading
│ │ │ ├── loading.component.css
│ │ │ ├── loading.component.html
│ │ │ └── loading.component.ts
│ │ ├── preview-layout
│ │ │ ├── preview-layout.component.css
│ │ │ ├── preview-layout.component.html
│ │ │ └── preview-layout.component.ts
│ │ ├── button
│ │ │ ├── button.component.html
│ │ │ ├── button.component.ts
│ │ │ └── button.component.css
│ │ ├── app-layout
│ │ │ ├── app-layout.component.html
│ │ │ ├── app-layout.component.css
│ │ │ └── app-layout.component.ts
│ │ ├── footer
│ │ │ ├── footer.component.ts
│ │ │ └── footer.component.css
│ │ ├── header
│ │ │ ├── export-popup
│ │ │ │ └── help-tooltip
│ │ │ │ │ ├── help-tooltip.component.ts
│ │ │ │ │ └── help-tooltip.component.html
│ │ │ ├── header-button
│ │ │ │ ├── header-button.component.ts
│ │ │ │ ├── header-button.component.css
│ │ │ │ └── header-button.component.html
│ │ │ ├── popup
│ │ │ │ ├── popup.component.html
│ │ │ │ └── popup.component.ts
│ │ │ ├── help-button
│ │ │ │ ├── help-button.component.css
│ │ │ │ ├── help-button.component.ts
│ │ │ │ └── help-button.component.html
│ │ │ ├── import-popup
│ │ │ │ ├── import-popup.component.css
│ │ │ │ ├── import-popup.component.ts
│ │ │ │ └── import-popup.component.html
│ │ │ ├── header.component.css
│ │ │ ├── header.component.ts
│ │ │ └── header.component.html
│ │ └── bootstrap-uploader
│ │ │ ├── bootstrap-uploader.component.html
│ │ │ ├── bootstrap-uploader.component.css
│ │ │ └── bootstrap-uploader.component.ts
│ ├── app.component.html
│ ├── icons
│ │ ├── icon-loading
│ │ │ ├── icon-loading.component.css
│ │ │ ├── icon-loading.component.ts
│ │ │ └── icon-loading.component.html
│ │ ├── icon-tm-info
│ │ │ ├── icon-tm-info.component.css
│ │ │ ├── icon-tm-info.component.ts
│ │ │ └── icon-tm-info.component.html
│ │ ├── icon-export
│ │ │ ├── icon-export.component.css
│ │ │ ├── icon-export.component.ts
│ │ │ └── icon-export.component.html
│ │ ├── icon-themes
│ │ │ ├── icon-themes.component.css
│ │ │ ├── icon-themes.component.ts
│ │ │ └── icon-themes.component.html
│ │ ├── icon-bootstrap
│ │ │ ├── icon-bootstrap.component.css
│ │ │ ├── icon-bootstrap.component.ts
│ │ │ └── icon-bootstrap.component.html
│ │ ├── icon-fluent
│ │ │ ├── icon-fluent.component.css
│ │ │ ├── icon-fluent.component.ts
│ │ │ └── icon-fluent.component.html
│ │ ├── icon-generic
│ │ │ ├── icon-generic.component.css
│ │ │ ├── icon-generic.component.ts
│ │ │ └── icon-generic.component.html
│ │ ├── icon-material
│ │ │ ├── icon-material.component.css
│ │ │ ├── icon-material.component.ts
│ │ │ └── icon-material.component.html
│ │ ├── icon-theme-circle
│ │ │ ├── icon-theme-circle.component.html
│ │ │ ├── icon-theme-circle.component.ts
│ │ │ └── icon-theme-circle.component.css
│ │ ├── icon-metadata
│ │ │ ├── icon-metadata.component.css
│ │ │ ├── icon-metadata.component.ts
│ │ │ └── icon-metadata.component.html
│ │ ├── icon-logo
│ │ │ ├── icon-logo.component.ts
│ │ │ └── icon-logo.component.css
│ │ └── button-icon
│ │ │ ├── button-icon.component.ts
│ │ │ └── button-icon.component.css
│ ├── types
│ │ ├── notify.ts
│ │ ├── exported-item.ts
│ │ ├── route-id.ts
│ │ ├── theme.ts
│ │ ├── meta-item.ts
│ │ ├── builder-result.ts
│ │ ├── metadata.ts
│ │ ├── left-menu-item.ts
│ │ └── builder-config.ts
│ ├── shared
│ │ └── badge
│ │ │ ├── badge.component.html
│ │ │ ├── badge.component.ts
│ │ │ └── badge.component.css
│ ├── iframe
│ │ ├── iframe.component.html
│ │ ├── iframe.component.css
│ │ └── iframe.component.ts
│ ├── app.component.css
│ ├── advanced
│ │ ├── advanced.component.html
│ │ ├── advanced.component.ts
│ │ └── advanced.component.css
│ ├── import
│ │ ├── import-bootstrap
│ │ │ ├── import-bootstrap.component.css
│ │ │ ├── import-bootstrap.component.ts
│ │ │ └── import-bootstrap.component.html
│ │ └── import-meta
│ │ │ ├── import-meta.component.ts
│ │ │ ├── import-meta.component.css
│ │ │ └── import-meta.component.html
│ ├── promise-helper.ts
│ ├── app.component.ts
│ ├── notify-error
│ │ ├── notify-error.component.html
│ │ ├── notify-error.component.css
│ │ └── notify-error.component.ts
│ ├── left-menu
│ │ ├── back-navigator
│ │ │ ├── back-navigator.component.html
│ │ │ ├── back-navigator.component.ts
│ │ │ └── back-navigator.component.css
│ │ ├── search-opener
│ │ │ ├── search-opener.component.css
│ │ │ ├── search-opener.component.ts
│ │ │ └── search-opener.component.html
│ │ ├── editor
│ │ │ ├── editor.component.css
│ │ │ ├── editor.component.html
│ │ │ └── editor.component.ts
│ │ ├── base-parameters
│ │ │ ├── base-parameters.component.css
│ │ │ ├── base-parameters.component.html
│ │ │ └── base-parameters.component.ts
│ │ └── main
│ │ │ └── left-menu.component.html
│ ├── analytics-events.service.ts
│ ├── loading.service.ts
│ ├── index
│ │ ├── index.component.ts
│ │ └── index.component.css
│ ├── notification.service.ts
│ ├── names.service.ts
│ ├── theme-builder.service.ts
│ ├── master
│ │ ├── master.component.html
│ │ ├── master.component.ts
│ │ └── master.component.css
│ ├── app-routing.module.ts
│ └── import.service.ts
├── _config.yml
├── favicon.ico
├── environments
│ ├── environment.prod.ts
│ └── environment.ts
├── images
│ ├── person.png
│ ├── gallery1.jpg
│ ├── gallery2.jpg
│ ├── gallery3.jpg
│ ├── gallery4.jpg
│ ├── gallery5.jpg
│ ├── employees
│ │ ├── Ed Holmes.jpg
│ │ ├── Harv Mudd.jpg
│ │ ├── Lucy Ball.jpg
│ │ ├── Barb Banks.jpg
│ │ ├── Bart Arnaz.jpg
│ │ ├── Billy Zimmer.jpg
│ │ ├── Brad Farkus.jpg
│ │ ├── Brad Jameson.jpg
│ │ ├── Brett Wade.jpg
│ │ ├── Clark Morgan.jpg
│ │ ├── Dallas Lou.jpg
│ │ ├── Davey Jones.jpg
│ │ ├── Gabe Jones.jpg
│ │ ├── Greta Sims.jpg
│ │ ├── Jenny Hobbs.jpg
│ │ ├── Jim Packard.jpg
│ │ ├── Kevin Carter.jpg
│ │ ├── Leah Simpson.jpg
│ │ ├── Mary Stern.jpg
│ │ ├── Nat Maguiree.jpg
│ │ ├── Sammy Hill.jpg
│ │ ├── Sandy Bright.jpg
│ │ ├── Stu Pizaro.jpg
│ │ ├── Taylor Riley.jpg
│ │ ├── Todd Hoffman.jpg
│ │ ├── Wally Hobbs.jpg
│ │ ├── Amelia Harper.jpg
│ │ ├── Antony Remmen.jpg
│ │ ├── Arnie Schwartz.jpg
│ │ ├── Arthur Miller.jpg
│ │ ├── Cindy Stanwick.jpg
│ │ ├── Hannah Brookly.jpg
│ │ ├── Jackie Garmin.jpg
│ │ ├── James Anderson.jpg
│ │ ├── Karen Goodson.jpg
│ │ ├── Ken Samuelson.jpg
│ │ ├── Maggie Boxter.jpg
│ │ ├── Marcus Orbison.jpg
│ │ ├── Morgan Kennedy.jpg
│ │ ├── Olivia Peyton.jpg
│ │ ├── Robert Reagan.jpg
│ │ ├── Robin Cosworth.jpg
│ │ ├── Samantha Piper.jpg
│ │ ├── Sandra Johnson.jpg
│ │ ├── Terry Bradley.jpg
│ │ ├── Victor Norris.jpg
│ │ ├── Violet Bailey.jpg
│ │ ├── Kelly Rodriguez.jpg
│ │ └── Lincoln Bartlett.jpg
│ ├── arrow-left.svg
│ └── loading.svg
├── content
│ └── fonts
│ │ ├── OpenSansCondensedBold.eot
│ │ ├── OpenSansCondensedBold.ttf
│ │ └── OpenSansCondensedBold.woff
├── tsconfig.app.json
├── tsconfig.spec.json
├── tslint.json
├── browserslist
├── main.ts
├── styles.css
└── index.html
├── SECURITY.md
├── webpack.config.js
├── .vscode
└── settings.json
├── copyfile.js
├── ngcc.config.js
├── .editorconfig
├── .github
├── workflows
│ ├── ci.yml
│ ├── deploy.yml
│ └── codeql-analysis.yml
└── stale.yml
├── .gitignore
├── tsconfig.json
├── README.md
└── package.json
/src/assets/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/form/form.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/list/list.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/menu/menu.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/tabs/tabs.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/cardview/cardview.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/sliders/sliders.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/treelist/treelist.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/treeview/treeview.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/layouts/loading/loading.component.css:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/app/preview/datatgrid/datatgrid.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/pivotgrid/pivotgrid.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/progressbar/progressbar.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/scheduler/scheduler.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/preview/filterbuilder/filterbuilder.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/app.component.html:
--------------------------------------------------------------------------------
1 |
The Call of the Wild (1903)
Before Adam (1907)
19 |Burning Daylight (1910)
The Abysmal Brute (1911)
` 20 | }, { 21 | title: 'Mark Twain (1835-1910)', 22 | icon: 'card', 23 | html: `Screamers (1871)
Eye Openers (1871)
24 |Colonel Sellers (1874)
Merry Tales (1892)
` 25 | } 26 | ]; 27 | } 28 | -------------------------------------------------------------------------------- /src/app/preview/editors/editors.component.ts: -------------------------------------------------------------------------------- 1 | import { Component, OnDestroy, OnInit } from '@angular/core'; 2 | import validationEngine from 'devextreme/ui/validation_engine'; 3 | import { BehaviorSubject, Subscription } from 'rxjs'; 4 | 5 | @Component({ 6 | selector: 'app-editors', 7 | templateUrl: './editors.component.html', 8 | styleUrls: ['./editors.component.css'], 9 | standalone: false 10 | }) 11 | export class EditorsComponent implements OnInit, OnDestroy { 12 | widgetGroup = 'editors'; 13 | isExpanded = new BehaviorSubjectLorem ipsum dolor sit amet, 19 | consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 20 | Penatibus et magnis dis parturient. Eget dolor morbi non arcu risus.
`; 21 | drawerContent = ` 22 |Lorem ipsum dolor sit amet, 23 | consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 24 | Penatibus et magnis dis parturient. Eget dolor morbi non arcu risus. 25 | Tristique magna sit amet purus gravida quis blandit. 26 | Auctor urna nunc id cursus metus aliquam eleifend mi in. 27 | Tellus orci ac auctor augue mauris augue neque gravida. 28 | Nullam vehicula ipsum a arcu. 29 | Nullam ac tortor vitae purus faucibus ornare suspendisse sed nisi. 30 | Cursus in hac habitasse platea dictumst. Egestas dui id ornare arcu. 31 | Dictumst vestibulum rhoncus est pellentesque elit ullamcorper dignissim.
32 |Mauris rhoncus aenean vel elit scelerisque mauris pellentesque pulvinar.
`; 33 | 34 | toolbarItems: any[] = [{ 35 | widget: 'dxButton', 36 | options: { 37 | icon: 'menu', 38 | stylingMode: 'text', 39 | onClick: (): void => { 40 | this.drawer.instance.toggle(); 41 | } 42 | }, 43 | location: 'before' 44 | }, { 45 | location: 'before', 46 | text: 'DRAWER' 47 | }]; 48 | 49 | } 50 | -------------------------------------------------------------------------------- /src/assets/favicon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/app/preview/overlays/overlays.component.ts: -------------------------------------------------------------------------------- 1 | import { Component, OnDestroy, OnInit, ViewChild } from '@angular/core'; 2 | import { DxLoadPanelComponent, DxToastComponent, DxTooltipComponent } from 'devextreme-angular'; 3 | import { BehaviorSubject, Subscription } from 'rxjs'; 4 | 5 | @Component({ 6 | selector: 'app-overlays', 7 | templateUrl: './overlays.component.html', 8 | styleUrls: ['./overlays.component.css'], 9 | standalone: false 10 | }) 11 | export class OverlaysComponent implements OnInit, OnDestroy { 12 | subscription: Subscription; 13 | 14 | @ViewChild('tooltip') tooltip: DxTooltipComponent; 15 | @ViewChild('toast') toast: DxToastComponent; 16 | @ViewChild('loadPanel') loadPanel: DxLoadPanelComponent; 17 | 18 | widgetGroup = 'overlays'; 19 | isExpanded = new BehaviorSubjectLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 10 | Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 11 | Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
12 | 13 |Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, 14 | totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. 15 | Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. 16 | Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. 17 | Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
18 | 19 |At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, 20 | similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, 21 | omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. 22 |
23 |