@baosight/er4j 0.0.20 → 0.0.22

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.
@@ -7436,7 +7436,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
7436
7436
  onMousedown: {
7437
7437
  type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
7438
7438
  default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
7439
- }; /** @type { [typeof __VLS_components.ADropdown, typeof __VLS_components.aDropdown, typeof __VLS_components.ADropdown, typeof __VLS_components.aDropdown, ] } */
7439
+ };
7440
7440
  onMouseup: {
7441
7441
  type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
7442
7442
  default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
@@ -7649,7 +7649,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
7649
7649
  default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
7650
7650
  };
7651
7651
  onMouseleave: {
7652
- type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>;
7652
+ type: import('vue').PropType<import('ant-design-vue/es/_util/EventInterface').MouseEventHandler>; /** @type { [typeof __VLS_components.AButton, typeof __VLS_components.aButton, typeof __VLS_components.AButton, typeof __VLS_components.aButton, ] } */
7653
7653
  default: import('ant-design-vue/es/_util/EventInterface').MouseEventHandler;
7654
7654
  };
7655
7655
  onClick: {
@@ -3258,6 +3258,12 @@ export declare namespace ER {
3258
3258
  * @returns 列头模版
3259
3259
  */
3260
3260
  getGridHeaderTemplate(header: any): string;
3261
+ /**
3262
+ * 设置grid列的过滤计数
3263
+ * @param params 参数
3264
+ * @returns 过滤计数
3265
+ */
3266
+ private setGridColumnFilterCountsMap;
3261
3267
  /**
3262
3268
  * 获取grid分组显示时的分组名称
3263
3269
  * @param rowNode 分组结点
@@ -3320,6 +3326,7 @@ export declare namespace ER {
3320
3326
  */
3321
3327
  private setGridColumnNumberEditor;
3322
3328
  private setGridColumnImageUpload;
3329
+ private setGridColumnUnboundExpression;
3323
3330
  getGridMenuItems(params: any): any;
3324
3331
  /**
3325
3332
  * 设置Grid的列头菜单信息
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",