ns-base-module 2.0.34 → 2.0.35
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { EntryType } from './data.d';
|
|
3
|
-
export declare const initialValueEunm: (type: EntryType) => "
|
|
3
|
+
export declare const initialValueEunm: (type: EntryType) => "In" | "Equals" | "Contains" | "BeforeThan" | "Between";
|
|
4
4
|
export declare const entryCriteriaHidden: (type: EntryType, criteriaTypeItems?: {
|
|
5
5
|
label: string;
|
|
6
6
|
value: string;
|
package/dist/Icon/index.js
CHANGED
|
@@ -19,7 +19,7 @@ var IconFont = createFromIconfontCN({
|
|
|
19
19
|
//// 新配置 icon- 开头 兼容菜单 组件弹框选择 使用这份
|
|
20
20
|
"//at.alicdn.com/t/c/font_4981252_ohqtnf5u8ph.js",
|
|
21
21
|
// 新UI 配置 icon-ns- 开头
|
|
22
|
-
"//at.alicdn.com/t/c/
|
|
22
|
+
"//at.alicdn.com/t/c/font_5172868_4sfa6npnwo.js" //MIP UI图标库
|
|
23
23
|
]
|
|
24
24
|
});
|
|
25
25
|
// //at.alicdn.com/t/c/font_4981252_ohqtnf5u8ph.json
|