-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
129 changed files
with
324,699 additions
and
0 deletions.
There are no files selected for viewing
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.
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.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
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.
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.