@opendesign-plus-test/components 0.0.1-rc.58 → 0.0.1-rc.60

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.
Files changed (47) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +28 -28
  3. package/dist/components/OBanner.vue.d.ts +11 -0
  4. package/dist/components/OHeaderSearch.vue.d.ts +22 -22
  5. package/dist/components/OHeaderUser.vue.d.ts +1 -1
  6. package/dist/components/OThemeSwitcher.vue.d.ts +1 -1
  7. package/dist/components/activity/OActivityMyCalendar.vue.d.ts +4 -4
  8. package/dist/components/activity/index.d.ts +2 -2
  9. package/dist/components/header/types.d.ts +0 -1
  10. package/dist/components/meeting/OMeetingCalendar.vue.d.ts +2 -2
  11. package/dist/components/meeting/OMeetingForm.vue.d.ts +2 -0
  12. package/dist/components/meeting/OMeetingMyCalendar.vue.d.ts +4 -4
  13. package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +1 -1
  14. package/dist/components/meeting/index.d.ts +9 -3
  15. package/dist/components/meeting/types.d.ts +2 -0
  16. package/dist/components/search/OSearchInput.vue.d.ts +22 -22
  17. package/dist/components/search/index.d.ts +11 -11
  18. package/dist/components/search/internal/SearchImageInput.vue.d.ts +17 -17
  19. package/dist/components.cjs.js +39 -39
  20. package/dist/components.css +1 -1
  21. package/dist/components.es.js +8564 -8730
  22. package/dist/index.d.ts +2 -3
  23. package/package.json +3 -3
  24. package/scripts/generate-components-index.js +1 -1
  25. package/src/components/OBanner.vue +398 -0
  26. package/src/components/OHeaderSearch.vue +1 -1
  27. package/src/components/activity/OActivityMyCalendar.vue +1 -1
  28. package/src/components/header/types.ts +0 -1
  29. package/src/components/meeting/OMeetingCalendar.vue +4 -4
  30. package/src/components/meeting/OMeetingForm.vue +12 -20
  31. package/src/components/meeting/components/OMeetingCalendarList.vue +2 -6
  32. package/src/components/meeting/components/OMeetingDetail.vue +3 -17
  33. package/src/components/meeting/types.ts +2 -0
  34. package/src/components/search/OSearchInput.vue +2 -2
  35. package/src/i18n/en.ts +1 -1
  36. package/src/i18n/zh.ts +1 -1
  37. package/src/index.ts +3 -4
  38. package/dist/components/OLanguageSwitcher.vue.d.ts +0 -49
  39. package/dist/components/banner/OBanner.vue.d.ts +0 -13
  40. package/dist/components/banner/OBannerContent.vue.d.ts +0 -7
  41. package/dist/components/banner/index.d.ts +0 -68
  42. package/dist/components/banner/types.d.ts +0 -31
  43. package/src/components/OLanguageSwitcher.vue +0 -211
  44. package/src/components/banner/OBanner.vue +0 -288
  45. package/src/components/banner/OBannerContent.vue +0 -175
  46. package/src/components/banner/index.ts +0 -18
  47. package/src/components/banner/types.ts +0 -39
