Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
crumhorn committed Nov 26, 2024
1 parent ba55e66 commit b5b531b
Show file tree
Hide file tree
Showing 129 changed files with 324,699 additions and 0 deletions.
Binary file added assets/fonts/Inter-Black.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-BlackItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-BoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-ExtraBold.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-ExtraBoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-ExtraLight.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-ExtraLightItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-Light.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-LightItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-Medium.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-MediumItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-SemiBold.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-SemiBoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-Thin.woff2
Binary file not shown.
Binary file added assets/fonts/Inter-ThinItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-Black.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-BlackItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-BoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-ExtraBold.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-ExtraBoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-ExtraLight.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-ExtraLightItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-Light.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-LightItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-Medium.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-MediumItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-SemiBold.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-SemiBoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-Thin.woff2
Binary file not shown.
Binary file added assets/fonts/InterDisplay-ThinItalic.woff2
Binary file not shown.
Binary file added assets/fonts/InterVariable-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/InterVariable.woff2
Binary file not shown.
57 changes: 57 additions & 0 deletions assets/fonts/inter.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
/* Variable fonts usage:
:root { font-family: "Inter", sans-serif; }
@supports (font-variation-settings: normal) {
:root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
} */
@font-face {
font-family: InterVariable;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url("InterVariable.woff2") format("woff2");
}
@font-face {
font-family: InterVariable;
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url("InterVariable-Italic.woff2") format("woff2");
}

