@ecan-bi/datav 1.6.43 → 1.6.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.6.43",
3
+ "version": "1.6.44",
4
4
  "main": "dist/index.umd.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "types/index.d.ts",
@@ -279,12 +279,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
279
279
  locale: import("ant-design-vue/es/date-picker/generatePicker").PickerLocale;
280
280
  change: () => void;
281
281
  scaleValue: {
282
- widthScale: string;
283
- heightScale: string;
282
+ widthScale: number;
283
+ heightScale: number;
284
284
  };
285
285
  popupStyle: any;
286
- customStyle: any;
287
- openChange: (status: boolean) => void;
286
+ openChange: (open: boolean) => void;
288
287
  isMobile: boolean;
289
288
  mobileDateStr: import("vue").Ref<string>;
290
289
  handleClearDate: () => void;
@@ -292,6 +291,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
292
291
  datePickVisible: import("vue").Ref<boolean>;
293
292
  columnsType: import("vue").ComputedRef<string[]>;
294
293
  mobileDate: import("vue").Ref<any[]>;
294
+ datePickerRef: import("vue").Ref<any>;
295
295
  onConfirmDate: () => void;
296
296
  onCancelDate: () => void;
297
297
  disabledDate: (current: Dayjs) => boolean;
@@ -277,12 +277,11 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
277
277
  locale: import("ant-design-vue/es/date-picker/generatePicker").PickerLocale;
278
278
  change: () => void;
279
279
  scaleValue: {
280
- widthScale: string;
281
- heightScale: string;
280
+ widthScale: number;
281
+ heightScale: number;
282
282
  };
283
283
  popupStyle: any;
284
- customStyle: any;
285
- openChange: (status: boolean) => void;
284
+ openChange: (open: boolean) => void;
286
285
  isMobile: boolean;
287
286
  mobileDateStr: import("vue").Ref<string>;
288
287
  handleClearDate: () => void;
@@ -290,6 +289,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
290
289
  datePickVisible: import("vue").Ref<boolean>;
291
290
  columnsType: import("vue").ComputedRef<string[]>;
292
291
  mobileDate: import("vue").Ref<any[]>;
292
+ datePickerRef: import("vue").Ref<any>;
293
293
  onConfirmDate: () => void;
294
294
  onCancelDate: () => void;
295
295
  disabledDate: (current: import("dayjs").Dayjs) => boolean;
@@ -396,6 +396,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
396
396
  endMinDate: import("vue").Ref<any>;
397
397
  endMaxDate: import("vue").Ref<any>;
398
398
  pickerTabKey: import("vue").Ref<number>;
399
+ rangePickerRef: import("vue").Ref<any>;
400
+ popupStyle: any;
399
401
  onStartDateChange: () => void;
400
402
  onEndDateChange: () => void;
401
403
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -394,6 +394,8 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
394
394
  endMinDate: import("vue").Ref<any>;
395
395
  endMaxDate: import("vue").Ref<any>;
396
396
  pickerTabKey: import("vue").Ref<number>;
397
+ rangePickerRef: import("vue").Ref<any>;
398
+ popupStyle: any;
397
399
  onStartDateChange: () => void;
398
400
  onEndDateChange: () => void;
399
401
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -270,6 +270,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
270
270
  key?: string;
271
271
  title?: string;
272
272
  }[]>;
273
+ selectWrapRef: import("vue").Ref<any>;
274
+ dropdownStyle: import("vue").Ref<{}>;
273
275
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
274
276
  data: {
275
277
  type?: import("vue").PropType<import("./props").SelectOptions>;
@@ -270,6 +270,8 @@ export declare const EcanSelect: import('../../utils/withInstall').SFCWithInstal
270
270
  key?: string;
271
271
  title?: string;
272
272
  }[]>;
273
+ selectWrapRef: import("vue").Ref<any>;
274
+ dropdownStyle: import("vue").Ref<{}>;
273
275
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
274
276
  data: {
275
277
  type?: import("vue").PropType<import("./props").SelectOptions>;
@@ -228,10 +228,7 @@ declare const _sfc_main: {
228
228
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
229
229
  treeData: any;
230
230
  treeRenderKey: import("vue").Ref<number>;
231
- dropdownStyle: {
232
- width: string;
233
- maxWidth: string;
234
- };
231
+ dropdownStyle: any;
235
232
  filterTreeNode: (inputValue: string, treeNode: any) => boolean;
236
233
  myValue: import("vue").Ref<any>;
237
234
  loading: import("vue").Ref<boolean>;
@@ -241,6 +238,8 @@ declare const _sfc_main: {
241
238
  indeterminate: import("vue").Ref<boolean>;
242
239
  hideCheckAll: import("vue").Ref<boolean>;
243
240
  treeSelectOpen: import("vue").Ref<boolean>;
241
+ treeSelectWrapRef: import("vue").Ref<any>;
242
+ getPopupContainer: () => HTMLElement;
244
243
  getTagLabelText: (label: any, ellipsis?: boolean) => string;
245
244
  openDropdown: () => void;
246
245
  renderDropdown: ({ menuNode }: {
@@ -228,10 +228,7 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
228
228
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
229
229
  treeData: any;
230
230
  treeRenderKey: import("vue").Ref<number>;
231
- dropdownStyle: {
232
- width: string;
233
- maxWidth: string;
234
- };
231
+ dropdownStyle: any;
235
232
  filterTreeNode: (inputValue: string, treeNode: any) => boolean;
236
233
  myValue: import("vue").Ref<any>;
237
234
  loading: import("vue").Ref<boolean>;
@@ -241,6 +238,8 @@ export declare const EcanTreeSelect: import('../../utils/withInstall').SFCWithIn
241
238
  indeterminate: import("vue").Ref<boolean>;
242
239
  hideCheckAll: import("vue").Ref<boolean>;
243
240
  treeSelectOpen: import("vue").Ref<boolean>;
241
+ treeSelectWrapRef: import("vue").Ref<any>;
242
+ getPopupContainer: () => HTMLElement;
244
243
  getTagLabelText: (label: any, ellipsis?: boolean) => string;
245
244
  openDropdown: () => void;
246
245
  renderDropdown: ({ menuNode }: {
@@ -282,8 +282,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
282
282
  };
283
283
  }>>, {
284
284
  pageId: string;
285
- customStyle: Record<string, any>;
286
285
  fixedHeight: string;
286
+ customStyle: Record<string, any>;
287
287
  customId: string;
288
288
  isOutDrill: boolean;
289
289
  }>;
@@ -282,8 +282,8 @@ export declare const EcanProviderConfig: import('../../utils/withInstall').SFCWi
282
282
  };
283
283
  }>>, {
284
284
  pageId: string;
285
- customStyle: Record<string, any>;
286
285
  fixedHeight: string;
286
+ customStyle: Record<string, any>;
287
287
  customId: string;
288
288
  isOutDrill: boolean;
289
289
  }>> & Record<string, any>;