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
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare function getRoutes(): Promise<{
|
|
3
|
+
routes: {
|
|
4
|
+
readonly "404": {
|
|
5
|
+
readonly id: "404";
|
|
6
|
+
readonly path: "*";
|
|
7
|
+
readonly parentId: "DocLayout";
|
|
8
|
+
};
|
|
9
|
+
readonly "dumi-context-layout": {
|
|
10
|
+
readonly id: "dumi-context-layout";
|
|
11
|
+
readonly path: "/";
|
|
12
|
+
readonly isLayout: true;
|
|
13
|
+
};
|
|
14
|
+
readonly DocLayout: {
|
|
15
|
+
readonly id: "DocLayout";
|
|
16
|
+
readonly path: "/";
|
|
17
|
+
readonly parentId: "dumi-context-layout";
|
|
18
|
+
readonly isLayout: true;
|
|
19
|
+
};
|
|
20
|
+
readonly "docs/components/mobile-insurer-detail": {
|
|
21
|
+
readonly path: "components/mobile-insurer-detail";
|
|
22
|
+
readonly id: "docs/components/mobile-insurer-detail";
|
|
23
|
+
readonly parentId: "DocLayout";
|
|
24
|
+
};
|
|
25
|
+
readonly "docs/components/admin-amount": {
|
|
26
|
+
readonly path: "components/admin-amount";
|
|
27
|
+
readonly id: "docs/components/admin-amount";
|
|
28
|
+
readonly parentId: "DocLayout";
|
|
29
|
+
};
|
|
30
|
+
readonly "docs/components/admin-upload": {
|
|
31
|
+
readonly path: "components/admin-upload";
|
|
32
|
+
readonly id: "docs/components/admin-upload";
|
|
33
|
+
readonly parentId: "DocLayout";
|
|
34
|
+
};
|
|
35
|
+
readonly "docs/components/detail-panel": {
|
|
36
|
+
readonly path: "components/detail-panel";
|
|
37
|
+
readonly id: "docs/components/detail-panel";
|
|
38
|
+
readonly parentId: "DocLayout";
|
|
39
|
+
};
|
|
40
|
+
readonly "docs/components/detail-page": {
|
|
41
|
+
readonly path: "components/detail-page";
|
|
42
|
+
readonly id: "docs/components/detail-page";
|
|
43
|
+
readonly parentId: "DocLayout";
|
|
44
|
+
};
|
|
45
|
+
readonly "docs/components/message-bar": {
|
|
46
|
+
readonly path: "components/message-bar";
|
|
47
|
+
readonly id: "docs/components/message-bar";
|
|
48
|
+
readonly parentId: "DocLayout";
|
|
49
|
+
};
|
|
50
|
+
readonly "docs/components/policy-list": {
|
|
51
|
+
readonly path: "components/policy-list";
|
|
52
|
+
readonly id: "docs/components/policy-list";
|
|
53
|
+
readonly parentId: "DocLayout";
|
|
54
|
+
};
|
|
55
|
+
readonly "docs/basic/customer-layout": {
|
|
56
|
+
readonly path: "basic/customer-layout";
|
|
57
|
+
readonly id: "docs/basic/customer-layout";
|
|
58
|
+
readonly parentId: "DocLayout";
|
|
59
|
+
};
|
|
60
|
+
readonly "docs/basic/static-resource": {
|
|
61
|
+
readonly path: "basic/static-resource";
|
|
62
|
+
readonly id: "docs/basic/static-resource";
|
|
63
|
+
readonly parentId: "DocLayout";
|
|
64
|
+
};
|
|
65
|
+
readonly "docs/components/claim-list": {
|
|
66
|
+
readonly path: "components/claim-list";
|
|
67
|
+
readonly id: "docs/components/claim-list";
|
|
68
|
+
readonly parentId: "DocLayout";
|
|
69
|
+
};
|
|
70
|
+
readonly "docs/components/status-box": {
|
|
71
|
+
readonly path: "components/status-box";
|
|
72
|
+
readonly id: "docs/components/status-box";
|
|
73
|
+
readonly parentId: "DocLayout";
|
|
74
|
+
};
|
|
75
|
+
readonly "docs/components/documents": {
|
|
76
|
+
readonly path: "components/documents";
|
|
77
|
+
readonly id: "docs/components/documents";
|
|
78
|
+
readonly parentId: "DocLayout";
|
|
79
|
+
};
|
|
80
|
+
readonly "docs/components/back-top": {
|
|
81
|
+
readonly path: "components/back-top";
|
|
82
|
+
readonly id: "docs/components/back-top";
|
|
83
|
+
readonly parentId: "DocLayout";
|
|
84
|
+
};
|
|
85
|
+
readonly "docs/components/button": {
|
|
86
|
+
readonly path: "components/button";
|
|
87
|
+
readonly id: "docs/components/button";
|
|
88
|
+
readonly parentId: "DocLayout";
|
|
89
|
+
};
|
|
90
|
+
readonly "docs/components/filter": {
|
|
91
|
+
readonly path: "components/filter";
|
|
92
|
+
readonly id: "docs/components/filter";
|
|
93
|
+
readonly parentId: "DocLayout";
|
|
94
|
+
};
|
|
95
|
+
readonly "docs/components/select": {
|
|
96
|
+
readonly path: "components/select";
|
|
97
|
+
readonly id: "docs/components/select";
|
|
98
|
+
readonly parentId: "DocLayout";
|
|
99
|
+
};
|
|
100
|
+
readonly "docs/basic/typography": {
|
|
101
|
+
readonly path: "basic/typography";
|
|
102
|
+
readonly id: "docs/basic/typography";
|
|
103
|
+
readonly parentId: "DocLayout";
|
|
104
|
+
};
|
|
105
|
+
readonly "docs/components/index": {
|
|
106
|
+
readonly path: "components";
|
|
107
|
+
readonly id: "docs/components/index";
|
|
108
|
+
readonly parentId: "DocLayout";
|
|
109
|
+
};
|
|
110
|
+
readonly "docs/components/table": {
|
|
111
|
+
readonly path: "components/table";
|
|
112
|
+
readonly id: "docs/components/table";
|
|
113
|
+
readonly parentId: "DocLayout";
|
|
114
|
+
};
|
|
115
|
+
readonly "docs/components/tabs": {
|
|
116
|
+
readonly path: "components/tabs";
|
|
117
|
+
readonly id: "docs/components/tabs";
|
|
118
|
+
readonly parentId: "DocLayout";
|
|
119
|
+
};
|
|
120
|
+
readonly "docs/form/free-form": {
|
|
121
|
+
readonly path: "form/free-form";
|
|
122
|
+
readonly id: "docs/form/free-form";
|
|
123
|
+
readonly parentId: "DocLayout";
|
|
124
|
+
};
|
|
125
|
+
readonly "docs/basic/message": {
|
|
126
|
+
readonly path: "basic/message";
|
|
127
|
+
readonly id: "docs/basic/message";
|
|
128
|
+
readonly parentId: "DocLayout";
|
|
129
|
+
};
|
|
130
|
+
readonly "docs/basic/locale": {
|
|
131
|
+
readonly path: "basic/locale";
|
|
132
|
+
readonly id: "docs/basic/locale";
|
|
133
|
+
readonly parentId: "DocLayout";
|
|
134
|
+
};
|
|
135
|
+
readonly "docs/form/general": {
|
|
136
|
+
readonly path: "form/general";
|
|
137
|
+
readonly id: "docs/form/general";
|
|
138
|
+
readonly parentId: "DocLayout";
|
|
139
|
+
};
|
|
140
|
+
readonly "docs/release-note": {
|
|
141
|
+
readonly path: "release-note";
|
|
142
|
+
readonly id: "docs/release-note";
|
|
143
|
+
readonly parentId: "DocLayout";
|
|
144
|
+
};
|
|
145
|
+
readonly "docs/basic/index": {
|
|
146
|
+
readonly path: "basic";
|
|
147
|
+
readonly id: "docs/basic/index";
|
|
148
|
+
readonly parentId: "DocLayout";
|
|
149
|
+
};
|
|
150
|
+
readonly "docs/basic/modal": {
|
|
151
|
+
readonly path: "basic/modal";
|
|
152
|
+
readonly id: "docs/basic/modal";
|
|
153
|
+
readonly parentId: "DocLayout";
|
|
154
|
+
};
|
|
155
|
+
readonly "docs/basic/theme": {
|
|
156
|
+
readonly path: "basic/theme";
|
|
157
|
+
readonly id: "docs/basic/theme";
|
|
158
|
+
readonly parentId: "DocLayout";
|
|
159
|
+
};
|
|
160
|
+
readonly "docs/basic/icon": {
|
|
161
|
+
readonly path: "basic/icon";
|
|
162
|
+
readonly id: "docs/basic/icon";
|
|
163
|
+
readonly parentId: "DocLayout";
|
|
164
|
+
};
|
|
165
|
+
readonly "docs/form/index": {
|
|
166
|
+
readonly path: "form";
|
|
167
|
+
readonly id: "docs/form/index";
|
|
168
|
+
readonly parentId: "DocLayout";
|
|
169
|
+
};
|
|
170
|
+
readonly "docs/form/form": {
|
|
171
|
+
readonly path: "form/form";
|
|
172
|
+
readonly id: "docs/form/form";
|
|
173
|
+
readonly parentId: "DocLayout";
|
|
174
|
+
};
|
|
175
|
+
readonly "docs/index": {
|
|
176
|
+
readonly path: "";
|
|
177
|
+
readonly id: "docs/index";
|
|
178
|
+
readonly parentId: "DocLayout";
|
|
179
|
+
};
|
|
180
|
+
readonly "docs/omni": {
|
|
181
|
+
readonly path: "omni";
|
|
182
|
+
readonly id: "docs/omni";
|
|
183
|
+
readonly parentId: "DocLayout";
|
|
184
|
+
};
|
|
185
|
+
readonly "demo-render": {
|
|
186
|
+
readonly id: "demo-render";
|
|
187
|
+
readonly path: "~demos/:id";
|
|
188
|
+
readonly parentId: "dumi-context-layout";
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
routeComponents: {
|
|
192
|
+
'404': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
193
|
+
'dumi-context-layout': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
194
|
+
DocLayout: React.LazyExoticComponent<React.ComponentType<any>>;
|
|
195
|
+
'docs/components/mobile-insurer-detail': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
196
|
+
'docs/components/admin-amount': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
197
|
+
'docs/components/admin-upload': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
198
|
+
'docs/components/detail-panel': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
199
|
+
'docs/components/detail-page': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
200
|
+
'docs/components/message-bar': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
201
|
+
'docs/components/policy-list': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
202
|
+
'docs/basic/customer-layout': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
203
|
+
'docs/basic/static-resource': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
204
|
+
'docs/components/claim-list': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
205
|
+
'docs/components/status-box': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
206
|
+
'docs/components/documents': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
207
|
+
'docs/components/back-top': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
208
|
+
'docs/components/button': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
209
|
+
'docs/components/filter': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
210
|
+
'docs/components/select': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
211
|
+
'docs/basic/typography': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
212
|
+
'docs/components/index': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
213
|
+
'docs/components/table': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
214
|
+
'docs/components/tabs': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
215
|
+
'docs/form/free-form': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
216
|
+
'docs/basic/message': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
217
|
+
'docs/basic/locale': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
218
|
+
'docs/form/general': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
219
|
+
'docs/release-note': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
220
|
+
'docs/basic/index': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
221
|
+
'docs/basic/modal': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
222
|
+
'docs/basic/theme': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
223
|
+
'docs/basic/icon': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
224
|
+
'docs/form/index': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
225
|
+
'docs/form/form': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
226
|
+
'docs/index': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
227
|
+
'docs/omni': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
228
|
+
'demo-render': React.LazyExoticComponent<React.ComponentType<any>>;
|
|
229
|
+
};
|
|
230
|
+
}>;
|
package/.dumi/tmp/core/route.tsx
CHANGED
|
@@ -11,39 +11,39 @@ export async function getRoutes() {
|
|
|
11
11
|
'404': React.lazy(() => import(/* webpackChunkName: "dumi__pages__404" */'@/dumi__pages/404')),
|
|
12
12
|
'dumi-context-layout': React.lazy(() => import(/* webpackChunkName: "dumi__theme__ContextWrapper" */'@/dumi__theme/ContextWrapper')),
|
|
13
13
|
'DocLayout': React.lazy(() => import(/* webpackChunkName: "dumi__theme__layouts__DocLayout" */'@/dumi__theme/layouts/DocLayout')),
|
|
14
|
-
'docs/components/mobile-insurer-detail': React.lazy(() => import(/* webpackChunkName: "docs__components__mobile-insurer-detail.md" */'/Users/
|
|
15
|
-
'docs/components/admin-amount': React.lazy(() => import(/* webpackChunkName: "docs__components__admin-amount.md" */'/Users/
|
|
16
|
-
'docs/components/admin-upload': React.lazy(() => import(/* webpackChunkName: "docs__components__admin-upload.md" */'/Users/
|
|
17
|
-
'docs/components/detail-panel': React.lazy(() => import(/* webpackChunkName: "docs__components__detail-panel.md" */'/Users/
|
|
18
|
-
'docs/components/detail-page': React.lazy(() => import(/* webpackChunkName: "docs__components__detail-page.md" */'/Users/
|
|
19
|
-
'docs/components/message-bar': React.lazy(() => import(/* webpackChunkName: "docs__components__message-bar.md" */'/Users/
|
|
20
|
-
'docs/components/policy-list': React.lazy(() => import(/* webpackChunkName: "docs__components__policy-list.md" */'/Users/
|
|
21
|
-
'docs/basic/customer-layout': React.lazy(() => import(/* webpackChunkName: "docs__basic__customer-layout.md" */'/Users/
|
|
22
|
-
'docs/basic/static-resource': React.lazy(() => import(/* webpackChunkName: "docs__basic__static-resource.md" */'/Users/
|
|
23
|
-
'docs/components/claim-list': React.lazy(() => import(/* webpackChunkName: "docs__components__claim-list.md" */'/Users/
|
|
24
|
-
'docs/components/status-box': React.lazy(() => import(/* webpackChunkName: "docs__components__status-box.md" */'/Users/
|
|
25
|
-
'docs/components/documents': React.lazy(() => import(/* webpackChunkName: "docs__components__documents.md" */'/Users/
|
|
26
|
-
'docs/components/back-top': React.lazy(() => import(/* webpackChunkName: "docs__components__back-top.md" */'/Users/
|
|
27
|
-
'docs/components/button': React.lazy(() => import(/* webpackChunkName: "docs__components__button.md" */'/Users/
|
|
28
|
-
'docs/components/filter': React.lazy(() => import(/* webpackChunkName: "docs__components__filter.md" */'/Users/
|
|
29
|
-
'docs/components/select': React.lazy(() => import(/* webpackChunkName: "docs__components__select.md" */'/Users/
|
|
30
|
-
'docs/basic/typography': React.lazy(() => import(/* webpackChunkName: "docs__basic__typography.md" */'/Users/
|
|
31
|
-
'docs/components/index': React.lazy(() => import(/* webpackChunkName: "docs__components__index.md" */'/Users/
|
|
32
|
-
'docs/components/table': React.lazy(() => import(/* webpackChunkName: "docs__components__table.md" */'/Users/
|
|
33
|
-
'docs/components/tabs': React.lazy(() => import(/* webpackChunkName: "docs__components__tabs.md" */'/Users/
|
|
34
|
-
'docs/form/free-form': React.lazy(() => import(/* webpackChunkName: "docs__form__free-form.md" */'/Users/
|
|
35
|
-
'docs/basic/message': React.lazy(() => import(/* webpackChunkName: "docs__basic__message.md" */'/Users/
|
|
36
|
-
'docs/basic/locale': React.lazy(() => import(/* webpackChunkName: "docs__basic__locale.md" */'/Users/
|
|
37
|
-
'docs/form/general': React.lazy(() => import(/* webpackChunkName: "docs__form__general.md" */'/Users/
|
|
38
|
-
'docs/release-note': React.lazy(() => import(/* webpackChunkName: "docs__release-note.md" */'/Users/
|
|
39
|
-
'docs/basic/index': React.lazy(() => import(/* webpackChunkName: "docs__basic__index.md" */'/Users/
|
|
40
|
-
'docs/basic/modal': React.lazy(() => import(/* webpackChunkName: "docs__basic__modal.md" */'/Users/
|
|
41
|
-
'docs/basic/theme': React.lazy(() => import(/* webpackChunkName: "docs__basic__theme.md" */'/Users/
|
|
42
|
-
'docs/basic/icon': React.lazy(() => import(/* webpackChunkName: "docs__basic__icon.md" */'/Users/
|
|
43
|
-
'docs/form/index': React.lazy(() => import(/* webpackChunkName: "docs__form__index.md" */'/Users/
|
|
44
|
-
'docs/form/form': React.lazy(() => import(/* webpackChunkName: "docs__form__form.md" */'/Users/
|
|
45
|
-
'docs/index': React.lazy(() => import(/* webpackChunkName: "docs__index.md" */'/Users/
|
|
46
|
-
'docs/omni': React.lazy(() => import(/* webpackChunkName: "docs__omni.md" */'/Users/
|
|
14
|
+
'docs/components/mobile-insurer-detail': React.lazy(() => import(/* webpackChunkName: "docs__components__mobile-insurer-detail.md" */'/Users/lei/iglooform/docs/components/mobile-insurer-detail.md')),
|
|
15
|
+
'docs/components/admin-amount': React.lazy(() => import(/* webpackChunkName: "docs__components__admin-amount.md" */'/Users/lei/iglooform/docs/components/admin-amount.md')),
|
|
16
|
+
'docs/components/admin-upload': React.lazy(() => import(/* webpackChunkName: "docs__components__admin-upload.md" */'/Users/lei/iglooform/docs/components/admin-upload.md')),
|
|
17
|
+
'docs/components/detail-panel': React.lazy(() => import(/* webpackChunkName: "docs__components__detail-panel.md" */'/Users/lei/iglooform/docs/components/detail-panel.md')),
|
|
18
|
+
'docs/components/detail-page': React.lazy(() => import(/* webpackChunkName: "docs__components__detail-page.md" */'/Users/lei/iglooform/docs/components/detail-page.md')),
|
|
19
|
+
'docs/components/message-bar': React.lazy(() => import(/* webpackChunkName: "docs__components__message-bar.md" */'/Users/lei/iglooform/docs/components/message-bar.md')),
|
|
20
|
+
'docs/components/policy-list': React.lazy(() => import(/* webpackChunkName: "docs__components__policy-list.md" */'/Users/lei/iglooform/docs/components/policy-list.md')),
|
|
21
|
+
'docs/basic/customer-layout': React.lazy(() => import(/* webpackChunkName: "docs__basic__customer-layout.md" */'/Users/lei/iglooform/docs/basic/customer-layout.md')),
|
|
22
|
+
'docs/basic/static-resource': React.lazy(() => import(/* webpackChunkName: "docs__basic__static-resource.md" */'/Users/lei/iglooform/docs/basic/static-resource.md')),
|
|
23
|
+
'docs/components/claim-list': React.lazy(() => import(/* webpackChunkName: "docs__components__claim-list.md" */'/Users/lei/iglooform/docs/components/claim-list.md')),
|
|
24
|
+
'docs/components/status-box': React.lazy(() => import(/* webpackChunkName: "docs__components__status-box.md" */'/Users/lei/iglooform/docs/components/status-box.md')),
|
|
25
|
+
'docs/components/documents': React.lazy(() => import(/* webpackChunkName: "docs__components__documents.md" */'/Users/lei/iglooform/docs/components/documents.md')),
|
|
26
|
+
'docs/components/back-top': React.lazy(() => import(/* webpackChunkName: "docs__components__back-top.md" */'/Users/lei/iglooform/docs/components/back-top.md')),
|
|
27
|
+
'docs/components/button': React.lazy(() => import(/* webpackChunkName: "docs__components__button.md" */'/Users/lei/iglooform/docs/components/button.md')),
|
|
28
|
+
'docs/components/filter': React.lazy(() => import(/* webpackChunkName: "docs__components__filter.md" */'/Users/lei/iglooform/docs/components/filter.md')),
|
|
29
|
+
'docs/components/select': React.lazy(() => import(/* webpackChunkName: "docs__components__select.md" */'/Users/lei/iglooform/docs/components/select.md')),
|
|
30
|
+
'docs/basic/typography': React.lazy(() => import(/* webpackChunkName: "docs__basic__typography.md" */'/Users/lei/iglooform/docs/basic/typography.md')),
|
|
31
|
+
'docs/components/index': React.lazy(() => import(/* webpackChunkName: "docs__components__index.md" */'/Users/lei/iglooform/docs/components/index.md')),
|
|
32
|
+
'docs/components/table': React.lazy(() => import(/* webpackChunkName: "docs__components__table.md" */'/Users/lei/iglooform/docs/components/table.md')),
|
|
33
|
+
'docs/components/tabs': React.lazy(() => import(/* webpackChunkName: "docs__components__tabs.md" */'/Users/lei/iglooform/docs/components/tabs.md')),
|
|
34
|
+
'docs/form/free-form': React.lazy(() => import(/* webpackChunkName: "docs__form__free-form.md" */'/Users/lei/iglooform/docs/form/free-form.md')),
|
|
35
|
+
'docs/basic/message': React.lazy(() => import(/* webpackChunkName: "docs__basic__message.md" */'/Users/lei/iglooform/docs/basic/message.md')),
|
|
36
|
+
'docs/basic/locale': React.lazy(() => import(/* webpackChunkName: "docs__basic__locale.md" */'/Users/lei/iglooform/docs/basic/locale.md')),
|
|
37
|
+
'docs/form/general': React.lazy(() => import(/* webpackChunkName: "docs__form__general.md" */'/Users/lei/iglooform/docs/form/general.md')),
|
|
38
|
+
'docs/release-note': React.lazy(() => import(/* webpackChunkName: "docs__release-note.md" */'/Users/lei/iglooform/docs/release-note.md')),
|
|
39
|
+
'docs/basic/index': React.lazy(() => import(/* webpackChunkName: "docs__basic__index.md" */'/Users/lei/iglooform/docs/basic/index.md')),
|
|
40
|
+
'docs/basic/modal': React.lazy(() => import(/* webpackChunkName: "docs__basic__modal.md" */'/Users/lei/iglooform/docs/basic/modal.md')),
|
|
41
|
+
'docs/basic/theme': React.lazy(() => import(/* webpackChunkName: "docs__basic__theme.md" */'/Users/lei/iglooform/docs/basic/theme.md')),
|
|
42
|
+
'docs/basic/icon': React.lazy(() => import(/* webpackChunkName: "docs__basic__icon.md" */'/Users/lei/iglooform/docs/basic/icon.md')),
|
|
43
|
+
'docs/form/index': React.lazy(() => import(/* webpackChunkName: "docs__form__index.md" */'/Users/lei/iglooform/docs/form/index.md')),
|
|
44
|
+
'docs/form/form': React.lazy(() => import(/* webpackChunkName: "docs__form__form.md" */'/Users/lei/iglooform/docs/form/form.md')),
|
|
45
|
+
'docs/index': React.lazy(() => import(/* webpackChunkName: "docs__index.md" */'/Users/lei/iglooform/docs/index.md')),
|
|
46
|
+
'docs/omni': React.lazy(() => import(/* webpackChunkName: "docs__omni.md" */'/Users/lei/iglooform/docs/omni.md')),
|
|
47
47
|
'demo-render': React.lazy(() => import(/* webpackChunkName: "dumi__pages__Demo" */'@/dumi__pages/Demo')),
|
|
48
48
|
},
|
|
49
49
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const terminal: {
|
|
2
|
+
log(...objs: any[]): void;
|
|
3
|
+
info(...objs: any[]): void;
|
|
4
|
+
warn(...objs: any[]): void;
|
|
5
|
+
error(...objs: any[]): void;
|
|
6
|
+
group(): void;
|
|
7
|
+
groupCollapsed(): void;
|
|
8
|
+
groupEnd(): void;
|
|
9
|
+
clear(): void;
|
|
10
|
+
trace(...args: any[]): void;
|
|
11
|
+
profile(...args: any[]): void;
|
|
12
|
+
profileEnd(...args: any[]): void;
|
|
13
|
+
};
|
|
14
|
+
export { terminal };
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
// This file is generated by Umi automatically
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
4
|
export * from '../exports';
|
|
5
|
-
export * from '/Users/
|
|
5
|
+
export * from '/Users/lei/iglooform/node_modules/dumi/dist/client/theme-api/index.js';
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
export declare const locales: {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
base: string;
|
|
5
|
+
}[];
|
|
6
|
+
export declare const messages: {
|
|
7
|
+
"en-US": {
|
|
8
|
+
"header.search.placeholder": string;
|
|
9
|
+
"header.color.mode.light": string;
|
|
10
|
+
"header.color.mode.dark": string;
|
|
11
|
+
"header.color.mode.auto": string;
|
|
12
|
+
"header.social.github": string;
|
|
13
|
+
"header.social.weibo": string;
|
|
14
|
+
"header.social.twitter": string;
|
|
15
|
+
"header.social.gitlab": string;
|
|
16
|
+
"header.social.facebook": string;
|
|
17
|
+
"header.social.zhihu": string;
|
|
18
|
+
"header.social.yuque": string;
|
|
19
|
+
"header.social.linkedin": string;
|
|
20
|
+
"previewer.actions.code.expand": string;
|
|
21
|
+
"previewer.actions.code.shrink": string;
|
|
22
|
+
"previewer.actions.sketch": string;
|
|
23
|
+
"previewer.actions.sketch.group": string;
|
|
24
|
+
"previewer.actions.sketch.symbol": string;
|
|
25
|
+
"previewer.actions.sketch.divider": string;
|
|
26
|
+
"previewer.actions.sketch.guide": string;
|
|
27
|
+
"previewer.actions.codesandbox": string;
|
|
28
|
+
"previewer.actions.codepen": string;
|
|
29
|
+
"previewer.actions.stackblitz": string;
|
|
30
|
+
"previewer.actions.separate": string;
|
|
31
|
+
"404.title": string;
|
|
32
|
+
"404.back": string;
|
|
33
|
+
"api.component.name": string;
|
|
34
|
+
"api.component.description": string;
|
|
35
|
+
"api.component.type": string;
|
|
36
|
+
"api.component.default": string;
|
|
37
|
+
"api.component.required": string;
|
|
38
|
+
"api.component.unavailable": string;
|
|
39
|
+
"api.component.loading": string;
|
|
40
|
+
"api.component.not.found": string;
|
|
41
|
+
"content.tabs.default": string;
|
|
42
|
+
"content.footer.last.updated": string;
|
|
43
|
+
"content.footer.actions.edit": string;
|
|
44
|
+
"content.footer.actions.previous": string;
|
|
45
|
+
"content.footer.actions.next": string;
|
|
46
|
+
"search.not.found": string;
|
|
47
|
+
"layout.sidebar.btn": string;
|
|
48
|
+
};
|
|
49
|
+
"zh-CN": {
|
|
50
|
+
"header.search.placeholder": string;
|
|
51
|
+
"header.color.mode.light": string;
|
|
52
|
+
"header.color.mode.dark": string;
|
|
53
|
+
"header.color.mode.auto": string;
|
|
54
|
+
"header.social.github": string;
|
|
55
|
+
"header.social.weibo": string;
|
|
56
|
+
"header.social.twitter": string;
|
|
57
|
+
"header.social.gitlab": string;
|
|
58
|
+
"header.social.facebook": string;
|
|
59
|
+
"header.social.zhihu": string;
|
|
60
|
+
"header.social.yuque": string;
|
|
61
|
+
"header.social.linkedin": string;
|
|
62
|
+
"previewer.actions.code.expand": string;
|
|
63
|
+
"previewer.actions.code.shrink": string;
|
|
64
|
+
"previewer.actions.codesandbox": string;
|
|
65
|
+
"previewer.actions.sketch": string;
|
|
66
|
+
"previewer.actions.sketch.group": string;
|
|
67
|
+
"previewer.actions.sketch.symbol": string;
|
|
68
|
+
"previewer.actions.sketch.divider": string;
|
|
69
|
+
"previewer.actions.sketch.guide": string;
|
|
70
|
+
"previewer.actions.stackblitz": string;
|
|
71
|
+
"previewer.actions.separate": string;
|
|
72
|
+
"404.title": string;
|
|
73
|
+
"404.back": string;
|
|
74
|
+
"api.component.name": string;
|
|
75
|
+
"api.component.description": string;
|
|
76
|
+
"api.component.type": string;
|
|
77
|
+
"api.component.default": string;
|
|
78
|
+
"api.component.required": string;
|
|
79
|
+
"api.component.unavailable": string;
|
|
80
|
+
"api.component.loading": string;
|
|
81
|
+
"api.component.not.found": string;
|
|
82
|
+
"content.tabs.default": string;
|
|
83
|
+
"content.footer.last.updated": string;
|
|
84
|
+
"content.footer.actions.edit": string;
|
|
85
|
+
"content.footer.actions.previous": string;
|
|
86
|
+
"content.footer.actions.next": string;
|
|
87
|
+
"search.not.found": string;
|
|
88
|
+
"layout.sidebar.btn": string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
// DO NOT CHANGE IT MANUALLY!
|
|
4
4
|
import { history } from 'dumi';
|
|
5
5
|
import React, { useState, useLayoutEffect, useCallback, type ReactNode } from 'react';
|
|
6
|
-
import { RawIntlProvider, createIntl, createIntlCache } from '/Users/
|
|
7
|
-
import { useIsomorphicLayoutEffect } from '/Users/
|
|
6
|
+
import { RawIntlProvider, createIntl, createIntlCache } from '/Users/lei/iglooform/node_modules/dumi/node_modules/react-intl';
|
|
7
|
+
import { useIsomorphicLayoutEffect } from '/Users/lei/iglooform/node_modules/dumi/dist/client/theme-api/utils.js'
|
|
8
8
|
import { locales, messages } from './config';
|
|
9
9
|
|
|
10
10
|
const cache = createIntlCache();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const components: null;
|