amis-core 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.
Files changed (287) hide show
  1. package/esm/Root.js +1 -1
  2. package/esm/RootRenderer.js +8 -8
  3. package/esm/SchemaRenderer.js +16 -12
  4. package/esm/Scoped.js +3 -1
  5. package/esm/StatusScoped.js +1 -1
  6. package/esm/WithRootStore.js +1 -1
  7. package/esm/WithStore.js +9 -8
  8. package/esm/actions/Action.js +1 -1
  9. package/esm/actions/AjaxAction.js +2 -2
  10. package/esm/actions/BreakAction.js +1 -1
  11. package/esm/actions/BroadcastAction.js +1 -1
  12. package/esm/actions/CmptAction.js +1 -1
  13. package/esm/actions/ContinueAction.js +1 -1
  14. package/esm/actions/CopyAction.js +1 -1
  15. package/esm/actions/CustomAction.js +3 -1
  16. package/esm/actions/DialogAction.js +1 -1
  17. package/esm/actions/DrawerAction.js +1 -1
  18. package/esm/actions/EmailAction.js +1 -1
  19. package/esm/actions/LinkAction.js +1 -1
  20. package/esm/actions/LoopAction.js +1 -1
  21. package/esm/actions/PageAction.js +1 -1
  22. package/esm/actions/ParallelAction.js +1 -1
  23. package/esm/actions/StatusAction.js +1 -1
  24. package/esm/actions/SwitchAction.js +1 -1
  25. package/esm/actions/ToastAction.js +1 -1
  26. package/esm/components/CustomStyle.d.ts +4 -6
  27. package/esm/components/CustomStyle.js +29 -5
  28. package/esm/components/LazyComponent.d.ts +1 -2
  29. package/esm/components/LazyComponent.js +12 -8
  30. package/esm/components/Overlay.js +3 -1
  31. package/esm/components/PopOver.d.ts +12 -12
  32. package/esm/components/PopOver.js +3 -1
  33. package/esm/env.d.ts +2 -2
  34. package/esm/env.js +1 -1
  35. package/esm/envOverwrite.js +1 -1
  36. package/esm/factory.d.ts +7 -7
  37. package/esm/factory.js +1 -1
  38. package/esm/index.d.ts +1 -0
  39. package/esm/index.js +5 -5
  40. package/esm/locale.d.ts +1 -1
  41. package/esm/locale.js +3 -3
  42. package/esm/polyfills.js +1 -1
  43. package/esm/renderers/Form.d.ts +1 -1
  44. package/esm/renderers/Form.js +10 -8
  45. package/esm/renderers/Item.d.ts +24 -56
  46. package/esm/renderers/Item.js +25 -31
  47. package/esm/renderers/Options.js +14 -12
  48. package/esm/renderers/Placeholder.js +1 -1
  49. package/esm/renderers/builtin.js +1 -1
  50. package/esm/renderers/register.js +1 -1
  51. package/esm/renderers/wrapControl.js +70 -80
  52. package/esm/store/app.js +3 -1
  53. package/esm/store/combo.d.ts +384 -0
  54. package/esm/store/combo.js +1 -1
  55. package/esm/store/crud.js +31 -25
  56. package/esm/store/form.d.ts +160 -0
  57. package/esm/store/form.js +15 -13
  58. package/esm/store/formItem.d.ts +4 -0
  59. package/esm/store/formItem.js +42 -26
  60. package/esm/store/iRenderer.js +3 -1
  61. package/esm/store/index.js +1 -1
  62. package/esm/store/list.js +1 -1
  63. package/esm/store/manager.js +1 -1
  64. package/esm/store/modal.js +1 -1
  65. package/esm/store/node.js +1 -1
  66. package/esm/store/pagination.js +1 -1
  67. package/esm/store/root.d.ts +1 -1
  68. package/esm/store/root.js +12 -5
  69. package/esm/store/service.js +38 -33
  70. package/esm/store/status.js +1 -1
  71. package/esm/store/table.d.ts +760 -21
  72. package/esm/store/table.js +155 -55
  73. package/esm/store/table2.js +11 -8
  74. package/esm/theme.d.ts +18 -31
  75. package/esm/theme.js +1 -1
  76. package/esm/utils/Animation.js +1 -1
  77. package/esm/utils/ColorScale.js +1 -1
  78. package/esm/utils/DataSchema.js +1 -1
  79. package/esm/utils/DataScope.js +1 -1
  80. package/esm/utils/RootClose.js +1 -1
  81. package/esm/utils/SimpleMap.js +1 -1
  82. package/esm/utils/api.d.ts +3 -3
  83. package/esm/utils/api.js +2 -2
  84. package/esm/utils/arraySlice.js +1 -1
  85. package/esm/utils/attachmentAdpator.js +1 -1
  86. package/esm/utils/autobind.js +1 -1
  87. package/esm/utils/columnsSplit.js +1 -1
  88. package/esm/utils/dataMapping.js +1 -1
  89. package/esm/utils/date.js +1 -1
  90. package/esm/utils/debug.d.ts +1 -0
  91. package/esm/utils/debug.js +24 -2
  92. package/esm/utils/decodeEntity.js +1 -1
  93. package/esm/utils/dom.js +1 -1
  94. package/esm/utils/errors.js +1 -1
  95. package/esm/utils/escapeHtml.js +1 -1
  96. package/esm/utils/filter-schema.js +1 -1
  97. package/esm/utils/filter.js +1 -1
  98. package/esm/utils/formatDuration.js +1 -1
  99. package/esm/utils/formula.js +1 -1
  100. package/esm/utils/getVariable.js +1 -1
  101. package/esm/utils/grammar.js +1 -1
  102. package/esm/utils/handleAction.js +1 -1
  103. package/esm/utils/helper.d.ts +13 -1
  104. package/esm/utils/helper.js +99 -5
  105. package/esm/utils/highlight.js +1 -1
  106. package/esm/utils/icon.js +1 -1
  107. package/esm/utils/image.js +1 -1
  108. package/esm/utils/isPureVariable.js +1 -1
  109. package/esm/utils/json-schema-2-amis-schema.js +1 -1
  110. package/esm/utils/keyToPath.d.ts +1 -1
  111. package/esm/utils/keyToPath.js +2 -1
  112. package/esm/utils/makeSorter.js +1 -1
  113. package/esm/utils/math.js +1 -1
  114. package/esm/utils/memoryParse.js +1 -1
  115. package/esm/utils/normalizeLink.js +1 -1
  116. package/esm/utils/normalizeOptions.js +1 -1
  117. package/esm/utils/object.js +1 -1
  118. package/esm/utils/offset.js +1 -1
  119. package/esm/utils/offsetParent.js +1 -1
  120. package/esm/utils/optionValueCompare.js +1 -1
  121. package/esm/utils/position.js +1 -1
  122. package/esm/utils/prettyBytes.js +1 -1
  123. package/esm/utils/renderer-event.js +2 -2
  124. package/esm/utils/replaceText.js +1 -1
  125. package/esm/utils/resize-sensor.d.ts +3 -1
  126. package/esm/utils/resize-sensor.js +34 -22
  127. package/esm/utils/resolveCondition.js +1 -1
  128. package/esm/utils/resolveVariable.js +1 -1
  129. package/esm/utils/resolveVariableAndFilter.js +1 -1
  130. package/esm/utils/resolveVariableAndFilterForAsync.js +1 -1
  131. package/esm/utils/scrollPosition.js +1 -1
  132. package/esm/utils/string2regExp.js +1 -1
  133. package/esm/utils/stripNumber.js +1 -1
  134. package/esm/utils/style-helper.d.ts +22 -14
  135. package/esm/utils/style-helper.js +181 -120
  136. package/esm/utils/style.js +1 -1
  137. package/esm/utils/toNumber.js +1 -1
  138. package/esm/utils/tokenize.js +1 -1
  139. package/esm/utils/tpl-builtin.js +1 -1
  140. package/esm/utils/tpl-lodash.js +1 -1
  141. package/esm/utils/tpl.js +1 -1
  142. package/esm/utils/uncontrollable.js +1 -1
  143. package/esm/utils/validations.js +1 -1
  144. package/lib/Root.js +1 -1
  145. package/lib/RootRenderer.js +8 -8
  146. package/lib/SchemaRenderer.js +16 -12
  147. package/lib/Scoped.js +3 -1
  148. package/lib/StatusScoped.js +1 -1
  149. package/lib/WithRootStore.js +1 -1
  150. package/lib/WithStore.js +9 -8
  151. package/lib/actions/Action.js +1 -1
  152. package/lib/actions/AjaxAction.js +2 -2
  153. package/lib/actions/BreakAction.js +1 -1
  154. package/lib/actions/BroadcastAction.js +1 -1
  155. package/lib/actions/CmptAction.js +1 -1
  156. package/lib/actions/ContinueAction.js +1 -1
  157. package/lib/actions/CopyAction.js +1 -1
  158. package/lib/actions/CustomAction.js +3 -1
  159. package/lib/actions/DialogAction.js +1 -1
  160. package/lib/actions/DrawerAction.js +1 -1
  161. package/lib/actions/EmailAction.js +1 -1
  162. package/lib/actions/LinkAction.js +1 -1
  163. package/lib/actions/LoopAction.js +1 -1
  164. package/lib/actions/PageAction.js +1 -1
  165. package/lib/actions/ParallelAction.js +1 -1
  166. package/lib/actions/StatusAction.js +1 -1
  167. package/lib/actions/SwitchAction.js +1 -1
  168. package/lib/actions/ToastAction.js +1 -1
  169. package/lib/components/CustomStyle.d.ts +4 -6
  170. package/lib/components/CustomStyle.js +28 -4
  171. package/lib/components/LazyComponent.d.ts +1 -2
  172. package/lib/components/LazyComponent.js +12 -9
  173. package/lib/components/Overlay.js +3 -1
  174. package/lib/components/PopOver.d.ts +12 -12
  175. package/lib/components/PopOver.js +3 -1
  176. package/lib/env.d.ts +2 -2
  177. package/lib/env.js +1 -1
  178. package/lib/envOverwrite.js +1 -1
  179. package/lib/factory.d.ts +7 -7
  180. package/lib/factory.js +1 -1
  181. package/lib/index.d.ts +1 -0
  182. package/lib/index.js +11 -3
  183. package/lib/locale.d.ts +1 -1
  184. package/lib/locale.js +3 -3
  185. package/lib/polyfills.js +1 -1
  186. package/lib/renderers/Form.d.ts +1 -1
  187. package/lib/renderers/Form.js +10 -8
  188. package/lib/renderers/Item.d.ts +24 -56
  189. package/lib/renderers/Item.js +26 -31
  190. package/lib/renderers/Options.js +14 -12
  191. package/lib/renderers/Placeholder.js +1 -1
  192. package/lib/renderers/builtin.js +1 -1
  193. package/lib/renderers/register.js +1 -1
  194. package/lib/renderers/wrapControl.js +70 -79
  195. package/lib/store/app.js +3 -1
  196. package/lib/store/combo.d.ts +384 -0
  197. package/lib/store/combo.js +1 -1
  198. package/lib/store/crud.js +31 -25
  199. package/lib/store/form.d.ts +160 -0
  200. package/lib/store/form.js +15 -13
  201. package/lib/store/formItem.d.ts +4 -0
  202. package/lib/store/formItem.js +41 -25
  203. package/lib/store/iRenderer.js +3 -1
  204. package/lib/store/index.js +1 -1
  205. package/lib/store/list.js +1 -1
  206. package/lib/store/manager.js +1 -1
  207. package/lib/store/modal.js +1 -1
  208. package/lib/store/node.js +1 -1
  209. package/lib/store/pagination.js +1 -1
  210. package/lib/store/root.d.ts +1 -1
  211. package/lib/store/root.js +11 -4
  212. package/lib/store/service.js +38 -33
  213. package/lib/store/status.js +1 -1
  214. package/lib/store/table.d.ts +760 -21
  215. package/lib/store/table.js +155 -55
  216. package/lib/store/table2.js +11 -8
  217. package/lib/theme.d.ts +18 -31
  218. package/lib/theme.js +1 -1
  219. package/lib/utils/Animation.js +1 -1
  220. package/lib/utils/ColorScale.js +1 -1
  221. package/lib/utils/DataSchema.js +1 -1
  222. package/lib/utils/DataScope.js +1 -1
  223. package/lib/utils/RootClose.js +1 -1
  224. package/lib/utils/SimpleMap.js +1 -1
  225. package/lib/utils/api.d.ts +3 -3
  226. package/lib/utils/api.js +2 -2
  227. package/lib/utils/arraySlice.js +1 -1
  228. package/lib/utils/attachmentAdpator.js +1 -1
  229. package/lib/utils/autobind.js +1 -1
  230. package/lib/utils/columnsSplit.js +1 -1
  231. package/lib/utils/dataMapping.js +1 -1
  232. package/lib/utils/date.js +1 -1
  233. package/lib/utils/debug.d.ts +1 -0
  234. package/lib/utils/debug.js +24 -1
  235. package/lib/utils/decodeEntity.js +1 -1
  236. package/lib/utils/dom.js +1 -1
  237. package/lib/utils/errors.js +1 -1
  238. package/lib/utils/escapeHtml.js +1 -1
  239. package/lib/utils/filter-schema.js +1 -1
  240. package/lib/utils/filter.js +1 -1
  241. package/lib/utils/formatDuration.js +1 -1
  242. package/lib/utils/formula.js +1 -1
  243. package/lib/utils/getVariable.js +1 -1
  244. package/lib/utils/grammar.js +1 -1
  245. package/lib/utils/handleAction.js +1 -1
  246. package/lib/utils/helper.d.ts +13 -1
  247. package/lib/utils/helper.js +101 -4
  248. package/lib/utils/highlight.js +1 -1
  249. package/lib/utils/icon.js +1 -1
  250. package/lib/utils/image.js +1 -1
  251. package/lib/utils/isPureVariable.js +1 -1
  252. package/lib/utils/json-schema-2-amis-schema.js +1 -1
  253. package/lib/utils/keyToPath.d.ts +1 -1
  254. package/lib/utils/keyToPath.js +2 -1
  255. package/lib/utils/makeSorter.js +1 -1
  256. package/lib/utils/math.js +1 -1
  257. package/lib/utils/memoryParse.js +1 -1
  258. package/lib/utils/normalizeLink.js +1 -1
  259. package/lib/utils/normalizeOptions.js +1 -1
  260. package/lib/utils/object.js +1 -1
  261. package/lib/utils/offset.js +1 -1
  262. package/lib/utils/offsetParent.js +1 -1
  263. package/lib/utils/optionValueCompare.js +1 -1
  264. package/lib/utils/position.js +1 -1
  265. package/lib/utils/prettyBytes.js +1 -1
  266. package/lib/utils/renderer-event.js +2 -2
  267. package/lib/utils/replaceText.js +1 -1
  268. package/lib/utils/resize-sensor.d.ts +3 -1
  269. package/lib/utils/resize-sensor.js +34 -22
  270. package/lib/utils/resolveCondition.js +1 -1
  271. package/lib/utils/resolveVariable.js +1 -1
  272. package/lib/utils/resolveVariableAndFilter.js +1 -1
  273. package/lib/utils/resolveVariableAndFilterForAsync.js +1 -1
  274. package/lib/utils/scrollPosition.js +1 -1
  275. package/lib/utils/string2regExp.js +1 -1
  276. package/lib/utils/stripNumber.js +1 -1
  277. package/lib/utils/style-helper.d.ts +22 -14
  278. package/lib/utils/style-helper.js +188 -120
  279. package/lib/utils/style.js +1 -1
  280. package/lib/utils/toNumber.js +1 -1
  281. package/lib/utils/tokenize.js +1 -1
  282. package/lib/utils/tpl-builtin.js +1 -1
  283. package/lib/utils/tpl-lodash.js +1 -1
  284. package/lib/utils/tpl.js +1 -1
  285. package/lib/utils/uncontrollable.js +1 -1
  286. package/lib/utils/validations.js +1 -1
  287. package/package.json +5 -5
