@nocobase/app 1.6.0-beta.8 → 1.7.0-alpha.1

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.
Files changed (30) hide show
  1. package/client/.umirc.ts +2 -2
  2. package/client/src/.umi-production/core/helmet.ts +1 -1
  3. package/client/src/.umi-production/core/history.ts +1 -1
  4. package/client/src/.umi-production/core/historyIntelli.ts +1 -1
  5. package/client/src/.umi-production/core/polyfill.ts +233 -233
  6. package/client/src/.umi-production/exports.ts +3 -3
  7. package/client/src/.umi-production/testBrowser.tsx +1 -1
  8. package/client/src/.umi-production/tsconfig.json +1 -1
  9. package/client/src/.umi-production/umi.ts +2 -2
  10. package/dist/client/4750.667c5051.async.js +69 -0
  11. package/dist/client/index.html +3 -3
  12. package/dist/client/index.html.tpl +3 -3
  13. package/dist/client/npm._at_ant-design.5ba41bf5.async.js +139 -0
  14. package/dist/client/{npm._at_formily.16deb97f.async.js → npm._at_formily.07fa921d.async.js} +2 -2
  15. package/dist/client/npm._at_umijs.7f6c4722.async.js +7 -0
  16. package/dist/client/{npm.antd.aedb4432.async.js → npm.antd.483a9a61.async.js} +96 -96
  17. package/dist/client/{npm.highlight.js.8a8320c8.async.js → npm.highlight.js.83fe0142.async.js} +1 -1
  18. package/dist/client/{npm.lodash-es.c06b3dd5.async.js → npm.lodash-es.99877438.async.js} +1 -1
  19. package/dist/client/{npm.rc-picker.ef8a3e8b.async.js → npm.rc-picker.9e629062.async.js} +1 -1
  20. package/dist/client/npm.react-router-dom.2109af81.async.js +1 -0
  21. package/dist/client/p__index.b415ed71.chunk.css +1 -0
  22. package/dist/client/p__index.e7e1e97c.async.js +1586 -0
  23. package/dist/client/{umi.34eac3d6.js → umi.92c6d3cf.js} +11 -11
  24. package/package.json +6 -6
  25. package/dist/client/5415.623fa605.async.js +0 -73
  26. package/dist/client/npm._at_ant-design.736bcf26.async.js +0 -109
  27. package/dist/client/npm._at_remix-run.9a0418a9.async.js +0 -2
  28. package/dist/client/npm.react-router-dom.832efba3.async.js +0 -1
  29. package/dist/client/p__index.9a8aaa6c.chunk.css +0 -1
  30. package/dist/client/p__index.ae413d20.async.js +0 -1588
@@ -7,10 +7,10 @@ export type { RuntimeConfig } from './core/defineApp'
7
7
  // plugins
8
8
  // plugins types.d.ts
9
9
  // @umijs/renderer-*
10
- export { createBrowserHistory, createHashHistory, createMemoryHistory, Helmet, HelmetProvider, createSearchParams, generatePath, matchPath, matchRoutes, Navigate, NavLink, Outlet, resolvePath, useLocation, useMatch, useNavigate, useOutlet, useOutletContext, useParams, useResolvedPath, useRoutes, useSearchParams, useAppData, useClientLoaderData, useRouteProps, useSelectedRoutes, useServerLoaderData, renderClient, __getRoot, Link, useRouteData, __useFetcher, withRouter } from '/__w/nocobase/nocobase/node_modules/@umijs/renderer-react';
11
- export type { History } from '/__w/nocobase/nocobase/node_modules/@umijs/renderer-react'
10
+ export { createBrowserHistory, createHashHistory, createMemoryHistory, Helmet, HelmetProvider, createSearchParams, generatePath, matchPath, matchRoutes, Navigate, NavLink, Outlet, resolvePath, useLocation, useMatch, useNavigate, useOutlet, useOutletContext, useParams, useResolvedPath, useRoutes, useSearchParams, useAppData, useClientLoaderData, useRouteProps, useSelectedRoutes, useServerLoaderData, renderClient, __getRoot, Link, useRouteData, __useFetcher, withRouter } from '/home/runner/work/nocobase/nocobase/node_modules/@umijs/renderer-react';
11
+ export type { History } from '/home/runner/work/nocobase/nocobase/node_modules/@umijs/renderer-react'
12
12
  // umi/client/client/plugin
13
- export { ApplyPluginsType, PluginManager } from '/__w/nocobase/nocobase/node_modules/umi/client/client/plugin.js';
13
+ export { ApplyPluginsType, PluginManager } from '/home/runner/work/nocobase/nocobase/node_modules/umi/client/client/plugin.js';
14
14
  export { history, createHistory } from './core/history';
15
15
  export { terminal } from './core/terminal';
16
16
  // react ssr
@@ -3,7 +3,7 @@
3
3
  // DO NOT CHANGE IT MANUALLY!
4
4
  import React, { useEffect, useState } from 'react';
5
5
  import { ApplyPluginsType } from 'umi';
6
- import { renderClient, RenderClientOpts } from '/__w/nocobase/nocobase/node_modules/@umijs/renderer-react';
6
+ import { renderClient, RenderClientOpts } from '/home/runner/work/nocobase/nocobase/node_modules/@umijs/renderer-react';
7
7
  import { createHistory } from './core/history';
8
8
  import { createPluginManager } from './core/plugin';
9
9
  import { getRoutes } from './core/route';
@@ -27,7 +27,7 @@
27
27
  "src/.umi/*"
28
28
  ],
29
29
  "umi": [
30
- "/__w/nocobase/nocobase/node_modules/umi"
30
+ "/home/runner/work/nocobase/nocobase/node_modules/umi"
31
31
  ],
32
32
  "umi/typings": [
33
33
  "src/.umi/typings"
@@ -3,11 +3,11 @@
3
3
  // DO NOT CHANGE IT MANUALLY!
4
4
  import './core/polyfill';
5
5
 
6
- import { renderClient } from '/__w/nocobase/nocobase/node_modules/@umijs/renderer-react';
6
+ import { renderClient } from '/home/runner/work/nocobase/nocobase/node_modules/@umijs/renderer-react';
7
7
  import { getRoutes } from './core/route';
8
8
  import { createPluginManager } from './core/plugin';
9
9
  import { createHistory } from './core/history';
10
- import Loading from '/__w/nocobase/nocobase/packages/core/app/client/src/loading.tsx';
10
+ import Loading from '/home/runner/work/nocobase/nocobase/packages/core/app/client/src/loading.tsx';
11
11
  import { ApplyPluginsType } from 'umi';
12
12
 
13
13