@namba_one/ui-kit-2 1.5.6 → 1.5.7
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/dist/index.d.ts +12 -2
- package/dist/index.es.js +3145 -3136
- package/dist/index.umd.js +20 -20
- package/dist/ui-kit.components.json +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -881,11 +881,13 @@ declare const __VLS_component_9: DefineComponent<__VLS_PublicProps_4, {}, {}, {}
|
|
|
881
881
|
"update:value": (value: string | null | undefined) => any;
|
|
882
882
|
} & {
|
|
883
883
|
blur: () => any;
|
|
884
|
+
focus: () => any;
|
|
884
885
|
"update:error": (value: boolean) => any;
|
|
885
886
|
"click-icon-left": () => any;
|
|
886
887
|
"click-icon-right": () => any;
|
|
887
888
|
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
888
889
|
onBlur?: (() => any) | undefined;
|
|
890
|
+
onFocus?: (() => any) | undefined;
|
|
889
891
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
890
892
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
891
893
|
"onClick-icon-left"?: (() => any) | undefined;
|
|
@@ -3252,6 +3254,7 @@ readonly size?: sizes_6[number] | undefined;
|
|
|
3252
3254
|
readonly iconLeft?: IconName | undefined;
|
|
3253
3255
|
readonly iconRight?: IconName | undefined;
|
|
3254
3256
|
readonly onBlur?: (() => any) | undefined;
|
|
3257
|
+
readonly onFocus?: (() => any) | undefined;
|
|
3255
3258
|
readonly "onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
3256
3259
|
readonly "onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
3257
3260
|
readonly "onClick-icon-left"?: (() => any) | undefined;
|
|
@@ -3271,12 +3274,13 @@ $slots: Readonly<{
|
|
|
3271
3274
|
$root: ComponentPublicInstance | null;
|
|
3272
3275
|
$parent: ComponentPublicInstance | null;
|
|
3273
3276
|
$host: Element | null;
|
|
3274
|
-
$emit: ((event: "blur") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void) & ((event: "click-icon-left") => void) & ((event: "click-icon-right") => void);
|
|
3277
|
+
$emit: ((event: "blur") => void) & ((event: "focus") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void) & ((event: "click-icon-left") => void) & ((event: "click-icon-right") => void);
|
|
3275
3278
|
$el: HTMLDivElement;
|
|
3276
3279
|
$options: ComponentOptionsBase<Readonly<{
|
|
3277
3280
|
value?: InputProps["value"];
|
|
3278
3281
|
} & InputProps> & Readonly<{
|
|
3279
3282
|
onBlur?: (() => any) | undefined;
|
|
3283
|
+
onFocus?: (() => any) | undefined;
|
|
3280
3284
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
3281
3285
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
3282
3286
|
"onClick-icon-left"?: (() => any) | undefined;
|
|
@@ -3285,6 +3289,7 @@ onBlur?: (() => any) | undefined;
|
|
|
3285
3289
|
"update:value": (value: string | null | undefined) => any;
|
|
3286
3290
|
} & {
|
|
3287
3291
|
blur: () => any;
|
|
3292
|
+
focus: () => any;
|
|
3288
3293
|
"update:error": (value: boolean) => any;
|
|
3289
3294
|
"click-icon-left": () => any;
|
|
3290
3295
|
"click-icon-right": () => any;
|
|
@@ -3312,6 +3317,7 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
|
|
|
3312
3317
|
value?: InputProps["value"];
|
|
3313
3318
|
} & InputProps> & Readonly<{
|
|
3314
3319
|
onBlur?: (() => any) | undefined;
|
|
3320
|
+
onFocus?: (() => any) | undefined;
|
|
3315
3321
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
3316
3322
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
3317
3323
|
"onClick-icon-left"?: (() => any) | undefined;
|
|
@@ -3343,6 +3349,7 @@ readonly size?: sizes_6[number] | undefined;
|
|
|
3343
3349
|
readonly iconLeft?: IconName | undefined;
|
|
3344
3350
|
readonly iconRight?: IconName | undefined;
|
|
3345
3351
|
readonly onBlur?: (() => any) | undefined;
|
|
3352
|
+
readonly onFocus?: (() => any) | undefined;
|
|
3346
3353
|
readonly "onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
3347
3354
|
readonly "onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
3348
3355
|
readonly "onClick-icon-left"?: (() => any) | undefined;
|
|
@@ -3362,12 +3369,13 @@ $slots: Readonly<{
|
|
|
3362
3369
|
$root: ComponentPublicInstance | null;
|
|
3363
3370
|
$parent: ComponentPublicInstance | null;
|
|
3364
3371
|
$host: Element | null;
|
|
3365
|
-
$emit: ((event: "blur") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void) & ((event: "click-icon-left") => void) & ((event: "click-icon-right") => void);
|
|
3372
|
+
$emit: ((event: "blur") => void) & ((event: "focus") => void) & ((event: "update:value", value: string | null | undefined) => void) & ((event: "update:error", value: boolean) => void) & ((event: "click-icon-left") => void) & ((event: "click-icon-right") => void);
|
|
3366
3373
|
$el: HTMLDivElement;
|
|
3367
3374
|
$options: ComponentOptionsBase<Readonly<{
|
|
3368
3375
|
value?: InputProps["value"];
|
|
3369
3376
|
} & InputProps> & Readonly<{
|
|
3370
3377
|
onBlur?: (() => any) | undefined;
|
|
3378
|
+
onFocus?: (() => any) | undefined;
|
|
3371
3379
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
3372
3380
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
3373
3381
|
"onClick-icon-left"?: (() => any) | undefined;
|
|
@@ -3376,6 +3384,7 @@ onBlur?: (() => any) | undefined;
|
|
|
3376
3384
|
"update:value": (value: string | null | undefined) => any;
|
|
3377
3385
|
} & {
|
|
3378
3386
|
blur: () => any;
|
|
3387
|
+
focus: () => any;
|
|
3379
3388
|
"update:error": (value: boolean) => any;
|
|
3380
3389
|
"click-icon-left": () => any;
|
|
3381
3390
|
"click-icon-right": () => any;
|
|
@@ -3403,6 +3412,7 @@ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...
|
|
|
3403
3412
|
value?: InputProps["value"];
|
|
3404
3413
|
} & InputProps> & Readonly<{
|
|
3405
3414
|
onBlur?: (() => any) | undefined;
|
|
3415
|
+
onFocus?: (() => any) | undefined;
|
|
3406
3416
|
"onUpdate:value"?: ((value: string | null | undefined) => any) | undefined;
|
|
3407
3417
|
"onUpdate:error"?: ((value: boolean) => any) | undefined;
|
|
3408
3418
|
"onClick-icon-left"?: (() => any) | undefined;
|