@juzhenfe/page-model 3.13.2 → 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",
package/dist/index.es.js CHANGED
@@ -5278,7 +5278,19 @@ const compareOptions$1 = {
5278
5278
  ["string"]: [
5279
5279
  {
5280
5280
  label: "\u5305\u542B",
5281
- value: "match"
5281
+ value: "contain"
5282
+ },
5283
+ {
5284
+ label: "\u4E0D\u5305\u542B",
5285
+ value: "notContain"
5286
+ },
5287
+ {
5288
+ label: "\u5F00\u59CB\u4E8E",
5289
+ value: "StartsWith"
5290
+ },
5291
+ {
5292
+ label: "\u7ED3\u675F\u4E8E",
5293
+ value: "EndsWith"
5282
5294
  },
5283
5295
  {
5284
5296
  label: "\u7B49\u4E8E",
@@ -12815,7 +12827,7 @@ const defineEditableTable = function(config) {
12815
12827
  };
12816
12828
  var iconfont = "";
12817
12829
  const name = "@juzhenfe/page-model";
12818
- const version = "3.13.2";
12830
+ const version = "3.13.3";
12819
12831
  const types = "dist/main.d.ts";
12820
12832
  const main = "dist/index.umd.js";
12821
12833
  const keywords = [