/* static fonts */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("Inter-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("Inter-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("Inter-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("Inter-Light.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("Inter-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("Inter-Italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("Inter-Medium.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("Inter-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("Inter-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("Inter-Bold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("Inter-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("Inter-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("Inter-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("Inter-Black.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("Inter-BlackItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("InterDisplay-Thin.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("InterDisplay-ThinItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("InterDisplay-Light.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("InterDisplay-LightItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("InterDisplay-Regular.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("InterDisplay-Italic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("InterDisplay-Medium.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("InterDisplay-MediumItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("InterDisplay-Bold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("InterDisplay-BoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBold.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("InterDisplay-Black.woff2") format("woff2"); }
@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("InterDisplay-BlackItalic.woff2") format("woff2"); }
13 changes: 13 additions & 0 deletions assets/highlight/stackoverflow-dark.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
Theme: StackOverflow Dark
Description: Dark theme as used on stackoverflow.com
Author: stackoverflow.com
Maintainer: @Hirse
Website: https://github.com/StackExchange/Stacks
License: MIT
Updated: 2021-05-15
Updated for @stackoverflow/stacks v0.64.0
Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/.hljs{color:#fff;background:#1c1b1b}.hljs-subst{color:#fff}.hljs-comment{color:#999}.hljs-attr,.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-section,.hljs-selector-tag{color:#88aece}.hljs-attribute{color:#c59bc1}.hljs-name,.hljs-number,.hljs-quote,.hljs-selector-id,.hljs-template-tag,.hljs-type{color:#f08d49}.hljs-selector-class{color:#88aece}.hljs-link,.hljs-regexp,.hljs-selector-attr,.hljs-string,.hljs-symbol,.hljs-template-variable,.hljs-variable{color:#b5bd68}.hljs-meta,.hljs-selector-pseudo{color:#88aece}.hljs-built_in,.hljs-literal,.hljs-title{color:#f08d49}.hljs-bullet,.hljs-code{color:#ccc}.hljs-meta .hljs-string{color:#b5bd68}.hljs-deletion{color:#de7176}.hljs-addition{color:#76c490}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
Binary file added assets/images/layout/dhxlayout_cell_btns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/layout/dhxlayout_cell_btns_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/layout/dhxlayout_max_min.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/layout/dhxlayout_max_min2_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/layout/dhxlayout_max_min_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/layout/dhxlayout_max_min_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/layout/dhxlayout_max_min_hover2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/layout_images.zip
Binary file not shown.
201 changes: 201 additions & 0 deletions assets/menu/menu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
{
"data": [
{
"name": "Getting Started",
"icon": "pi pi-home",
"children": [
{
"name": "Installation",
"routerLink": "/install"
},
{
"name": "Configuration",
"routerLink": "/install/configuration"
},
{
"name": "Grid Module Config",
"routerLink": "/install/gridconfiguration",
"badge": "AgGrid"
}
]
},
{
"name": "Base Classes",
"icon": "pi pi-objects-column",
"children": [
{
"name": "BaseControl",
"routerLink": "/baseClasses/baseControl"
},
{
"name": "BaseForm",
"routerLink": "/baseClasses/baseForm"
},
{
"name": "BaseGrid",
"routerLink": "/baseClasses/baseGrid",
"badge": "AgGrid"
},
{
"name": "BaseUsecaseModel",
"routerLink": "/baseClasses/baseUsecaseModel"
},
{
"name": "BaseView",
"routerLink": "/baseClasses/baseView"
}
]
},
{
"name": "Entity Mapping",
"icon": "pi pi-compass",
"children": [
{
"name": "Core",
"children": [
{
"name": "Entity Mapping",
"routerLink": "/entityMapping"
},
{
"name": "Provided Annotations",
"routerLink": "/entityMapping/annotations"
},
{
"name": "Custom Annotations",
"routerLink": "/entityMapping/customAnnotations"
},
{
"name": "Entities Back to JSON",
"routerLink": "/entityMapping/reverseMapping"
}
]
}
]
},
{
"name": "Custom Controls",
"icon": "pi pi-th-large",
"children": [
{
"name": "Controls",
"children": [
{
"name": "AgGrid Inline Search",
"routerLink": "/controls/inlinesearch",
"badge": "AgGrid"
},
{
"name": "Split Layout View",
"routerLink": "/controls/splitlayout"
},
{
"name": "Split Layout Container",
"routerLink": "/controls/splitlayoutcontainer"
},
{
"name": "Toolbar",
"routerLink": "/controls/toolbar"
},
{
"name": "Please Wait",
"routerLink": "/controls/pleasewait"
}
]
}
]
},
{
"name": "Helpers",
"icon": "pi pi-th-large",
"children": [
{
"name": "ErrorHelper",
"routerLink": "/helpers/errorHelper"
},
{
"name": "ModalUtils",
"routerLink": "/helpers/modalUtils"
},
{
"name": "ColumnHelper",
"routerLink": "/helpers/columnHelper",
"badge": "AgGrid"
},
{
"name": "GridHelper",
"routerLink": "/helpers/gridHelper",
"badge": "AgGrid"
},
{
"name": "ContextMenuHelper",
"routerLink": "/helpers/contextMenuHelper",
"badge": "AgGrid"
},
{
"name": "ToolbarHelper",
"routerLink": "/helpers/toolbarHelper"
},
{
"name": "GridToolbarHelper",
"routerLink": "/helpers/gridToolbarHelper",
"badge": "AgGrid"
},
{
"name": "RegexHelper",
"routerLink": "/helpers/regexHelper"
}
]
},
{
"name": "Utilities",
"icon": "pi pi-objects-column",
"children": [
{
"name": "DateUtils",
"routerLink": "/utilities/dateUtils"
},
{
"name": "ArrayUtils",
"routerLink": "/utilities/arrayUtils"
},
{
"name": "JsUtils",
"routerLink": "/utilities/jsUtils"
},
{
"name": "NumberUtils",
"routerLink": "/utilities/numberUtils"
},
{
"name": "PathUtils",
"routerLink": "/utilities/pathUtils"
},
{
"name": "StringUtils",
"routerLink": "/utilities/stringUtils"
}
]
},
{
"name": "Resources",
"icon": "pi pi-file",
"children": [
{
"name": "File Resources",
"routerLink": "/fileResources"
}
]
},
{
"name": "Help",
"icon": "pi pi-question",
"children": [
{
"name": "How to get help",
"routerLink": "/howToGetHelp"
}
]
}
]
}
Binary file added assets/modalStyle.zip
Binary file not shown.
Binary file added assets/screenshots/folding-dialogs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/inlinesearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/splitlayout.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshots/toolbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/six-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sixTheme.zip
Binary file not shown.
Binary file added color.dae87a04d07ca92b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5b531b

Please sign in to comment.