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,230 +0,0 @@
|
|
|
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
|
-
}>;
|
|
@@ -1,14 +0,0 @@
|
|
|
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 };
|
|
@@ -1,90 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const components: null;
|
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
export { components } from './atoms';
|
|
2
|
-
export { tabs } from './tabs';
|
|
3
|
-
export declare const filesMeta: {
|
|
4
|
-
'docs/components/mobile-insurer-detail': {
|
|
5
|
-
frontmatter: any;
|
|
6
|
-
toc: any;
|
|
7
|
-
texts: any;
|
|
8
|
-
demos: any;
|
|
9
|
-
};
|
|
10
|
-
'docs/components/admin-amount': {
|
|
11
|
-
frontmatter: any;
|
|
12
|
-
toc: any;
|
|
13
|
-
texts: any;
|
|
14
|
-
demos: any;
|
|
15
|
-
};
|
|
16
|
-
'docs/components/admin-upload': {
|
|
17
|
-
frontmatter: any;
|
|
18
|
-
toc: any;
|
|
19
|
-
texts: any;
|
|
20
|
-
demos: any;
|
|
21
|
-
};
|
|
22
|
-
'docs/components/detail-panel': {
|
|
23
|
-
frontmatter: any;
|
|
24
|
-
toc: any;
|
|
25
|
-
texts: any;
|
|
26
|
-
demos: any;
|
|
27
|
-
};
|
|
28
|
-
'docs/components/detail-page': {
|
|
29
|
-
frontmatter: any;
|
|
30
|
-
toc: any;
|
|
31
|
-
texts: any;
|
|
32
|
-
demos: any;
|
|
33
|
-
};
|
|
34
|
-
'docs/components/message-bar': {
|
|
35
|
-
frontmatter: any;
|
|
36
|
-
toc: any;
|
|
37
|
-
texts: any;
|
|
38
|
-
demos: any;
|
|
39
|
-
};
|
|
40
|
-
'docs/components/policy-list': {
|
|
41
|
-
frontmatter: any;
|
|
42
|
-
toc: any;
|
|
43
|
-
texts: any;
|
|
44
|
-
demos: any;
|
|
45
|
-
};
|
|
46
|
-
'docs/basic/customer-layout': {
|
|
47
|
-
frontmatter: any;
|
|
48
|
-
toc: any;
|
|
49
|
-
texts: any;
|
|
50
|
-
demos: any;
|
|
51
|
-
};
|
|
52
|
-
'docs/basic/static-resource': {
|
|
53
|
-
frontmatter: any;
|
|
54
|
-
toc: any;
|
|
55
|
-
texts: any;
|
|
56
|
-
demos: any;
|
|
57
|
-
};
|
|
58
|
-
'docs/components/claim-list': {
|
|
59
|
-
frontmatter: any;
|
|
60
|
-
toc: any;
|
|
61
|
-
texts: any;
|
|
62
|
-
demos: any;
|
|
63
|
-
};
|
|
64
|
-
'docs/components/status-box': {
|
|
65
|
-
frontmatter: any;
|
|
66
|
-
toc: any;
|
|
67
|
-
texts: any;
|
|
68
|
-
demos: any;
|
|
69
|
-
};
|
|
70
|
-
'docs/components/documents': {
|
|
71
|
-
frontmatter: any;
|
|
72
|
-
toc: any;
|
|
73
|
-
texts: any;
|
|
74
|
-
demos: any;
|
|
75
|
-
};
|
|
76
|
-
'docs/components/back-top': {
|
|
77
|
-
frontmatter: any;
|
|
78
|
-
toc: any;
|
|
79
|
-
texts: any;
|
|
80
|
-
demos: any;
|
|
81
|
-
};
|
|
82
|
-
'docs/components/button': {
|
|
83
|
-
frontmatter: any;
|
|
84
|
-
toc: any;
|
|
85
|
-
texts: any;
|
|
86
|
-
demos: any;
|
|
87
|
-
};
|
|
88
|
-
'docs/components/filter': {
|
|
89
|
-
frontmatter: any;
|
|
90
|
-
toc: any;
|
|
91
|
-
texts: any;
|
|
92
|
-
demos: any;
|
|
93
|
-
};
|
|
94
|
-
'docs/components/select': {
|
|
95
|
-
frontmatter: any;
|
|
96
|
-
toc: any;
|
|
97
|
-
texts: any;
|
|
98
|
-
demos: any;
|
|
99
|
-
};
|
|
100
|
-
'docs/basic/typography': {
|
|
101
|
-
frontmatter: any;
|
|
102
|
-
toc: any;
|
|
103
|
-
texts: any;
|
|
104
|
-
demos: any;
|
|
105
|
-
};
|
|
106
|
-
'docs/components/index': {
|
|
107
|
-
frontmatter: any;
|
|
108
|
-
toc: any;
|
|
109
|
-
texts: any;
|
|
110
|
-
demos: any;
|
|
111
|
-
};
|
|
112
|
-
'docs/components/table': {
|
|
113
|
-
frontmatter: any;
|
|
114
|
-
toc: any;
|
|
115
|
-
texts: any;
|
|
116
|
-
demos: any;
|
|
117
|
-
};
|
|
118
|
-
'docs/components/tabs': {
|
|
119
|
-
frontmatter: any;
|
|
120
|
-
toc: any;
|
|
121
|
-
texts: any;
|
|
122
|
-
demos: any;
|
|
123
|
-
};
|
|
124
|
-
'docs/form/free-form': {
|
|
125
|
-
frontmatter: any;
|
|
126
|
-
toc: any;
|
|
127
|
-
texts: any;
|
|
128
|
-
demos: any;
|
|
129
|
-
};
|
|
130
|
-
'docs/basic/message': {
|
|
131
|
-
frontmatter: any;
|
|
132
|
-
toc: any;
|
|
133
|
-
texts: any;
|
|
134
|
-
demos: any;
|
|
135
|
-
};
|
|
136
|
-
'docs/basic/locale': {
|
|
137
|
-
frontmatter: any;
|
|
138
|
-
toc: any;
|
|
139
|
-
texts: any;
|
|
140
|
-
demos: any;
|
|
141
|
-
};
|
|
142
|
-
'docs/form/general': {
|
|
143
|
-
frontmatter: any;
|
|
144
|
-
toc: any;
|
|
145
|
-
texts: any;
|
|
146
|
-
demos: any;
|
|
147
|
-
};
|
|
148
|
-
'docs/release-note': {
|
|
149
|
-
frontmatter: any;
|
|
150
|
-
toc: any;
|
|
151
|
-
texts: any;
|
|
152
|
-
demos: any;
|
|
153
|
-
};
|
|
154
|
-
'docs/basic/index': {
|
|
155
|
-
frontmatter: any;
|
|
156
|
-
toc: any;
|
|
157
|
-
texts: any;
|
|
158
|
-
demos: any;
|
|
159
|
-
};
|
|
160
|
-
'docs/basic/modal': {
|
|
161
|
-
frontmatter: any;
|
|
162
|
-
toc: any;
|
|
163
|
-
texts: any;
|
|
164
|
-
demos: any;
|
|
165
|
-
};
|
|
166
|
-
'docs/basic/theme': {
|
|
167
|
-
frontmatter: any;
|
|
168
|
-
toc: any;
|
|
169
|
-
texts: any;
|
|
170
|
-
demos: any;
|
|
171
|
-
};
|
|
172
|
-
'docs/basic/icon': {
|
|
173
|
-
frontmatter: any;
|
|
174
|
-
toc: any;
|
|
175
|
-
texts: any;
|
|
176
|
-
demos: any;
|
|
177
|
-
};
|
|
178
|
-
'docs/form/index': {
|
|
179
|
-
frontmatter: any;
|
|
180
|
-
toc: any;
|
|
181
|
-
texts: any;
|
|
182
|
-
demos: any;
|
|
183
|
-
};
|
|
184
|
-
'docs/form/form': {
|
|
185
|
-
frontmatter: any;
|
|
186
|
-
toc: any;
|
|
187
|
-
texts: any;
|
|
188
|
-
demos: any;
|
|
189
|
-
};
|
|
190
|
-
'docs/index': {
|
|
191
|
-
frontmatter: any;
|
|
192
|
-
toc: any;
|
|
193
|
-
texts: any;
|
|
194
|
-
demos: any;
|
|
195
|
-
};
|
|
196
|
-
'docs/omni': {
|
|
197
|
-
frontmatter: any;
|
|
198
|
-
toc: any;
|
|
199
|
-
texts: any;
|
|
200
|
-
demos: any;
|
|
201
|
-
};
|
|
202
|
-
};
|
|
203
|
-
export declare const demos: {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const tabs: {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function DumiContextWrapper(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/API/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Badge/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Container/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Previewer/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/SourceCode/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Table/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Tree/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/layouts/DocLayout/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/ColorSwitch/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Content/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/ContentFooter/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/ContentTabs/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Features/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Footer/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Header/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/HeaderExtra/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Hero/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/HeroTitle/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/LangSwitch/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Logo/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Navbar/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/NavbarExtra/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/NotFound/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/PreviewerActions/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/PreviewerActionsExtra/index.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/RtlSwitch/index.js';
|