iglooform 3.3.8 → 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.
Files changed (101) hide show
  1. package/.dumi/tmp/core/EmptyRoute.d.ts +1 -0
  2. package/.dumi/tmp/core/defineApp.d.ts +22 -0
  3. package/.dumi/tmp/core/exportStaticRuntimePlugin.d.ts +1 -0
  4. package/.dumi/tmp/core/helmet.d.ts +3 -0
  5. package/.dumi/tmp/core/helmetContext.d.ts +1 -0
  6. package/.dumi/tmp/core/history.d.ts +4 -0
  7. package/.dumi/tmp/core/historyIntelli.d.ts +50 -0
  8. package/.dumi/tmp/core/plugin.d.ts +25 -0
  9. package/.dumi/tmp/core/pluginConfig.d.ts +315 -0
  10. package/.dumi/tmp/core/polyfill.d.ts +198 -0
  11. package/.dumi/tmp/core/route.d.ts +230 -0
  12. package/.dumi/tmp/core/terminal.d.ts +14 -0
  13. package/.dumi/tmp/dumi/exports.d.ts +2 -0
  14. package/.dumi/tmp/dumi/locales/config.d.ts +90 -0
  15. package/.dumi/tmp/dumi/locales/runtime.d.ts +2 -0
  16. package/.dumi/tmp/dumi/meta/atoms.d.ts +1 -0
  17. package/.dumi/tmp/dumi/meta/index.d.ts +203 -0
  18. package/.dumi/tmp/dumi/meta/runtime.d.ts +3 -0
  19. package/.dumi/tmp/dumi/meta/tabs.d.ts +1 -0
  20. package/.dumi/tmp/dumi/theme/ContextWrapper.d.ts +1 -0
  21. package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +1 -1
  22. package/.dumi/tmp/dumi/theme/builtins/API.d.ts +1 -0
  23. package/.dumi/tmp/dumi/theme/builtins/Badge.d.ts +1 -0
  24. package/.dumi/tmp/dumi/theme/builtins/Container.d.ts +1 -0
  25. package/.dumi/tmp/dumi/theme/builtins/Previewer.d.ts +1 -0
  26. package/.dumi/tmp/dumi/theme/builtins/SourceCode.d.ts +1 -0
  27. package/.dumi/tmp/dumi/theme/builtins/Table.d.ts +1 -0
  28. package/.dumi/tmp/dumi/theme/builtins/Tree.d.ts +1 -0
  29. package/.dumi/tmp/dumi/theme/layouts/DocLayout.d.ts +1 -0
  30. package/.dumi/tmp/dumi/theme/loading.d.ts +4 -0
  31. package/.dumi/tmp/dumi/theme/slots/ColorSwitch.d.ts +1 -0
  32. package/.dumi/tmp/dumi/theme/slots/Content.d.ts +1 -0
  33. package/.dumi/tmp/dumi/theme/slots/ContentFooter.d.ts +1 -0
  34. package/.dumi/tmp/dumi/theme/slots/ContentTabs.d.ts +1 -0
  35. package/.dumi/tmp/dumi/theme/slots/Features.d.ts +1 -0
  36. package/.dumi/tmp/dumi/theme/slots/Footer.d.ts +1 -0
  37. package/.dumi/tmp/dumi/theme/slots/Header.d.ts +1 -0
  38. package/.dumi/tmp/dumi/theme/slots/HeaderExtra.d.ts +1 -0
  39. package/.dumi/tmp/dumi/theme/slots/Hero.d.ts +1 -0
  40. package/.dumi/tmp/dumi/theme/slots/HeroTitle.d.ts +1 -0
  41. package/.dumi/tmp/dumi/theme/slots/LangSwitch.d.ts +1 -0
  42. package/.dumi/tmp/dumi/theme/slots/Logo.d.ts +1 -0
  43. package/.dumi/tmp/dumi/theme/slots/Navbar.d.ts +1 -0
  44. package/.dumi/tmp/dumi/theme/slots/NavbarExtra.d.ts +1 -0
  45. package/.dumi/tmp/dumi/theme/slots/NotFound.d.ts +1 -0
  46. package/.dumi/tmp/dumi/theme/slots/PreviewerActions.d.ts +1 -0
  47. package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.d.ts +1 -0
  48. package/.dumi/tmp/dumi/theme/slots/RtlSwitch.d.ts +1 -0
  49. package/.dumi/tmp/dumi/theme/slots/SearchBar.d.ts +2 -0
  50. package/.dumi/tmp/dumi/theme/slots/SearchResult.d.ts +1 -0
  51. package/.dumi/tmp/dumi/theme/slots/Sidebar.d.ts +1 -0
  52. package/.dumi/tmp/dumi/theme/slots/SocialIcon.d.ts +1 -0
  53. package/.dumi/tmp/dumi/theme/slots/Toc.d.ts +1 -0
  54. package/.dumi/tmp/exports.d.ts +11 -0
  55. package/.dumi/tmp/plugin-antd/runtime.d.ts +1 -0
  56. package/.dumi/tmp/plugin-html2sketch/index.d.ts +1 -0
  57. package/.dumi/tmp/testBrowser.d.ts +10 -0
  58. package/.dumi/tmp/umi.d.ts +4 -0
  59. package/es/config-provider.d.ts +9 -0
  60. package/es/documents/index.js +27 -3
  61. package/es/form/hsteps/index.d.ts +21 -0
  62. package/es/form/step-items-selection/components/checkbox-group-items/style/index.d.ts +1 -0
  63. package/es/form/step-items-selection/components/item-info/style/index.d.ts +1 -0
  64. package/es/form/step-items-selection/components/section-of-item-condition/hooks/useAdaptAssertConfig.d.ts +4 -0
  65. package/es/form/step-items-selection/components/section-of-item-condition/style/index.d.ts +1 -0
  66. package/es/index.d.ts +49 -0
  67. package/es/locale/locale-provider.d.ts +13 -0
  68. package/es/media/file-icon.d.ts +9 -0
  69. package/es/media/index.d.ts +1 -0
  70. package/es/media/index.js +67 -36
  71. package/es/media/media.d.ts +4 -1
  72. package/es/media/media.js +75 -28
  73. package/es/types.d.ts +189 -0
  74. package/es/upload-photo/index.js +15 -4
  75. package/es/utils/tools.d.ts +5 -0
  76. package/lib/config-provider.d.ts +9 -0
  77. package/lib/documents/index.js +27 -3
  78. package/lib/form/hsteps/index.d.ts +21 -0
  79. package/lib/form/step-items-selection/components/checkbox-group-items/style/index.d.ts +1 -0
  80. package/lib/form/step-items-selection/components/item-info/style/index.d.ts +1 -0
  81. package/lib/form/step-items-selection/components/section-of-item-condition/hooks/useAdaptAssertConfig.d.ts +4 -0
  82. package/lib/form/step-items-selection/components/section-of-item-condition/style/index.d.ts +1 -0
  83. package/lib/index.d.ts +49 -0
  84. package/lib/locale/locale-provider.d.ts +13 -0
  85. package/lib/media/file-icon.d.ts +9 -0
  86. package/lib/media/index.d.ts +1 -0
  87. package/lib/media/index.js +66 -36
  88. package/lib/media/media.d.ts +4 -1
  89. package/lib/media/media.js +74 -28
  90. package/lib/types.d.ts +189 -0
  91. package/lib/upload-photo/index.js +15 -4
  92. package/lib/utils/tools.d.ts +5 -0
  93. package/package.json +1 -1
  94. package/.idea/codeStyles/Project.xml +0 -59
  95. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  96. package/.idea/iglooform.iml +0 -12
  97. package/.idea/modules.xml +0 -8
  98. package/.idea/prettier.xml +0 -6
  99. package/.idea/vcs.xml +0 -6
  100. package/es/upload-photo/index.d.ts +0 -28
  101. package/lib/upload-photo/index.d.ts +0 -28
