@fox-js/foxui 4.0.1-39 → 4.0.1-40

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/dist/style.esm.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-base v4.0.0 Mon Apr 15 2024 20:53:07 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-base v4.0.0 Tue Apr 16 2024 21:44:11 GMT+0800 (中国标准时间)
3
3
  */
@@ -866,6 +866,8 @@ export declare interface Descriptor {
866
866
  valueName?: string;
867
867
  valueType?: ValueType;
868
868
  validate?: boolean;
869
+ readonly?: boolean;
870
+ disabled?: boolean;
869
871
  pureDataValidate?: boolean;
870
872
  validateHandler?: ValidateHandler;
871
873
  validateCheckEvents?: string[];
@@ -1945,6 +1947,8 @@ export declare interface ValidateCondition {
1945
1947
  include?: string[];
1946
1948
  exclude?: string[];
1947
1949
  ignoreHidden?: boolean;
1950
+ ignoreDisabled?: boolean;
1951
+ ignoreReadonly?: boolean;
1948
1952
  }
1949
1953
 
1950
1954
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
3
  "type": "module",
4
- "version": "4.0.1-39",
4
+ "version": "4.0.1-40",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",