@innoways/utils 6.2.8 → 6.2.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed thme issues added version 6.2.8
8
+
3
9
  ## 6.2.8
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -3188,7 +3188,7 @@ function initParse(_ref) {
3188
3188
 
3189
3189
  var isUiProp = function isUiProp(key) {
3190
3190
  // 需要丢到uiSchema中的属性
3191
- var uiSchemaKeys = ['footer', 'theme', 'containerStyle', 'formMode', 'ui'];
3191
+ var uiSchemaKeys = ['footer', 'theme', 'containerStyle', 'formMode', 'ui', 'token', 'themeColor'];
3192
3192
  return uiSchemaKeys.includes(key) || uiReg.test(key);
3193
3193
  };
3194
3194
 
package/dist/esm/index.js CHANGED
@@ -3173,7 +3173,7 @@ function initParse(_ref) {
3173
3173
 
3174
3174
  var isUiProp = function isUiProp(key) {
3175
3175
  // 需要丢到uiSchema中的属性
3176
- var uiSchemaKeys = ['footer', 'theme', 'containerStyle', 'formMode', 'ui'];
3176
+ var uiSchemaKeys = ['footer', 'theme', 'containerStyle', 'formMode', 'ui', 'token', 'themeColor'];
3177
3177
  return uiSchemaKeys.includes(key) || uiReg.test(key);
3178
3178
  };
3179
3179
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/utils",
3
- "version": "6.2.8",
3
+ "version": "6.2.9",
4
4
  "description": "drip-form通用方法",
5
5
  "keywords": [
6
6
  "utils",