package/esm/env.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
package/esm/factory.d.ts CHANGED
@@ -50,22 +50,22 @@ export interface RendererConfig extends RendererBasicConfig {
50
50
  export interface RenderSchemaFilter {
51
51
  (schema: Schema, renderer: RendererConfig, props?: any): Schema;
52
52
  }
53
- export interface wsObject {
53
+ export interface WsObject {
54
54
  url: string;
55
55
  responseKey?: string;
56
56
  body?: any;
57
57
  }
58
- export interface RenderOptions extends Partial<Omit<RendererEnv, 'fetcher' | 'theme'>> {
59
- session?: string;
60
- theme?: string;
61
- fetcher?: (config: fetcherConfig) => Promise<fetcherResult>;
62
- }
63
- export interface fetcherConfig {
58
+ export interface FetcherConfig {
64
59
  url: string;
65
60
  method?: 'get' | 'post' | 'put' | 'patch' | 'delete' | 'jsonp' | 'js';
66
61
  data?: any;
67
62
  config?: any;
68
63
  }
64
+ export interface RenderOptions extends Partial<Omit<RendererEnv, 'fetcher' | 'theme'>> {
65
+ session?: string;
66
+ theme?: string;
67
+ fetcher?: (config: FetcherConfig) => Promise<fetcherResult>;
68
+ }
69
69
  export declare const renderersMap: {
70
70
  [propName: string]: boolean;
71
71
  };
package/esm/factory.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
package/esm/index.d.ts CHANGED
@@ -5,6 +5,7 @@
5
5
  * This source code is licensed under the Apache license found in the
6
6
  * LICENSE file in the root directory of this source tree.
7
7
  */
8
+ /// <reference types="react" />
8
9
  import { Renderer, getRendererByName, getRenderers, registerRenderer, unRegisterRenderer, resolveRenderer, filterSchema, clearStoresCache, updateEnv, addSchemaFilter, extendDefaultEnv } from './factory';
9
10
  import type { RenderOptions, RendererConfig, RendererProps } from './factory';
10
11
  import './polyfills';
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
@@ -20,7 +20,7 @@ export { DataSchema } from './utils/DataSchema.js';
20
20
  export { DATASCHEMA_TYPE_MAP, DataScope } from './utils/DataScope.js';
21
21
  export { filterDate, normalizeDate, parseDuration, relativeValueRe } from './utils/date.js';
22
22
  import { enableDebug, disableDebug } from './utils/debug.js';
23
- export { DebugWrapper, JsonView, debug, disableDebug, enableDebug, warning } from './utils/debug.js';
23
+ export { DebugWrapper, JsonView, debug, disableDebug, enableDebug, traceProps, warning } from './utils/debug.js';
24
24
  export { calculatePosition, getContainer, getStyleNumber, ownerDocument, renderTextByKeyword } from './utils/dom.js';
25
25
  export { ServerError } from './utils/errors.js';
26
26
  export { escapeHtml } from './utils/escapeHtml.js';
@@ -34,7 +34,7 @@ export { handleAction } from './utils/handleAction.js';
34
34
  import { promisify } from './utils/helper.js';
35
35
  import * as helper from './utils/helper.js';
36
36
  export { helper as utils };
37
- export { JSONTraverse, JSONValueMap, SkipOperation, ValidateError, __uri, anyChanged, autobind, bulkBindFunctions, camel, chainEvents, chainFunctions, convertArrayValueToMoment, detectPropValueChanged, difference, differenceFromAll, eachTree, everyTree, filterTree, findIndex, findObjectsWithKey, findTree, findTreeAll, findTreeIndex, flattenTree, flattenTreeWithLeafNodes, getLevelFromClassName, getPropValue, getRange, getScrollParent, getScrollbarWidth, getTree, getTreeAncestors, getTreeDepth, getTreeParent, getWidthRate, guid, hasAbility, hasFile, hasOwnPropertyInPath, hasVisibleExpression, hashCode, immutableExtends, injectPropsToObject, isArrayChildrenModified, isBreakpoint, isClickOnInput, isDisabled, isEmpty, isMobile, isNumeric, isObjectShallowModified, isSuperDataModified, isUnfolded, isVisible, lcFirst, loadScript, loadStyle, makeColumnClassBuild, makeHorizontalDeeper, mapObject, mapTree, noop, normalizeNodePath, object2formData, omitControls, padArr, parseQuery, pickEventsProps, preventDefault, promisify, qsparse, qsstringify, range, removeHTMLTag, repeatCount, rmUndefined, someTree, sortArray, spliceTree, syncDataFromSuper, ucFirst, until, uuid, uuidv4, visibilityFilter } from './utils/helper.js';
37
+ export { JSONTraverse, JSONValueMap, SkipOperation, ValidateError, __uri, anyChanged, autobind, buildTrackExpression, bulkBindFunctions, camel, chainEvents, chainFunctions, changedEffect, convertArrayValueToMoment, detectPropValueChanged, difference, differenceFromAll, eachTree, evalTrackExpression, everyTree, filterTree, findIndex, findObjectsWithKey, findTree, findTreeAll, findTreeIndex, flattenTree, flattenTreeWithLeafNodes, getLevelFromClassName, getPropValue, getRange, getScrollParent, getScrollbarWidth, getTree, getTreeAncestors, getTreeDepth, getTreeParent, getWidthRate, guid, hasAbility, hasFile, hasOwnPropertyInPath, hasVisibleExpression, hashCode, immutableExtends, injectPropsToObject, isArrayChildrenModified, isBreakpoint, isClickOnInput, isDisabled, isEmpty, isMobile, isNumeric, isObjectShallowModified, isSuperDataModified, isUnfolded, isVisible, lcFirst, loadScript, loadStyle, makeColumnClassBuild, makeHorizontalDeeper, mapObject, mapTree, noop, normalizeNodePath, object2formData, omitControls, padArr, parseQuery, pickEventsProps, preventDefault, promisify, qsparse, qsstringify, range, removeHTMLTag, repeatCount, rmUndefined, someTree, sortArray, spliceTree, syncDataFromSuper, ucFirst, until, uuid, uuidv4, visibilityFilter } from './utils/helper.js';
38
38
  export { highlight } from './utils/highlight.js';
39
39
  export { generateIcon } from './utils/icon.js';
40
40
  export { getImageDimensions, toDataURL } from './utils/image.js';
@@ -69,7 +69,7 @@ export { uncontrollable } from './utils/uncontrollable.js';
69
69
  export { addRule, str2rules, validate, validateMessages, validateObject, validations } from './utils/validations.js';
70
70
  export { toNumber } from './utils/toNumber.js';
71
71
  export { decodeEntity } from './utils/decodeEntity.js';
72
- export { addStyle, findOrCreactStyle, formatStyle, getValueByPath, inheritValueMap, insertCustomStyle, insertStyle, valueMap as styleMap, valueMap } from './utils/style-helper.js';
72
+ export { addStyle, findOrCreateStyle, formatInputThemeCss, formatStyle, getValueByPath, inheritValueMap, insertCustomStyle, insertEditCustomStyle, insertStyle, removeCustomStyle, setThemeClassName, valueMap as styleMap, valueMap } from './utils/style-helper.js';
73
73
  export { getConditionComputers, registerConditionComputer, resolveCondition, setConditionComputeErrorHandler } from './utils/resolveCondition.js';
74
74
  export { arraySlice } from './utils/arraySlice.js';
75
75
  export { isIntegerInRange, numberFormatter, safeAdd, safeSub } from './utils/math.js';
@@ -140,7 +140,7 @@ export { StoreNode } from './store/node.js';
140
140
  */
141
141
  var classPrefix = getClassPrefix();
142
142
  // @ts-ignore
143
- var version = '3.4.0';
143
+ var version = '3.4.1';
144
144
  function render(schema, props, options, pathPrefix) {
145
145
  if (props === void 0) { props = {}; }
146
146
  if (options === void 0) { options = {}; }
package/esm/locale.d.ts CHANGED
@@ -10,7 +10,7 @@ export declare function extendLocale(name: string, config: LocaleConfig, cover?:
10
10
  export declare function removeLocaleData(name: string, key: Array<string> | string): void;
11
11
  export declare function makeTranslator(locale?: string): TranslateFn;
12
12
  export declare function getDefaultLocale(): string;
13
- export declare function setDefaultLocale(loacle: string): void;
13
+ export declare function setDefaultLocale(locale: string): void;
14
14
  export interface LocaleProps {
15
15
  locale: string;
16
16
  translate: TranslateFn;
package/esm/locale.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
@@ -80,8 +80,8 @@ function makeTranslator(locale) {
80
80
  function getDefaultLocale() {
81
81
  return defaultLocale;
82
82
  }
83
- function setDefaultLocale(loacle) {
84
- defaultLocale = loacle;
83
+ function setDefaultLocale(locale) {
84
+ defaultLocale = locale;
85
85
  }
86
86
  var LocaleContext = React.createContext('');
87
87
  function localeable(ComposedComponent) {
package/esm/polyfills.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
@@ -348,7 +348,7 @@ export default class Form extends React.Component<FormProps, object> {
348
348
  addHook(fn: () => any, type?: 'validate' | 'init' | 'flush'): () => void;
349
349
  removeHook(fn: () => any, type?: string): void;
350
350
  handleChange(value: any, name: string, submit: boolean, changePristine?: boolean): void;
351
- formItemDispatchEvent(dispatchEvent: any): (type: string, data: any) => void;
351
+ formItemDispatchEvent(type: string, data: any): any;
352
352
  emitChange(submit: boolean): Promise<void>;
353
353
  handleBulkChange(values: Object, submit: boolean): void;
354
354
  handleFormSubmit(e: React.UIEvent<any>): any;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
@@ -42,6 +42,8 @@ import 'react-overlays/useRootClose';
42
42
  import '../utils/SimpleMap.js';
43
43
  import 'lodash/mapValues';
44
44
  import 'lodash/camelCase';
45
+ import 'lodash/map';
46
+ import 'lodash/isEmpty';
45
47
  import 'uncontrollable';
46
48
  import 'hoist-non-react-statics';
47
49
  import '../utils/validations.js';
@@ -81,6 +83,7 @@ var Form = /** @class */ (function (_super) {
81
83
  _this.dispatchInited = _this.dispatchInited.bind(_this);
82
84
  _this.blockRouting = _this.blockRouting.bind(_this);
83
85
  _this.beforePageUnload = _this.beforePageUnload.bind(_this);
86
+ _this.formItemDispatchEvent = _this.formItemDispatchEvent.bind(_this);
84
87
  var store = props.store, canAccessSuperData = props.canAccessSuperData, persistData = props.persistData, simpleMode = props.simpleMode;
85
88
  store.setCanAccessSuperData(canAccessSuperData !== false);
86
89
  store.setPersistData(persistData);
@@ -441,10 +444,9 @@ var Form = /** @class */ (function (_super) {
441
444
  store.setLocalPersistData(persistDataKeys);
442
445
  }
443
446
  };
444
- Form.prototype.formItemDispatchEvent = function (dispatchEvent) {
445
- return function (type, data) {
446
- dispatchEvent(type, data);
447
- };
447
+ Form.prototype.formItemDispatchEvent = function (type, data) {
448
+ var dispatchEvent = this.props.dispatchEvent;
449
+ return dispatchEvent(type, data);
448
450
  };
449
451
  Form.prototype.emitChange = function (submit) {
450
452
  return __awaiter(this, void 0, void 0, function () {
@@ -969,7 +971,7 @@ var Form = /** @class */ (function (_super) {
969
971
  }
970
972
  var props = __assign(__assign({}, this.props), otherProps);
971
973
  var form = this.props.store;
972
- var render = props.render, mode = props.mode, horizontal = props.horizontal, store = props.store, disabled = props.disabled, controlWidth = props.controlWidth, resolveDefinitions = props.resolveDefinitions, lazyChange = props.lazyChange; props.formLazyChange; var dispatchEvent = props.dispatchEvent, labelAlign = props.labelAlign, labelWidth = props.labelWidth; props.static; props.canAccessSuperData;
974
+ var render = props.render, mode = props.mode, horizontal = props.horizontal, store = props.store, disabled = props.disabled, controlWidth = props.controlWidth, resolveDefinitions = props.resolveDefinitions, lazyChange = props.lazyChange; props.formLazyChange; props.dispatchEvent; var labelAlign = props.labelAlign, labelWidth = props.labelWidth; props.static; props.canAccessSuperData;
973
975
  var subProps = {
974
976
  formStore: form,
975
977
  data: store.data,
@@ -996,7 +998,7 @@ var Form = /** @class */ (function (_super) {
996
998
  addHook: this.addHook,
997
999
  removeHook: this.removeHook,
998
1000
  renderFormItems: this.renderFormItems,
999
- formItemDispatchEvent: this.formItemDispatchEvent(dispatchEvent),
1001
+ formItemDispatchEvent: this.formItemDispatchEvent,
1000
1002
  formPristine: form.pristine
1001
1003
  // value: (control as any)?.name
1002
1004
  // ? getVariable(form.data, (control as any)?.name, canAccessSuperData)
@@ -1016,7 +1018,7 @@ var Form = /** @class */ (function (_super) {
1016
1018
  var WrapperComponent = this.props.wrapperComponent ||
1017
1019
  (/(?:\/|^)form\//.test($path) ? 'div' : 'form');
1018
1020
  var padDom = repeatCount(columnCount && Array.isArray(body)
1019
- ? columnCount - (body.length % columnCount)
1021
+ ? (columnCount - (body.length % columnCount)) % columnCount
1020
1022
  : 0, function (index) { return (React.createElement("div", { className: cx("Form-item Form-item--".concat(mode, " is-placeholder")), key: index })); });
1021
1023
  return (React.createElement(WrapperComponent, { className: cx("Form", "Form--".concat(mode || 'normal'), columnCount ? "Form--column Form--column-".concat(columnCount) : null, staticClassName && isStatic ? staticClassName : className, isStatic ? 'Form--isStatic' : null), onSubmit: this.handleFormSubmit, noValidate: true },
1022
1024
  React.createElement("input", { type: "submit", style: { display: 'none' } }),
@@ -496,9 +496,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
496
496
  storeType: string;
497
497
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
498
498
  readonly fetcher: any;
499
- readonly notify: any; /**
500
- * 只读条件
501
- */
499
+ readonly notify: any;
502
500
  readonly isCancel: (value: any) => boolean;
503
501
  readonly __: import("..").TranslateFn<any>;
504
502
  getStoreById(id: string): {
@@ -515,9 +513,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
515
513
  readonly children: any[];
516
514
  } & {
517
515
  onChildStoreDispose(child: any): void;
518
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
519
- * 配置当前表单项展示模式
520
- */
516
+ syncProps(props: any, prevProps: any, list?: string[]): void;
521
517
  dispose: (callback?: (() => void) | undefined) => void;
522
518
  addChildId: (id: string) => void;
523
519
  removeChildId: (id: string) => void;
@@ -535,9 +531,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
535
531
  readonly children: any[];
536
532
  } & {
537
533
  onChildStoreDispose(child: any): void;
538
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
539
- * 配置当前表单项展示模式
540
- */
534
+ syncProps(props: any, prevProps: any, list?: string[]): void;
541
535
  dispose: (callback?: (() => void) | undefined) => void;
542
536
  addChildId: (id: string) => void;
543
537
  removeChildId: (id: string) => void;
@@ -557,9 +551,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
557
551
  readonly children: any[];
558
552
  } & {
559
553
  onChildStoreDispose(child: any): void;
560
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
561
- * 配置当前表单项展示模式
562
- */
554
+ syncProps(props: any, prevProps: any, list?: string[]): void;
563
555
  dispose: (callback?: (() => void) | undefined) => void;
564
556
  addChildId: (id: string) => void;
565
557
  removeChildId: (id: string) => void;
@@ -577,9 +569,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
577
569
  readonly children: any[];
578
570
  } & {
579
571
  onChildStoreDispose(child: any): void;
580
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
581
- * 配置当前表单项展示模式
582
- */
572
+ syncProps(props: any, prevProps: any, list?: string[]): void;
583
573
  dispose: (callback?: (() => void) | undefined) => void;
584
574
  addChildId: (id: string) => void;
585
575
  removeChildId: (id: string) => void;
@@ -606,9 +596,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
606
596
  readonly children: any[];
607
597
  } & {
608
598
  onChildStoreDispose(child: any): void;
609
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
610
- * 配置当前表单项展示模式
611
- */
599
+ syncProps(props: any, prevProps: any, list?: string[]): void;
612
600
  dispose: (callback?: (() => void) | undefined) => void;
613
601
  addChildId: (id: string) => void;
614
602
  removeChildId: (id: string) => void;
@@ -626,13 +614,13 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
626
614
  readonly children: any[];
627
615
  } & {
628
616
  onChildStoreDispose(child: any): void;
629
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
630
- * 配置当前表单项展示模式
631
- */
617
+ syncProps(props: any, prevProps: any, list?: string[]): void;
632
618
  dispose: (callback?: (() => void) | undefined) => void;
633
619
  addChildId: (id: string) => void;
634
620
  removeChildId: (id: string) => void;
635
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
621
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>; /**
622
+ * 验证失败的提示信息
623
+ */
636
624
  removeStore(store: {
637
625
  id: string;
638
626
  path: string;
@@ -647,9 +635,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
647
635
  readonly children: any[];
648
636
  } & {
649
637
  onChildStoreDispose(child: any): void;
650
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
651
- * 配置当前表单项展示模式
652
- */
638
+ syncProps(props: any, prevProps: any, list?: string[]): void;
653
639
  dispose: (callback?: (() => void) | undefined) => void;
654
640
  addChildId: (id: string) => void;
655
641
  removeChildId: (id: string) => void;
@@ -667,9 +653,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
667
653
  readonly children: any[];
668
654
  } & {
669
655
  onChildStoreDispose(child: any): void;
670
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
671
- * 配置当前表单项展示模式
672
- */
656
+ syncProps(props: any, prevProps: any, list?: string[]): void;
673
657
  dispose: (callback?: (() => void) | undefined) => void;
674
658
  addChildId: (id: string) => void;
675
659
  removeChildId: (id: string) => void;
@@ -678,9 +662,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
678
662
  storeType: import("mobx-state-tree").IType<string | undefined, string, string>;
679
663
  }, {
680
664
  readonly fetcher: any;
681
- readonly notify: any; /**
682
- * 只读条件
683
- */
665
+ readonly notify: any;
684
666
  readonly isCancel: (value: any) => boolean;
685
667
  readonly __: import("..").TranslateFn<any>;
686
668
  getStoreById(id: string): {
@@ -697,9 +679,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
697
679
  readonly children: any[];
698
680
  } & {
699
681
  onChildStoreDispose(child: any): void;
700
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
701
- * 配置当前表单项展示模式
702
- */
682
+ syncProps(props: any, prevProps: any, list?: string[]): void;
703
683
  dispose: (callback?: (() => void) | undefined) => void;
704
684
  addChildId: (id: string) => void;
705
685
  removeChildId: (id: string) => void;
@@ -717,9 +697,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
717
697
  readonly children: any[];
718
698
  } & {
719
699
  onChildStoreDispose(child: any): void;
720
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
721
- * 配置当前表单项展示模式
722
- */
700
+ syncProps(props: any, prevProps: any, list?: string[]): void;
723
701
  dispose: (callback?: (() => void) | undefined) => void;
724
702
  addChildId: (id: string) => void;
725
703
  removeChildId: (id: string) => void;
@@ -739,9 +717,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
739
717
  readonly children: any[];
740
718
  } & {
741
719
  onChildStoreDispose(child: any): void;
742
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
743
- * 配置当前表单项展示模式
744
- */
720
+ syncProps(props: any, prevProps: any, list?: string[]): void;
745
721
  dispose: (callback?: (() => void) | undefined) => void;
746
722
  addChildId: (id: string) => void;
747
723
  removeChildId: (id: string) => void;
@@ -759,9 +735,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
759
735
  readonly children: any[];
760
736
  } & {
761
737
  onChildStoreDispose(child: any): void;
762
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
763
- * 配置当前表单项展示模式
764
- */
738
+ syncProps(props: any, prevProps: any, list?: string[]): void;
765
739
  dispose: (callback?: (() => void) | undefined) => void;
766
740
  addChildId: (id: string) => void;
767
741
  removeChildId: (id: string) => void;
@@ -788,9 +762,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
788
762
  readonly children: any[];
789
763
  } & {
790
764
  onChildStoreDispose(child: any): void;
791
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
792
- * 配置当前表单项展示模式
793
- */
765
+ syncProps(props: any, prevProps: any, list?: string[]): void;
794
766
  dispose: (callback?: (() => void) | undefined) => void;
795
767
  addChildId: (id: string) => void;
796
768
  removeChildId: (id: string) => void;
@@ -808,13 +780,13 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
808
780
  readonly children: any[];
809
781
  } & {
810
782
  onChildStoreDispose(child: any): void;
811
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
812
- * 配置当前表单项展示模式
813
- */
783
+ syncProps(props: any, prevProps: any, list?: string[]): void;
814
784
  dispose: (callback?: (() => void) | undefined) => void;
815
785
  addChildId: (id: string) => void;
816
786
  removeChildId: (id: string) => void;
817
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
787
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>; /**
788
+ * 验证失败的提示信息
789
+ */
818
790
  removeStore(store: {
819
791
  id: string;
820
792
  path: string;
@@ -829,9 +801,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
829
801
  readonly children: any[];
830
802
  } & {
831
803
  onChildStoreDispose(child: any): void;
832
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
833
- * 配置当前表单项展示模式
834
- */
804
+ syncProps(props: any, prevProps: any, list?: string[]): void;
835
805
  dispose: (callback?: (() => void) | undefined) => void;
836
806
  addChildId: (id: string) => void;
837
807
  removeChildId: (id: string) => void;
@@ -849,9 +819,7 @@ export declare function asFormItem(config: Omit<FormItemConfig, 'component'>): (
849
819
  readonly children: any[];
850
820
  } & {
851
821
  onChildStoreDispose(child: any): void;
852
- syncProps(props: any, prevProps: any, list?: string[]): void; /**
853
- * 配置当前表单项展示模式
854
- */
822
+ syncProps(props: any, prevProps: any, list?: string[]): void;
855
823
  dispose: (callback?: (() => void) | undefined) => void;
856
824
  addChildId: (id: string) => void;
857
825
  removeChildId: (id: string) => void;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * amis-core v3.4.0
2
+ * amis-core v3.4.1
3
3
  * Copyright 2018-2023 fex
4
4
  */
5
5
 
@@ -27,7 +27,7 @@ import 'amis-formula';
27
27
  import '../utils/debug.js';
28
28
  import '../utils/errors.js';
29
29
  import 'lodash/isPlainObject';
30
- import 'classnames';
30
+ import cx from 'classnames';
31
31
  import '../utils/filter.js';
32
32
  import 'lodash/isObject';
33
33
  import 'lodash/isString';
@@ -42,6 +42,7 @@ import 'react-overlays/useRootClose';
42
42
  import '../utils/SimpleMap.js';
43
43
  import 'lodash/mapValues';
44
44
  import 'lodash/camelCase';
45
+ import { setThemeClassName } from '../utils/style-helper.js';
45
46
  import 'uncontrollable';
46
47
  import '../utils/validations.js';
47
48
  import '../utils/resolveCondition.js';
@@ -51,10 +52,10 @@ import PopOver from '../components/PopOver.js';
51
52
  import CustomStyle from '../components/CustomStyle.js';
52
53
 
53
54
  var getItemLabelClassName = function (props) {
54
- var staticLabelClassName = props.staticLabelClassName, labelClassName = props.labelClassName;
55
+ var staticLabelClassName = props.staticLabelClassName, labelClassName = props.labelClassName, id = props.id, themeCss = props.themeCss;
55
56
  return props.static && staticLabelClassName
56
57
  ? staticLabelClassName
57
- : labelClassName;
58
+ : cx(labelClassName, setThemeClassName('labelClassName', id, themeCss, 'item'));
58
59
  };
59
60
  var getItemInputClassName = function (props) {
60
61
  var staticInputClassName = props.staticInputClassName, inputClassName = props.inputClassName;
@@ -346,12 +347,12 @@ var FormItemWrap = /** @class */ (function (_super) {
346
347
  typeof controlSize === 'string' &&
347
348
  !!controlSize &&
348
349
  controlSize !== 'full',
349
- _a), model === null || model === void 0 ? void 0 : model.errClassNames, getItemInputClassName(this.props)) }));
350
+ _a), model === null || model === void 0 ? void 0 : model.errClassNames, setThemeClassName('wrapperCustomStyle', rest.id, rest.wrapperCustomStyle, 'item'), getItemInputClassName(this.props)) }));
350
351
  }
351
352
  return null;
352
353
  };
353
354
  FormItemWrap.prototype.render = function () {
354
- var _a = this.props, formMode = _a.formMode, inputOnly = _a.inputOnly, wrap = _a.wrap, render = _a.render, model = _a.formItem, css = _a.css, themeCss = _a.themeCss, id = _a.id, labelClassName = _a.labelClassName, descriptionClassName = _a.descriptionClassName, env = _a.env;
355
+ var _a = this.props, formMode = _a.formMode, inputOnly = _a.inputOnly, wrap = _a.wrap, render = _a.render, model = _a.formItem, css = _a.css, themeCss = _a.themeCss, id = _a.id, wrapperCustomStyle = _a.wrapperCustomStyle, env = _a.env;
355
356
  var mode = this.props.mode || formMode;
356
357
  if (wrap === false || inputOnly) {
357
358
  return this.renderControl();
@@ -373,21 +374,14 @@ var FormItemWrap = /** @class */ (function (_super) {
373
374
  themeCss: themeCss || css,
374
375
  classNames: [
375
376
  {
376
- key: 'labelClassName',
377
- value: labelClassName
378
- }
379
- ],
380
- id: id + '-label'
381
- }, env: env }),
382
- React.createElement(CustomStyle, { config: {
383
- themeCss: themeCss || css,
384
- classNames: [
377
+ key: 'labelClassName'
378
+ },
385
379
  {
386
- key: 'descriptionClassName',
387
- value: descriptionClassName
380
+ key: 'descriptionClassName'
388
381
  }
389
382
  ],
390
- id: id + '-description'
383
+ wrapperCustomStyle: wrapperCustomStyle,
384
+ id: id && id + '-item'
391
385
  }, env: env })));
392
386
  };
393
387
  /**
@@ -396,7 +390,7 @@ var FormItemWrap = /** @class */ (function (_super) {
396
390
  FormItemWrap.layoutRenderers = {
397
391
  horizontal: function (props, renderControl) {
398
392
  var _a, _b, _c;
399
- var className = props.className, style = props.style, cx = props.classnames, description = props.description, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, desc = props.desc, label = props.label, render = props.render, required = props.required, caption = props.caption, remark = props.remark, labelRemark = props.labelRemark, env = props.env, model = props.formItem, renderLabel = props.renderLabel, renderDescription = props.renderDescription, hint = props.hint, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName;
393
+ var className = props.className, style = props.style, cx = props.classnames, description = props.description, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, desc = props.desc, label = props.label, render = props.render, required = props.required, caption = props.caption, remark = props.remark, labelRemark = props.labelRemark, env = props.env, model = props.formItem, renderLabel = props.renderLabel, renderDescription = props.renderDescription, hint = props.hint, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName, id = props.id, wrapperCustomStyle = props.wrapperCustomStyle, themeCss = props.themeCss;
400
394
  // 强制不渲染 label 的话
401
395
  if (renderLabel === false) {
402
396
  label = label === false ? false : '';
@@ -412,7 +406,7 @@ var FormItemWrap = /** @class */ (function (_super) {
412
406
  },
413
407
  _a["is-error"] = model && !model.valid,
414
408
  _a["is-required"] = required,
415
- _a), model === null || model === void 0 ? void 0 : model.errClassNames), style: style },
409
+ _a), model === null || model === void 0 ? void 0 : model.errClassNames, setThemeClassName('wrapperCustomStyle', id, wrapperCustomStyle, 'item')), style: style },
416
410
  label !== false ? (React.createElement("label", { className: cx("Form-label", (_b = {},
417
411
  _b["Form-itemColumn--".concat(typeof horizontal.leftFixed === 'string'
418
412
  ? horizontal.leftFixed
@@ -467,19 +461,19 @@ var FormItemWrap = /** @class */ (function (_super) {
467
461
  Array.isArray(model.errors) ? (React.createElement("ul", { className: cx("Form-feedback") }, model.errors.map(function (msg, key) { return (React.createElement("li", { key: key }, msg)); }))) : null,
468
462
  renderDescription !== false && description
469
463
  ? render('description', description, {
470
- className: cx("Form-description", descriptionClassName)
464
+ className: cx("Form-description", descriptionClassName, setThemeClassName('descriptionClassName', id, themeCss, 'item'))
471
465
  })
472
466
  : null)));
473
467
  },
474
468
  normal: function (props, renderControl) {
475
469
  var _a;
476
- var className = props.className, style = props.style, cx = props.classnames, desc = props.desc, description = props.description, label = props.label, render = props.render, required = props.required, caption = props.caption, remark = props.remark, labelRemark = props.labelRemark, env = props.env, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, model = props.formItem, renderLabel = props.renderLabel, renderDescription = props.renderDescription, hint = props.hint, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName;
470
+ var className = props.className, style = props.style, cx = props.classnames, desc = props.desc, description = props.description, label = props.label, render = props.render, required = props.required, caption = props.caption, remark = props.remark, labelRemark = props.labelRemark, env = props.env, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, model = props.formItem, renderLabel = props.renderLabel, renderDescription = props.renderDescription, hint = props.hint, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName, themeCss = props.themeCss, wrapperCustomStyle = props.wrapperCustomStyle, id = props.id;
477
471
  description = description || desc;
478
472
  return (React.createElement("div", { "data-role": "form-item", className: cx("Form-item Form-item--normal", isStatic && staticClassName ? staticClassName : className, (_a = {
479
473
  'is-error': model && !model.valid
480
474
  },
481
475
  _a["is-required"] = required,
482
- _a), model === null || model === void 0 ? void 0 : model.errClassNames), style: style },
476
+ _a), model === null || model === void 0 ? void 0 : model.errClassNames, setThemeClassName('wrapperCustomStyle', id, wrapperCustomStyle, 'item')), style: style },
483
477
  label && renderLabel !== false ? (React.createElement("label", { className: cx("Form-label", getItemLabelClassName(props)) },
484
478
  React.createElement("span", null,
485
479
  label
@@ -524,7 +518,7 @@ var FormItemWrap = /** @class */ (function (_super) {
524
518
  Array.isArray(model.errors) ? (React.createElement("ul", { className: cx("Form-feedback") }, model.errors.map(function (msg, key) { return (React.createElement("li", { key: key }, msg)); }))) : null,
525
519
  renderDescription !== false && description
526
520
  ? render('description', description, {
527
- className: cx("Form-description", descriptionClassName)
521
+ className: cx("Form-description", descriptionClassName, setThemeClassName('descriptionClassName', id, themeCss, 'item'))
528
522
  })
529
523
  : null)) : (React.createElement(React.Fragment, null,
530
524
  renderControl(),
@@ -554,20 +548,20 @@ var FormItemWrap = /** @class */ (function (_super) {
554
548
  Array.isArray(model.errors) ? (React.createElement("ul", { className: cx("Form-feedback") }, model.errors.map(function (msg, key) { return (React.createElement("li", { key: key }, msg)); }))) : null,
555
549
  renderDescription !== false && description
556
550
  ? render('description', description, {
557
- className: cx("Form-description", descriptionClassName)
551
+ className: cx("Form-description", descriptionClassName, setThemeClassName('descriptionClassName', id, themeCss, 'item'))
558
552
  })
559
553
  : null))));
560
554
  },
561
555
  inline: function (props, renderControl) {
562
556
  var _a;
563
- var className = props.className, style = props.style, cx = props.classnames, desc = props.desc, description = props.description, label = props.label, render = props.render, required = props.required, caption = props.caption, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, model = props.formItem, remark = props.remark, labelRemark = props.labelRemark, env = props.env, hint = props.hint, renderLabel = props.renderLabel, renderDescription = props.renderDescription, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName;
557
+ var className = props.className, style = props.style, cx = props.classnames, desc = props.desc, description = props.description, label = props.label, render = props.render, required = props.required, caption = props.caption, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, model = props.formItem, remark = props.remark, labelRemark = props.labelRemark, env = props.env, hint = props.hint, renderLabel = props.renderLabel, renderDescription = props.renderDescription, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName, themeCss = props.themeCss, wrapperCustomStyle = props.wrapperCustomStyle, id = props.id;
564
558
  var labelWidth = props.labelWidth || props.formLabelWidth;
565
559
  description = description || desc;
566
560
  return (React.createElement("div", { "data-role": "form-item", className: cx("Form-item Form-item--inline", isStatic && staticClassName ? staticClassName : className, (_a = {
567
561
  'is-error': model && !model.valid
568
562
  },
569
563
  _a["is-required"] = required,
570
- _a), model === null || model === void 0 ? void 0 : model.errClassNames), style: style },
564
+ _a), model === null || model === void 0 ? void 0 : model.errClassNames, setThemeClassName('wrapperCustomStyle', id, wrapperCustomStyle, 'item')), style: style },
571
565
  label && renderLabel !== false ? (React.createElement("label", { className: cx("Form-label", getItemLabelClassName(props)), style: labelWidth != null ? { width: labelWidth } : undefined },
572
566
  React.createElement("span", null,
573
567
  label
@@ -612,20 +606,20 @@ var FormItemWrap = /** @class */ (function (_super) {
612
606
  Array.isArray(model.errors) ? (React.createElement("ul", { className: cx("Form-feedback") }, model.errors.map(function (msg, key) { return (React.createElement("li", { key: key }, msg)); }))) : null,
613
607
  renderDescription !== false && description
614
608
  ? render('description', description, {
615
- className: cx("Form-description", descriptionClassName)
609
+ className: cx("Form-description", descriptionClassName, setThemeClassName('descriptionClassName', id, themeCss, 'item'))
616
610
  })
617
611
  : null)));
618
612
  },
619
613
  row: function (props, renderControl) {
620
614
  var _a;
621
- var className = props.className, style = props.style, cx = props.classnames, desc = props.desc, description = props.description, label = props.label, render = props.render, required = props.required, caption = props.caption, remark = props.remark, labelRemark = props.labelRemark, env = props.env, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, model = props.formItem, renderLabel = props.renderLabel, renderDescription = props.renderDescription, hint = props.hint, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName;
615
+ var className = props.className, style = props.style, cx = props.classnames, desc = props.desc, description = props.description, label = props.label, render = props.render, required = props.required, caption = props.caption, remark = props.remark, labelRemark = props.labelRemark, env = props.env, descriptionClassName = props.descriptionClassName, captionClassName = props.captionClassName, model = props.formItem, renderLabel = props.renderLabel, renderDescription = props.renderDescription, hint = props.hint, data = props.data, showErrorMsg = props.showErrorMsg, mobileUI = props.mobileUI; props.translate; var isStatic = props.static, staticClassName = props.staticClassName, wrapperCustomStyle = props.wrapperCustomStyle, themeCss = props.themeCss, id = props.id;
622
616
  var labelWidth = props.labelWidth || props.formLabelWidth;
623
617
  description = description || desc;
624
618
  return (React.createElement("div", { "data-role": "form-item", className: cx("Form-item Form-item--row", isStatic && staticClassName ? staticClassName : className, (_a = {
625
619
  'is-error': model && !model.valid
626
620
  },
627
621
  _a["is-required"] = required,
628
- _a), model === null || model === void 0 ? void 0 : model.errClassNames), style: style },
622
+ _a), model === null || model === void 0 ? void 0 : model.errClassNames, setThemeClassName('wrapperCustomStyle', id, wrapperCustomStyle, 'item')), style: style },
629
623
  React.createElement("div", { className: cx('Form-rowInner') },
630
624
  label && renderLabel !== false ? (React.createElement("label", { className: cx("Form-label", getItemLabelClassName(props)), style: labelWidth != null ? { width: labelWidth } : undefined },
631
625
  React.createElement("span", null,
@@ -667,7 +661,7 @@ var FormItemWrap = /** @class */ (function (_super) {
667
661
  Array.isArray(model.errors) ? (React.createElement("ul", { className: cx('Form-feedback') }, model.errors.map(function (msg, key) { return (React.createElement("li", { key: key }, msg)); }))) : null,
668
662
  description && renderDescription !== false
669
663
  ? render('description', description, {
670
- className: cx("Form-description", descriptionClassName)
664
+ className: cx("Form-description", descriptionClassName, setThemeClassName('descriptionClassName', id, themeCss, 'item'))
671
665
  })
672
666
  : null));
673
667
  }