@gisce/react-ooui 2.125.0-alpha.1 → 2.125.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gisce/react-ooui",
|
|
3
|
-
"version": "2.125.0-alpha.
|
|
3
|
+
"version": "2.125.0-alpha.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@dnd-kit/sortable": "^10.0.0",
|
|
42
42
|
"@dnd-kit/utilities": "^3.2.2",
|
|
43
43
|
"@gisce/fiber-diagram": "2.2.0",
|
|
44
|
-
"@gisce/ooui": "2.46.0-alpha.
|
|
44
|
+
"@gisce/ooui": "2.46.0-alpha.5",
|
|
45
45
|
"@gisce/react-formiga-components": "1.21.0",
|
|
46
46
|
"@gisce/react-formiga-table": "1.17.2",
|
|
47
47
|
"@monaco-editor/react": "^4.4.5",
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
type Domain = string | boolean | unknown[] | undefined;
|
|
2
|
-
/**
|
|
3
|
-
* Checks if a domain has field references that can't be resolved in search context.
|
|
4
|
-
* Returns the domain if safe, [] if it has unresolvable field references.
|
|
5
|
-
* Never throws - returns [] on error.
|
|
6
|
-
*/
|
|
7
|
-
export declare const getSafeSearchDomain: (domain: Domain) => Domain;
|
|
8
|
-
export {};
|
|
9
|
-
//# sourceMappingURL=domainHelper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"domainHelper.d.ts","sourceRoot":"","sources":["../../src/helpers/domainHelper.ts"],"names":[],"mappings":"AAKA,KAAK,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,EAAE,GAAG,SAAS,CAAC;AAEvD;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,WAAY,MAAM,KAAG,MAcpD,CAAC"}
|