@baosight/er4j 0.0.67 → 0.0.69
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/er4j-dist/{ErLayoutDesign-C3MNjctP.js → ErLayoutDesign-DFZZkx9P.js} +2 -2
- package/er4j-dist/{ErLayoutDesign-C3MNjctP.js.map → ErLayoutDesign-DFZZkx9P.js.map} +1 -1
- package/er4j-dist/ErPopFree-BUnRYMy4.js +5 -0
- package/er4j-dist/ErPopFree-BUnRYMy4.js.map +1 -0
- package/er4j-dist/ErPopQuery-BOnM155Y.js +5 -0
- package/er4j-dist/ErPopQuery-BOnM155Y.js.map +1 -0
- package/er4j-dist/ErPopRichEditor-CTN8uO-e.js +5 -0
- package/er4j-dist/ErPopRichEditor-CTN8uO-e.js.map +1 -0
- package/er4j-dist/ErPopTree-KMcjQqPw.js +5 -0
- package/er4j-dist/ErPopTree-KMcjQqPw.js.map +1 -0
- package/er4j-dist/er4j.es.js +1 -1
- package/er4j-dist/er4j.umd.js +48 -48
- package/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/{index-1A-P-kq1.js → index-ofQiDhL3.js} +14853 -14821
- package/er4j-dist/index-ofQiDhL3.js.map +1 -0
- package/er4j-dist/types/components/ErCheckboxGroup/ErCheckboxGroup.vue.d.ts +181 -181
- package/er4j-dist/types/components/ErDialog/DialogBase.vue.d.ts +6 -6
- package/er4j-dist/types/components/ErDialog/ErDialog.vue.d.ts +15 -15
- package/er4j-dist/types/components/ErFormToolbar/ErFormToolbar.vue.d.ts +241 -241
- package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +3952 -0
- package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +2603 -0
- package/er4j-dist/types/components/ErGridCellEditor/ColorEditor.vue.d.ts +1 -1
- package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +5732 -0
- package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +2295 -0
- package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +1448 -0
- package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +2868 -0
- package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +2296 -0
- package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +1889 -0
- package/er4j-dist/types/components/ErGridCellRender/CardRender.vue.d.ts +2942 -0
- package/er4j-dist/types/components/ErGridCellRender/DefaultRender.vue.d.ts +214 -214
- package/er4j-dist/types/components/ErGridCellRender/ImagePreview.vue.d.ts +241 -241
- package/er4j-dist/types/components/ErGridCellRender/SwitchRender.vue.d.ts +1563 -0
- package/er4j-dist/types/components/ErGridStatusBar/InformationPanel.vue.d.ts +58 -58
- package/er4j-dist/types/components/ErGridStatusBar/ToolbarPanel.vue.d.ts +1889 -0
- package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +16362 -0
- package/er4j-dist/types/components/ErLayoutDesign/ErLayoutDesign.vue.d.ts +3040 -0
- package/er4j-dist/types/components/ErMemoEditor/ErMemoEditor.vue.d.ts +385 -385
- package/er4j-dist/types/components/ErMenuDevPlat/CustomCellRenderer.vue.d.ts +1873 -0
- package/er4j-dist/types/components/ErMenuDevPlat/ErMenuDevPlat.vue.d.ts +8913 -0
- package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +1827 -0
- package/er4j-dist/types/components/ErPopFree/ErPopFree.vue.d.ts +43 -43
- package/er4j-dist/types/components/ErPopQuery/ErPopQuery.vue.d.ts +3186 -0
- package/er4j-dist/types/components/ErPopRichEditor/ErPopRichEditor.vue.d.ts +798 -798
- package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +2877 -0
- package/er4j-dist/types/components/ErRadioGroup/ErRadioGroup.vue.d.ts +178 -178
- package/er4j-dist/types/components/ErSelect/ErSelect.vue.d.ts +606 -606
- package/er4j-dist/types/components/ErTree/ErTree.vue.d.ts +203 -203
- package/er4j-dist/types/utils/er.d.ts +12 -2
- package/package.json +1 -1
- package/er4j-dist/ErPopFree-DgEEXZX8.js +0 -5
- package/er4j-dist/ErPopFree-DgEEXZX8.js.map +0 -1
- package/er4j-dist/ErPopQuery-BI-_DkHW.js +0 -5
- package/er4j-dist/ErPopQuery-BI-_DkHW.js.map +0 -1
- package/er4j-dist/ErPopRichEditor-Wp7Ul5Lb.js +0 -5
- package/er4j-dist/ErPopRichEditor-Wp7Ul5Lb.js.map +0 -1
- package/er4j-dist/ErPopTree-CyOjq-gZ.js +0 -5
- package/er4j-dist/ErPopTree-CyOjq-gZ.js.map +0 -1
- package/er4j-dist/index-1A-P-kq1.js.map +0 -1
|
@@ -507,6 +507,8 @@ export declare namespace ER {
|
|
|
507
507
|
interface InputOption {
|
|
508
508
|
title: string;
|
|
509
509
|
type: 'input' | 'inputNumber' | 'datePicker';
|
|
510
|
+
required?: boolean;
|
|
511
|
+
defaultValue?: any;
|
|
510
512
|
style?: any;
|
|
511
513
|
key: string;
|
|
512
514
|
}
|
|
@@ -746,6 +748,12 @@ export declare namespace ER {
|
|
|
746
748
|
* @returns void
|
|
747
749
|
*/
|
|
748
750
|
static readFiles(callBack: (files: any[]) => void, options?: any): void;
|
|
751
|
+
/**
|
|
752
|
+
* 读取Json文件
|
|
753
|
+
* @param callBack 回调函数
|
|
754
|
+
* @returns void
|
|
755
|
+
*/
|
|
756
|
+
static readJsonFile(callBack: (data: any) => void): void;
|
|
749
757
|
/**
|
|
750
758
|
* 读取Excel文件
|
|
751
759
|
* @param callBack 回调函数
|
|
@@ -772,6 +780,7 @@ export declare namespace ER {
|
|
|
772
780
|
isBandView?: boolean;
|
|
773
781
|
isShowFooter?: boolean;
|
|
774
782
|
isCheckedRows?: boolean;
|
|
783
|
+
[key: string]: any;
|
|
775
784
|
}): void;
|
|
776
785
|
/**
|
|
777
786
|
* 导出多个Grid到Excel
|
|
@@ -790,6 +799,7 @@ export declare namespace ER {
|
|
|
790
799
|
skipGroupRows?: boolean;
|
|
791
800
|
skipSummaryRows?: boolean;
|
|
792
801
|
skipFooterRows?: boolean;
|
|
802
|
+
[key: string]: any;
|
|
793
803
|
}): void;
|
|
794
804
|
/**
|
|
795
805
|
* 设置GridColumn的属性
|
|
@@ -1881,7 +1891,7 @@ export declare namespace ER {
|
|
|
1881
1891
|
/**
|
|
1882
1892
|
* 工具类所属当前组件
|
|
1883
1893
|
*/
|
|
1884
|
-
get App():
|
|
1894
|
+
get App(): any;
|
|
1885
1895
|
get CurrentFormRegitInfo(): any;
|
|
1886
1896
|
/**
|
|
1887
1897
|
* 当前语言环境
|
|
@@ -2037,7 +2047,7 @@ export declare namespace ER {
|
|
|
2037
2047
|
*/
|
|
2038
2048
|
get InitialConfiParas(): {
|
|
2039
2049
|
[key: string]: string | number;
|
|
2040
|
-
}
|
|
2050
|
+
};
|
|
2041
2051
|
/**
|
|
2042
2052
|
* 画面初始化自定义服务
|
|
2043
2053
|
*/
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopFree-DgEEXZX8.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopQuery-BI-_DkHW.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopRichEditor-Wp7Ul5Lb.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ErPopTree-CyOjq-gZ.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|