datastake-daf 0.6.738 → 0.6.740
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/build/favicon.ico +0 -0
- package/build/logo192.png +0 -0
- package/build/logo512.png +0 -0
- package/build/manifest.json +25 -0
- package/build/robots.txt +3 -0
- package/dist/components/index.js +4 -4
- package/dist/hooks/index.js +4658 -19
- package/dist/layouts/index.js +1 -1
- package/dist/pages/index.js +225 -52
- package/dist/services/index.js +1 -9
- package/package.json +1 -1
- package/src/@daf/core/components/EditForm/components/DataLink/useAjaxModal.js +1 -1
- package/src/@daf/core/components/Filters/selectFilters/AjaxSelect.jsx +1 -1
- package/src/@daf/core/components/PdfForm/utils/useAjaxModal.js +1 -1
- package/src/@daf/core/components/ViewForm/components/DataLink/useAjaxModal.js +1 -1
- package/src/@daf/pages/dashboards/Operations/Operators/columns.js +32 -32
- package/src/@daf/pages/dashboards/Operations/Operators/config.js +141 -9
- package/src/@daf/pages/dashboards/Operations/Operators/create.jsx +1 -1
- package/src/@daf/pages/dashboards/Operations/Operators/index.jsx +5 -6
- package/src/@daf/services/OperatorService.js +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"short_name": "React App",
|
|
3
|
+
"name": "Create React App Sample",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "favicon.ico",
|
|
7
|
+
"sizes": "64x64 32x32 24x24 16x16",
|
|
8
|
+
"type": "image/x-icon"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "logo192.png",
|
|
12
|
+
"type": "image/png",
|
|
13
|
+
"sizes": "192x192"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"src": "logo512.png",
|
|
17
|
+
"type": "image/png",
|
|
18
|
+
"sizes": "512x512"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"start_url": ".",
|
|
22
|
+
"display": "standalone",
|
|
23
|
+
"theme_color": "#000000",
|
|
24
|
+
"background_color": "#ffffff"
|
|
25
|
+
}
|
package/build/robots.txt
ADDED
package/dist/components/index.js
CHANGED
|
@@ -5418,7 +5418,7 @@ const getAjaxData = async ({
|
|
|
5418
5418
|
apiUrl,
|
|
5419
5419
|
app
|
|
5420
5420
|
}) => {
|
|
5421
|
-
const noQuerryApps = ["nashiriki", "straatos"];
|
|
5421
|
+
const noQuerryApps = ["nashiriki", "straatos", "wazi", "hatua"];
|
|
5422
5422
|
const data = await axios__default["default"].post(noQuerryApps.includes(app) ? "/query" : "/query/options", {
|
|
5423
5423
|
entity,
|
|
5424
5424
|
method,
|
|
@@ -9982,7 +9982,7 @@ const handleArrayChildren = ({
|
|
|
9982
9982
|
};
|
|
9983
9983
|
|
|
9984
9984
|
const noDafApps = ['tif', 'cukura']; //PACKAGE_CHANGE_LATER (remove sbg)
|
|
9985
|
-
const packageApps$2 = ["kota", "sbg", "nashiriki", "straatos"]; //PACKAGE_CHANGE_LATER (add sbg)
|
|
9985
|
+
const packageApps$2 = ["kota", "sbg", "nashiriki", "straatos", "wazi", "hatua"]; //PACKAGE_CHANGE_LATER (add sbg)
|
|
9986
9986
|
|
|
9987
9987
|
function useAjaxModal$3({
|
|
9988
9988
|
name = {},
|
|
@@ -10059,7 +10059,7 @@ function useAjaxModal$3({
|
|
|
10059
10059
|
};
|
|
10060
10060
|
}
|
|
10061
10061
|
|
|
10062
|
-
const packageApps$1 = ["kota", "sbg", "nashiriki", "straatos"]; //PACKAGE_CHANGE_LATER (add sbg)
|
|
10062
|
+
const packageApps$1 = ["kota", "sbg", "nashiriki", "straatos", "wazi", "hatua"]; //PACKAGE_CHANGE_LATER (add sbg)
|
|
10063
10063
|
|
|
10064
10064
|
function useAjaxModal$2({
|
|
10065
10065
|
name = {},
|
|
@@ -29774,7 +29774,7 @@ const GroupContentFormItem = ({
|
|
|
29774
29774
|
});
|
|
29775
29775
|
};
|
|
29776
29776
|
|
|
29777
|
-
const packageApps = ["kota", "sbg", "nashiriki", "straatos"]; //PACKAGE_CHANGE_LATER (add sbg)
|
|
29777
|
+
const packageApps = ["kota", "sbg", "nashiriki", "straatos", "wazi", "hatua"]; //PACKAGE_CHANGE_LATER (add sbg)
|
|
29778
29778
|
|
|
29779
29779
|
function useAjaxModal({
|
|
29780
29780
|
name = {},
|