-
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.
Merge pull request #185 from nzzdev/release-7.1.0
Release 7.1.0
- Loading branch information
Showing
88 changed files
with
10,094 additions
and
6,007 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,3 +2,5 @@ node_modules | |
.idea | ||
.DS_STORE | ||
.env.json | ||
.vscode/* | ||
!.vscode/launch.json |
This file was deleted.
Oops, something went wrong.
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
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,32 @@ | ||
- discuss why was there tracking of method box open event? and on the link | ||
- Discuss: formatNoGroupingSeparator (data.ts) | ||
- why are different formattings for when there are numbers over 10000 | ||
|
||
|
||
- onResize screen to adjust classes mobile vs desktop ? | ||
|
||
"sortingDirection": { | ||
"title": "Autom. sortierung", | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "null" | ||
} | ||
], | ||
"default": null, | ||
"Q:options": { | ||
"dynamicSchema": { | ||
"selectType": "select", | ||
"type": "ToolEndpoint", | ||
"config": { | ||
"endpoint": "dynamic-schema/sortingDirectionItem", | ||
"fields": [ | ||
"data", | ||
"options" | ||
] | ||
} | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.