datastake-daf 0.6.482 → 0.6.484
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/dist/components/index.js +439 -426
- package/dist/utils/index.js +440 -427
- package/package.json +1 -1
- package/src/@daf/core/components/Document/WordDocument/createDocument.js +1 -1
- package/src/@daf/core/components/Icon/configs/AppAdmin.js +10 -0
- package/src/@daf/core/components/Icon/configs/index.js +2 -0
- package/build/favicon.ico +0 -0
- package/build/logo192.png +0 -0
- package/build/logo512.png +0 -0
- package/build/manifest.json +0 -25
- package/build/robots.txt +0 -3
package/package.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const config = {
|
|
2
|
+
viewBox:"0 0 14 14",
|
|
3
|
+
children: (
|
|
4
|
+
<path d="M9.03367 5H2.66667C1.74619 5 1 4.25381 1 3.33333C1 2.41286 1.74619 1.66667 2.66667 1.66667H9.03367M4.96633 12.3333H11.3333C12.2538 12.3333 13 11.5871 13 10.6667C13 9.74619 12.2538 9 11.3333 9H4.96633M1 10.6667C1 11.9553 2.04467 13 3.33333 13C4.622 13 5.66667 11.9553 5.66667 10.6667C5.66667 9.378 4.622 8.33333 3.33333 8.33333C2.04467 8.33333 1 9.378 1 10.6667ZM13 3.33333C13 4.622 11.9553 5.66667 10.6667 5.66667C9.378 5.66667 8.33333 4.622 8.33333 3.33333C8.33333 2.04467 9.378 1 10.6667 1C11.9553 1 13 2.04467 13 3.33333Z" stroke="#B9C0D4" strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round"></path>
|
|
5
|
+
),
|
|
6
|
+
tag: ['logo']
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export default config;
|
|
10
|
+
|
|
@@ -211,8 +211,10 @@ import Lightning from "./Lightning";
|
|
|
211
211
|
import MagicWand from "./MagicWant";
|
|
212
212
|
import Straatos from "./Straatos";
|
|
213
213
|
import ArcGis from "./ArcGis";
|
|
214
|
+
import AppAdmin from "./AppAdmin";
|
|
214
215
|
|
|
215
216
|
const config = {
|
|
217
|
+
AppAdmin,
|
|
216
218
|
Right,
|
|
217
219
|
ApplicationForm,
|
|
218
220
|
Alert,
|
package/build/favicon.ico
DELETED
|
Binary file
|
package/build/logo192.png
DELETED
|
Binary file
|
package/build/logo512.png
DELETED
|
Binary file
|
package/build/manifest.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
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
DELETED