@ibiz/model-core 0.1.87 → 0.1.88

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.
@@ -32,6 +32,12 @@ export interface IDEDataExport extends IModelObject {
32
32
  * 来源 getExpTag2
33
33
  */
34
34
  expTag2?: string;
35
+ /**
36
+ * 文件名称格式化
37
+ * @type {string}
38
+ * 来源 getFileNameFormat
39
+ */
40
+ fileNameFormat?: string;
35
41
  /**
36
42
  * 最大记录数
37
43
  * @type {number}
@@ -27,7 +27,6 @@ export interface IUIAction extends INavigateParamContainer {
27
27
  * 按钮样式
28
28
  * @description 值模式 [按钮样式] {DEFAULT:默认、 INVERSE:反向、 PRIMARY:主要、 INFO:信息、 SUCCESS:成功、 WARNING:警告、 DANGER:危险、 STYLE2:样式2、 STYLE3:样式3、 STYLE4:样式4 }
29
29
  * @type {( string | 'DEFAULT' | 'INVERSE' | 'PRIMARY' | 'INFO' | 'SUCCESS' | 'WARNING' | 'DANGER' | 'STYLE2' | 'STYLE3' | 'STYLE4')}
30
- * @default 100
31
30
  * 来源 getButtonStyle
32
31
  */
33
32
  buttonStyle?: string | 'DEFAULT' | 'INVERSE' | 'PRIMARY' | 'INFO' | 'SUCCESS' | 'WARNING' | 'DANGER' | 'STYLE2' | 'STYLE3' | 'STYLE4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz/model-core",
3
- "version": "0.1.87",
3
+ "version": "0.1.88",
4
4
  "license": "MIT",
5
5
  "description": "iBiz网页端模型接口",
6
6
  "author": "iBiz",
@@ -37,6 +37,13 @@ export interface IDEDataExport extends IModelObject {
37
37
  */
38
38
  expTag2?: string;
39
39
 
40
+ /**
41
+ * 文件名称格式化
42
+ * @type {string}
43
+ * 来源 getFileNameFormat
44
+ */
45
+ fileNameFormat?: string;
46
+
40
47
  /**
41
48
  * 最大记录数
42
49
  * @type {number}
@@ -36,7 +36,6 @@ export interface IUIAction extends INavigateParamContainer {
36
36
  * 按钮样式
37
37
  * @description 值模式 [按钮样式] {DEFAULT:默认、 INVERSE:反向、 PRIMARY:主要、 INFO:信息、 SUCCESS:成功、 WARNING:警告、 DANGER:危险、 STYLE2:样式2、 STYLE3:样式3、 STYLE4:样式4 }
38
38
  * @type {( string | 'DEFAULT' | 'INVERSE' | 'PRIMARY' | 'INFO' | 'SUCCESS' | 'WARNING' | 'DANGER' | 'STYLE2' | 'STYLE3' | 'STYLE4')}
39
- * @default 100
40
39
  * 来源 getButtonStyle
41
40
  */
42
41
  buttonStyle?: