@juzhenfe/page-model 3.13.1 → 3.13.3

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.
@@ -16,7 +16,10 @@ export declare enum FilterItemTypeEnum {
16
16
  * 比较模式
17
17
  */
18
18
  export declare enum FilterMatchModeEnum {
19
- 包含 = "match",
19
+ 包含 = "contain",
20
+ 不包含 = "notContain",
21
+ 开始于 = "StartsWith",
22
+ 结束于 = "EndsWith",
20
23
  等于 = "eq",
21
24
  不等于 = "neq",
22
25
  大于 = "gt",