iglooform 3.4.1 → 3.5.0
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/.dumi/tmp/core/defineApp.ts +1 -1
- package/.dumi/tmp/core/helmet.ts +1 -1
- package/.dumi/tmp/core/history.ts +1 -1
- package/.dumi/tmp/core/historyIntelli.ts +1 -1
- package/.dumi/tmp/core/plugin.ts +2 -2
- package/.dumi/tmp/core/polyfill.ts +197 -197
- package/.dumi/tmp/core/route.tsx +33 -33
- package/.dumi/tmp/dumi/exports.ts +1 -1
- package/.dumi/tmp/dumi/locales/runtime.tsx +2 -2
- package/.dumi/tmp/dumi/meta/index.ts +33 -33
- package/.dumi/tmp/dumi/meta/runtime.ts +1 -1
- package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +2 -2
- package/.dumi/tmp/dumi/theme/builtins/API.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Badge.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Container.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Table.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Tree.ts +1 -1
- package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +1 -1
- package/.dumi/tmp/dumi/theme/loading.tsx +1 -1
- package/.dumi/tmp/dumi/theme/slots/ColorSwitch.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Content.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/ContentFooter.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Features.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Footer.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Header.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/HeaderExtra.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Hero.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Logo.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Navbar.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/NavbarExtra.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/NotFound.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +2 -2
- package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/SocialIcon.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Toc.ts +1 -1
- package/.dumi/tmp/exports.ts +5 -5
- package/.dumi/tmp/testBrowser.tsx +3 -3
- package/.dumi/tmp/umi.ts +4 -4
- package/es/currency-context/index.d.ts +1 -1
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/upload-photo/index.d.ts +28 -0
- package/es/utils/form-utils.d.ts +79 -0
- package/lib/currency-context/index.d.ts +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +7 -0
- package/lib/upload-photo/index.d.ts +28 -0
- package/lib/utils/form-utils.d.ts +79 -0
- package/package.json +1 -1
- package/.dumi/tmp/core/EmptyRoute.d.ts +0 -1
- package/.dumi/tmp/core/defineApp.d.ts +0 -22
- package/.dumi/tmp/core/exportStaticRuntimePlugin.d.ts +0 -1
- package/.dumi/tmp/core/helmet.d.ts +0 -3
- package/.dumi/tmp/core/helmetContext.d.ts +0 -1
- package/.dumi/tmp/core/history.d.ts +0 -4
- package/.dumi/tmp/core/historyIntelli.d.ts +0 -50
- package/.dumi/tmp/core/plugin.d.ts +0 -25
- package/.dumi/tmp/core/pluginConfig.d.ts +0 -315
- package/.dumi/tmp/core/polyfill.d.ts +0 -198
- package/.dumi/tmp/core/route.d.ts +0 -230
- package/.dumi/tmp/core/terminal.d.ts +0 -14
- package/.dumi/tmp/dumi/exports.d.ts +0 -2
- package/.dumi/tmp/dumi/locales/config.d.ts +0 -90
- package/.dumi/tmp/dumi/locales/runtime.d.ts +0 -2
- package/.dumi/tmp/dumi/meta/atoms.d.ts +0 -1
- package/.dumi/tmp/dumi/meta/index.d.ts +0 -203
- package/.dumi/tmp/dumi/meta/runtime.d.ts +0 -3
- package/.dumi/tmp/dumi/meta/tabs.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/ContextWrapper.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/builtins/API.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/builtins/Badge.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/builtins/Container.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/builtins/Previewer.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/builtins/SourceCode.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/builtins/Table.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/builtins/Tree.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/layouts/DocLayout.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/loading.d.ts +0 -4
- package/.dumi/tmp/dumi/theme/slots/ColorSwitch.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Content.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/ContentFooter.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/ContentTabs.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Features.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Footer.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Header.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/HeaderExtra.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Hero.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/HeroTitle.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/LangSwitch.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Logo.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Navbar.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/NavbarExtra.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/NotFound.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/PreviewerActions.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/RtlSwitch.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/SearchBar.d.ts +0 -2
- package/.dumi/tmp/dumi/theme/slots/SearchResult.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Sidebar.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/SocialIcon.d.ts +0 -1
- package/.dumi/tmp/dumi/theme/slots/Toc.d.ts +0 -1
- package/.dumi/tmp/exports.d.ts +0 -11
- package/.dumi/tmp/plugin-antd/runtime.d.ts +0 -1
- package/.dumi/tmp/plugin-html2sketch/index.d.ts +0 -1
- package/.dumi/tmp/testBrowser.d.ts +0 -10
- package/.dumi/tmp/umi.d.ts +0 -4
- package/es/media/preview.d.ts +0 -12
- package/lib/media/preview.d.ts +0 -12
- package/yarn-error.log +0 -16168
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SearchResult/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Sidebar/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SocialIcon/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Toc/index.js';
|
package/.dumi/tmp/exports.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { defineApp } from './core/defineApp';
|
|
2
|
-
export type { RuntimeConfig } from './core/defineApp';
|
|
3
|
-
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 '/Users/lei/iglooform/node_modules/@umijs/renderer-react';
|
|
4
|
-
export type { History } from '/Users/lei/iglooform/node_modules/@umijs/renderer-react';
|
|
5
|
-
export { ApplyPluginsType, PluginManager } from '/Users/lei/iglooform/node_modules/umi/client/client/plugin.js';
|
|
6
|
-
export { history, createHistory } from './core/history';
|
|
7
|
-
export { terminal } from './core/terminal';
|
|
8
|
-
export { TestBrowser } from './testBrowser';
|
|
9
|
-
export declare const useServerInsertedHTML: Function;
|
|
10
|
-
export { getSketchJSON } from '/Users/lei/iglooform/.dumi/tmp/plugin-html2sketch';
|
|
11
|
-
export * from '/Users/lei/iglooform/.dumi/tmp/plugin-antd/types.d';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function rootContainer(rawContainer: any): any;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const getSketchJSON: null;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { Location } from 'history';
|
|
3
|
-
import '/Users/lei/iglooform/.dumi/global.less';
|
|
4
|
-
import 'antd/dist/reset.css';
|
|
5
|
-
type TestBrowserProps = {
|
|
6
|
-
location?: Partial<Location>;
|
|
7
|
-
historyRef?: React.MutableRefObject<Location>;
|
|
8
|
-
};
|
|
9
|
-
export declare function TestBrowser(props: TestBrowserProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
package/.dumi/tmp/umi.d.ts
DELETED
package/es/media/preview.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FC, CSSProperties } from 'react';
|
|
2
|
-
interface MediaProps {
|
|
3
|
-
src: string;
|
|
4
|
-
type: string;
|
|
5
|
-
scale?: number;
|
|
6
|
-
isCurrent?: boolean;
|
|
7
|
-
className?: any;
|
|
8
|
-
style?: CSSProperties;
|
|
9
|
-
showAllPages?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const Media: FC<MediaProps>;
|
|
12
|
-
export default Media;
|
package/lib/media/preview.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FC, CSSProperties } from 'react';
|
|
2
|
-
interface MediaProps {
|
|
3
|
-
src: string;
|
|
4
|
-
type: string;
|
|
5
|
-
scale?: number;
|
|
6
|
-
isCurrent?: boolean;
|
|
7
|
-
className?: any;
|
|
8
|
-
style?: CSSProperties;
|
|
9
|
-
showAllPages?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const Media: FC<MediaProps>;
|
|
12
|
-
export default Media;
|