@@ -321,7 +321,7 @@ declare const OActivityMyCalendar: {
321
321
  $props: Partial<{
322
322
  readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
323
323
  }> & Omit<{
324
- readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "select" | "button", unknown>;
324
+ readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
325
325
  readonly modelValue?: Date | undefined;
326
326
  readonly range?: [Date, Date] | undefined;
327
327
  readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
@@ -463,7 +463,7 @@ declare const OActivityMyCalendar: {
463
463
  readonly duration: number;
464
464
  readonly disabledX: boolean;
465
465
  readonly disabledY: boolean;
466
- readonly showType: "auto" | "hover" | "always" | "never";
466
+ readonly showType: "never" | "always" | "hover" | "auto";
467
467
  readonly autoUpdateOnScrollSize: boolean;
468
468
  readonly wrapClass?: string | {
469
469
  [k: string]: boolean;
@@ -31,7 +31,6 @@ export interface NavItemT {
31
31
  withPicture: boolean;
32
32
  children: ChildrenItemT[];
33
33
  shortcut: ShortcutItemT[];
34
- tag?: string;
35
34
  }
36
35
  export interface CodeItemT {
37
36
  label: string;
@@ -13,7 +13,7 @@ declare function __VLS_template(): {
13
13
  $props: Partial<{
14
14
  readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
15
15
  }> & Omit<{
16
- readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "select" | "button", unknown>;
16
+ readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
17
17
  readonly modelValue?: Date | undefined;
18
18
  readonly range?: [Date, Date] | undefined;
19
19
  readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
@@ -160,7 +160,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
160
160
  $props: Partial<{
161
161
  readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
162
162
  }> & Omit<{
163
- readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "select" | "button", unknown>;
163
+ readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
164
164
  readonly modelValue?: Date | undefined;
165
165
  readonly range?: [Date, Date] | undefined;
166
166
  readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
@@ -8,7 +8,9 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
8
8
  onCancel?: ((...args: any[]) => any) | undefined;
9
9
  onConfirm?: ((...args: any[]) => any) | undefined;
10
10
  }>, {
11
+ isEdit: boolean;
11
12
  groupType: MeetingGroupType;
13
+ isSub: boolean;
12
14
  showBtns: boolean;
13
15
  }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
14
16
  formRef: ({
@@ -19,7 +19,7 @@ declare function __VLS_template(): {
19
19
  $props: Partial<{
20
20
  readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
21
21
  }> & Omit<{
22
- readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "select" | "button", unknown>;
22
+ readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
23
23
  readonly modelValue?: Date | undefined;
24
24
  readonly range?: [Date, Date] | undefined;
25
25
  readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
@@ -161,7 +161,7 @@ declare function __VLS_template(): {
161
161
  readonly duration: number;
162
162
  readonly disabledX: boolean;
163
163
  readonly disabledY: boolean;
164
- readonly showType: "auto" | "hover" | "always" | "never";
164
+ readonly showType: "never" | "always" | "hover" | "auto";
165
165
  readonly autoUpdateOnScrollSize: boolean;
166
166
  readonly wrapClass?: string | {
167
167
  [k: string]: boolean;
@@ -333,7 +333,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
333
333
  $props: Partial<{
334
334
  readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
335
335
  }> & Omit<{
336
- readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "select" | "button", unknown>;
336
+ readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
337
337
  readonly modelValue?: Date | undefined;
338
338
  readonly range?: [Date, Date] | undefined;
339
339
  readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
@@ -475,7 +475,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
475
475
  readonly duration: number;
476
476
  readonly disabledX: boolean;
477
477
  readonly disabledY: boolean;
478
- readonly showType: "auto" | "hover" | "always" | "never";
478
+ readonly showType: "never" | "always" | "hover" | "auto";
479
479
  readonly autoUpdateOnScrollSize: boolean;
480
480
  readonly wrapClass?: string | {
481
481
  [k: string]: boolean;
@@ -295,7 +295,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
295
295
  menuRef: import('../../../../vue/dist/vue.esm-bundler.js').Ref<HTMLElement | undefined>;
296
296
  tagMenuRef: import('../../../../vue/dist/vue.esm-bundler.js').Ref<HTMLElement | undefined>;
297
297
  collapseItemRef: import('../../../../vue/dist/vue.esm-bundler.js').Ref<HTMLElement | undefined>;
298
- }, unknown, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("clear" | "blur" | "change" | "focus" | "update:modelValue" | "visible-change" | "remove-tag" | "popup-scroll")[], import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
298
+ }, unknown, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, ("clear" | "change" | "blur" | "focus" | "update:modelValue" | "visible-change" | "remove-tag" | "popup-scroll")[], import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, {
299
299
  disabled: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
300
300
  tabindex: import('element-plus/es/utils/index.mjs').EpPropMergeType<(NumberConstructor | StringConstructor)[], unknown, unknown>;
301
301
  offset: number;
@@ -16,7 +16,7 @@ declare const OMeetingCalendar: {
16
16
  $props: Partial<{
17
17
  readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
18
18
  }> & Omit<{
19
- readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "select" | "button", unknown>;
19
+ readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
20
20
  readonly modelValue?: Date | undefined;
21
21
  readonly range?: [Date, Date] | undefined;
22
22
  readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
@@ -189,7 +189,9 @@ declare const OMeetingForm: {
189
189
  cancel: (...args: any[]) => void;
190
190
  confirm: (...args: any[]) => void;
191
191
  }, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
192
+ isEdit: boolean;
192
193
  groupType: import('./types').MeetingGroupType;
194
+ isSub: boolean;
193
195
  showBtns: boolean;
194
196
  }, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
195
197
  formRef: ({
@@ -331,7 +333,9 @@ declare const OMeetingForm: {
331
333
  }>, {
332
334
  confirm: () => Promise<void>;
333
335
  }, {}, {}, {}, {
336
+ isEdit: boolean;
334
337
  groupType: import('./types').MeetingGroupType;
338
+ isSub: boolean;
335
339
  showBtns: boolean;
336
340
  }>;
337
341
  __isFragment?: never;
@@ -346,7 +350,9 @@ declare const OMeetingForm: {
346
350
  cancel: (...args: any[]) => void;
347
351
  confirm: (...args: any[]) => void;
348
352
  }, string, {
353
+ isEdit: boolean;
349
354
  groupType: import('./types').MeetingGroupType;
355
+ isSub: boolean;
350
356
  showBtns: boolean;
351
357
  }, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
352
358
  install(app: App): void;
@@ -482,7 +488,7 @@ declare const OMeetingMyCalendar: {
482
488
  $props: Partial<{
483
489
  readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
484
490
  }> & Omit<{
485
- readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "select" | "button", unknown>;
491
+ readonly controllerType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "button" | "select", unknown>;
486
492
  readonly modelValue?: Date | undefined;
487
493
  readonly range?: [Date, Date] | undefined;
488
494
  readonly formatter?: ((value: number, type: "year" | "month") => string | number) | undefined;
@@ -624,7 +630,7 @@ declare const OMeetingMyCalendar: {
624
630
  readonly duration: number;
625
631
  readonly disabledX: boolean;
626
632
  readonly disabledY: boolean;
627
- readonly showType: "auto" | "hover" | "always" | "never";
633
+ readonly showType: "never" | "always" | "hover" | "auto";
628
634
  readonly autoUpdateOnScrollSize: boolean;
629
635
  readonly wrapClass?: string | {
630
636
  [k: string]: boolean;
@@ -74,6 +74,8 @@ export interface MeetingPostT {
74
74
  }
75
75
  export interface MeetingFormPropsT {
76
76
  data?: MeetingItemT;
77
+ isSub?: boolean;
78
+ isEdit?: boolean;
77
79
  subId?: string;
78
80
  createMeetingRequest: any;
79
81
  editMeetingRequest: any;
@@ -128,23 +128,23 @@ declare function __VLS_template(): {
128
128
  passwordPlaceholder: string;
129
129
  onlyNumericInput: boolean;
130
130
  }> & Omit<{
131
+ readonly type: "text" | "password";
131
132
  readonly color: "primary" | "normal" | "success" | "warning" | "danger";
132
133
  readonly variant: "text" | "solid" | "outline";
133
134
  readonly disabled: boolean;
134
- readonly type: "text" | "password";
135
135
  readonly clearable: boolean;
136
136
  readonly readonly: boolean;
137
- readonly showLength: "auto" | "always" | "never";
137
+ readonly showLength: "never" | "always" | "auto";
138
138
  readonly inputOnOutlimit: boolean;
139
139
  readonly showPasswordEvent: "click" | "pointerdown";
140
140
  readonly autoWidth: boolean;
141
141
  readonly passwordPlaceholder: string;
142
142
  readonly onlyNumericInput: boolean;
143
- readonly size?: "small" | "medium" | "large" | undefined;
144
- readonly defaultValue?: string | number | undefined;
143
+ readonly size?: "small" | "large" | "medium" | undefined;
145
144
  readonly round?: import('@opensig/opendesign').RoundT | undefined;
146
- readonly modelValue?: string | number | undefined;
147
145
  readonly placeholder?: string | undefined;
146
+ readonly defaultValue?: string | number | undefined;
147
+ readonly modelValue?: string | number | undefined;
148
148
  readonly inputId?: string | undefined;
149
149
  readonly minLength?: number | undefined;
150
150
  readonly maxLength?: number | undefined;
@@ -159,7 +159,7 @@ declare function __VLS_template(): {
159
159
  readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
160
160
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
161
161
  readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
162
- } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
162
+ } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
163
163
  $attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
164
164
  $refs: {
165
165
  [x: string]: unknown;
@@ -170,7 +170,7 @@ declare function __VLS_template(): {
170
170
  $root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
171
171
  $parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
172
172
  $host: Element | null;
173
- $emit: ((event: "clear", evt?: Event | undefined) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
173
+ $emit: ((event: "input", evt: Event, value: string) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
174
174
  $el: any;
175
175
  $options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
176
176
  size: {
@@ -408,7 +408,7 @@ declare function __VLS_template(): {
408
408
  onFocus?: ((evt: FocusEvent) => any) | undefined;
409
409
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
410
410
  onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
411
- }>, "clear" | "blur" | "focus" | "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
411
+ }>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
412
412
  focus: () => void | undefined;
413
413
  blur: () => void | undefined;
414
414
  clear: () => void | undefined;
@@ -456,6 +456,7 @@ declare function __VLS_template(): {
456
456
  }, string, {
457
457
  size: "small" | "medium" | "large";
458
458
  disabled: boolean;
459
+ preview: boolean;
459
460
  modelValue: string;
460
461
  imageUrl: string;
461
462
  enableImageSearch: boolean;
@@ -464,7 +465,6 @@ declare function __VLS_template(): {
464
465
  clearable: boolean;
465
466
  showSuffix: boolean;
466
467
  inlineThumbnail: boolean;
467
- preview: boolean;
468
468
  allowedImageTypes: string[];
469
469
  }, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
470
470
  beforeCreate?: (() => void) | (() => void)[];
@@ -489,6 +489,7 @@ declare function __VLS_template(): {
489
489
  } & Readonly<{
490
490
  size: "small" | "medium" | "large";
491
491
  disabled: boolean;
492
+ preview: boolean;
492
493
  modelValue: string;
493
494
  imageUrl: string;
494
495
  enableImageSearch: boolean;
@@ -497,11 +498,10 @@ declare function __VLS_template(): {
497
498
  clearable: boolean;
498
499
  showSuffix: boolean;
499
500
  inlineThumbnail: boolean;
500
- preview: boolean;
501
501
  allowedImageTypes: string[];
502
502
  }> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
503
503
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
504
- }>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "expanded" | "clearable" | "showSuffix" | "inlineThumbnail" | "preview" | "allowedImageTypes")> & {
504
+ }>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "preview" | "modelValue" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "expanded" | "clearable" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
505
505
  focus: () => void | undefined;
506
506
  blur: () => void | undefined;
507
507
  awaitUpload: () => Promise<void>;
@@ -603,23 +603,23 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
603
603
  passwordPlaceholder: string;
604
604
  onlyNumericInput: boolean;
605
605
  }> & Omit<{
606
+ readonly type: "text" | "password";
606
607
  readonly color: "primary" | "normal" | "success" | "warning" | "danger";
607
608
  readonly variant: "text" | "solid" | "outline";
608
609
  readonly disabled: boolean;
609
- readonly type: "text" | "password";
610
610
  readonly clearable: boolean;
611
611
  readonly readonly: boolean;
612
- readonly showLength: "auto" | "always" | "never";
612
+ readonly showLength: "never" | "always" | "auto";
613
613
  readonly inputOnOutlimit: boolean;
614
614
  readonly showPasswordEvent: "click" | "pointerdown";
615
615
  readonly autoWidth: boolean;
616
616
  readonly passwordPlaceholder: string;
617
617
  readonly onlyNumericInput: boolean;
618
- readonly size?: "small" | "medium" | "large" | undefined;
619
- readonly defaultValue?: string | number | undefined;
618
+ readonly size?: "small" | "large" | "medium" | undefined;
620
619
  readonly round?: import('@opensig/opendesign').RoundT | undefined;
621
- readonly modelValue?: string | number | undefined;
622
620
  readonly placeholder?: string | undefined;
621
+ readonly defaultValue?: string | number | undefined;
622
+ readonly modelValue?: string | number | undefined;
623
623
  readonly inputId?: string | undefined;
624
624
  readonly minLength?: number | undefined;
625
625
  readonly maxLength?: number | undefined;
@@ -634,7 +634,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
634
634
  readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
635
635
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
636
636
  readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
637
- } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
637
+ } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
638
638
  $attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
639
639
  $refs: {
640
640
  [x: string]: unknown;
@@ -645,7 +645,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
645
645
  $root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
646
646
  $parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
647
647
  $host: Element | null;
648
- $emit: ((event: "clear", evt?: Event | undefined) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
648
+ $emit: ((event: "input", evt: Event, value: string) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
649
649
  $el: any;
650
650
  $options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
651
651
  size: {
@@ -883,7 +883,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
883
883
  onFocus?: ((evt: FocusEvent) => any) | undefined;
884
884
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
885
885
  onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
886
- }>, "clear" | "blur" | "focus" | "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
886
+ }>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
887
887
  focus: () => void | undefined;
888
888
  blur: () => void | undefined;
889
889
  clear: () => void | undefined;
@@ -931,6 +931,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
931
931
  }, string, {
932
932
  size: "small" | "medium" | "large";
933
933
  disabled: boolean;
934
+ preview: boolean;
934
935
  modelValue: string;
935
936
  imageUrl: string;
936
937
  enableImageSearch: boolean;
@@ -939,7 +940,6 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
939
940
  clearable: boolean;
940
941
  showSuffix: boolean;
941
942
  inlineThumbnail: boolean;
942
- preview: boolean;
943
943
  allowedImageTypes: string[];
944
944
  }, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
945
945
  beforeCreate?: (() => void) | (() => void)[];
@@ -964,6 +964,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
964
964
  } & Readonly<{
965
965
  size: "small" | "medium" | "large";
966
966
  disabled: boolean;
967
+ preview: boolean;
967
968
  modelValue: string;
968
969
  imageUrl: string;
969
970
  enableImageSearch: boolean;
@@ -972,11 +973,10 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
972
973
  clearable: boolean;
973
974
  showSuffix: boolean;
974
975
  inlineThumbnail: boolean;
975
- preview: boolean;
976
976
  allowedImageTypes: string[];
977
977
  }> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
978
978
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
979
- }>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "expanded" | "clearable" | "showSuffix" | "inlineThumbnail" | "preview" | "allowedImageTypes")> & {
979
+ }>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "preview" | "modelValue" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "expanded" | "clearable" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
980
980
  focus: () => void | undefined;
981
981
  blur: () => void | undefined;
982
982
  awaitUpload: () => Promise<void>;
@@ -79,23 +79,23 @@ declare const OSearchInput: {
79
79
  passwordPlaceholder: string;
80
80
  onlyNumericInput: boolean;
81
81
  }> & Omit<{
82
+ readonly type: "text" | "password";
82
83
  readonly color: "primary" | "normal" | "success" | "warning" | "danger";
83
84
  readonly variant: "text" | "solid" | "outline";
84
85
  readonly disabled: boolean;
85
- readonly type: "text" | "password";
86
86
  readonly clearable: boolean;
87
87
  readonly readonly: boolean;
88
- readonly showLength: "auto" | "always" | "never";
88
+ readonly showLength: "never" | "always" | "auto";
89
89
  readonly inputOnOutlimit: boolean;
90
90
  readonly showPasswordEvent: "click" | "pointerdown";
91
91
  readonly autoWidth: boolean;
92
92
  readonly passwordPlaceholder: string;
93
93
  readonly onlyNumericInput: boolean;
94
- readonly size?: "small" | "medium" | "large" | undefined;
95
- readonly defaultValue?: string | number | undefined;
94
+ readonly size?: "small" | "large" | "medium" | undefined;
96
95
  readonly round?: import('@opensig/opendesign').RoundT | undefined;
97
- readonly modelValue?: string | number | undefined;
98
96
  readonly placeholder?: string | undefined;
97
+ readonly defaultValue?: string | number | undefined;
98
+ readonly modelValue?: string | number | undefined;
99
99
  readonly inputId?: string | undefined;
100
100
  readonly minLength?: number | undefined;
101
101
  readonly maxLength?: number | undefined;
@@ -110,7 +110,7 @@ declare const OSearchInput: {
110
110
  readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
111
111
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
112
112
  readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
113
- } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
113
+ } & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
114
114
  $attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
115
115
  $refs: {
116
116
  [x: string]: unknown;
@@ -121,7 +121,7 @@ declare const OSearchInput: {
121
121
  $root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
122
122
  $parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
123
123
  $host: Element | null;
124
- $emit: ((event: "clear", evt?: Event | undefined) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
124
+ $emit: ((event: "input", evt: Event, value: string) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
125
125
  $el: any;
126
126
  $options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
127
127
  size: {
@@ -359,7 +359,7 @@ declare const OSearchInput: {
359
359
  onFocus?: ((evt: FocusEvent) => any) | undefined;
360
360
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
361
361
  onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
362
- }>, "clear" | "blur" | "focus" | "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
362
+ }>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
363
363
  focus: () => void | undefined;
364
364
  blur: () => void | undefined;
365
365
  clear: () => void | undefined;
@@ -407,6 +407,7 @@ declare const OSearchInput: {
407
407
  }, string, {
408
408
  size: "small" | "medium" | "large";
409
409
  disabled: boolean;
410
+ preview: boolean;
410
411
  modelValue: string;
411
412
  imageUrl: string;
412
413
  enableImageSearch: boolean;
@@ -415,7 +416,6 @@ declare const OSearchInput: {
415
416
  clearable: boolean;
416
417
  showSuffix: boolean;
417
418
  inlineThumbnail: boolean;
418
- preview: boolean;
419
419
  allowedImageTypes: string[];
420
420
  }, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
421
421
  beforeCreate?: (() => void) | (() => void)[];
@@ -440,6 +440,7 @@ declare const OSearchInput: {
440
440
  } & Readonly<{
441
441
  size: "small" | "medium" | "large";
442
442
  disabled: boolean;
443
+ preview: boolean;
443
444
  modelValue: string;
444
445
  imageUrl: string;
445
446
  enableImageSearch: boolean;
@@ -448,11 +449,10 @@ declare const OSearchInput: {
448
449
  clearable: boolean;
449
450
  showSuffix: boolean;
450
451
  inlineThumbnail: boolean;
451
- preview: boolean;
452
452
  allowedImageTypes: string[];
453
453
  }> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
454
454
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
455
- }>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "expanded" | "clearable" | "showSuffix" | "inlineThumbnail" | "preview" | "allowedImageTypes")> & {
455
+ }>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "preview" | "modelValue" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "expanded" | "clearable" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
456
456
  focus: () => void | undefined;
457
457
  blur: () => void | undefined;
458
458
  awaitUpload: () => Promise<void>;
@@ -52,23 +52,23 @@ declare function __VLS_template(): {
52
52
  passwordPlaceholder: string;
53
53
  onlyNumericInput: boolean;
54
54
  }> & Omit<{
55
+ readonly type: "text" | "password";
55
56
  readonly color: "primary" | "normal" | "success" | "warning" | "danger";
56
57
  readonly variant: "text" | "solid" | "outline";
57
58
  readonly disabled: boolean;
58
- readonly type: "text" | "password";
59
59
  readonly clearable: boolean;
60
60
  readonly readonly: boolean;
61
- readonly showLength: "auto" | "always" | "never";
61
+ readonly showLength: "never" | "always" | "auto";
62
62
  readonly inputOnOutlimit: boolean;
63
63
  readonly showPasswordEvent: "click" | "pointerdown";
64
64
  readonly autoWidth: boolean;
65
65
  readonly passwordPlaceholder: string;
66
66
  readonly onlyNumericInput: boolean;
67
- readonly size?: "small" | "medium" | "large" | undefined;
68
- readonly defaultValue?: string | number | undefined;
67
+ readonly size?: "small" | "large" | "medium" | undefined;
69
68
  readonly round?: import('@opensig/opendesign').RoundT | undefined;
70
- readonly modelValue?: string | number | undefined;
71
69
  readonly placeholder?: string | undefined;
70
+ readonly defaultValue?: string | number | undefined;
71
+ readonly modelValue?: string | number | undefined;
72
72
  readonly inputId?: string | undefined;
73
73
  readonly minLength?: number | undefined;
74
74
  readonly maxLength?: number | undefined;
@@ -83,7 +83,7 @@ declare function __VLS_template(): {
83
83
  readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
84
84
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
85
85
  readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
86
- } & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
86
+ } & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
87
87
  $attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
88
88
  $refs: {
89
89
  [x: string]: unknown;
@@ -94,7 +94,7 @@ declare function __VLS_template(): {
94
94
  $root: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
95
95
  $parent: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
96
96
  $host: Element | null;
97
- $emit: ((event: "clear", evt?: Event | undefined) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
97
+ $emit: ((event: "input", evt: Event, value: string) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
98
98
  $el: any;
99
99
  $options: import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
100
100
  size: {
@@ -332,7 +332,7 @@ declare function __VLS_template(): {
332
332
  onFocus?: ((evt: FocusEvent) => any) | undefined;
333
333
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
334
334
  onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
335
- }>, "clear" | "blur" | "focus" | "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
335
+ }>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
336
336
  focus: () => void | undefined;
337
337
  blur: () => void | undefined;
338
338
  clear: () => void | undefined;
@@ -375,6 +375,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
375
375
  }>, {
376
376
  size: "small" | "medium" | "large";
377
377
  disabled: boolean;
378
+ preview: boolean;
378
379
  modelValue: string;
379
380
  imageUrl: string;
380
381
  enableImageSearch: boolean;
@@ -383,7 +384,6 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
383
384
  clearable: boolean;
384
385
  showSuffix: boolean;
385
386
  inlineThumbnail: boolean;
386
- preview: boolean;
387
387
  allowedImageTypes: string[];
388
388
  }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
389
389
  inputRef: ({
@@ -403,23 +403,23 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
403
403
  passwordPlaceholder: string;
404
404
  onlyNumericInput: boolean;
405
405
  }> & Omit<{
406
+ readonly type: "text" | "password";
406
407
  readonly color: "primary" | "normal" | "success" | "warning" | "danger";
407
408
  readonly variant: "text" | "solid" | "outline";
408
409
  readonly disabled: boolean;
409
- readonly type: "text" | "password";
410
410
  readonly clearable: boolean;
411
411
  readonly readonly: boolean;
412
- readonly showLength: "auto" | "always" | "never";
412
+ readonly showLength: "never" | "always" | "auto";
413
413
  readonly inputOnOutlimit: boolean;
414
414
  readonly showPasswordEvent: "click" | "pointerdown";
415
415
  readonly autoWidth: boolean;
416
416
  readonly passwordPlaceholder: string;
417
417
  readonly onlyNumericInput: boolean;
418
- readonly size?: "small" | "medium" | "large" | undefined;
419
- readonly defaultValue?: string | number | undefined;
418
+ readonly size?: "small" | "large" | "medium" | undefined;
420
419
  readonly round?: import('@opensig/opendesign').RoundT | undefined;
421
- readonly modelValue?: string | number | undefined;
422
420
  readonly placeholder?: string | undefined;
421
+ readonly defaultValue?: string | number | undefined;
422
+ readonly modelValue?: string | number | undefined;
423
423
  readonly inputId?: string | undefined;
424
424
  readonly minLength?: number | undefined;
425
425
  readonly maxLength?: number | undefined;
@@ -434,7 +434,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
434
434
  readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
435
435
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
436
436
  readonly onPressEnter?: ((evt: KeyboardEvent) => any) | undefined | undefined;
437
- } & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
437
+ } & import('../../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "type" | "color" | "variant" | "disabled" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput">;
438
438
  $attrs: import('../../../../vue/dist/vue.esm-bundler.js').Attrs;
439
439
  $refs: {
440
440
  [x: string]: unknown;
@@ -445,7 +445,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
445
445
  $root: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
446
446
  $parent: import('../../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
447
447
  $host: Element | null;
448
- $emit: ((event: "clear", evt?: Event | undefined) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "input", evt: Event, value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
448
+ $emit: ((event: "input", evt: Event, value: string) => void) & ((event: "clear", evt?: Event | undefined) => void) & ((event: "change", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "pressEnter", evt: KeyboardEvent) => void);
449
449
  $el: any;
450
450
  $options: import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
451
451
  size: {
@@ -683,7 +683,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
683
683
  onFocus?: ((evt: FocusEvent) => any) | undefined;
684
684
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
685
685
  onPressEnter?: ((evt: KeyboardEvent) => any) | undefined;
686
- }>, "clear" | "blur" | "focus" | "color" | "variant" | "disabled" | "type" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
686
+ }>, "type" | "color" | "variant" | "disabled" | "clear" | "blur" | "focus" | "clearable" | "readonly" | "showLength" | "inputOnOutlimit" | "showPasswordEvent" | "autoWidth" | "passwordPlaceholder" | "onlyNumericInput" | "inputEl" | "togglePassword"> & {
687
687
  focus: () => void | undefined;
688
688
  blur: () => void | undefined;
689
689
  clear: () => void | undefined;