@wizleap-inc/wiz-ui-next 2.24.0 → 2.24.1

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.
@@ -45,16 +45,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
45
45
  };
46
46
  }, {
47
47
  props: any;
48
- emit: (e: "update:modelValue", value: string) => void;
48
+ emit: {
49
+ (e: "update:modelValue", value: string): void;
50
+ (e: "focusin", value: FocusEvent): void;
51
+ (e: "focusout", value: FocusEvent): void;
52
+ };
49
53
  textValue: import("vue").WritableComputedRef<string>;
50
54
  hasFocus: import("vue").Ref<boolean>;
51
55
  computedWidth: import("vue").ComputedRef<string>;
52
56
  state: import("vue").ComputedRef<"default" | "active" | "error">;
57
+ onFocusIn: (e: FocusEvent) => void;
58
+ onFocusOut: (e: FocusEvent) => void;
53
59
  readonly baseInputStyle: string;
54
60
  readonly baseInputDisabledStyle: string;
55
61
  readonly baseInputPaddingStyle: Record<"left" | "right" | "none" | "both", string>;
56
62
  readonly inputBorderStyle: Record<"default" | "active" | "error", string>;
57
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
63
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusin" | "focusout")[], "update:modelValue" | "focusin" | "focusout", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
58
64
  id: {
59
65
  type: StringConstructor;
60
66
  required: false;
@@ -100,6 +106,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
100
106
  };
101
107
  }>> & {
102
108
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
109
+ onFocusin?: ((...args: any[]) => any) | undefined;
110
+ onFocusout?: ((...args: any[]) => any) | undefined;
103
111
  }, {
104
112
  width: string;
105
113
  disabled: boolean;
@@ -31,7 +31,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
31
31
  };
32
32
  }, {
33
33
  props: any;
34
- emit: (e: "update:modelValue", value: string) => void;
34
+ emit: {
35
+ (e: "update:modelValue", value: string): void;
36
+ (e: "focusin", value: FocusEvent): void;
37
+ (e: "focusout", value: FocusEvent): void;
38
+ };
35
39
  isPasswordVisible: import("vue").Ref<boolean>;
36
40
  passwordValue: import("vue").WritableComputedRef<string>;
37
41
  computedExpand: import("vue").ComputedRef<"default" | "expand">;
@@ -40,6 +44,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
40
44
  setIsError: (value: boolean) => void;
41
45
  } | undefined;
42
46
  isError: import("vue").ComputedRef<boolean>;
47
+ onFocusIn: (e: FocusEvent) => void;
48
+ onFocusOut: (e: FocusEvent) => void;
43
49
  readonly ARIA_LABELS: {
44
50
  readonly PASSWORD_VISIBLE_TOGGLE: "パスワードの表示切り替え";
45
51
  readonly YEAR_SELECTOR_PREV: "前の年へ";
@@ -130,16 +136,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
130
136
  };
131
137
  }, {
132
138
  props: any;
133
- emit: (e: "update:modelValue", value: string) => void;
139
+ emit: {
140
+ (e: "update:modelValue", value: string): void;
141
+ (e: "focusin", value: FocusEvent): void;
142
+ (e: "focusout", value: FocusEvent): void;
143
+ };
134
144
  textValue: import("vue").WritableComputedRef<string>;
135
145
  hasFocus: import("vue").Ref<boolean>;
136
146
  computedWidth: import("vue").ComputedRef<string>;
137
147
  state: import("vue").ComputedRef<"default" | "active" | "error">;
148
+ onFocusIn: (e: FocusEvent) => void;
149
+ onFocusOut: (e: FocusEvent) => void;
138
150
  readonly baseInputStyle: string;
139
151
  readonly baseInputDisabledStyle: string;
140
152
  readonly baseInputPaddingStyle: Record<"left" | "right" | "none" | "both", string>;
141
153
  readonly inputBorderStyle: Record<"default" | "active" | "error", string>;
142
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
154
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusin" | "focusout")[], "update:modelValue" | "focusin" | "focusout", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
143
155
  id: {
144
156
  type: StringConstructor;
145
157
  required: false;
@@ -185,6 +197,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
185
197
  };
186
198
  }>> & {
187
199
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
200
+ onFocusin?: ((...args: any[]) => any) | undefined;
201
+ onFocusout?: ((...args: any[]) => any) | undefined;
188
202
  }, {
189
203
  width: string;
190
204
  disabled: boolean;
@@ -193,7 +207,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
193
207
  error: boolean;
194
208
  spaceType: "left" | "right" | "none" | "both";
195
209
  }>;