@@ -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
+ }>;
@@ -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 };
@@ -0,0 +1,2 @@
1
+ export * from '../exports';
2
+ 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
+ };
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare function i18nProvider(container: Element): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
@@ -0,0 +1 @@
1
+ export declare const components: null;
@@ -0,0 +1,203 @@
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: {};
@@ -0,0 +1,3 @@
1
+ export declare const patchRoutes: ({ routes }: {
2
+ routes: any;
3
+ }) => void;
@@ -0,0 +1 @@
1
+ export declare const tabs: {};
@@ -0,0 +1 @@
1
+ export default function DumiContextWrapper(): import("react/jsx-runtime").JSX.Element;
@@ -30,7 +30,7 @@ export default function DumiContextWrapper() {
30
30
 
31
31
  return (
32
32
  <SiteContext.Provider value={{
33
- pkg: {"name":"iglooform","version":"3.3.6","license":"MIT"},
33
+ pkg: {"name":"iglooform","version":"3.3.8","license":"MIT"},
34
34
  historyType: "browser",
35
35
  entryExports,
36
36
  demos,
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/API/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Badge/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Container/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Previewer/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/SourceCode/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Table/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/builtins/Tree/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/layouts/DocLayout/index.js';
@@ -0,0 +1,4 @@
1
+ import './nprogress.css';
2
+ import { type FC } from 'react';
3
+ declare const DumiLoading: FC;
4
+ export default DumiLoading;
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/ColorSwitch/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Content/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/ContentFooter/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/ContentTabs/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Features/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Footer/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Header/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/HeaderExtra/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Hero/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/HeroTitle/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/LangSwitch/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Logo/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/Navbar/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/NavbarExtra/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/NotFound/index.js';
@@ -0,0 +1 @@
1
+ export { default } from '/Users/lei/iglooform/node_modules/dumi/theme-default/slots/PreviewerActions/index.js';