iglooform 3.4.0 → 3.4.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.
- package/.dumi/tmp/core/EmptyRoute.d.ts +1 -0
- package/.dumi/tmp/core/defineApp.d.ts +22 -0
- package/.dumi/tmp/core/defineApp.ts +1 -1
- package/.dumi/tmp/core/exportStaticRuntimePlugin.d.ts +1 -0
- package/.dumi/tmp/core/helmet.d.ts +3 -0
- package/.dumi/tmp/core/helmet.ts +1 -1
- package/.dumi/tmp/core/helmetContext.d.ts +1 -0
- package/.dumi/tmp/core/history.d.ts +4 -0
- package/.dumi/tmp/core/history.ts +1 -1
- package/.dumi/tmp/core/historyIntelli.d.ts +50 -0
- package/.dumi/tmp/core/historyIntelli.ts +1 -1
- package/.dumi/tmp/core/plugin.d.ts +25 -0
- package/.dumi/tmp/core/plugin.ts +2 -2
- package/.dumi/tmp/core/pluginConfig.d.ts +315 -0
- package/.dumi/tmp/core/polyfill.d.ts +198 -0
- package/.dumi/tmp/core/polyfill.ts +197 -197
- package/.dumi/tmp/core/route.d.ts +230 -0
- package/.dumi/tmp/core/route.tsx +33 -33
- package/.dumi/tmp/core/terminal.d.ts +14 -0
- package/.dumi/tmp/dumi/exports.d.ts +2 -0
- package/.dumi/tmp/dumi/exports.ts +1 -1
- package/.dumi/tmp/dumi/locales/config.d.ts +90 -0
- package/.dumi/tmp/dumi/locales/runtime.d.ts +2 -0
- package/.dumi/tmp/dumi/locales/runtime.tsx +2 -2
- package/.dumi/tmp/dumi/meta/atoms.d.ts +1 -0
- package/.dumi/tmp/dumi/meta/index.d.ts +203 -0
- package/.dumi/tmp/dumi/meta/index.ts +33 -33
- package/.dumi/tmp/dumi/meta/runtime.d.ts +3 -0
- package/.dumi/tmp/dumi/meta/runtime.ts +1 -1
- package/.dumi/tmp/dumi/meta/tabs.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/ContextWrapper.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +1 -1
- package/.dumi/tmp/dumi/theme/builtins/API.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/builtins/API.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Badge.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/builtins/Badge.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Container.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/builtins/Container.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Previewer.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/SourceCode.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Table.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/builtins/Table.ts +1 -1
- package/.dumi/tmp/dumi/theme/builtins/Tree.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/builtins/Tree.ts +1 -1
- package/.dumi/tmp/dumi/theme/layouts/DocLayout.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +1 -1
- package/.dumi/tmp/dumi/theme/loading.d.ts +4 -0
- package/.dumi/tmp/dumi/theme/loading.tsx +1 -1
- package/.dumi/tmp/dumi/theme/slots/ColorSwitch.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/ColorSwitch.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Content.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Content.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/ContentFooter.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/ContentFooter.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/ContentTabs.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Features.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Features.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Footer.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Footer.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Header.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Header.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/HeaderExtra.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/HeaderExtra.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Hero.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Hero.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/HeroTitle.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/LangSwitch.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Logo.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Logo.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Navbar.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Navbar.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/NavbarExtra.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/NavbarExtra.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/NotFound.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/NotFound.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/PreviewerActions.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/RtlSwitch.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/SearchBar.d.ts +2 -0
- package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +2 -2
- package/.dumi/tmp/dumi/theme/slots/SearchResult.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Sidebar.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/SocialIcon.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/SocialIcon.ts +1 -1
- package/.dumi/tmp/dumi/theme/slots/Toc.d.ts +1 -0
- package/.dumi/tmp/dumi/theme/slots/Toc.ts +1 -1
- package/.dumi/tmp/exports.d.ts +11 -0
- package/.dumi/tmp/exports.ts +5 -5
- package/.dumi/tmp/plugin-antd/runtime.d.ts +1 -0
- package/.dumi/tmp/plugin-html2sketch/index.d.ts +1 -0
- package/.dumi/tmp/testBrowser.d.ts +10 -0
- package/.dumi/tmp/testBrowser.tsx +3 -3
- package/.dumi/tmp/umi.d.ts +4 -0
- package/.dumi/tmp/umi.ts +4 -4
- package/es/admin-amount/style/index.d.ts +0 -0
- package/es/admin-upload/style/index.d.ts +1 -0
- package/es/alert-message/style/index.d.ts +1 -0
- package/es/babel-plugin-import-option.d.ts +7 -0
- package/es/back-top/index.d.ts +5 -0
- package/es/back-top/style/index.d.ts +1 -0
- package/es/button/style/index.d.ts +1 -0
- package/es/card-detail/style/index.d.ts +1 -0
- package/es/checkbox/style/index.d.ts +1 -0
- package/es/claim-list/style/index.d.ts +1 -0
- package/es/config-provider.d.ts +9 -0
- package/es/confirmation/style/index.d.ts +1 -0
- package/es/currency-context/index.d.ts +8 -0
- package/es/currency-context/style/index.d.ts +0 -0
- package/es/date-picker/style/index.d.ts +1 -0
- package/es/declaration/style/index.d.ts +1 -0
- package/es/detail-panel/style/index.d.ts +1 -0
- package/es/documents/style/index.d.ts +1 -0
- package/es/filter/style/index.d.ts +1 -0
- package/es/form/addable-section/style/index.d.ts +1 -0
- package/es/form/divider/style/index.d.ts +1 -0
- package/es/form/element/style/index.d.ts +1 -0
- package/es/form/hstep/style/index.d.ts +1 -0
- package/es/form/hsteps/style/index.d.ts +1 -0
- package/es/form/login/style/index.d.ts +1 -0
- package/es/form/messages.d.ts +48 -0
- package/es/form/page/style/index.d.ts +1 -0
- package/es/form/pages/style/index.d.ts +1 -0
- package/es/form/render/style/index.d.ts +1 -0
- package/es/form/section/style/index.d.ts +1 -0
- package/es/form/step/style/index.d.ts +1 -0
- package/es/form/steps/style/index.d.ts +1 -0
- package/es/form/style/index.d.ts +1 -0
- package/es/free-form/addable-section/style/index.d.ts +1 -0
- package/es/free-form/element/style/index.d.ts +1 -0
- package/es/free-form/messages.d.ts +48 -0
- package/es/free-form/page/style/index.d.ts +1 -0
- package/es/free-form/pages/style/index.d.ts +1 -0
- package/es/free-form/section/style/index.d.ts +1 -0
- package/es/free-form/step/style/index.d.ts +1 -0
- package/es/free-form/steps/style/index.d.ts +1 -0
- package/es/free-form/style/index.d.ts +1 -0
- package/es/home-menu/style/index.d.ts +1 -0
- package/es/input/style/amount/index.d.ts +2 -0
- package/es/input/style/index.d.ts +2 -0
- package/es/input/style/input-date/index.d.ts +2 -0
- package/es/input/style/otp/index.d.ts +2 -0
- package/es/input/style/phone-number/index.d.ts +2 -0
- package/es/input/style/text-area/index.d.ts +2 -0
- package/es/layout/defaultHeader.d.ts +4 -0
- package/es/layout/style/index.d.ts +1 -0
- package/es/locale/en-US.d.ts +2 -0
- package/es/locale/format-message.d.ts +10 -0
- package/es/locale/formatted-message.d.ts +6 -0
- package/es/locale/id-ID.d.ts +2 -0
- package/es/locale/index.d.ts +4 -0
- package/es/locale/locale-context.d.ts +12 -0
- package/es/locale/locale-provider.d.ts +13 -0
- package/es/locale/ms-MY.d.ts +2 -0
- package/es/locale/th-TH.d.ts +2 -0
- package/es/locale/vi-VN.d.ts +2 -0
- package/es/locale/zh-CN.d.ts +2 -0
- package/es/locale/zh-TW.d.ts +2 -0
- package/es/login-page/index.d.ts +7 -0
- package/es/login-page/style/index.d.ts +1 -0
- package/es/media/file-icon.d.ts +9 -0
- package/es/media/style/index.d.ts +1 -0
- package/es/message/style/index.d.ts +1 -0
- package/es/mobile-insurer-detail/style/index.d.ts +1 -0
- package/es/mobile-insurer-list/style/index.d.ts +1 -0
- package/es/modal/style/index.d.ts +1 -0
- package/es/ocr/micro-blink/style/index.d.ts +1 -0
- package/es/platform/index.d.ts +2 -0
- package/es/platform/platform-card/index.d.ts +12 -0
- package/es/platform/platform-card/style/index.d.ts +1 -0
- package/es/platform/switch-platform/index.d.ts +12 -0
- package/es/platform/switch-platform/style/index.d.ts +1 -0
- package/es/policy-list/style/index.d.ts +1 -0
- package/es/radio/style/index.d.ts +1 -0
- package/es/search-box/style/index.d.ts +1 -0
- package/es/select/style/index.d.ts +1 -0
- package/es/status-box/style/index.d.ts +1 -0
- package/es/table/style/index.d.ts +1 -0
- package/es/tabs/index.d.ts +15 -0
- package/es/tabs/style/index.d.ts +1 -0
- package/es/typography/style/index.d.ts +1 -0
- package/es/upload/style/index.d.ts +1 -0
- package/es/upload-photo/index.js +15 -4
- package/es/upload-photo/media.d.ts +7 -0
- package/es/upload-photo/style/index.d.ts +1 -0
- package/es/upload-preview/style/index.d.ts +1 -0
- package/es/utils/agent-detect.d.ts +1 -0
- package/es/utils/tools.d.ts +5 -0
- package/es/utils/useAsyncEffect.d.ts +3 -0
- package/lib/admin-amount/style/index.d.ts +0 -0
- package/lib/admin-upload/style/index.d.ts +1 -0
- package/lib/alert-message/style/index.d.ts +1 -0
- package/lib/babel-plugin-import-option.d.ts +7 -0
- package/lib/back-top/index.d.ts +5 -0
- package/lib/back-top/style/index.d.ts +1 -0
- package/lib/button/style/index.d.ts +1 -0
- package/lib/card-detail/style/index.d.ts +1 -0
- package/lib/checkbox/style/index.d.ts +1 -0
- package/lib/claim-list/style/index.d.ts +1 -0
- package/lib/config-provider.d.ts +9 -0
- package/lib/confirmation/style/index.d.ts +1 -0
- package/lib/currency-context/index.d.ts +8 -0
- package/lib/currency-context/style/index.d.ts +0 -0
- package/lib/date-picker/style/index.d.ts +1 -0
- package/lib/declaration/style/index.d.ts +1 -0
- package/lib/detail-panel/style/index.d.ts +1 -0
- package/lib/documents/style/index.d.ts +1 -0
- package/lib/filter/style/index.d.ts +1 -0
- package/lib/form/addable-section/style/index.d.ts +1 -0
- package/lib/form/divider/style/index.d.ts +1 -0
- package/lib/form/element/style/index.d.ts +1 -0
- package/lib/form/hstep/style/index.d.ts +1 -0
- package/lib/form/hsteps/style/index.d.ts +1 -0
- package/lib/form/login/style/index.d.ts +1 -0
- package/lib/form/messages.d.ts +48 -0
- package/lib/form/page/style/index.d.ts +1 -0
- package/lib/form/pages/style/index.d.ts +1 -0
- package/lib/form/render/style/index.d.ts +1 -0
- package/lib/form/section/style/index.d.ts +1 -0
- package/lib/form/step/style/index.d.ts +1 -0
- package/lib/form/steps/style/index.d.ts +1 -0
- package/lib/form/style/index.d.ts +1 -0
- package/lib/free-form/addable-section/style/index.d.ts +1 -0
- package/lib/free-form/element/style/index.d.ts +1 -0
- package/lib/free-form/messages.d.ts +48 -0
- package/lib/free-form/page/style/index.d.ts +1 -0
- package/lib/free-form/pages/style/index.d.ts +1 -0
- package/lib/free-form/section/style/index.d.ts +1 -0
- package/lib/free-form/step/style/index.d.ts +1 -0
- package/lib/free-form/steps/style/index.d.ts +1 -0
- package/lib/free-form/style/index.d.ts +1 -0
- package/lib/home-menu/style/index.d.ts +1 -0
- package/lib/input/style/amount/index.d.ts +2 -0
- package/lib/input/style/index.d.ts +2 -0
- package/lib/input/style/input-date/index.d.ts +2 -0
- package/lib/input/style/otp/index.d.ts +2 -0
- package/lib/input/style/phone-number/index.d.ts +2 -0
- package/lib/input/style/text-area/index.d.ts +2 -0
- package/lib/layout/defaultHeader.d.ts +4 -0
- package/lib/layout/style/index.d.ts +1 -0
- package/lib/locale/en-US.d.ts +2 -0
- package/lib/locale/format-message.d.ts +10 -0
- package/lib/locale/formatted-message.d.ts +6 -0
- package/lib/locale/id-ID.d.ts +2 -0
- package/lib/locale/index.d.ts +4 -0
- package/lib/locale/locale-context.d.ts +12 -0
- package/lib/locale/locale-provider.d.ts +13 -0
- package/lib/locale/ms-MY.d.ts +2 -0
- package/lib/locale/th-TH.d.ts +2 -0
- package/lib/locale/vi-VN.d.ts +2 -0
- package/lib/locale/zh-CN.d.ts +2 -0
- package/lib/locale/zh-TW.d.ts +2 -0
- package/lib/login-page/index.d.ts +7 -0
- package/lib/login-page/style/index.d.ts +1 -0
- package/lib/media/file-icon.d.ts +9 -0
- package/lib/media/style/index.d.ts +1 -0
- package/lib/message/style/index.d.ts +1 -0
- package/lib/mobile-insurer-detail/style/index.d.ts +1 -0
- package/lib/mobile-insurer-list/style/index.d.ts +1 -0
- package/lib/modal/style/index.d.ts +1 -0
- package/lib/ocr/micro-blink/style/index.d.ts +1 -0
- package/lib/platform/index.d.ts +2 -0
- package/lib/platform/platform-card/index.d.ts +12 -0
- package/lib/platform/platform-card/style/index.d.ts +1 -0
- package/lib/platform/switch-platform/index.d.ts +12 -0
- package/lib/platform/switch-platform/style/index.d.ts +1 -0
- package/lib/policy-list/style/index.d.ts +1 -0
- package/lib/radio/style/index.d.ts +1 -0
- package/lib/search-box/style/index.d.ts +1 -0
- package/lib/select/style/index.d.ts +1 -0
- package/lib/status-box/style/index.d.ts +1 -0
- package/lib/table/style/index.d.ts +1 -0
- package/lib/tabs/index.d.ts +15 -0
- package/lib/tabs/style/index.d.ts +1 -0
- package/lib/typography/style/index.d.ts +1 -0
- package/lib/upload/style/index.d.ts +1 -0
- package/lib/upload-photo/index.js +15 -4
- package/lib/upload-photo/media.d.ts +7 -0
- package/lib/upload-photo/style/index.d.ts +1 -0
- package/lib/upload-preview/style/index.d.ts +1 -0
- package/lib/utils/agent-detect.d.ts +1 -0
- package/lib/utils/tools.d.ts +5 -0
- package/lib/utils/useAsyncEffect.d.ts +3 -0
- package/package.json +1 -1
- package/yarn-error.log +16168 -0
- package/es/upload-photo/index.d.ts +0 -28
- package/es/utils/form-utils.d.ts +0 -79
- package/lib/upload-photo/index.d.ts +0 -28
- package/lib/utils/form-utils.d.ts +0 -79
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
|
-
export { default } from '/Users/
|
|
4
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/RtlSwitch/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
|
-
export { default } from '/Users/
|
|
5
|
-
export * from '/Users/
|
|
4
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SearchBar/index.js';
|
|
5
|
+
export * from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SearchBar/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SearchResult/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
|
-
export { default } from '/Users/
|
|
4
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SearchResult/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Sidebar/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
|
-
export { default } from '/Users/
|
|
4
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Sidebar/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SocialIcon/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
|
-
export { default } from '/Users/
|
|
4
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/SocialIcon/index.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Toc/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// @ts-nocheck
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
|
-
export { default } from '/Users/
|
|
4
|
+
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Toc/index.js';
|
|
@@ -0,0 +1,11 @@
|
|
|
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';
|
package/.dumi/tmp/exports.ts
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
export { defineApp } from './core/defineApp'
|
|
5
5
|
export type { RuntimeConfig } from './core/defineApp'
|
|
6
6
|
// @umijs/renderer-*
|
|
7
|
-
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/
|
|
8
|
-
export type { History } from '/Users/
|
|
7
|
+
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';
|
|
8
|
+
export type { History } from '/Users/lei/iglooform/node_modules/@umijs/renderer-react'
|
|
9
9
|
// umi/client/client/plugin
|
|
10
|
-
export { ApplyPluginsType, PluginManager } from '/Users/
|
|
10
|
+
export { ApplyPluginsType, PluginManager } from '/Users/lei/iglooform/node_modules/umi/client/client/plugin.js';
|
|
11
11
|
export { history, createHistory } from './core/history';
|
|
12
12
|
export { terminal } from './core/terminal';
|
|
13
13
|
export { TestBrowser } from './testBrowser';
|
|
14
14
|
export const useServerInsertedHTML: Function = () => {};
|
|
15
15
|
// plugins
|
|
16
|
-
export { getSketchJSON } from '/Users/
|
|
16
|
+
export { getSketchJSON } from '/Users/lei/iglooform/.dumi/tmp/plugin-html2sketch';
|
|
17
17
|
// plugins types.d.ts
|
|
18
|
-
export * from '/Users/
|
|
18
|
+
export * from '/Users/lei/iglooform/.dumi/tmp/plugin-antd/types.d';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function rootContainer(rawContainer: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getSketchJSON: null;
|
|
@@ -0,0 +1,10 @@
|
|
|
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 {};
|
|
@@ -3,15 +3,15 @@
|
|
|
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 '/Users/
|
|
6
|
+
import { renderClient, RenderClientOpts } from '/Users/lei/iglooform/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';
|
|
10
10
|
import type { Location } from 'history';
|
|
11
11
|
|
|
12
|
-
import '/Users/
|
|
12
|
+
import '/Users/lei/iglooform/.dumi/global.less';
|
|
13
13
|
import { getPluginManager as getDumiPluginManager } from './core/plugin';
|
|
14
|
-
import { setPluginManager as setDumiPluginManager } from '/Users/
|
|
14
|
+
import { setPluginManager as setDumiPluginManager } from '/Users/lei/iglooform/node_modules/dumi/dist/client/theme-api/utils.js';
|
|
15
15
|
import 'antd/dist/reset.css';
|
|
16
16
|
const publicPath = '/';
|
|
17
17
|
const runtimePublicPath = false;
|
package/.dumi/tmp/umi.ts
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
4
|
import './core/polyfill';
|
|
5
|
-
import '/Users/
|
|
5
|
+
import '/Users/lei/iglooform/.dumi/global.less';
|
|
6
6
|
import { getPluginManager as getDumiPluginManager } from './core/plugin';
|
|
7
|
-
import { setPluginManager as setDumiPluginManager } from '/Users/
|
|
7
|
+
import { setPluginManager as setDumiPluginManager } from '/Users/lei/iglooform/node_modules/dumi/dist/client/theme-api/utils.js';
|
|
8
8
|
import 'antd/dist/reset.css';
|
|
9
|
-
import { renderClient } from '/Users/
|
|
9
|
+
import { renderClient } from '/Users/lei/iglooform/node_modules/@umijs/renderer-react';
|
|
10
10
|
import { getRoutes } from './core/route';
|
|
11
11
|
import { createPluginManager } from './core/plugin';
|
|
12
12
|
import { createHistory } from './core/history';
|
|
13
13
|
import Loading from '@@/dumi/theme/loading';
|
|
14
14
|
import { ApplyPluginsType } from 'umi';
|
|
15
|
-
import '/Users/
|
|
15
|
+
import '/Users/lei/iglooform/.dumi/overrides.less';
|
|
16
16
|
|
|
17
17
|
const publicPath = "/";
|
|
18
18
|
const runtimePublicPath = false;
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { ConfigProviderProps } from 'antd/es/config-provider';
|
|
3
|
+
export declare let staticAntdConfig: ConfigProviderProps;
|
|
4
|
+
declare const ConfigProvider: FC<{
|
|
5
|
+
currentLang: string;
|
|
6
|
+
config?: ConfigProviderProps;
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
}>;
|
|
9
|
+
export default ConfigProvider;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const messages: {
|
|
2
|
+
default: string;
|
|
3
|
+
required: string;
|
|
4
|
+
enum: string;
|
|
5
|
+
whitespace: string;
|
|
6
|
+
date: {
|
|
7
|
+
format: string;
|
|
8
|
+
parse: string;
|
|
9
|
+
invalid: string;
|
|
10
|
+
};
|
|
11
|
+
types: {
|
|
12
|
+
string: string;
|
|
13
|
+
method: string;
|
|
14
|
+
array: string;
|
|
15
|
+
object: string;
|
|
16
|
+
number: string;
|
|
17
|
+
date: string;
|
|
18
|
+
boolean: string;
|
|
19
|
+
integer: string;
|
|
20
|
+
float: string;
|
|
21
|
+
regexp: string;
|
|
22
|
+
email: string;
|
|
23
|
+
url: string;
|
|
24
|
+
hex: string;
|
|
25
|
+
};
|
|
26
|
+
string: {
|
|
27
|
+
len: string;
|
|
28
|
+
min: string;
|
|
29
|
+
max: string;
|
|
30
|
+
range: string;
|
|
31
|
+
};
|
|
32
|
+
number: {
|
|
33
|
+
len: string;
|
|
34
|
+
min: string;
|
|
35
|
+
max: string;
|
|
36
|
+
range: string;
|
|
37
|
+
};
|
|
38
|
+
array: {
|
|
39
|
+
len: string;
|
|
40
|
+
min: string;
|
|
41
|
+
max: string;
|
|
42
|
+
range: string;
|
|
43
|
+
};
|
|
44
|
+
pattern: {
|
|
45
|
+
mismatch: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export default messages;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const messages: {
|
|
2
|
+
default: string;
|
|
3
|
+
required: string;
|
|
4
|
+
enum: string;
|
|
5
|
+
whitespace: string;
|
|
6
|
+
date: {
|
|
7
|
+
format: string;
|
|
8
|
+
parse: string;
|
|
9
|
+
invalid: string;
|
|
10
|
+
};
|
|
11
|
+
types: {
|
|
12
|
+
string: string;
|
|
13
|
+
method: string;
|
|
14
|
+
array: string;
|
|
15
|
+
object: string;
|
|
16
|
+
number: string;
|
|
17
|
+
date: string;
|
|
18
|
+
boolean: string;
|
|
19
|
+
integer: string;
|
|
20
|
+
float: string;
|
|
21
|
+
regexp: string;
|
|
22
|
+
email: string;
|
|
23
|
+
url: string;
|
|
24
|
+
hex: string;
|
|
25
|
+
};
|
|
26
|
+
string: {
|
|
27
|
+
len: string;
|
|
28
|
+
min: string;
|
|
29
|
+
max: string;
|
|
30
|
+
range: string;
|
|
31
|
+
};
|
|
32
|
+
number: {
|
|
33
|
+
len: string;
|
|
34
|
+
min: string;
|
|
35
|
+
max: string;
|
|
36
|
+
range: string;
|
|
37
|
+
};
|
|
38
|
+
array: {
|
|
39
|
+
len: string;
|
|
40
|
+
min: string;
|
|
41
|
+
max: string;
|
|
42
|
+
range: string;
|
|
43
|
+
};
|
|
44
|
+
pattern: {
|
|
45
|
+
mismatch: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export default messages;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export interface LocaleContextType {
|
|
3
|
+
formatMessage: (propr: {
|
|
4
|
+
id: string;
|
|
5
|
+
values?: {
|
|
6
|
+
[key: string]: any;
|
|
7
|
+
};
|
|
8
|
+
}) => any;
|
|
9
|
+
currentLang: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import("react").Context<LocaleContextType>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { ConfigProviderProps } from 'antd/es/config-provider';
|
|
3
|
+
export declare const locales: {
|
|
4
|
+
[key: string]: {
|
|
5
|
+
[id: string]: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
declare const LocaleProvider: FC<{
|
|
9
|
+
currentLang: string;
|
|
10
|
+
antdConfig?: ConfigProviderProps;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
}>;
|
|
13
|
+
export default LocaleProvider;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|