datastake-daf 0.6.812 → 0.6.814
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 +2734 -2841
- package/dist/layouts/index.js +478 -464
- package/dist/pages/index.js +478 -464
- package/dist/utils/index.js +478 -464
- package/package.json +1 -1
- package/src/@daf/core/components/Icon/configs/index.js +3 -1
package/package.json
CHANGED
|
@@ -230,6 +230,7 @@ import Up from "./Up";
|
|
|
230
230
|
import Down from "./Down";
|
|
231
231
|
import TrendUp from "./TrendUp";
|
|
232
232
|
import Droplets from "./Droplets";
|
|
233
|
+
import AddDocument from "./AddDocument";
|
|
233
234
|
|
|
234
235
|
const config = {
|
|
235
236
|
AppAdmin,
|
|
@@ -463,7 +464,8 @@ const config = {
|
|
|
463
464
|
Up,
|
|
464
465
|
Down,
|
|
465
466
|
TrendUp,
|
|
466
|
-
Droplets
|
|
467
|
+
Droplets,
|
|
468
|
+
AddDocument
|
|
467
469
|
};
|
|
468
470
|
|
|
469
471
|
export default config;
|