@namba_one/ui-kit-2 1.0.249 → 1.0.250
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 +79 -3
- package/dist/index.es.js +4871 -4724
- package/dist/index.umd.js +21 -21
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -426,10 +426,16 @@ onClick?: (() => any) | undefined;
|
|
|
426
426
|
triggerElementRef: HTMLDivElement;
|
|
427
427
|
}, HTMLDivElement>;
|
|
428
428
|
|
|
429
|
-
declare const __VLS_component_38: DefineComponent<
|
|
429
|
+
declare const __VLS_component_38: DefineComponent<TableSimpleCopyCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableSimpleCopyCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
430
|
+
|
|
431
|
+
declare const __VLS_component_39: DefineComponent<TableSimpleActionsCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableSimpleActionsCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
432
|
+
triggerElementRef: HTMLDivElement;
|
|
433
|
+
}, HTMLDivElement>;
|
|
430
434
|
|
|
431
435
|
declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
432
436
|
|
|
437
|
+
declare const __VLS_component_40: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
438
|
+
|
|
433
439
|
declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
434
440
|
click: (e: Event) => any;
|
|
435
441
|
}, string, PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
@@ -1270,11 +1276,20 @@ declare function __VLS_template_37(): {
|
|
|
1270
1276
|
};
|
|
1271
1277
|
|
|
1272
1278
|
declare function __VLS_template_38(): {
|
|
1279
|
+
attrs: Partial<{}>;
|
|
1280
|
+
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
1281
|
+
refs: {};
|
|
1282
|
+
rootEl: HTMLDivElement;
|
|
1283
|
+
};
|
|
1284
|
+
|
|
1285
|
+
declare function __VLS_template_39(): {
|
|
1273
1286
|
attrs: Partial<{}>;
|
|
1274
1287
|
slots: {
|
|
1275
1288
|
default?(_: {}): any;
|
|
1276
1289
|
};
|
|
1277
|
-
refs: {
|
|
1290
|
+
refs: {
|
|
1291
|
+
triggerElementRef: HTMLDivElement;
|
|
1292
|
+
};
|
|
1278
1293
|
rootEl: HTMLDivElement;
|
|
1279
1294
|
};
|
|
1280
1295
|
|
|
@@ -1287,6 +1302,15 @@ declare function __VLS_template_4(): {
|
|
|
1287
1302
|
rootEl: HTMLDivElement;
|
|
1288
1303
|
};
|
|
1289
1304
|
|
|
1305
|
+
declare function __VLS_template_40(): {
|
|
1306
|
+
attrs: Partial<{}>;
|
|
1307
|
+
slots: {
|
|
1308
|
+
default?(_: {}): any;
|
|
1309
|
+
};
|
|
1310
|
+
refs: {};
|
|
1311
|
+
rootEl: HTMLDivElement;
|
|
1312
|
+
};
|
|
1313
|
+
|
|
1290
1314
|
declare function __VLS_template_5(): {
|
|
1291
1315
|
attrs: Partial<{}>;
|
|
1292
1316
|
slots: {
|
|
@@ -1398,8 +1422,12 @@ declare type __VLS_TemplateResult_37 = ReturnType<typeof __VLS_template_37>;
|
|
|
1398
1422
|
|
|
1399
1423
|
declare type __VLS_TemplateResult_38 = ReturnType<typeof __VLS_template_38>;
|
|
1400
1424
|
|
|
1425
|
+
declare type __VLS_TemplateResult_39 = ReturnType<typeof __VLS_template_39>;
|
|
1426
|
+
|
|
1401
1427
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
1402
1428
|
|
|
1429
|
+
declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
|
|
1430
|
+
|
|
1403
1431
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
1404
1432
|
|
|
1405
1433
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1602,12 +1630,24 @@ declare type __VLS_WithTemplateSlots_38<T, S> = T & {
|
|
|
1602
1630
|
};
|
|
1603
1631
|
};
|
|
1604
1632
|
|
|
1633
|
+
declare type __VLS_WithTemplateSlots_39<T, S> = T & {
|
|
1634
|
+
new (): {
|
|
1635
|
+
$slots: S;
|
|
1636
|
+
};
|
|
1637
|
+
};
|
|
1638
|
+
|
|
1605
1639
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
1606
1640
|
new (): {
|
|
1607
1641
|
$slots: S;
|
|
1608
1642
|
};
|
|
1609
1643
|
};
|
|
1610
1644
|
|
|
1645
|
+
declare type __VLS_WithTemplateSlots_40<T, S> = T & {
|
|
1646
|
+
new (): {
|
|
1647
|
+
$slots: S;
|
|
1648
|
+
};
|
|
1649
|
+
};
|
|
1650
|
+
|
|
1611
1651
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1612
1652
|
new (): {
|
|
1613
1653
|
$slots: S;
|
|
@@ -2363,7 +2403,7 @@ declare type FieldBaseProps = {
|
|
|
2363
2403
|
|
|
2364
2404
|
export declare type Filter = CheckboxGroupFilterType | DatepickerFilterType;
|
|
2365
2405
|
|
|
2366
|
-
export declare const FilterGroup:
|
|
2406
|
+
export declare const FilterGroup: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, __VLS_TemplateResult_40["slots"]>;
|
|
2367
2407
|
|
|
2368
2408
|
export declare const FilterGroup_Amount: DefineComponent<__VLS_PublicProps_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2369
2409
|
"update:value": (value: FilterGroup_AmountValue) => any;
|
|
@@ -3484,6 +3524,7 @@ export declare const TableSimple: <T>(__VLS_props: NonNullable<Awaited<typeof __
|
|
|
3484
3524
|
}): any;
|
|
3485
3525
|
renderCell(props: {
|
|
3486
3526
|
item: T;
|
|
3527
|
+
hoveredItem: T | null;
|
|
3487
3528
|
columnKey: keyof T | string;
|
|
3488
3529
|
}): any;
|
|
3489
3530
|
}> & {
|
|
@@ -3492,6 +3533,7 @@ export declare const TableSimple: <T>(__VLS_props: NonNullable<Awaited<typeof __
|
|
|
3492
3533
|
}): any;
|
|
3493
3534
|
renderCell(props: {
|
|
3494
3535
|
item: T;
|
|
3536
|
+
hoveredItem: T | null;
|
|
3495
3537
|
columnKey: keyof T | string;
|
|
3496
3538
|
}): any;
|
|
3497
3539
|
};
|
|
@@ -3512,6 +3554,40 @@ export declare type TableSimpleActionProps = {
|
|
|
3512
3554
|
icon: IconName;
|
|
3513
3555
|
};
|
|
3514
3556
|
|
|
3557
|
+
export declare const TableSimpleActionsCell: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, __VLS_TemplateResult_39["slots"]>;
|
|
3558
|
+
|
|
3559
|
+
export declare const TableSimpleActionsCell_Item: DefineComponent<TableSimpleActionsCell_ItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3560
|
+
click: (value: Event) => any;
|
|
3561
|
+
}, string, PublicProps, Readonly<TableSimpleActionsCell_ItemProps> & Readonly<{
|
|
3562
|
+
onClick?: ((value: Event) => any) | undefined;
|
|
3563
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3564
|
+
|
|
3565
|
+
export declare type TableSimpleActionsCell_ItemEmits = {
|
|
3566
|
+
(e: 'click', value: Event): void;
|
|
3567
|
+
};
|
|
3568
|
+
|
|
3569
|
+
export declare type TableSimpleActionsCell_ItemProps = {
|
|
3570
|
+
icon: IconName;
|
|
3571
|
+
title: string;
|
|
3572
|
+
};
|
|
3573
|
+
|
|
3574
|
+
declare type TableSimpleActionsCellProps = {
|
|
3575
|
+
icon?: IconName;
|
|
3576
|
+
minWidth?: number;
|
|
3577
|
+
horizontalAlign?: DropdownElementProps['horizontalAlign'];
|
|
3578
|
+
verticalAlign?: DropdownElementProps['verticalAlign'];
|
|
3579
|
+
verticalOffset?: DropdownElementProps['verticalOffset'];
|
|
3580
|
+
horizontalOffset?: DropdownElementProps['horizontalOffset'];
|
|
3581
|
+
};
|
|
3582
|
+
|
|
3583
|
+
export declare const TableSimpleCopyCell: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, __VLS_TemplateResult_38["slots"]>;
|
|
3584
|
+
|
|
3585
|
+
declare type TableSimpleCopyCellProps = {
|
|
3586
|
+
isHovered: boolean;
|
|
3587
|
+
toasterText: string;
|
|
3588
|
+
textForCopy: string;
|
|
3589
|
+
};
|
|
3590
|
+
|
|
3515
3591
|
export declare type TableSimpleEmits<T> = {
|
|
3516
3592
|
(e: 'click', value: T): void;
|
|
3517
3593
|
(e: 'reset'): void;
|