196
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
210
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusin" | "focusout")[], "update:modelValue" | "focusin" | "focusout", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
197
211
  id: {
198
212
  type: StringConstructor;
199
213
  required: false;
@@ -225,6 +239,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
225
239
  };
226
240
  }>> & {
227
241
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
242
+ onFocusin?: ((...args: any[]) => any) | undefined;
243
+ onFocusout?: ((...args: any[]) => any) | undefined;
228
244
  }, {
229
245
  disabled: boolean;
230
246
  expand: boolean;
@@ -37,7 +37,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
37
37
  };
38
38
  }, {
39
39
  props: any;
40
- emit: (e: "update:modelValue", value: string) => void;
40
+ emit: {
41
+ (e: "update:modelValue", value: string): void;
42
+ (e: "focusin", value: FocusEvent): void;
43
+ (e: "focusout", value: FocusEvent): void;
44
+ };
41
45
  textValue: import("vue").WritableComputedRef<string>;
42
46
  form: {
43
47
  isError: Readonly<import("vue").Ref<boolean>>;
@@ -45,6 +49,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
45
49
  } | undefined;
46
50
  isError: import("vue").ComputedRef<boolean>;
47
51
  computedExpand: import("vue").ComputedRef<"default" | "expand">;
52
+ onFocusIn: (e: FocusEvent) => void;
53
+ onFocusOut: (e: FocusEvent) => void;
48
54
  readonly textInputStyle: string;
49
55
  readonly textInputExpandStyle: Record<"default" | "expand", string>;
50
56
  readonly textInputIconStyle: string;
@@ -94,16 +100,22 @@ declare const _sfc_main: import("vue").DefineComponent<{
94
100
  };
95
101
  }, {
96
102
  props: any;
97
- emit: (e: "update:modelValue", value: string) => void;
103
+ emit: {
104
+ (e: "update:modelValue", value: string): void;
105
+ (e: "focusin", value: FocusEvent): void;
106
+ (e: "focusout", value: FocusEvent): void;
107
+ };
98
108
  textValue: import("vue").WritableComputedRef<string>;
99
109
  hasFocus: import("vue").Ref<boolean>;
100
110
  computedWidth: import("vue").ComputedRef<string>;
101
111
  state: import("vue").ComputedRef<"default" | "active" | "error">;
112
+ onFocusIn: (e: FocusEvent) => void;
113
+ onFocusOut: (e: FocusEvent) => void;
102
114
  readonly baseInputStyle: string;
103
115
  readonly baseInputDisabledStyle: string;
104
116
  readonly baseInputPaddingStyle: Record<"left" | "right" | "none" | "both", string>;
105
117
  readonly inputBorderStyle: Record<"default" | "active" | "error", string>;
106
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
118
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusin" | "focusout")[], "update:modelValue" | "focusin" | "focusout", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
107
119
  id: {
108
120
  type: StringConstructor;
109
121
  required: false;
@@ -149,6 +161,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
149
161
  };
150
162
  }>> & {
151
163
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
164
+ onFocusin?: ((...args: any[]) => any) | undefined;
165
+ onFocusout?: ((...args: any[]) => any) | undefined;
152
166
  }, {
153
167
  width: string;
154
168
  disabled: boolean;
@@ -157,7 +171,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
157
171
  error: boolean;
158
172
  spaceType: "left" | "right" | "none" | "both";
159
173
  }>;
160
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
174
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "focusin" | "focusout")[], "update:modelValue" | "focusin" | "focusout", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
161
175
  id: {
162
176
  type: StringConstructor;
163
177
  required: false;
@@ -194,6 +208,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
194
208
  };
195
209
  }>> & {
196
210
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
211
+ onFocusin?: ((...args: any[]) => any) | undefined;
212
+ onFocusout?: ((...args: any[]) => any) | undefined;
197
213
  }, {
198
214
  disabled: boolean;
199
215
  expand: boolean;