-
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * . * wip * wip * remove rsync * use ConfigUtils for (de)compress * isObject * setIn, mergeIn * fix mergeIn * progr * . * deepCopyObj, arrayMergeMode, symbols . . . , * . * . * IF() * add sqlImport for funcs * . * . * fix imports cycles . . . * wip sqlImport for ops * . * . * fixes after merge * example app: load from sql * valueFuncs * pre-defined sqlImportDate * fix #1024 . * linear * fix ops like, not_like ; fix multiselect value type * lint * . * . * . * pr * . * tableName * . * lint fix
- Loading branch information
Showing
114 changed files
with
5,580 additions
and
2,574 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"packages": [ | ||
"packages/core", | ||
"packages/sql", | ||
"packages/ui", | ||
"packages/antd", | ||
"packages/mui", | ||
|
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 |
---|---|---|
|
@@ -19,3 +19,4 @@ yarn.lock | |
packages/*/cjs/ | ||
packages/*/esm/ | ||
packages/*/css/ | ||
packages/*/types/ |
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
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
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 |
---|---|---|
|
@@ -45,6 +45,7 @@ | |
"author": "Denis Oblogin <[email protected]> (https://github.com/ukrbublik)", | ||
"workspaces": [ | ||
"packages/core", | ||
"packages/sql", | ||
"packages/ui", | ||
"packages/antd", | ||
"packages/mui", | ||
|
@@ -111,6 +112,7 @@ | |
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-react": "^7.34.1", | ||
"lerna": "^8.1.9", | ||
"madge": "^8.0.0", | ||
"typescript": "~5.4.5" | ||
}, | ||
"engines": { | ||
|
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"module": "esnext", | ||
"jsx": "preserve", | ||
"lib": [ | ||
"es2015", | ||
"es2016", | ||
"dom", | ||
"dom.iterable" | ||
], | ||
|
Oops, something went wrong.