@opendesign-plus-test/components 0.0.1-rc.141 → 0.0.1-rc.142

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.
@@ -255,7 +255,7 @@ declare function __VLS_template(): {
255
255
  type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
256
256
  };
257
257
  showPasswordEvent: {
258
- type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
258
+ type: import('../../../vue/dist/vue.esm-bundler.js' /** 强制指定移动端模式,不传时由内部 lePadV 断点自动判断 */).PropType<"click" | "pointerdown">;
259
259
  default: string;
260
260
  };
261
261
  autoWidth: {
@@ -741,7 +741,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
741
741
  type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
742
742
  };
743
743
  showPasswordEvent: {
744
- type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
744
+ type: import('../../../vue/dist/vue.esm-bundler.js' /** 强制指定移动端模式,不传时由内部 lePadV 断点自动判断 */).PropType<"click" | "pointerdown">;
745
745
  default: string;
746
746
  };
747
747
  autoWidth: {
@@ -1,7 +1,8 @@
1
1
  type __VLS_Props = {
2
2
  sigName: String;
3
3
  getMeetingListRequest: any;
4
- getDateListRequest: any;
4
+ streamDateList?: boolean;
5
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
5
6
  getEventsListRequest: any;
6
7
  emptyImg?: any;
7
8
  emptyText?: string;
@@ -210,7 +210,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
210
210
  filteredOptionsCount: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<number>;
211
211
  updateTooltip: () => void;
212
212
  updateTagTooltip: () => void;
213
- debouncedOnInputChange: import('@vueuse/core').PromisifyFn<() => void>;
213
+ debouncedOnInputChange: import('@vueuse/shared').PromisifyFn<() => void>;
214
214
  onInput: (event: Event) => void;
215
215
  deletePrevTag: (e: KeyboardEvent) => void;
216
216
  deleteTag: (event: MouseEvent, tag: import('element-plus').OptionBasic) => void;
@@ -538,7 +538,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
538
538
  filteredOptionsCount: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<number>;
539
539
  updateTooltip: () => void;
540
540
  updateTagTooltip: () => void;
541
- debouncedOnInputChange: import('@vueuse/core').PromisifyFn<() => void>;
541
+ debouncedOnInputChange: import('@vueuse/shared').PromisifyFn<() => void>;
542
542
  onInput: (event: Event) => void;
543
543
  deletePrevTag: (e: KeyboardEvent) => void;
544
544
  deleteTag: (event: MouseEvent, tag: import('element-plus').OptionBasic) => void;
@@ -454,7 +454,8 @@ declare const OMeetingSigCalendar: {
454
454
  new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
455
455
  sigName: String;
456
456
  getMeetingListRequest: any;
457
- getDateListRequest: any;
457
+ streamDateList?: boolean;
458
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
458
459
  getEventsListRequest: any;
459
460
  emptyImg?: any;
460
461
  emptyText?: string;
@@ -477,7 +478,8 @@ declare const OMeetingSigCalendar: {
477
478
  }, Readonly<{
478
479
  sigName: String;
479
480
  getMeetingListRequest: any;
480
- getDateListRequest: any;
481
+ streamDateList?: boolean;
482
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
481
483
  getEventsListRequest: any;
482
484
  emptyImg?: any;
483
485
  emptyText?: string;
@@ -493,7 +495,8 @@ declare const OMeetingSigCalendar: {
493
495
  } & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
494
496
  sigName: String;
495
497
  getMeetingListRequest: any;
496
- getDateListRequest: any;
498
+ streamDateList?: boolean;
499
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
497
500
  getEventsListRequest: any;
498
501
  emptyImg?: any;
499
502
  emptyText?: string;