@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.
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: "
|
|
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.
|
|
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 = [
|